# 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 2.863645777106285*${_u_distance} variable latticeconst_converted equal 2.863645777106285*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86364577710629 Lattice spacing in x,y,z = 2.8636458 2.8636458 2.8636458 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.636458 28.636458 28.636458) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0 0 0) to (28.636458 28.636458 28.636458) create_atoms CPU = 0.000 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimLee_2006_PtFe__MO_343168101490_002 pair_coeff * * Fe #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23483.2330864207 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.2330864207/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.2330864207/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.2330864207/(1*1*${_u_distance}) variable V0_metal equal 23483.2330864207/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23483.2330864207*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23483.2330864207 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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_343168101490_002#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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8504.672 -8504.672 -8580.4194 -8580.4194 293.15 293.15 23483.233 23483.233 3445.3383 3445.3383 1000 -8425.4105 -8425.4105 -8498.3193 -8498.3193 282.16451 282.16451 23696.091 23696.091 2427.2595 2427.2595 Loop time of 53.8951 on 1 procs for 1000 steps with 2000 atoms Performance: 1.603 ns/day, 14.971 hours/ns, 18.555 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 | 53.814 | 53.814 | 53.814 | 0.0 | 99.85 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0152 | 0.0152 | 0.0152 | 0.0 | 0.03 Output | 0.00013777 | 0.00013777 | 0.00013777 | 0.0 | 0.00 Modify | 0.060023 | 0.060023 | 0.060023 | 0.0 | 0.11 Other | | 0.00561 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 176000 ave 176000 max 176000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 176000 Ave neighs/atom = 88 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8425.4105 -8425.4105 -8498.3193 -8498.3193 282.16451 282.16451 23696.091 23696.091 2427.2595 2427.2595 2000 -8425.8525 -8425.8525 -8500.5355 -8500.5355 289.03124 289.03124 23728.076 23728.076 -120.51834 -120.51834 Loop time of 59.2219 on 1 procs for 1000 steps with 2000 atoms Performance: 1.459 ns/day, 16.451 hours/ns, 16.886 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.142 | 59.142 | 59.142 | 0.0 | 99.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014874 | 0.014874 | 0.014874 | 0.0 | 0.03 Output | 3.5677e-05 | 3.5677e-05 | 3.5677e-05 | 0.0 | 0.00 Modify | 0.05927 | 0.05927 | 0.05927 | 0.0 | 0.10 Other | | 0.005399 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191888 ave 191888 max 191888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191888 Ave neighs/atom = 95.944 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8425.8525 -8425.8525 -8500.5355 -8500.5355 289.03124 289.03124 23728.076 23728.076 -120.51834 -120.51834 3000 -8427.1775 -8427.1775 -8498.5607 -8498.5607 276.26026 276.26026 23743.383 23743.383 -1051.2625 -1051.2625 Loop time of 59.2897 on 1 procs for 1000 steps with 2000 atoms Performance: 1.457 ns/day, 16.469 hours/ns, 16.866 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.21 | 59.21 | 59.21 | 0.0 | 99.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014885 | 0.014885 | 0.014885 | 0.0 | 0.03 Output | 3.5998e-05 | 3.5998e-05 | 3.5998e-05 | 0.0 | 0.00 Modify | 0.059284 | 0.059284 | 0.059284 | 0.0 | 0.10 Other | | 0.005396 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191182 ave 191182 max 191182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191182 Ave neighs/atom = 95.591 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8427.1775 -8427.1775 -8498.5607 -8498.5607 276.26026 276.26026 23743.383 23743.383 -1051.2625 -1051.2625 4000 -8424.5266 -8424.5266 -8502.2908 -8502.2908 300.95566 300.95566 23763.817 23763.817 -2760.9965 -2760.9965 Loop time of 59.4731 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.520 hours/ns, 16.814 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.393 | 59.393 | 59.393 | 0.0 | 99.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014841 | 0.014841 | 0.014841 | 0.0 | 0.02 Output | 3.5597e-05 | 3.5597e-05 | 3.5597e-05 | 0.0 | 0.00 Modify | 0.059292 | 0.059292 | 0.059292 | 0.0 | 0.10 Other | | 0.005416 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190762 ave 190762 max 190762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190762 Ave neighs/atom = 95.381 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8424.5266 -8424.5266 -8502.2908 -8502.2908 300.95566 300.95566 23763.817 23763.817 -2760.9965 -2760.9965 5000 -8427.4864 -8427.4864 -8501.279 -8501.279 285.5849 285.5849 23756.25 23756.25 -2259.4175 -2259.4175 Loop time of 59.4485 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.513 hours/ns, 16.821 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.369 | 59.369 | 59.369 | 0.0 | 99.87 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014917 | 0.014917 | 0.014917 | 0.0 | 0.03 Output | 2.9135e-05 | 2.9135e-05 | 2.9135e-05 | 0.0 | 0.00 Modify | 0.059549 | 0.059549 | 0.059549 | 0.0 | 0.10 Other | | 0.005313 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190356 ave 190356 max 190356 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190356 Ave neighs/atom = 95.178 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 = 293.426162003004, Press = -146.976490635268 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8427.4864 -8427.4864 -8501.279 -8501.279 285.5849 285.5849 23756.25 23756.25 -2259.4175 -2259.4175 6000 -8425.3914 -8425.3914 -8501.9007 -8501.9007 296.09891 296.09891 23742.055 23742.055 -1314.0289 -1314.0289 Loop time of 59.3801 on 1 procs for 1000 steps with 2000 atoms Performance: 1.455 ns/day, 16.494 hours/ns, 16.841 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.298 | 59.298 | 59.298 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01496 | 0.01496 | 0.01496 | 0.0 | 0.03 Output | 2.9856e-05 | 2.9856e-05 | 2.9856e-05 | 0.0 | 0.00 Modify | 0.061573 | 0.061573 | 0.061573 | 0.0 | 0.10 Other | | 0.005359 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190512 ave 190512 max 190512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190512 Ave neighs/atom = 95.256 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 = 291.84310457925, Press = -16.5230315799401 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8425.3914 -8425.3914 -8501.9007 -8501.9007 296.09891 296.09891 23742.055 23742.055 -1314.0289 -1314.0289 7000 -8427.8707 -8427.8707 -8501.4458 -8501.4458 284.7433 284.7433 23718.894 23718.894 275.22402 275.22402 Loop time of 59.3361 on 1 procs for 1000 steps with 2000 atoms Performance: 1.456 ns/day, 16.482 hours/ns, 16.853 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.254 | 59.254 | 59.254 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014995 | 0.014995 | 0.014995 | 0.0 | 0.03 Output | 2.9757e-05 | 2.9757e-05 | 2.9757e-05 | 0.0 | 0.00 Modify | 0.061542 | 0.061542 | 0.061542 | 0.0 | 0.10 Other | | 0.005366 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190806 ave 190806 max 190806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190806 Ave neighs/atom = 95.403 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 = 292.413671727975, Press = -12.502078677855 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8427.8707 -8427.8707 -8501.4458 -8501.4458 284.7433 284.7433 23718.894 23718.894 275.22402 275.22402 8000 -8424.9784 -8424.9784 -8501.5826 -8501.5826 296.46613 296.46613 23707.774 23707.774 1292.7588 1292.7588 Loop time of 59.5173 on 1 procs for 1000 steps with 2000 atoms Performance: 1.452 ns/day, 16.533 hours/ns, 16.802 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.435 | 59.435 | 59.435 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014969 | 0.014969 | 0.014969 | 0.0 | 0.03 Output | 2.9896e-05 | 2.9896e-05 | 2.9896e-05 | 0.0 | 0.00 Modify | 0.06161 | 0.06161 | 0.06161 | 0.0 | 0.10 Other | | 0.00542 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191496 ave 191496 max 191496 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191496 Ave neighs/atom = 95.748 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 = 292.764564028722, Press = -11.4393146863743 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8424.9784 -8424.9784 -8501.5826 -8501.5826 296.46613 296.46613 23707.774 23707.774 1292.7588 1292.7588 9000 -8428.5068 -8428.5068 -8504.6107 -8504.6107 294.52968 294.52968 23663.668 23663.668 3879.4598 3879.4598 Loop time of 59.5694 on 1 procs for 1000 steps with 2000 atoms Performance: 1.450 ns/day, 16.547 hours/ns, 16.787 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.487 | 59.487 | 59.487 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01491 | 0.01491 | 0.01491 | 0.0 | 0.03 Output | 2.8664e-05 | 2.8664e-05 | 2.8664e-05 | 0.0 | 0.00 Modify | 0.061677 | 0.061677 | 0.061677 | 0.0 | 0.10 Other | | 0.005345 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191824 ave 191824 max 191824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191824 Ave neighs/atom = 95.912 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 = 292.72575939535, Press = -4.66477696097238 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8428.5068 -8428.5068 -8504.6107 -8504.6107 294.52968 294.52968 23663.668 23663.668 3879.4598 3879.4598 10000 -8423.7278 -8423.7278 -8500.1249 -8500.1249 295.66447 295.66447 23693.949 23693.949 2455.9017 2455.9017 Loop time of 59.5564 on 1 procs for 1000 steps with 2000 atoms Performance: 1.451 ns/day, 16.543 hours/ns, 16.791 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.474 | 59.474 | 59.474 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014945 | 0.014945 | 0.014945 | 0.0 | 0.03 Output | 2.9215e-05 | 2.9215e-05 | 2.9215e-05 | 0.0 | 0.00 Modify | 0.061548 | 0.061548 | 0.061548 | 0.0 | 0.10 Other | | 0.005377 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 192710 ave 192710 max 192710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 192710 Ave neighs/atom = 96.355 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 = 292.725540366188, Press = 8.09621548382005 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8423.7278 -8423.7278 -8500.1249 -8500.1249 295.66447 295.66447 23693.949 23693.949 2455.9017 2455.9017 11000 -8423.672 -8423.672 -8502.0903 -8502.0903 303.48696 303.48696 23712.446 23712.446 993.61834 993.61834 Loop time of 59.4502 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.514 hours/ns, 16.821 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.368 | 59.368 | 59.368 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014948 | 0.014948 | 0.014948 | 0.0 | 0.03 Output | 2.8975e-05 | 2.8975e-05 | 2.8975e-05 | 0.0 | 0.00 Modify | 0.061469 | 0.061469 | 0.061469 | 0.0 | 0.10 Other | | 0.005369 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 192128 ave 192128 max 192128 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 192128 Ave neighs/atom = 96.064 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 = 292.880379384112, Press = 6.49497456771584 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8423.672 -8423.672 -8502.0903 -8502.0903 303.48696 303.48696 23712.446 23712.446 993.61834 993.61834 12000 -8428.7784 -8428.7784 -8503.0365 -8503.0365 287.3865 287.3865 23725.102 23725.102 -386.1285 -386.1285 Loop time of 59.6297 on 1 procs for 1000 steps with 2000 atoms Performance: 1.449 ns/day, 16.564 hours/ns, 16.770 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.548 | 59.548 | 59.548 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015101 | 0.015101 | 0.015101 | 0.0 | 0.03 Output | 2.8875e-05 | 2.8875e-05 | 2.8875e-05 | 0.0 | 0.00 Modify | 0.06161 | 0.06161 | 0.06161 | 0.0 | 0.10 Other | | 0.005353 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191758 ave 191758 max 191758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191758 Ave neighs/atom = 95.879 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 = 292.742531988223, Press = 9.5316017099356 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8428.7784 -8428.7784 -8503.0365 -8503.0365 287.3865 287.3865 23725.102 23725.102 -386.1285 -386.1285 13000 -8427.0214 -8427.0214 -8502.8963 -8502.8963 293.64392 293.64392 23730.239 23730.239 -526.05567 -526.05567 Loop time of 59.4569 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.516 hours/ns, 16.819 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.375 | 59.375 | 59.375 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014972 | 0.014972 | 0.014972 | 0.0 | 0.03 Output | 2.9095e-05 | 2.9095e-05 | 2.9095e-05 | 0.0 | 0.00 Modify | 0.061605 | 0.061605 | 0.061605 | 0.0 | 0.10 Other | | 0.005385 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191486 ave 191486 max 191486 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191486 Ave neighs/atom = 95.743 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 = 292.626264390644, Press = 7.99747698041043 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8427.0214 -8427.0214 -8502.8963 -8502.8963 293.64392 293.64392 23730.239 23730.239 -526.05567 -526.05567 14000 -8427.0219 -8427.0219 -8499.9075 -8499.9075 282.07504 282.07504 23754.308 23754.308 -1786.0064 -1786.0064 Loop time of 59.3899 on 1 procs for 1000 steps with 2000 atoms Performance: 1.455 ns/day, 16.497 hours/ns, 16.838 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.308 | 59.308 | 59.308 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014944 | 0.014944 | 0.014944 | 0.0 | 0.03 Output | 2.9696e-05 | 2.9696e-05 | 2.9696e-05 | 0.0 | 0.00 Modify | 0.061653 | 0.061653 | 0.061653 | 0.0 | 0.10 Other | | 0.005378 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191242 ave 191242 max 191242 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191242 Ave neighs/atom = 95.621 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 = 292.611904457731, Press = 6.56339513480246 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8427.0219 -8427.0219 -8499.9075 -8499.9075 282.07504 282.07504 23754.308 23754.308 -1786.0064 -1786.0064 15000 -8423.2637 -8423.2637 -8498.8791 -8498.8791 292.63953 292.63953 23790.102 23790.102 -4021.0062 -4021.0062 Loop time of 59.4648 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.518 hours/ns, 16.817 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.383 | 59.383 | 59.383 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014932 | 0.014932 | 0.014932 | 0.0 | 0.03 Output | 2.9525e-05 | 2.9525e-05 | 2.9525e-05 | 0.0 | 0.00 Modify | 0.061605 | 0.061605 | 0.061605 | 0.0 | 0.10 Other | | 0.005393 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190600 ave 190600 max 190600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190600 Ave neighs/atom = 95.3 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 = 292.650038806641, Press = 2.08729508899858 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8423.2637 -8423.2637 -8498.8791 -8498.8791 292.63953 292.63953 23790.102 23790.102 -4021.0062 -4021.0062 16000 -8426.0696 -8426.0696 -8501.3741 -8501.3741 291.43623 291.43623 23755.989 23755.989 -2134.84 -2134.84 Loop time of 59.2587 on 1 procs for 1000 steps with 2000 atoms Performance: 1.458 ns/day, 16.461 hours/ns, 16.875 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.177 | 59.177 | 59.177 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01504 | 0.01504 | 0.01504 | 0.0 | 0.03 Output | 2.9005e-05 | 2.9005e-05 | 2.9005e-05 | 0.0 | 0.00 Modify | 0.061602 | 0.061602 | 0.061602 | 0.0 | 0.10 Other | | 0.005359 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 189710 ave 189710 max 189710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 189710 Ave neighs/atom = 94.855 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 = 292.95463613524, Press = -1.44556571395826 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8426.0696 -8426.0696 -8501.3741 -8501.3741 291.43623 291.43623 23755.989 23755.989 -2134.84 -2134.84 17000 -8422.772 -8422.772 -8501.7435 -8501.7435 305.62794 305.62794 23738.931 23738.931 -891.56937 -891.56937 Loop time of 59.526 on 1 procs for 1000 steps with 2000 atoms Performance: 1.451 ns/day, 16.535 hours/ns, 16.799 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.444 | 59.444 | 59.444 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014941 | 0.014941 | 0.014941 | 0.0 | 0.03 Output | 2.9476e-05 | 2.9476e-05 | 2.9476e-05 | 0.0 | 0.00 Modify | 0.061633 | 0.061633 | 0.061633 | 0.0 | 0.10 Other | | 0.005358 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190742 ave 190742 max 190742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190742 Ave neighs/atom = 95.371 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 = 293.029457061811, Press = 0.236287572677896 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8422.772 -8422.772 -8501.7435 -8501.7435 305.62794 305.62794 23738.931 23738.931 -891.56937 -891.56937 18000 -8426.8493 -8426.8493 -8502.5042 -8502.5042 292.79242 292.79242 23720.982 23720.982 188.33982 188.33982 Loop time of 59.4183 on 1 procs for 1000 steps with 2000 atoms Performance: 1.454 ns/day, 16.505 hours/ns, 16.830 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.336 | 59.336 | 59.336 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014985 | 0.014985 | 0.014985 | 0.0 | 0.03 Output | 2.9236e-05 | 2.9236e-05 | 2.9236e-05 | 0.0 | 0.00 Modify | 0.061652 | 0.061652 | 0.061652 | 0.0 | 0.10 Other | | 0.005376 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191220 ave 191220 max 191220 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191220 Ave neighs/atom = 95.61 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 = 293.143372450425, Press = 0.430145910555925 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8426.8493 -8426.8493 -8502.5042 -8502.5042 292.79242 292.79242 23720.982 23720.982 188.33982 188.33982 19000 -8425.1301 -8425.1301 -8501.221 -8501.221 294.47986 294.47986 23709.245 23709.245 1107.5401 1107.5401 Loop time of 59.5343 on 1 procs for 1000 steps with 2000 atoms Performance: 1.451 ns/day, 16.537 hours/ns, 16.797 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.452 | 59.452 | 59.452 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014938 | 0.014938 | 0.014938 | 0.0 | 0.03 Output | 2.9446e-05 | 2.9446e-05 | 2.9446e-05 | 0.0 | 0.00 Modify | 0.061523 | 0.061523 | 0.061523 | 0.0 | 0.10 Other | | 0.005374 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191402 ave 191402 max 191402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191402 Ave neighs/atom = 95.701 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 = 293.201706025153, Press = 1.56948306521679 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8425.1301 -8425.1301 -8501.221 -8501.221 294.47986 294.47986 23709.245 23709.245 1107.5401 1107.5401 20000 -8429.695 -8429.695 -8504.1428 -8504.1428 288.12089 288.12089 23672.924 23672.924 3226.7766 3226.7766 Loop time of 59.4791 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.522 hours/ns, 16.813 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.397 | 59.397 | 59.397 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014967 | 0.014967 | 0.014967 | 0.0 | 0.03 Output | 2.8714e-05 | 2.8714e-05 | 2.8714e-05 | 0.0 | 0.00 Modify | 0.061574 | 0.061574 | 0.061574 | 0.0 | 0.10 Other | | 0.005369 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191454 ave 191454 max 191454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191454 Ave neighs/atom = 95.727 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 = 293.16670652043, Press = 5.1422570119472 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8429.695 -8429.695 -8504.1428 -8504.1428 288.12089 288.12089 23672.924 23672.924 3226.7766 3226.7766 21000 -8424.8016 -8424.8016 -8501.5112 -8501.5112 296.87385 296.87385 23705.321 23705.321 1621.1425 1621.1425 Loop time of 59.7002 on 1 procs for 1000 steps with 2000 atoms Performance: 1.447 ns/day, 16.583 hours/ns, 16.750 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.618 | 59.618 | 59.618 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014922 | 0.014922 | 0.014922 | 0.0 | 0.02 Output | 3.0217e-05 | 3.0217e-05 | 3.0217e-05 | 0.0 | 0.00 Modify | 0.061599 | 0.061599 | 0.061599 | 0.0 | 0.10 Other | | 0.005377 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 192692 ave 192692 max 192692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 192692 Ave neighs/atom = 96.346 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 = 293.107555932731, Press = 6.71257663391043 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8424.8016 -8424.8016 -8501.5112 -8501.5112 296.87385 296.87385 23705.321 23705.321 1621.1425 1621.1425 22000 -8429.0741 -8429.0741 -8505.5382 -8505.5382 295.924 295.924 23728.785 23728.785 -853.73222 -853.73222 Loop time of 59.6719 on 1 procs for 1000 steps with 2000 atoms Performance: 1.448 ns/day, 16.576 hours/ns, 16.758 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.59 | 59.59 | 59.59 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014956 | 0.014956 | 0.014956 | 0.0 | 0.03 Output | 2.9065e-05 | 2.9065e-05 | 2.9065e-05 | 0.0 | 0.00 Modify | 0.061625 | 0.061625 | 0.061625 | 0.0 | 0.10 Other | | 0.00538 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 192010 ave 192010 max 192010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 192010 Ave neighs/atom = 96.005 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 = 292.969963934237, Press = 4.80481232448924 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8429.0741 -8429.0741 -8505.5382 -8505.5382 295.924 295.924 23728.785 23728.785 -853.73222 -853.73222 23000 -8423.7736 -8423.7736 -8498.546 -8498.546 289.3769 289.3769 23750.914 23750.914 -1201.4002 -1201.4002 Loop time of 59.4571 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.516 hours/ns, 16.819 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.375 | 59.375 | 59.375 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015077 | 0.015077 | 0.015077 | 0.0 | 0.03 Output | 2.8864e-05 | 2.8864e-05 | 2.8864e-05 | 0.0 | 0.00 Modify | 0.061644 | 0.061644 | 0.061644 | 0.0 | 0.10 Other | | 0.005361 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 191344 ave 191344 max 191344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 191344 Ave neighs/atom = 95.672 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 = 292.961571486018, Press = 2.93734487589309 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8423.7736 -8423.7736 -8498.546 -8498.546 289.3769 289.3769 23750.914 23750.914 -1201.4002 -1201.4002 24000 -8426.247 -8426.247 -8500.9518 -8500.9518 289.11518 289.11518 23760.388 23760.388 -2374.9075 -2374.9075 Loop time of 59.4051 on 1 procs for 1000 steps with 2000 atoms Performance: 1.454 ns/day, 16.501 hours/ns, 16.834 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.323 | 59.323 | 59.323 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014967 | 0.014967 | 0.014967 | 0.0 | 0.03 Output | 2.9295e-05 | 2.9295e-05 | 2.9295e-05 | 0.0 | 0.00 Modify | 0.061606 | 0.061606 | 0.061606 | 0.0 | 0.10 Other | | 0.005338 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190658 ave 190658 max 190658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190658 Ave neighs/atom = 95.329 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 = 292.999913128396, Press = 1.3041938500126 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.4 ghost atom cutoff = 6.4 binsize = 3.2, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.4 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.753 | 3.753 | 3.753 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8426.247 -8426.247 -8500.9518 -8500.9518 289.11518 289.11518 23760.388 23760.388 -2374.9075 -2374.9075 25000 -8423.782 -8423.782 -8500.474 -8500.474 296.80598 296.80598 23762.596 23762.596 -2374.8219 -2374.8219 Loop time of 59.4586 on 1 procs for 1000 steps with 2000 atoms Performance: 1.453 ns/day, 16.516 hours/ns, 16.818 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 59.377 | 59.377 | 59.377 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014916 | 0.014916 | 0.014916 | 0.0 | 0.03 Output | 2.9325e-05 | 2.9325e-05 | 2.9325e-05 | 0.0 | 0.00 Modify | 0.061563 | 0.061563 | 0.061563 | 0.0 | 0.10 Other | | 0.005385 | | | 0.01 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 190414 ave 190414 max 190414 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 190414 Ave neighs/atom = 95.207 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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 23725.5516240565 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0