# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 5.658032611012459*${_u_distance} variable latticeconst_converted equal 5.658032611012459*1 lattice diamond ${latticeconst_converted} lattice diamond 5.65803261101246 Lattice spacing in x,y,z = 5.6580326 5.6580326 5.6580326 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (56.580326 56.580326 56.580326) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (56.580326 56.580326 56.580326) create_atoms CPU = 0.009 seconds variable mass_converted equal 72.64*${_u_mass} variable mass_converted equal 72.64*1 kim_interactions Ge WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ge #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimShinLee_2008_Ge__MO_657096500078_000 pair_coeff * * Ge #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 72.64 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 181132.482255555 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 181132.482255555/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 181132.482255555/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 181132.482255555/(1*1*${_u_distance}) variable V0_metal equal 181132.482255555/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 181132.482255555*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 181132.482255555 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_657096500078_000#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.683 | 4.683 | 4.683 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -30455.539 -30455.539 -30800 -30800 333.15 333.15 181132.48 181132.48 2031.2481 2031.2481 1000 -30080.453 -30080.453 -30453.15 -30453.15 360.45903 360.45903 182553.75 182553.75 -590.09168 -590.09168 Loop time of 122.675 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.076 hours/ns, 8.152 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.97 | 120.97 | 120.97 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21196 | 0.21196 | 0.21196 | 0.0 | 0.17 Output | 0.00031674 | 0.00031674 | 0.00031674 | 0.0 | 0.00 Modify | 1.3257 | 1.3257 | 1.3257 | 0.0 | 1.08 Other | | 0.1626 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 368000.0 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46.000000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -30080.453 -30080.453 -30453.15 -30453.15 360.45903 360.45903 182553.75 182553.75 -590.09168 -590.09168 2000 -30116.915 -30116.915 -30466.053 -30466.053 337.67401 337.67401 182500.36 182500.36 -315.40415 -315.40415 Loop time of 121.684 on 1 procs for 1000 steps with 8000 atoms Performance: 0.710 ns/day, 33.801 hours/ns, 8.218 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.02 | 120.02 | 120.02 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20913 | 0.20913 | 0.20913 | 0.0 | 0.17 Output | 0.00030351 | 0.00030351 | 0.00030351 | 0.0 | 0.00 Modify | 1.2907 | 1.2907 | 1.2907 | 0.0 | 1.06 Other | | 0.1603 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367972.0 ave 367972 max 367972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367972 Ave neighs/atom = 45.996500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -30116.915 -30116.915 -30466.053 -30466.053 337.67401 337.67401 182500.36 182500.36 -315.40415 -315.40415 3000 -30097.289 -30097.289 -30445.512 -30445.512 336.78813 336.78813 182437.48 182437.48 126.60782 126.60782 Loop time of 121.675 on 1 procs for 1000 steps with 8000 atoms Performance: 0.710 ns/day, 33.798 hours/ns, 8.219 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.02 | 120.02 | 120.02 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20758 | 0.20758 | 0.20758 | 0.0 | 0.17 Output | 0.00026756 | 0.00026756 | 0.00026756 | 0.0 | 0.00 Modify | 1.2895 | 1.2895 | 1.2895 | 0.0 | 1.06 Other | | 0.1597 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367966.0 ave 367966 max 367966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367966 Ave neighs/atom = 45.995750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -30097.289 -30097.289 -30445.512 -30445.512 336.78813 336.78813 182437.48 182437.48 126.60782 126.60782 4000 -30109.731 -30109.731 -30460.434 -30460.434 339.18764 339.18764 182388.7 182388.7 267.6801 267.6801 Loop time of 121.79 on 1 procs for 1000 steps with 8000 atoms Performance: 0.709 ns/day, 33.831 hours/ns, 8.211 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.13 | 120.13 | 120.13 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20971 | 0.20971 | 0.20971 | 0.0 | 0.17 Output | 0.00026766 | 0.00026766 | 0.00026766 | 0.0 | 0.00 Modify | 1.2895 | 1.2895 | 1.2895 | 0.0 | 1.06 Other | | 0.1605 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367970.0 ave 367970 max 367970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367970 Ave neighs/atom = 45.996250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -30109.731 -30109.731 -30460.434 -30460.434 339.18764 339.18764 182388.7 182388.7 267.6801 267.6801 5000 -30103.487 -30103.487 -30445.834 -30445.834 331.10592 331.10592 182590.28 182590.28 -581.04301 -581.04301 Loop time of 123.895 on 1 procs for 1000 steps with 8000 atoms Performance: 0.697 ns/day, 34.415 hours/ns, 8.071 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 122.19 | 122.19 | 122.19 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21452 | 0.21452 | 0.21452 | 0.0 | 0.17 Output | 0.00023989 | 0.00023989 | 0.00023989 | 0.0 | 0.00 Modify | 1.3288 | 1.3288 | 1.3288 | 0.0 | 1.07 Other | | 0.1631 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367970.0 ave 367970 max 367970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367970 Ave neighs/atom = 45.996250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 338.548457342299, Press = -62.2038631378201 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -30103.487 -30103.487 -30445.834 -30445.834 331.10592 331.10592 182590.28 182590.28 -581.04301 -581.04301 6000 -30104.359 -30104.359 -30451.297 -30451.297 335.54487 335.54487 182273.12 182273.12 803.79351 803.79351 Loop time of 121.776 on 1 procs for 1000 steps with 8000 atoms Performance: 0.709 ns/day, 33.827 hours/ns, 8.212 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.08 | 120.08 | 120.08 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20911 | 0.20911 | 0.20911 | 0.0 | 0.17 Output | 0.00023386 | 0.00023386 | 0.00023386 | 0.0 | 0.00 Modify | 1.323 | 1.323 | 1.323 | 0.0 | 1.09 Other | | 0.1593 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367980.0 ave 367980 max 367980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367980 Ave neighs/atom = 45.997500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.079534447515, Press = -7.05585700059965 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -30104.359 -30104.359 -30451.297 -30451.297 335.54487 335.54487 182273.12 182273.12 803.79351 803.79351 7000 -30105.29 -30105.29 -30457.668 -30457.668 340.80678 340.80678 182311.16 182311.16 547.91575 547.91575 Loop time of 122.021 on 1 procs for 1000 steps with 8000 atoms Performance: 0.708 ns/day, 33.895 hours/ns, 8.195 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.33 | 120.33 | 120.33 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20954 | 0.20954 | 0.20954 | 0.0 | 0.17 Output | 0.00027701 | 0.00027701 | 0.00027701 | 0.0 | 0.00 Modify | 1.3256 | 1.3256 | 1.3256 | 0.0 | 1.09 Other | | 0.1602 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367990.0 ave 367990 max 367990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367990 Ave neighs/atom = 45.998750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.375728658471, Press = 9.43777438084129 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -30105.29 -30105.29 -30457.668 -30457.668 340.80678 340.80678 182311.16 182311.16 547.91575 547.91575 8000 -30104.584 -30104.584 -30452.961 -30452.961 336.93767 336.93767 182473.36 182473.36 -110.11243 -110.11243 Loop time of 122.563 on 1 procs for 1000 steps with 8000 atoms Performance: 0.705 ns/day, 34.045 hours/ns, 8.159 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.86 | 120.86 | 120.86 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21084 | 0.21084 | 0.21084 | 0.0 | 0.17 Output | 0.00028105 | 0.00028105 | 0.00028105 | 0.0 | 0.00 Modify | 1.3286 | 1.3286 | 1.3286 | 0.0 | 1.08 Other | | 0.161 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367976.0 ave 367976 max 367976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367976 Ave neighs/atom = 45.997000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.210154794044, Press = 0.774092277371165 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -30104.584 -30104.584 -30452.961 -30452.961 336.93767 336.93767 182473.36 182473.36 -110.11243 -110.11243 9000 -30107.698 -30107.698 -30451.309 -30451.309 332.32778 332.32778 182339.09 182339.09 422.02344 422.02344 Loop time of 122.765 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.101 hours/ns, 8.146 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.06 | 121.06 | 121.06 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21109 | 0.21109 | 0.21109 | 0.0 | 0.17 Output | 0.00028044 | 0.00028044 | 0.00028044 | 0.0 | 0.00 Modify | 1.3299 | 1.3299 | 1.3299 | 0.0 | 1.08 Other | | 0.16 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367968.0 ave 367968 max 367968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367968 Ave neighs/atom = 45.996000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.154409810493, Press = -1.35950223752428 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -30107.698 -30107.698 -30451.309 -30451.309 332.32778 332.32778 182339.09 182339.09 422.02344 422.02344 10000 -30105.195 -30105.195 -30440.926 -30440.926 324.70686 324.70686 182428.99 182428.99 44.722111 44.722111 Loop time of 122.84 on 1 procs for 1000 steps with 8000 atoms Performance: 0.703 ns/day, 34.122 hours/ns, 8.141 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.14 | 121.14 | 121.14 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20715 | 0.20715 | 0.20715 | 0.0 | 0.17 Output | 0.00026288 | 0.00026288 | 0.00026288 | 0.0 | 0.00 Modify | 1.3273 | 1.3273 | 1.3273 | 0.0 | 1.08 Other | | 0.1613 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367976.0 ave 367976 max 367976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367976 Ave neighs/atom = 45.997000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.171056149683, Press = 0.533284791501899 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -30105.195 -30105.195 -30440.926 -30440.926 324.70686 324.70686 182428.99 182428.99 44.722111 44.722111 11000 -30102.713 -30102.713 -30444.526 -30444.526 330.58888 330.58888 182641.97 182641.97 -634.23808 -634.23808 Loop time of 122.886 on 1 procs for 1000 steps with 8000 atoms Performance: 0.703 ns/day, 34.135 hours/ns, 8.138 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.19 | 121.19 | 121.19 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20976 | 0.20976 | 0.20976 | 0.0 | 0.17 Output | 0.00022794 | 0.00022794 | 0.00022794 | 0.0 | 0.00 Modify | 1.329 | 1.329 | 1.329 | 0.0 | 1.08 Other | | 0.1611 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367972.0 ave 367972 max 367972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367972 Ave neighs/atom = 45.996500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.283993104723, Press = 4.09672440936504 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -30102.713 -30102.713 -30444.526 -30444.526 330.58888 330.58888 182641.97 182641.97 -634.23808 -634.23808 12000 -30107.058 -30107.058 -30446.665 -30446.665 328.45565 328.45565 182644.18 182644.18 -847.94528 -847.94528 Loop time of 122.86 on 1 procs for 1000 steps with 8000 atoms Performance: 0.703 ns/day, 34.128 hours/ns, 8.139 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.16 | 121.16 | 121.16 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21008 | 0.21008 | 0.21008 | 0.0 | 0.17 Output | 0.00024848 | 0.00024848 | 0.00024848 | 0.0 | 0.00 Modify | 1.3297 | 1.3297 | 1.3297 | 0.0 | 1.08 Other | | 0.1603 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367976.0 ave 367976 max 367976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367976 Ave neighs/atom = 45.997000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.250368156493, Press = -3.60596296072975 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -30107.058 -30107.058 -30446.665 -30446.665 328.45565 328.45565 182644.18 182644.18 -847.94528 -847.94528 13000 -30108.416 -30108.416 -30444.943 -30444.943 325.47623 325.47623 182374.9 182374.9 266.25696 266.25696 Loop time of 122.808 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.113 hours/ns, 8.143 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.11 | 121.11 | 121.11 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2092 | 0.2092 | 0.2092 | 0.0 | 0.17 Output | 0.00022556 | 0.00022556 | 0.00022556 | 0.0 | 0.00 Modify | 1.3271 | 1.3271 | 1.3271 | 0.0 | 1.08 Other | | 0.1602 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367972.0 ave 367972 max 367972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367972 Ave neighs/atom = 45.996500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.135562236839, Press = -1.0712070205508 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -30108.416 -30108.416 -30444.943 -30444.943 325.47623 325.47623 182374.9 182374.9 266.25696 266.25696 14000 -30104.075 -30104.075 -30444.709 -30444.709 329.44873 329.44873 182532.41 182532.41 -284.5355 -284.5355 Loop time of 122.798 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.110 hours/ns, 8.143 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.1 | 121.1 | 121.1 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20874 | 0.20874 | 0.20874 | 0.0 | 0.17 Output | 0.0002277 | 0.0002277 | 0.0002277 | 0.0 | 0.00 Modify | 1.3258 | 1.3258 | 1.3258 | 0.0 | 1.08 Other | | 0.1609 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367970.0 ave 367970 max 367970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367970 Ave neighs/atom = 45.996250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.068818431025, Press = 0.501919943970199 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -30104.075 -30104.075 -30444.709 -30444.709 329.44873 329.44873 182532.41 182532.41 -284.5355 -284.5355 15000 -30115.327 -30115.327 -30449.731 -30449.731 323.42304 323.42304 182524.54 182524.54 -348.91789 -348.91789 Loop time of 122.711 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.086 hours/ns, 8.149 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.02 | 121.02 | 121.02 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2072 | 0.2072 | 0.2072 | 0.0 | 0.17 Output | 0.00055297 | 0.00055297 | 0.00055297 | 0.0 | 0.00 Modify | 1.3254 | 1.3254 | 1.3254 | 0.0 | 1.08 Other | | 0.1608 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367960.0 ave 367960 max 367960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367960 Ave neighs/atom = 45.995000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.079220302881, Press = -1.48126458563246 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -30115.327 -30115.327 -30449.731 -30449.731 323.42304 323.42304 182524.54 182524.54 -348.91789 -348.91789 16000 -30104.492 -30104.492 -30448.918 -30448.918 333.11597 333.11597 182376.44 182376.44 272.30464 272.30464 Loop time of 122.727 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.091 hours/ns, 8.148 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.03 | 121.03 | 121.03 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20836 | 0.20836 | 0.20836 | 0.0 | 0.17 Output | 0.00026688 | 0.00026688 | 0.00026688 | 0.0 | 0.00 Modify | 1.326 | 1.326 | 1.326 | 0.0 | 1.08 Other | | 0.1608 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367982.0 ave 367982 max 367982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367982 Ave neighs/atom = 45.997750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.926688527308, Press = -1.16318847973096 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -30104.492 -30104.492 -30448.918 -30448.918 333.11597 333.11597 182376.44 182376.44 272.30464 272.30464 17000 -30109.085 -30109.085 -30453.158 -30453.158 332.77474 332.77474 182354.16 182354.16 408.73719 408.73719 Loop time of 122.784 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.107 hours/ns, 8.144 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.09 | 121.09 | 121.09 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2087 | 0.2087 | 0.2087 | 0.0 | 0.17 Output | 0.00027143 | 0.00027143 | 0.00027143 | 0.0 | 0.00 Modify | 1.3292 | 1.3292 | 1.3292 | 0.0 | 1.08 Other | | 0.1606 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367986.0 ave 367986 max 367986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367986 Ave neighs/atom = 45.998250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.902822524612, Press = 0.566441252146255 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -30109.085 -30109.085 -30453.158 -30453.158 332.77474 332.77474 182354.16 182354.16 408.73719 408.73719 18000 -30095.614 -30095.614 -30443.823 -30443.823 336.77436 336.77436 182669.8 182669.8 -738.79716 -738.79716 Loop time of 121.794 on 1 procs for 1000 steps with 8000 atoms Performance: 0.709 ns/day, 33.832 hours/ns, 8.211 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.11 | 120.11 | 120.11 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20518 | 0.20518 | 0.20518 | 0.0 | 0.17 Output | 0.0002409 | 0.0002409 | 0.0002409 | 0.0 | 0.00 Modify | 1.3182 | 1.3182 | 1.3182 | 0.0 | 1.08 Other | | 0.1609 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367990.0 ave 367990 max 367990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367990 Ave neighs/atom = 45.998750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.943657459171, Press = 1.35528252191481 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -30095.614 -30095.614 -30443.823 -30443.823 336.77436 336.77436 182669.8 182669.8 -738.79716 -738.79716 19000 -30103.998 -30103.998 -30449.637 -30449.637 334.28962 334.28962 182601.83 182601.83 -573.19695 -573.19695 Loop time of 122.753 on 1 procs for 1000 steps with 8000 atoms Performance: 0.704 ns/day, 34.098 hours/ns, 8.146 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.06 | 121.06 | 121.06 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20817 | 0.20817 | 0.20817 | 0.0 | 0.17 Output | 0.0002483 | 0.0002483 | 0.0002483 | 0.0 | 0.00 Modify | 1.3254 | 1.3254 | 1.3254 | 0.0 | 1.08 Other | | 0.161 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367960.0 ave 367960 max 367960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367960 Ave neighs/atom = 45.995000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.956971345514, Press = -1.03801925383764 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -30103.998 -30103.998 -30449.637 -30449.637 334.28962 334.28962 182601.83 182601.83 -573.19695 -573.19695 20000 -30105.468 -30105.468 -30449.629 -30449.629 332.85963 332.85963 182404.37 182404.37 230.63095 230.63095 Loop time of 122.38 on 1 procs for 1000 steps with 8000 atoms Performance: 0.706 ns/day, 33.994 hours/ns, 8.171 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.68 | 120.68 | 120.68 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21054 | 0.21054 | 0.21054 | 0.0 | 0.17 Output | 0.00028023 | 0.00028023 | 0.00028023 | 0.0 | 0.00 Modify | 1.3273 | 1.3273 | 1.3273 | 0.0 | 1.08 Other | | 0.1602 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367970.0 ave 367970 max 367970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367970 Ave neighs/atom = 45.996250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.957848755092, Press = -0.885122244312196 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -30105.468 -30105.468 -30449.629 -30449.629 332.85963 332.85963 182404.37 182404.37 230.63095 230.63095 21000 -30103.785 -30103.785 -30447.702 -30447.702 332.6231 332.6231 182440.75 182440.75 78.084349 78.084349 Loop time of 122.244 on 1 procs for 1000 steps with 8000 atoms Performance: 0.707 ns/day, 33.957 hours/ns, 8.180 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.54 | 120.54 | 120.54 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21027 | 0.21027 | 0.21027 | 0.0 | 0.17 Output | 0.00022951 | 0.00022951 | 0.00022951 | 0.0 | 0.00 Modify | 1.331 | 1.331 | 1.331 | 0.0 | 1.09 Other | | 0.16 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367990.0 ave 367990 max 367990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367990 Ave neighs/atom = 45.998750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.917501487842, Press = 0.869521112707044 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -30103.785 -30103.785 -30447.702 -30447.702 332.6231 332.6231 182440.75 182440.75 78.084349 78.084349 22000 -30102.502 -30102.502 -30450.528 -30450.528 336.59847 336.59847 182611.91 182611.91 -649.92052 -649.92052 Loop time of 122.296 on 1 procs for 1000 steps with 8000 atoms Performance: 0.706 ns/day, 33.971 hours/ns, 8.177 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.59 | 120.59 | 120.59 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20998 | 0.20998 | 0.20998 | 0.0 | 0.17 Output | 0.00023255 | 0.00023255 | 0.00023255 | 0.0 | 0.00 Modify | 1.3333 | 1.3333 | 1.3333 | 0.0 | 1.09 Other | | 0.1602 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367968.0 ave 367968 max 367968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367968 Ave neighs/atom = 45.996000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.923463246812, Press = 0.231227673864836 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -30102.502 -30102.502 -30450.528 -30450.528 336.59847 336.59847 182611.91 182611.91 -649.92052 -649.92052 23000 -30109.599 -30109.599 -30455.488 -30455.488 334.53043 334.53043 182446.73 182446.73 27.056379 27.056379 Loop time of 122.316 on 1 procs for 1000 steps with 8000 atoms Performance: 0.706 ns/day, 33.977 hours/ns, 8.176 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.61 | 120.61 | 120.61 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21228 | 0.21228 | 0.21228 | 0.0 | 0.17 Output | 0.00023146 | 0.00023146 | 0.00023146 | 0.0 | 0.00 Modify | 1.3312 | 1.3312 | 1.3312 | 0.0 | 1.09 Other | | 0.1606 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367966.0 ave 367966 max 367966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367966 Ave neighs/atom = 45.995750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.875675134013, Press = -0.670362494229002 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -30109.599 -30109.599 -30455.488 -30455.488 334.53043 334.53043 182446.73 182446.73 27.056379 27.056379 24000 -30107.003 -30107.003 -30454.732 -30454.732 336.31068 336.31068 182368.13 182368.13 354.00526 354.00526 Loop time of 122.215 on 1 procs for 1000 steps with 8000 atoms Performance: 0.707 ns/day, 33.949 hours/ns, 8.182 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.51 | 120.51 | 120.51 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21206 | 0.21206 | 0.21206 | 0.0 | 0.17 Output | 0.00028106 | 0.00028106 | 0.00028106 | 0.0 | 0.00 Modify | 1.3313 | 1.3313 | 1.3313 | 0.0 | 1.09 Other | | 0.1602 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367986.0 ave 367986 max 367986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367986 Ave neighs/atom = 45.998250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.901800548622, Press = -0.312891910608996 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -30107.003 -30107.003 -30454.732 -30454.732 336.31068 336.31068 182368.13 182368.13 354.00526 354.00526 25000 -30096.69 -30096.69 -30445.326 -30445.326 337.18774 337.18774 182473.09 182473.09 -16.617411 -16.617411 Loop time of 122.194 on 1 procs for 1000 steps with 8000 atoms Performance: 0.707 ns/day, 33.943 hours/ns, 8.184 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.49 | 120.49 | 120.49 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21167 | 0.21167 | 0.21167 | 0.0 | 0.17 Output | 0.00023226 | 0.00023226 | 0.00023226 | 0.0 | 0.00 Modify | 1.3298 | 1.3298 | 1.3298 | 0.0 | 1.09 Other | | 0.1599 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367980.0 ave 367980 max 367980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367980 Ave neighs/atom = 45.997500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.981804142765, Press = 1.94654676665673 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -30096.69 -30096.69 -30445.326 -30445.326 337.18774 337.18774 182473.09 182473.09 -16.617411 -16.617411 26000 -30097.625 -30097.625 -30451.787 -30451.787 342.53269 342.53269 182485.4 182485.4 -6.1114372 -6.1114372 Loop time of 122.322 on 1 procs for 1000 steps with 8000 atoms Performance: 0.706 ns/day, 33.978 hours/ns, 8.175 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.62 | 120.62 | 120.62 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21259 | 0.21259 | 0.21259 | 0.0 | 0.17 Output | 0.00028034 | 0.00028034 | 0.00028034 | 0.0 | 0.00 Modify | 1.33 | 1.33 | 1.33 | 0.0 | 1.09 Other | | 0.1606 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367984.0 ave 367984 max 367984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367984 Ave neighs/atom = 45.998000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.102080653157, Press = -0.607553797654115 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -30097.625 -30097.625 -30451.787 -30451.787 342.53269 342.53269 182485.4 182485.4 -6.1114372 -6.1114372 27000 -30104.966 -30104.966 -30453.724 -30453.724 337.30536 337.30536 182365.09 182365.09 384.20161 384.20161 Loop time of 122.335 on 1 procs for 1000 steps with 8000 atoms Performance: 0.706 ns/day, 33.982 hours/ns, 8.174 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.63 | 120.63 | 120.63 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21426 | 0.21426 | 0.21426 | 0.0 | 0.18 Output | 0.0002314 | 0.0002314 | 0.0002314 | 0.0 | 0.00 Modify | 1.3316 | 1.3316 | 1.3316 | 0.0 | 1.09 Other | | 0.1605 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367990.0 ave 367990 max 367990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367990 Ave neighs/atom = 45.998750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.121489149831, Press = -0.248971902826743 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -30104.966 -30104.966 -30453.724 -30453.724 337.30536 337.30536 182365.09 182365.09 384.20161 384.20161 28000 -30102.497 -30102.497 -30443.795 -30443.795 330.09084 330.09084 182448.56 182448.56 98.170498 98.170498 Loop time of 122.184 on 1 procs for 1000 steps with 8000 atoms Performance: 0.707 ns/day, 33.940 hours/ns, 8.184 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.48 | 120.48 | 120.48 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21207 | 0.21207 | 0.21207 | 0.0 | 0.17 Output | 0.00023322 | 0.00023322 | 0.00023322 | 0.0 | 0.00 Modify | 1.3288 | 1.3288 | 1.3288 | 0.0 | 1.09 Other | | 0.1595 | | | 0.13 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725.00 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367980.0 ave 367980 max 367980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367980 Ave neighs/atom = 45.997500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 182459.846899962 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0