# 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 3.52000077366829*${_u_distance} variable latticeconst_converted equal 3.52000077366829*1 lattice fcc ${latticeconst_converted} lattice fcc 3.52000077366829 Lattice spacing in x,y,z = 3.5200008 3.5200008 3.5200008 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.200008 35.200008 35.200008) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.200008 35.200008 35.200008) create_atoms CPU = 0.001 seconds variable mass_converted equal 58.6934*${_u_mass} variable mass_converted equal 58.6934*1 kim_interactions Ni WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ni #=== BEGIN kim interactions ================================== pair_style kim EAM_Dynamo_FarkasCaro_2020_FeNiCrCoAl__MO_820335782779_000 pair_coeff * * Ni #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 58.6934 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 43614.2367581851 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43614.2367581851/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 43614.2367581851/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 43614.2367581851/(1*1*${_u_distance}) variable V0_metal equal 43614.2367581851/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 43614.2367581851*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 43614.2367581851 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 313.15*${_u_temperature} variable temp_converted equal 313.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 313.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 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.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 "313.15 - 0.2" variable T_up equal "313.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_820335782779_000#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -17638.129 -17638.129 -17800 -17800 313.15 313.15 43614.237 43614.237 3964.2175 3964.2175 1000 -17479.779 -17479.779 -17644.471 -17644.471 318.60743 318.60743 44174.072 44174.072 -2320.9475 -2320.9475 Loop time of 29.1448 on 1 procs for 1000 steps with 4000 atoms Performance: 2.965 ns/day, 8.096 hours/ns, 34.311 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.735 | 28.735 | 28.735 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065875 | 0.065875 | 0.065875 | 0.0 | 0.23 Output | 0.00032329 | 0.00032329 | 0.00032329 | 0.0 | 0.00 Modify | 0.29658 | 0.29658 | 0.29658 | 0.0 | 1.02 Other | | 0.04703 | | | 0.16 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 704000.0 ave 704000 max 704000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 704000 Ave neighs/atom = 176.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -17479.779 -17479.779 -17644.471 -17644.471 318.60743 318.60743 44174.072 44174.072 -2320.9475 -2320.9475 2000 -17482.056 -17482.056 -17642.94 -17642.94 311.24044 311.24044 44104.172 44104.172 1140.7413 1140.7413 Loop time of 29.6198 on 1 procs for 1000 steps with 4000 atoms Performance: 2.917 ns/day, 8.228 hours/ns, 33.761 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.225 | 29.225 | 29.225 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063866 | 0.063866 | 0.063866 | 0.0 | 0.22 Output | 0.00014577 | 0.00014577 | 0.00014577 | 0.0 | 0.00 Modify | 0.28796 | 0.28796 | 0.28796 | 0.0 | 0.97 Other | | 0.04229 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 714604.0 ave 714604 max 714604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714604 Ave neighs/atom = 178.65100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -17482.056 -17482.056 -17642.94 -17642.94 311.24044 311.24044 44104.172 44104.172 1140.7413 1140.7413 3000 -17487.315 -17487.315 -17645.472 -17645.472 305.96659 305.96659 44110.403 44110.403 446.04666 446.04666 Loop time of 29.6752 on 1 procs for 1000 steps with 4000 atoms Performance: 2.912 ns/day, 8.243 hours/ns, 33.698 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.281 | 29.281 | 29.281 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063593 | 0.063593 | 0.063593 | 0.0 | 0.21 Output | 0.00014785 | 0.00014785 | 0.00014785 | 0.0 | 0.00 Modify | 0.28826 | 0.28826 | 0.28826 | 0.0 | 0.97 Other | | 0.04194 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715870.0 ave 715870 max 715870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715870 Ave neighs/atom = 178.96750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -17487.315 -17487.315 -17645.472 -17645.472 305.96659 305.96659 44110.403 44110.403 446.04666 446.04666 4000 -17479.484 -17479.484 -17643.221 -17643.221 316.76175 316.76175 44132.366 44132.366 -290.86812 -290.86812 Loop time of 29.721 on 1 procs for 1000 steps with 4000 atoms Performance: 2.907 ns/day, 8.256 hours/ns, 33.646 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.325 | 29.325 | 29.325 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06423 | 0.06423 | 0.06423 | 0.0 | 0.22 Output | 0.00013868 | 0.00013868 | 0.00013868 | 0.0 | 0.00 Modify | 0.28998 | 0.28998 | 0.28998 | 0.0 | 0.98 Other | | 0.04204 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715626.0 ave 715626 max 715626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715626 Ave neighs/atom = 178.90650 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -17479.484 -17479.484 -17643.221 -17643.221 316.76175 316.76175 44132.366 44132.366 -290.86812 -290.86812 5000 -17488.044 -17488.044 -17646.99 -17646.99 307.49321 307.49321 44098.578 44098.578 847.92345 847.92345 Loop time of 29.6909 on 1 procs for 1000 steps with 4000 atoms Performance: 2.910 ns/day, 8.247 hours/ns, 33.680 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.296 | 29.296 | 29.296 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063203 | 0.063203 | 0.063203 | 0.0 | 0.21 Output | 7.1821e-05 | 7.1821e-05 | 7.1821e-05 | 0.0 | 0.00 Modify | 0.28922 | 0.28922 | 0.28922 | 0.0 | 0.97 Other | | 0.04193 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715630.0 ave 715630 max 715630 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715630 Ave neighs/atom = 178.90750 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 = 309.99762152728, Press = -370.96569403524 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -17488.044 -17488.044 -17646.99 -17646.99 307.49321 307.49321 44098.578 44098.578 847.92345 847.92345 6000 -17481.729 -17481.729 -17641.008 -17641.008 308.13468 308.13468 44138.55 44138.55 -499.6899 -499.6899 Loop time of 29.6776 on 1 procs for 1000 steps with 4000 atoms Performance: 2.911 ns/day, 8.244 hours/ns, 33.695 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.277 | 29.277 | 29.277 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063625 | 0.063625 | 0.063625 | 0.0 | 0.21 Output | 0.00010399 | 0.00010399 | 0.00010399 | 0.0 | 0.00 Modify | 0.29546 | 0.29546 | 0.29546 | 0.0 | 1.00 Other | | 0.04168 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715864.0 ave 715864 max 715864 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715864 Ave neighs/atom = 178.96600 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 = 313.151029978041, Press = 19.9975970124974 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -17481.729 -17481.729 -17641.008 -17641.008 308.13468 308.13468 44138.55 44138.55 -499.6899 -499.6899 7000 -17483.804 -17483.804 -17644.828 -17644.828 311.51177 311.51177 44100.981 44100.981 974.5934 974.5934 Loop time of 29.7259 on 1 procs for 1000 steps with 4000 atoms Performance: 2.907 ns/day, 8.257 hours/ns, 33.641 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.324 | 29.324 | 29.324 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063663 | 0.063663 | 0.063663 | 0.0 | 0.21 Output | 7.6859e-05 | 7.6859e-05 | 7.6859e-05 | 0.0 | 0.00 Modify | 0.29632 | 0.29632 | 0.29632 | 0.0 | 1.00 Other | | 0.0421 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715996.0 ave 715996 max 715996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715996 Ave neighs/atom = 178.99900 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 = 312.854287111532, Press = -48.7024296297069 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -17483.804 -17483.804 -17644.828 -17644.828 311.51177 311.51177 44100.981 44100.981 974.5934 974.5934 8000 -17485.978 -17485.978 -17644.198 -17644.198 306.08697 306.08697 44118.549 44118.549 258.13931 258.13931 Loop time of 29.7577 on 1 procs for 1000 steps with 4000 atoms Performance: 2.903 ns/day, 8.266 hours/ns, 33.605 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.355 | 29.355 | 29.355 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063594 | 0.063594 | 0.063594 | 0.0 | 0.21 Output | 0.00010668 | 0.00010668 | 0.00010668 | 0.0 | 0.00 Modify | 0.29682 | 0.29682 | 0.29682 | 0.0 | 1.00 Other | | 0.04224 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 716234.0 ave 716234 max 716234 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716234 Ave neighs/atom = 179.05850 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 = 313.378046898119, Press = 13.0404393330059 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -17485.978 -17485.978 -17644.198 -17644.198 306.08697 306.08697 44118.549 44118.549 258.13931 258.13931 9000 -17485.741 -17485.741 -17643.845 -17643.845 305.86344 305.86344 44113.741 44113.741 476.44802 476.44802 Loop time of 29.624 on 1 procs for 1000 steps with 4000 atoms Performance: 2.917 ns/day, 8.229 hours/ns, 33.756 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.227 | 29.227 | 29.227 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063232 | 0.063232 | 0.063232 | 0.0 | 0.21 Output | 0.00010281 | 0.00010281 | 0.00010281 | 0.0 | 0.00 Modify | 0.29246 | 0.29246 | 0.29246 | 0.0 | 0.99 Other | | 0.04136 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715860.0 ave 715860 max 715860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715860 Ave neighs/atom = 178.96500 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 = 313.107066049474, Press = -11.23653486962 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -17485.741 -17485.741 -17643.845 -17643.845 305.86344 305.86344 44113.741 44113.741 476.44802 476.44802 10000 -17486.264 -17486.264 -17648.859 -17648.859 314.55029 314.55029 44107.075 44107.075 215.11246 215.11246 Loop time of 29.6694 on 1 procs for 1000 steps with 4000 atoms Performance: 2.912 ns/day, 8.242 hours/ns, 33.705 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.27 | 29.27 | 29.27 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063372 | 0.063372 | 0.063372 | 0.0 | 0.21 Output | 0.00010381 | 0.00010381 | 0.00010381 | 0.0 | 0.00 Modify | 0.29408 | 0.29408 | 0.29408 | 0.0 | 0.99 Other | | 0.0417 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715840.0 ave 715840 max 715840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715840 Ave neighs/atom = 178.96000 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 = 313.116643304041, Press = 2.20675605563287 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -17486.264 -17486.264 -17648.859 -17648.859 314.55029 314.55029 44107.075 44107.075 215.11246 215.11246 11000 -17479.44 -17479.44 -17642.661 -17642.661 315.76207 315.76207 44143.545 44143.545 -829.46541 -829.46541 Loop time of 29.6953 on 1 procs for 1000 steps with 4000 atoms Performance: 2.910 ns/day, 8.249 hours/ns, 33.675 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.294 | 29.294 | 29.294 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063592 | 0.063592 | 0.063592 | 0.0 | 0.21 Output | 0.00010864 | 0.00010864 | 0.00010864 | 0.0 | 0.00 Modify | 0.29576 | 0.29576 | 0.29576 | 0.0 | 1.00 Other | | 0.04201 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715678.0 ave 715678 max 715678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715678 Ave neighs/atom = 178.91950 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 = 313.491005518331, Press = -9.11437889894914 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -17479.44 -17479.44 -17642.661 -17642.661 315.76207 315.76207 44143.545 44143.545 -829.46541 -829.46541 12000 -17483.538 -17483.538 -17647.739 -17647.739 317.65649 317.65649 44088.193 44088.193 1247.4436 1247.4436 Loop time of 29.7061 on 1 procs for 1000 steps with 4000 atoms Performance: 2.908 ns/day, 8.252 hours/ns, 33.663 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.306 | 29.306 | 29.306 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063531 | 0.063531 | 0.063531 | 0.0 | 0.21 Output | 7.2531e-05 | 7.2531e-05 | 7.2531e-05 | 0.0 | 0.00 Modify | 0.29508 | 0.29508 | 0.29508 | 0.0 | 0.99 Other | | 0.04164 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715872.0 ave 715872 max 715872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715872 Ave neighs/atom = 178.96800 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 = 313.566934279872, Press = 1.84351336636679 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -17483.538 -17483.538 -17647.739 -17647.739 317.65649 317.65649 44088.193 44088.193 1247.4436 1247.4436 13000 -17485.076 -17485.076 -17644.319 -17644.319 308.06676 308.06676 44167.328 44167.328 -2256.6402 -2256.6402 Loop time of 29.6772 on 1 procs for 1000 steps with 4000 atoms Performance: 2.911 ns/day, 8.244 hours/ns, 33.696 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.276 | 29.276 | 29.276 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063886 | 0.063886 | 0.063886 | 0.0 | 0.22 Output | 0.00010514 | 0.00010514 | 0.00010514 | 0.0 | 0.00 Modify | 0.29511 | 0.29511 | 0.29511 | 0.0 | 0.99 Other | | 0.04199 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 716202.0 ave 716202 max 716202 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716202 Ave neighs/atom = 179.05050 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 = 313.780562211699, Press = -11.5862446903262 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -17485.076 -17485.076 -17644.319 -17644.319 308.06676 308.06676 44167.328 44167.328 -2256.6402 -2256.6402 14000 -17481.924 -17481.924 -17642.389 -17642.389 310.42969 310.42969 44078.535 44078.535 2449.4102 2449.4102 Loop time of 29.6712 on 1 procs for 1000 steps with 4000 atoms Performance: 2.912 ns/day, 8.242 hours/ns, 33.703 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.271 | 29.271 | 29.271 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063529 | 0.063529 | 0.063529 | 0.0 | 0.21 Output | 7.3156e-05 | 7.3156e-05 | 7.3156e-05 | 0.0 | 0.00 Modify | 0.29441 | 0.29441 | 0.29441 | 0.0 | 0.99 Other | | 0.04182 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715148.0 ave 715148 max 715148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715148 Ave neighs/atom = 178.78700 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 = 313.715760551918, Press = 4.95078305071839 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -17481.924 -17481.924 -17642.389 -17642.389 310.42969 310.42969 44078.535 44078.535 2449.4102 2449.4102 15000 -17484.407 -17484.407 -17646.154 -17646.154 312.91064 312.91064 44145.36 44145.36 -1244.2337 -1244.2337 Loop time of 29.5617 on 1 procs for 1000 steps with 4000 atoms Performance: 2.923 ns/day, 8.212 hours/ns, 33.828 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.164 | 29.164 | 29.164 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063258 | 0.063258 | 0.063258 | 0.0 | 0.21 Output | 9.4935e-05 | 9.4935e-05 | 9.4935e-05 | 0.0 | 0.00 Modify | 0.29322 | 0.29322 | 0.29322 | 0.0 | 0.99 Other | | 0.0414 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 716422.0 ave 716422 max 716422 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716422 Ave neighs/atom = 179.10550 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 = 313.488028358064, Press = -4.21990951586405 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -17484.407 -17484.407 -17646.154 -17646.154 312.91064 312.91064 44145.36 44145.36 -1244.2337 -1244.2337 16000 -17482.644 -17482.644 -17643.419 -17643.419 311.03144 311.03144 44118.43 44118.43 311.47813 311.47813 Loop time of 29.7321 on 1 procs for 1000 steps with 4000 atoms Performance: 2.906 ns/day, 8.259 hours/ns, 33.634 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.338 | 29.338 | 29.338 | 0.0 | 98.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062207 | 0.062207 | 0.062207 | 0.0 | 0.21 Output | 7.2375e-05 | 7.2375e-05 | 7.2375e-05 | 0.0 | 0.00 Modify | 0.28991 | 0.28991 | 0.28991 | 0.0 | 0.98 Other | | 0.04167 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715170.0 ave 715170 max 715170 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715170 Ave neighs/atom = 178.79250 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 = 313.403715410817, Press = 0.577498421120153 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -17482.644 -17482.644 -17643.419 -17643.419 311.03144 311.03144 44118.43 44118.43 311.47813 311.47813 17000 -17486.74 -17486.74 -17647.095 -17647.095 310.21679 310.21679 44111.678 44111.678 54.459232 54.459232 Loop time of 29.5082 on 1 procs for 1000 steps with 4000 atoms Performance: 2.928 ns/day, 8.197 hours/ns, 33.889 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.125 | 29.125 | 29.125 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06079 | 0.06079 | 0.06079 | 0.0 | 0.21 Output | 7.238e-05 | 7.238e-05 | 7.238e-05 | 0.0 | 0.00 Modify | 0.28275 | 0.28275 | 0.28275 | 0.0 | 0.96 Other | | 0.04003 | | | 0.14 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715852.0 ave 715852 max 715852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715852 Ave neighs/atom = 178.96300 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 = 313.246080083045, Press = -5.59439629877202 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -17486.74 -17486.74 -17647.095 -17647.095 310.21679 310.21679 44111.678 44111.678 54.459232 54.459232 18000 -17482.099 -17482.099 -17645.068 -17645.068 315.27553 315.27553 44133.808 44133.808 -554.03737 -554.03737 Loop time of 29.6028 on 1 procs for 1000 steps with 4000 atoms Performance: 2.919 ns/day, 8.223 hours/ns, 33.781 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.217 | 29.217 | 29.217 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061231 | 0.061231 | 0.061231 | 0.0 | 0.21 Output | 0.00010789 | 0.00010789 | 0.00010789 | 0.0 | 0.00 Modify | 0.28581 | 0.28581 | 0.28581 | 0.0 | 0.97 Other | | 0.03882 | | | 0.13 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715930.0 ave 715930 max 715930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715930 Ave neighs/atom = 178.98250 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 = 313.147470065389, Press = 4.28464722035139 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -17482.099 -17482.099 -17645.068 -17645.068 315.27553 315.27553 44133.808 44133.808 -554.03737 -554.03737 19000 -17479.25 -17479.25 -17642.461 -17642.461 315.74323 315.74323 44113.941 44113.941 621.95251 621.95251 Loop time of 29.6839 on 1 procs for 1000 steps with 4000 atoms Performance: 2.911 ns/day, 8.246 hours/ns, 33.688 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.297 | 29.297 | 29.297 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061506 | 0.061506 | 0.061506 | 0.0 | 0.21 Output | 7.4325e-05 | 7.4325e-05 | 7.4325e-05 | 0.0 | 0.00 Modify | 0.28595 | 0.28595 | 0.28595 | 0.0 | 0.96 Other | | 0.03904 | | | 0.13 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715522.0 ave 715522 max 715522 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715522 Ave neighs/atom = 178.88050 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 = 313.083439513985, Press = -5.47026943177888 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -17479.25 -17479.25 -17642.461 -17642.461 315.74323 315.74323 44113.941 44113.941 621.95251 621.95251 20000 -17485.621 -17485.621 -17646.739 -17646.739 311.69355 311.69355 44128.576 44128.576 -485.86303 -485.86303 Loop time of 29.6896 on 1 procs for 1000 steps with 4000 atoms Performance: 2.910 ns/day, 8.247 hours/ns, 33.682 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.304 | 29.304 | 29.304 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061524 | 0.061524 | 0.061524 | 0.0 | 0.21 Output | 0.00010215 | 0.00010215 | 0.00010215 | 0.0 | 0.00 Modify | 0.28491 | 0.28491 | 0.28491 | 0.0 | 0.96 Other | | 0.03905 | | | 0.13 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 716000.0 ave 716000 max 716000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716000 Ave neighs/atom = 179.00000 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 = 313.162777599908, Press = 0.795189394172383 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -17485.621 -17485.621 -17646.739 -17646.739 311.69355 311.69355 44128.576 44128.576 -485.86303 -485.86303 21000 -17489.001 -17489.001 -17649.208 -17649.208 309.93149 309.93149 44102.096 44102.096 390.49207 390.49207 Loop time of 29.6205 on 1 procs for 1000 steps with 4000 atoms Performance: 2.917 ns/day, 8.228 hours/ns, 33.760 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.238 | 29.238 | 29.238 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061102 | 0.061102 | 0.061102 | 0.0 | 0.21 Output | 7.6351e-05 | 7.6351e-05 | 7.6351e-05 | 0.0 | 0.00 Modify | 0.28291 | 0.28291 | 0.28291 | 0.0 | 0.96 Other | | 0.03875 | | | 0.13 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715400.0 ave 715400 max 715400 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715400 Ave neighs/atom = 178.85000 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 = 313.174954837234, Press = -2.97471454873362 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.80375 ghost atom cutoff = 7.80375 binsize = 3.901875, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7.80375 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 6.244 | 6.244 | 6.244 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -17489.001 -17489.001 -17649.208 -17649.208 309.93149 309.93149 44102.096 44102.096 390.49207 390.49207 22000 -17483.185 -17483.185 -17644.507 -17644.507 312.08785 312.08785 44135.451 44135.451 -732.9467 -732.9467 Loop time of 29.6202 on 1 procs for 1000 steps with 4000 atoms Performance: 2.917 ns/day, 8.228 hours/ns, 33.761 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.237 | 29.237 | 29.237 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061048 | 0.061048 | 0.061048 | 0.0 | 0.21 Output | 0.00010258 | 0.00010258 | 0.00010258 | 0.0 | 0.00 Modify | 0.28364 | 0.28364 | 0.28364 | 0.0 | 0.96 Other | | 0.03873 | | | 0.13 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8195.00 ave 8195 max 8195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 715824.0 ave 715824 max 715824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715824 Ave neighs/atom = 178.95600 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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 44119.3152946657 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0