# 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 4.0729350447654715*${_u_distance} variable latticeconst_converted equal 4.0729350447654715*1 lattice fcc ${latticeconst_converted} lattice fcc 4.07293504476547 Lattice spacing in x,y,z = 4.072935 4.072935 4.072935 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.72935 40.72935 40.72935) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (40.72935 40.72935 40.72935) create_atoms CPU = 0.001 seconds variable mass_converted equal 196.96655*${_u_mass} variable mass_converted equal 196.96655*1 kim_interactions Au WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Au #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_LeeShimBaskes_2003_Au__MO_774911580446_001 pair_coeff * * Au #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 196.96655 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 67565.1043772862 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 67565.1043772862/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 67565.1043772862/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 67565.1043772862/(1*1*${_u_distance}) variable V0_metal equal 67565.1043772862/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 67565.1043772862*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 67565.1043772862 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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_774911580446_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -15589.144 -15589.144 -15720 -15720 253.15 253.15 67565.104 67565.104 2068.669 2068.669 1000 -15450.324 -15450.324 -15584.893 -15584.893 260.3331 260.3331 68532.668 68532.668 -71.416678 -71.416678 Loop time of 35.006 on 1 procs for 1000 steps with 4000 atoms Performance: 2.468 ns/day, 9.724 hours/ns, 28.567 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.853 | 34.853 | 34.853 | 0.0 | 99.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022282 | 0.022282 | 0.022282 | 0.0 | 0.06 Output | 0.00015255 | 0.00015255 | 0.00015255 | 0.0 | 0.00 Modify | 0.11968 | 0.11968 | 0.11968 | 0.0 | 0.34 Other | | 0.01082 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -15450.324 -15450.324 -15584.893 -15584.893 260.3331 260.3331 68532.668 68532.668 -71.416678 -71.416678 2000 -15460.208 -15460.208 -15591.554 -15591.554 254.09777 254.09777 68513.942 68513.942 -335.15499 -335.15499 Loop time of 36.6931 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.193 hours/ns, 27.253 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.543 | 36.543 | 36.543 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02159 | 0.02159 | 0.02159 | 0.0 | 0.06 Output | 6.6184e-05 | 6.6184e-05 | 6.6184e-05 | 0.0 | 0.00 Modify | 0.11744 | 0.11744 | 0.11744 | 0.0 | 0.32 Other | | 0.01053 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272466 ave 272466 max 272466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272466 Ave neighs/atom = 68.1165 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -15460.208 -15460.208 -15591.554 -15591.554 254.09777 254.09777 68513.942 68513.942 -335.15499 -335.15499 3000 -15457.779 -15457.779 -15591.412 -15591.412 258.5238 258.5238 68508.693 68508.693 -267.55649 -267.55649 Loop time of 36.7876 on 1 procs for 1000 steps with 4000 atoms Performance: 2.349 ns/day, 10.219 hours/ns, 27.183 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.638 | 36.638 | 36.638 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021536 | 0.021536 | 0.021536 | 0.0 | 0.06 Output | 6.1455e-05 | 6.1455e-05 | 6.1455e-05 | 0.0 | 0.00 Modify | 0.11732 | 0.11732 | 0.11732 | 0.0 | 0.32 Other | | 0.01052 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272978 ave 272978 max 272978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272978 Ave neighs/atom = 68.2445 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -15457.779 -15457.779 -15591.412 -15591.412 258.5238 258.5238 68508.693 68508.693 -267.55649 -267.55649 4000 -15459.102 -15459.102 -15590.567 -15590.567 254.32891 254.32891 68497.764 68497.764 154.75409 154.75409 Loop time of 36.8118 on 1 procs for 1000 steps with 4000 atoms Performance: 2.347 ns/day, 10.225 hours/ns, 27.165 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.663 | 36.663 | 36.663 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021508 | 0.021508 | 0.021508 | 0.0 | 0.06 Output | 4.9913e-05 | 4.9913e-05 | 4.9913e-05 | 0.0 | 0.00 Modify | 0.11715 | 0.11715 | 0.11715 | 0.0 | 0.32 Other | | 0.01044 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272848 ave 272848 max 272848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272848 Ave neighs/atom = 68.212 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -15459.102 -15459.102 -15590.567 -15590.567 254.32891 254.32891 68497.764 68497.764 154.75409 154.75409 5000 -15461.058 -15461.058 -15592.519 -15592.519 254.31985 254.31985 68440.697 68440.697 1359.6447 1359.6447 Loop time of 36.7456 on 1 procs for 1000 steps with 4000 atoms Performance: 2.351 ns/day, 10.207 hours/ns, 27.214 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.596 | 36.596 | 36.596 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021679 | 0.021679 | 0.021679 | 0.0 | 0.06 Output | 3.704e-05 | 3.704e-05 | 3.704e-05 | 0.0 | 0.00 Modify | 0.11748 | 0.11748 | 0.11748 | 0.0 | 0.32 Other | | 0.01042 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 273110 ave 273110 max 273110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 273110 Ave neighs/atom = 68.2775 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 = 247.489104162994, Press = -316.750791788063 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -15461.058 -15461.058 -15592.519 -15592.519 254.31985 254.31985 68440.697 68440.697 1359.6447 1359.6447 6000 -15454.941 -15454.941 -15590.275 -15590.275 261.81218 261.81218 68504.513 68504.513 212.96088 212.96088 Loop time of 36.7631 on 1 procs for 1000 steps with 4000 atoms Performance: 2.350 ns/day, 10.212 hours/ns, 27.201 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.61 | 36.61 | 36.61 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021494 | 0.021494 | 0.021494 | 0.0 | 0.06 Output | 3.9745e-05 | 3.9745e-05 | 3.9745e-05 | 0.0 | 0.00 Modify | 0.12077 | 0.12077 | 0.12077 | 0.0 | 0.33 Other | | 0.01044 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 273478 ave 273478 max 273478 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 273478 Ave neighs/atom = 68.3695 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 = 253.214435507861, Press = -0.368072686408931 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -15454.941 -15454.941 -15590.275 -15590.275 261.81218 261.81218 68504.513 68504.513 212.96088 212.96088 7000 -15457.1 -15457.1 -15591.741 -15591.741 260.47319 260.47319 68528.025 68528.025 -734.08997 -734.08997 Loop time of 36.7317 on 1 procs for 1000 steps with 4000 atoms Performance: 2.352 ns/day, 10.203 hours/ns, 27.224 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.579 | 36.579 | 36.579 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021683 | 0.021683 | 0.021683 | 0.0 | 0.06 Output | 3.9023e-05 | 3.9023e-05 | 3.9023e-05 | 0.0 | 0.00 Modify | 0.12074 | 0.12074 | 0.12074 | 0.0 | 0.33 Other | | 0.01044 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 273062 ave 273062 max 273062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 273062 Ave neighs/atom = 68.2655 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 = 252.967669528464, Press = -1.75723943975879 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -15457.1 -15457.1 -15591.741 -15591.741 260.47319 260.47319 68528.025 68528.025 -734.08997 -734.08997 8000 -15462.541 -15462.541 -15592.339 -15592.339 251.10359 251.10359 68508.546 68508.546 -314.95302 -314.95302 Loop time of 36.8467 on 1 procs for 1000 steps with 4000 atoms Performance: 2.345 ns/day, 10.235 hours/ns, 27.139 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.693 | 36.693 | 36.693 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021654 | 0.021654 | 0.021654 | 0.0 | 0.06 Output | 4.2149e-05 | 4.2149e-05 | 4.2149e-05 | 0.0 | 0.00 Modify | 0.12112 | 0.12112 | 0.12112 | 0.0 | 0.33 Other | | 0.01043 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272814 ave 272814 max 272814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272814 Ave neighs/atom = 68.2035 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 = 252.960506402593, Press = -12.5048153265422 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -15462.541 -15462.541 -15592.339 -15592.339 251.10359 251.10359 68508.546 68508.546 -314.95302 -314.95302 9000 -15458.095 -15458.095 -15590.264 -15590.264 255.69028 255.69028 68487.979 68487.979 574.55938 574.55938 Loop time of 36.8802 on 1 procs for 1000 steps with 4000 atoms Performance: 2.343 ns/day, 10.244 hours/ns, 27.115 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.725 | 36.725 | 36.725 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021961 | 0.021961 | 0.021961 | 0.0 | 0.06 Output | 0.00018421 | 0.00018421 | 0.00018421 | 0.0 | 0.00 Modify | 0.12205 | 0.12205 | 0.12205 | 0.0 | 0.33 Other | | 0.01056 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272944 ave 272944 max 272944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272944 Ave neighs/atom = 68.236 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 = 252.712235484614, Press = -5.96621646385649 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -15458.095 -15458.095 -15590.264 -15590.264 255.69028 255.69028 68487.979 68487.979 574.55938 574.55938 10000 -15455.407 -15455.407 -15586.153 -15586.153 252.9385 252.9385 68545.293 68545.293 -272.81192 -272.81192 Loop time of 36.7767 on 1 procs for 1000 steps with 4000 atoms Performance: 2.349 ns/day, 10.216 hours/ns, 27.191 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.621 | 36.621 | 36.621 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022281 | 0.022281 | 0.022281 | 0.0 | 0.06 Output | 4.6657e-05 | 4.6657e-05 | 4.6657e-05 | 0.0 | 0.00 Modify | 0.12266 | 0.12266 | 0.12266 | 0.0 | 0.33 Other | | 0.01061 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272926 ave 272926 max 272926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272926 Ave neighs/atom = 68.2315 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 = 252.821370063231, Press = -6.17841607188751 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -15455.407 -15455.407 -15586.153 -15586.153 252.9385 252.9385 68545.293 68545.293 -272.81192 -272.81192 11000 -15461.288 -15461.288 -15590.318 -15590.318 249.61762 249.61762 68502.571 68502.571 82.700409 82.700409 Loop time of 36.9672 on 1 procs for 1000 steps with 4000 atoms Performance: 2.337 ns/day, 10.269 hours/ns, 27.051 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.807 | 36.807 | 36.807 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0232 | 0.0232 | 0.0232 | 0.0 | 0.06 Output | 4.8731e-05 | 4.8731e-05 | 4.8731e-05 | 0.0 | 0.00 Modify | 0.12552 | 0.12552 | 0.12552 | 0.0 | 0.34 Other | | 0.01097 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272412 ave 272412 max 272412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272412 Ave neighs/atom = 68.103 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 = 252.77581931506, Press = -0.279593781757069 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -15461.288 -15461.288 -15590.318 -15590.318 249.61762 249.61762 68502.571 68502.571 82.700409 82.700409 12000 -15461.406 -15461.406 -15589.716 -15589.716 248.22317 248.22317 68595.181 68595.181 -2055.0763 -2055.0763 Loop time of 36.8512 on 1 procs for 1000 steps with 4000 atoms Performance: 2.345 ns/day, 10.236 hours/ns, 27.136 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.695 | 36.695 | 36.695 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022357 | 0.022357 | 0.022357 | 0.0 | 0.06 Output | 4.5745e-05 | 4.5745e-05 | 4.5745e-05 | 0.0 | 0.00 Modify | 0.12295 | 0.12295 | 0.12295 | 0.0 | 0.33 Other | | 0.01058 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272694 ave 272694 max 272694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272694 Ave neighs/atom = 68.1735 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 = 252.835245053554, Press = -3.06728400329016 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -15461.406 -15461.406 -15589.716 -15589.716 248.22317 248.22317 68595.181 68595.181 -2055.0763 -2055.0763 13000 -15456.561 -15456.561 -15589.808 -15589.808 257.77683 257.77683 68574.701 68574.701 -1579.4421 -1579.4421 Loop time of 36.9494 on 1 procs for 1000 steps with 4000 atoms Performance: 2.338 ns/day, 10.264 hours/ns, 27.064 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.79 | 36.79 | 36.79 | 0.0 | 99.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023371 | 0.023371 | 0.023371 | 0.0 | 0.06 Output | 6.1295e-05 | 6.1295e-05 | 6.1295e-05 | 0.0 | 0.00 Modify | 0.1239 | 0.1239 | 0.1239 | 0.0 | 0.34 Other | | 0.01242 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 271932 ave 271932 max 271932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 271932 Ave neighs/atom = 67.983 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 = 252.832381062753, Press = -3.79087340129496 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -15456.561 -15456.561 -15589.808 -15589.808 257.77683 257.77683 68574.701 68574.701 -1579.4421 -1579.4421 14000 -15460.819 -15460.819 -15591.097 -15591.097 252.03255 252.03255 68521.333 68521.333 -440.05304 -440.05304 Loop time of 36.8204 on 1 procs for 1000 steps with 4000 atoms Performance: 2.347 ns/day, 10.228 hours/ns, 27.159 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.665 | 36.665 | 36.665 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022031 | 0.022031 | 0.022031 | 0.0 | 0.06 Output | 4.3031e-05 | 4.3031e-05 | 4.3031e-05 | 0.0 | 0.00 Modify | 0.12291 | 0.12291 | 0.12291 | 0.0 | 0.33 Other | | 0.01049 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272326 ave 272326 max 272326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272326 Ave neighs/atom = 68.0815 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 = 252.960123337209, Press = -5.95773183693533 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -15460.819 -15460.819 -15591.097 -15591.097 252.03255 252.03255 68521.333 68521.333 -440.05304 -440.05304 15000 -15454.832 -15454.832 -15589.299 -15589.299 260.13491 260.13491 68506.672 68506.672 302.86377 302.86377 Loop time of 36.8059 on 1 procs for 1000 steps with 4000 atoms Performance: 2.347 ns/day, 10.224 hours/ns, 27.170 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.651 | 36.651 | 36.651 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021982 | 0.021982 | 0.021982 | 0.0 | 0.06 Output | 5.4662e-05 | 5.4662e-05 | 5.4662e-05 | 0.0 | 0.00 Modify | 0.12188 | 0.12188 | 0.12188 | 0.0 | 0.33 Other | | 0.01063 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272752 ave 272752 max 272752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272752 Ave neighs/atom = 68.188 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 = 252.952197225488, Press = -4.19696360909373 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -15454.832 -15454.832 -15589.299 -15589.299 260.13491 260.13491 68506.672 68506.672 302.86377 302.86377 16000 -15458.45 -15458.45 -15589.1 -15589.1 252.75007 252.75007 68501.504 68501.504 330.27567 330.27567 Loop time of 36.8957 on 1 procs for 1000 steps with 4000 atoms Performance: 2.342 ns/day, 10.249 hours/ns, 27.103 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.742 | 36.742 | 36.742 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021819 | 0.021819 | 0.021819 | 0.0 | 0.06 Output | 5.1646e-05 | 5.1646e-05 | 5.1646e-05 | 0.0 | 0.00 Modify | 0.12119 | 0.12119 | 0.12119 | 0.0 | 0.33 Other | | 0.01047 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272718 ave 272718 max 272718 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272718 Ave neighs/atom = 68.1795 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 = 252.970190385685, Press = -1.43212525130842 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -15458.45 -15458.45 -15589.1 -15589.1 252.75007 252.75007 68501.504 68501.504 330.27567 330.27567 17000 -15460.378 -15460.378 -15589.7 -15589.7 250.18246 250.18246 68544.909 68544.909 -743.22963 -743.22963 Loop time of 36.8741 on 1 procs for 1000 steps with 4000 atoms Performance: 2.343 ns/day, 10.243 hours/ns, 27.119 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.721 | 36.721 | 36.721 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021535 | 0.021535 | 0.021535 | 0.0 | 0.06 Output | 4.1297e-05 | 4.1297e-05 | 4.1297e-05 | 0.0 | 0.00 Modify | 0.121 | 0.121 | 0.121 | 0.0 | 0.33 Other | | 0.01045 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272978 ave 272978 max 272978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272978 Ave neighs/atom = 68.2445 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 = 252.955936489435, Press = 0.360757277534562 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -15460.378 -15460.378 -15589.7 -15589.7 250.18246 250.18246 68544.909 68544.909 -743.22963 -743.22963 18000 -15457.944 -15457.944 -15589.896 -15589.896 255.2698 255.2698 68627.433 68627.433 -3006.1065 -3006.1065 Loop time of 36.8728 on 1 procs for 1000 steps with 4000 atoms Performance: 2.343 ns/day, 10.242 hours/ns, 27.120 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.719 | 36.719 | 36.719 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021843 | 0.021843 | 0.021843 | 0.0 | 0.06 Output | 0.00014694 | 0.00014694 | 0.00014694 | 0.0 | 0.00 Modify | 0.1215 | 0.1215 | 0.1215 | 0.0 | 0.33 Other | | 0.01052 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272760 ave 272760 max 272760 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272760 Ave neighs/atom = 68.19 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 = 253.012517631588, Press = -2.5185612834871 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -15457.944 -15457.944 -15589.896 -15589.896 255.2698 255.2698 68627.433 68627.433 -3006.1065 -3006.1065 19000 -15459.274 -15459.274 -15590.29 -15590.29 253.45868 253.45868 68537.414 68537.414 -675.15812 -675.15812 Loop time of 36.8577 on 1 procs for 1000 steps with 4000 atoms Performance: 2.344 ns/day, 10.238 hours/ns, 27.131 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.702 | 36.702 | 36.702 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02214 | 0.02214 | 0.02214 | 0.0 | 0.06 Output | 7.9269e-05 | 7.9269e-05 | 7.9269e-05 | 0.0 | 0.00 Modify | 0.12322 | 0.12322 | 0.12322 | 0.0 | 0.33 Other | | 0.01054 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 271722 ave 271722 max 271722 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 271722 Ave neighs/atom = 67.9305 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 = 253.089647080304, Press = -4.84158587121708 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -15459.274 -15459.274 -15590.29 -15590.29 253.45868 253.45868 68537.414 68537.414 -675.15812 -675.15812 20000 -15458.665 -15458.665 -15588.976 -15588.976 252.09573 252.09573 68529.512 68529.512 -332.79487 -332.79487 Loop time of 36.7292 on 1 procs for 1000 steps with 4000 atoms Performance: 2.352 ns/day, 10.203 hours/ns, 27.226 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.575 | 36.575 | 36.575 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02174 | 0.02174 | 0.02174 | 0.0 | 0.06 Output | 0.0001146 | 0.0001146 | 0.0001146 | 0.0 | 0.00 Modify | 0.12201 | 0.12201 | 0.12201 | 0.0 | 0.33 Other | | 0.01033 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272972 ave 272972 max 272972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272972 Ave neighs/atom = 68.243 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 = 253.042835263285, Press = -1.8372019129028 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -15458.665 -15458.665 -15588.976 -15588.976 252.09573 252.09573 68529.512 68529.512 -332.79487 -332.79487 21000 -15460.611 -15460.611 -15589.325 -15589.325 249.00589 249.00589 68479.132 68479.132 903.43401 903.43401 Loop time of 36.6608 on 1 procs for 1000 steps with 4000 atoms Performance: 2.357 ns/day, 10.184 hours/ns, 27.277 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.508 | 36.508 | 36.508 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02164 | 0.02164 | 0.02164 | 0.0 | 0.06 Output | 2.9605e-05 | 2.9605e-05 | 2.9605e-05 | 0.0 | 0.00 Modify | 0.12102 | 0.12102 | 0.12102 | 0.0 | 0.33 Other | | 0.01038 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272638 ave 272638 max 272638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272638 Ave neighs/atom = 68.1595 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 = 253.032935942907, Press = -2.12269233456569 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -15460.611 -15460.611 -15589.325 -15589.325 249.00589 249.00589 68479.132 68479.132 903.43401 903.43401 22000 -15455.875 -15455.875 -15588.575 -15588.575 256.71626 256.71626 68512.536 68512.536 98.506855 98.506855 Loop time of 36.7683 on 1 procs for 1000 steps with 4000 atoms Performance: 2.350 ns/day, 10.213 hours/ns, 27.197 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.615 | 36.615 | 36.615 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021632 | 0.021632 | 0.021632 | 0.0 | 0.06 Output | 6.5223e-05 | 6.5223e-05 | 6.5223e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.33 Other | | 0.01036 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 273578 ave 273578 max 273578 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 273578 Ave neighs/atom = 68.3945 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 = 253.078744334697, Press = -0.579194434643511 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -15455.875 -15455.875 -15588.575 -15588.575 256.71626 256.71626 68512.536 68512.536 98.506855 98.506855 23000 -15457.936 -15457.936 -15587.678 -15587.678 250.99372 250.99372 68559.02 68559.02 -1112.4211 -1112.4211 Loop time of 36.7546 on 1 procs for 1000 steps with 4000 atoms Performance: 2.351 ns/day, 10.210 hours/ns, 27.207 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.601 | 36.601 | 36.601 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021685 | 0.021685 | 0.021685 | 0.0 | 0.06 Output | 4.3922e-05 | 4.3922e-05 | 4.3922e-05 | 0.0 | 0.00 Modify | 0.12149 | 0.12149 | 0.12149 | 0.0 | 0.33 Other | | 0.01041 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272684 ave 272684 max 272684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272684 Ave neighs/atom = 68.171 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 = 253.16664554043, Press = -2.63987695294273 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -15457.936 -15457.936 -15587.678 -15587.678 250.99372 250.99372 68559.02 68559.02 -1112.4211 -1112.4211 24000 -15458.02 -15458.02 -15589.808 -15589.808 254.95192 254.95192 68484.446 68484.446 597.79653 597.79653 Loop time of 36.6666 on 1 procs for 1000 steps with 4000 atoms Performance: 2.356 ns/day, 10.185 hours/ns, 27.273 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.513 | 36.513 | 36.513 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021807 | 0.021807 | 0.021807 | 0.0 | 0.06 Output | 4.5986e-05 | 4.5986e-05 | 4.5986e-05 | 0.0 | 0.00 Modify | 0.12151 | 0.12151 | 0.12151 | 0.0 | 0.33 Other | | 0.01038 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272126 ave 272126 max 272126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272126 Ave neighs/atom = 68.0315 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 = 253.136156119312, Press = -1.63681359942969 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -15458.02 -15458.02 -15589.808 -15589.808 254.95192 254.95192 68484.446 68484.446 597.79653 597.79653 25000 -15457.632 -15457.632 -15587.709 -15587.709 251.64225 251.64225 68583.646 68583.646 -1462.5086 -1462.5086 Loop time of 36.7212 on 1 procs for 1000 steps with 4000 atoms Performance: 2.353 ns/day, 10.200 hours/ns, 27.232 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.567 | 36.567 | 36.567 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021681 | 0.021681 | 0.021681 | 0.0 | 0.06 Output | 6.3109e-05 | 6.3109e-05 | 6.3109e-05 | 0.0 | 0.00 Modify | 0.12154 | 0.12154 | 0.12154 | 0.0 | 0.33 Other | | 0.01045 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272978 ave 272978 max 272978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272978 Ave neighs/atom = 68.2445 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 = 253.19033144249, Press = -2.5701904775094 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -15457.632 -15457.632 -15587.709 -15587.709 251.64225 251.64225 68583.646 68583.646 -1462.5086 -1462.5086 26000 -15460.83 -15460.83 -15591.319 -15591.319 252.44062 252.44062 68498.186 68498.186 66.320178 66.320178 Loop time of 36.6935 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.193 hours/ns, 27.253 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.54 | 36.54 | 36.54 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021688 | 0.021688 | 0.021688 | 0.0 | 0.06 Output | 3.0076e-05 | 3.0076e-05 | 3.0076e-05 | 0.0 | 0.00 Modify | 0.12139 | 0.12139 | 0.12139 | 0.0 | 0.33 Other | | 0.01043 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 272082 ave 272082 max 272082 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 272082 Ave neighs/atom = 68.0205 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 = 253.212634490751, Press = -2.43433608376187 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -15460.83 -15460.83 -15591.319 -15591.319 252.44062 252.44062 68498.186 68498.186 66.320178 66.320178 27000 -15455.931 -15455.931 -15589.979 -15589.979 259.32497 259.32497 68443.551 68443.551 1805.5203 1805.5203 Loop time of 36.6938 on 1 procs for 1000 steps with 4000 atoms Performance: 2.355 ns/day, 10.193 hours/ns, 27.253 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.54 | 36.54 | 36.54 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021756 | 0.021756 | 0.021756 | 0.0 | 0.06 Output | 5.7347e-05 | 5.7347e-05 | 5.7347e-05 | 0.0 | 0.00 Modify | 0.12125 | 0.12125 | 0.12125 | 0.0 | 0.33 Other | | 0.01038 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 273076 ave 273076 max 273076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 273076 Ave neighs/atom = 68.269 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 = 253.217538192078, Press = -1.1403395588509 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 = 13 13 13 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.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -15455.931 -15455.931 -15589.979 -15589.979 259.32497 259.32497 68443.551 68443.551 1805.5203 1805.5203 28000 -15461.438 -15461.438 -15589.978 -15589.978 248.67003 248.67003 68474.888 68474.888 872.83257 872.83257 Loop time of 36.7632 on 1 procs for 1000 steps with 4000 atoms Performance: 2.350 ns/day, 10.212 hours/ns, 27.201 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.61 | 36.61 | 36.61 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021655 | 0.021655 | 0.021655 | 0.0 | 0.06 Output | 5.8119e-05 | 5.8119e-05 | 5.8119e-05 | 0.0 | 0.00 Modify | 0.12155 | 0.12155 | 0.12155 | 0.0 | 0.33 Other | | 0.01041 | | | 0.03 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 273546 ave 273546 max 273546 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 273546 Ave neighs/atom = 68.3865 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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 68511.7783684996 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0