# 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 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_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 -17627.791 -17627.791 -17800 -17800 333.15 333.15 43614.237 43614.237 4217.4019 4217.4019 1000 -17459.195 -17459.195 -17633.892 -17633.892 337.96209 337.96209 44162.393 44162.393 -178.18259 -178.18259 Loop time of 29.4468 on 1 procs for 1000 steps with 4000 atoms Performance: 2.934 ns/day, 8.180 hours/ns, 33.960 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 | 29.035 | 29.035 | 29.035 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067194 | 0.067194 | 0.067194 | 0.0 | 0.23 Output | 0.0003859 | 0.0003859 | 0.0003859 | 0.0 | 0.00 Modify | 0.29705 | 0.29705 | 0.29705 | 0.0 | 1.01 Other | | 0.04696 | | | 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 -17459.195 -17459.195 -17633.892 -17633.892 337.96209 337.96209 44162.393 44162.393 -178.18259 -178.18259 2000 -17461.862 -17461.862 -17631.514 -17631.514 328.20356 328.20356 44167.348 44167.348 -426.08973 -426.08973 Loop time of 29.1934 on 1 procs for 1000 steps with 4000 atoms Performance: 2.960 ns/day, 8.109 hours/ns, 34.254 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 | 28.809 | 28.809 | 28.809 | 0.0 | 98.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062485 | 0.062485 | 0.062485 | 0.0 | 0.21 Output | 0.00012795 | 0.00012795 | 0.00012795 | 0.0 | 0.00 Modify | 0.27879 | 0.27879 | 0.27879 | 0.0 | 0.95 Other | | 0.0428 | | | 0.15 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: 715388.0 ave 715388 max 715388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715388 Ave neighs/atom = 178.84700 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 -17461.862 -17461.862 -17631.514 -17631.514 328.20356 328.20356 44167.348 44167.348 -426.08973 -426.08973 3000 -17467.074 -17467.074 -17635.515 -17635.515 325.86068 325.86068 44120.817 44120.817 1412.7845 1412.7845 Loop time of 29.0463 on 1 procs for 1000 steps with 4000 atoms Performance: 2.975 ns/day, 8.068 hours/ns, 34.428 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 | 28.673 | 28.673 | 28.673 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061047 | 0.061047 | 0.061047 | 0.0 | 0.21 Output | 0.00013578 | 0.00013578 | 0.00013578 | 0.0 | 0.00 Modify | 0.27256 | 0.27256 | 0.27256 | 0.0 | 0.94 Other | | 0.03998 | | | 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: 715692.0 ave 715692 max 715692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715692 Ave neighs/atom = 178.92300 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 -17467.074 -17467.074 -17635.515 -17635.515 325.86068 325.86068 44120.817 44120.817 1412.7845 1412.7845 4000 -17458.984 -17458.984 -17633.581 -17633.581 337.76948 337.76948 44147.838 44147.838 311.55757 311.55757 Loop time of 29.372 on 1 procs for 1000 steps with 4000 atoms Performance: 2.942 ns/day, 8.159 hours/ns, 34.046 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 | 28.988 | 28.988 | 28.988 | 0.0 | 98.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062467 | 0.062467 | 0.062467 | 0.0 | 0.21 Output | 0.00012686 | 0.00012686 | 0.00012686 | 0.0 | 0.00 Modify | 0.27876 | 0.27876 | 0.27876 | 0.0 | 0.95 Other | | 0.04256 | | | 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: 716306.0 ave 716306 max 716306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716306 Ave neighs/atom = 179.07650 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 -17458.984 -17458.984 -17633.581 -17633.581 337.76948 337.76948 44147.838 44147.838 311.55757 311.55757 5000 -17468.055 -17468.055 -17637.536 -17637.536 327.87284 327.87284 44162.752 44162.752 -1003.9434 -1003.9434 Loop time of 29.3318 on 1 procs for 1000 steps with 4000 atoms Performance: 2.946 ns/day, 8.148 hours/ns, 34.093 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 | 28.949 | 28.949 | 28.949 | 0.0 | 98.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061976 | 0.061976 | 0.061976 | 0.0 | 0.21 Output | 0.00081248 | 0.00081248 | 0.00081248 | 0.0 | 0.00 Modify | 0.27857 | 0.27857 | 0.27857 | 0.0 | 0.95 Other | | 0.04189 | | | 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: 716158.0 ave 716158 max 716158 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716158 Ave neighs/atom = 179.03950 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 = 329.673817352319, Press = -18.319265019048 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 -17468.055 -17468.055 -17637.536 -17637.536 327.87284 327.87284 44162.752 44162.752 -1003.9434 -1003.9434 6000 -17461.288 -17461.288 -17631.151 -17631.151 328.61159 328.61159 44111.302 44111.302 2289.8907 2289.8907 Loop time of 29.5121 on 1 procs for 1000 steps with 4000 atoms Performance: 2.928 ns/day, 8.198 hours/ns, 33.884 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.114 | 29.114 | 29.114 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063061 | 0.063061 | 0.063061 | 0.0 | 0.21 Output | 0.00021766 | 0.00021766 | 0.00021766 | 0.0 | 0.00 Modify | 0.2906 | 0.2906 | 0.2906 | 0.0 | 0.98 Other | | 0.04395 | | | 0.15 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: 715848.0 ave 715848 max 715848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715848 Ave neighs/atom = 178.96200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.065586948382, Press = -7.40505006118879 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 -17461.288 -17461.288 -17631.151 -17631.151 328.61159 328.61159 44111.302 44111.302 2289.8907 2289.8907 7000 -17464.11 -17464.11 -17635.321 -17635.321 331.21913 331.21913 44154.229 44154.229 -296.32075 -296.32075 Loop time of 29.5346 on 1 procs for 1000 steps with 4000 atoms Performance: 2.925 ns/day, 8.204 hours/ns, 33.859 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.138 | 29.138 | 29.138 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063226 | 0.063226 | 0.063226 | 0.0 | 0.21 Output | 0.00010018 | 0.00010018 | 0.00010018 | 0.0 | 0.00 Modify | 0.28955 | 0.28955 | 0.28955 | 0.0 | 0.98 Other | | 0.04395 | | | 0.15 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: 717028.0 ave 717028 max 717028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 717028 Ave neighs/atom = 179.25700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.846929071007, Press = 42.5873478829478 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 -17464.11 -17464.11 -17635.321 -17635.321 331.21913 331.21913 44154.229 44154.229 -296.32075 -296.32075 8000 -17464.501 -17464.501 -17634.513 -17634.513 328.90133 328.90133 44186.489 44186.489 -1819.7178 -1819.7178 Loop time of 29.7965 on 1 procs for 1000 steps with 4000 atoms Performance: 2.900 ns/day, 8.277 hours/ns, 33.561 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.39 | 29.39 | 29.39 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064093 | 0.064093 | 0.064093 | 0.0 | 0.22 Output | 9.5548e-05 | 9.5548e-05 | 9.5548e-05 | 0.0 | 0.00 Modify | 0.29678 | 0.29678 | 0.29678 | 0.0 | 1.00 Other | | 0.04591 | | | 0.15 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: 716206.0 ave 716206 max 716206 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716206 Ave neighs/atom = 179.05150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.538411252982, Press = -7.08314510198241 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 -17464.501 -17464.501 -17634.513 -17634.513 328.90133 328.90133 44186.489 44186.489 -1819.7178 -1819.7178 9000 -17459.035 -17459.035 -17633.426 -17633.426 337.37066 337.37066 44117.016 44117.016 1912.2028 1912.2028 Loop time of 29.455 on 1 procs for 1000 steps with 4000 atoms Performance: 2.933 ns/day, 8.182 hours/ns, 33.950 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.059 | 29.059 | 29.059 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062623 | 0.062623 | 0.062623 | 0.0 | 0.21 Output | 0.00010012 | 0.00010012 | 0.00010012 | 0.0 | 0.00 Modify | 0.28936 | 0.28936 | 0.28936 | 0.0 | 0.98 Other | | 0.04375 | | | 0.15 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: 715632.0 ave 715632 max 715632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715632 Ave neighs/atom = 178.90800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.714615465916, Press = -2.72842852359963 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 -17459.035 -17459.035 -17633.426 -17633.426 337.37066 337.37066 44117.016 44117.016 1912.2028 1912.2028 10000 -17464.755 -17464.755 -17638.541 -17638.541 336.20164 336.20164 44147.9 44147.9 -190.50773 -190.50773 Loop time of 29.6183 on 1 procs for 1000 steps with 4000 atoms Performance: 2.917 ns/day, 8.227 hours/ns, 33.763 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.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06363 | 0.06363 | 0.06363 | 0.0 | 0.21 Output | 0.00020868 | 0.00020868 | 0.00020868 | 0.0 | 0.00 Modify | 0.29272 | 0.29272 | 0.29272 | 0.0 | 0.99 Other | | 0.04475 | | | 0.15 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: 716488.0 ave 716488 max 716488 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716488 Ave neighs/atom = 179.12200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.430746417456, Press = 13.5990604112806 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 -17464.755 -17464.755 -17638.541 -17638.541 336.20164 336.20164 44147.9 44147.9 -190.50773 -190.50773 11000 -17464.85 -17464.85 -17635.878 -17635.878 330.8658 330.8658 44191.291 44191.291 -2168.5511 -2168.5511 Loop time of 29.4002 on 1 procs for 1000 steps with 4000 atoms Performance: 2.939 ns/day, 8.167 hours/ns, 34.013 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.006 | 29.006 | 29.006 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06272 | 0.06272 | 0.06272 | 0.0 | 0.21 Output | 0.00020335 | 0.00020335 | 0.00020335 | 0.0 | 0.00 Modify | 0.2882 | 0.2882 | 0.2882 | 0.0 | 0.98 Other | | 0.04314 | | | 0.15 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: 715484.0 ave 715484 max 715484 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715484 Ave neighs/atom = 178.87100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.36516904349, Press = -5.26436270405946 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 -17464.85 -17464.85 -17635.878 -17635.878 330.8658 330.8658 44191.291 44191.291 -2168.5511 -2168.5511 12000 -17465.56 -17465.56 -17636.626 -17636.626 330.9389 330.9389 44121.673 44121.673 1200.1371 1200.1371 Loop time of 29.603 on 1 procs for 1000 steps with 4000 atoms Performance: 2.919 ns/day, 8.223 hours/ns, 33.780 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.2 | 29.2 | 29.2 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063595 | 0.063595 | 0.063595 | 0.0 | 0.21 Output | 9.8336e-05 | 9.8336e-05 | 9.8336e-05 | 0.0 | 0.00 Modify | 0.29378 | 0.29378 | 0.29378 | 0.0 | 0.99 Other | | 0.04515 | | | 0.15 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: 715388.0 ave 715388 max 715388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715388 Ave neighs/atom = 178.84700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.958978559614, Press = -2.76226856705471 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 -17465.56 -17465.56 -17636.626 -17636.626 330.9389 330.9389 44121.673 44121.673 1200.1371 1200.1371 13000 -17466.907 -17466.907 -17638.908 -17638.908 332.74664 332.74664 44136.01 44136.01 215.23995 215.23995 Loop time of 29.6736 on 1 procs for 1000 steps with 4000 atoms Performance: 2.912 ns/day, 8.243 hours/ns, 33.700 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.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063572 | 0.063572 | 0.063572 | 0.0 | 0.21 Output | 0.00010244 | 0.00010244 | 0.00010244 | 0.0 | 0.00 Modify | 0.29366 | 0.29366 | 0.29366 | 0.0 | 0.99 Other | | 0.04526 | | | 0.15 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: 716226.0 ave 716226 max 716226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716226 Ave neighs/atom = 179.05650 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.998284472022, Press = 4.7244695898148 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 -17466.907 -17466.907 -17638.908 -17638.908 332.74664 332.74664 44136.01 44136.01 215.23995 215.23995 14000 -17461.978 -17461.978 -17636.883 -17636.883 338.36604 338.36604 44165.829 44165.829 -892.71134 -892.71134 Loop time of 29.3559 on 1 procs for 1000 steps with 4000 atoms Performance: 2.943 ns/day, 8.154 hours/ns, 34.065 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 | 28.965 | 28.965 | 28.965 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062384 | 0.062384 | 0.062384 | 0.0 | 0.21 Output | 0.00012038 | 0.00012038 | 0.00012038 | 0.0 | 0.00 Modify | 0.28612 | 0.28612 | 0.28612 | 0.0 | 0.97 Other | | 0.04233 | | | 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: 715888.0 ave 715888 max 715888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715888 Ave neighs/atom = 178.97200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.838429219795, Press = 2.13449137067581 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 -17461.978 -17461.978 -17636.883 -17636.883 338.36604 338.36604 44165.829 44165.829 -892.71134 -892.71134 15000 -17470.677 -17470.677 -17641.325 -17641.325 330.12931 330.12931 44137.45 44137.45 -409.60654 -409.60654 Loop time of 29.7336 on 1 procs for 1000 steps with 4000 atoms Performance: 2.906 ns/day, 8.259 hours/ns, 33.632 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.327 | 29.327 | 29.327 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064146 | 0.064146 | 0.064146 | 0.0 | 0.22 Output | 0.00020007 | 0.00020007 | 0.00020007 | 0.0 | 0.00 Modify | 0.29607 | 0.29607 | 0.29607 | 0.0 | 1.00 Other | | 0.04612 | | | 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: 715702.0 ave 715702 max 715702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715702 Ave neighs/atom = 178.92550 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.672753670344, Press = -1.49157342602978 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 -17470.677 -17470.677 -17641.325 -17641.325 330.12931 330.12931 44137.45 44137.45 -409.60654 -409.60654 16000 -17464.942 -17464.942 -17635.309 -17635.309 329.58533 329.58533 44126.039 44126.039 1198.1829 1198.1829 Loop time of 29.414 on 1 procs for 1000 steps with 4000 atoms Performance: 2.937 ns/day, 8.171 hours/ns, 33.997 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.021 | 29.021 | 29.021 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062643 | 0.062643 | 0.062643 | 0.0 | 0.21 Output | 0.00010393 | 0.00010393 | 0.00010393 | 0.0 | 0.00 Modify | 0.28714 | 0.28714 | 0.28714 | 0.0 | 0.98 Other | | 0.04305 | | | 0.15 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: 716008.0 ave 716008 max 716008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716008 Ave neighs/atom = 179.00200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.681886985284, Press = 1.2201891769175 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 -17464.942 -17464.942 -17635.309 -17635.309 329.58533 329.58533 44126.039 44126.039 1198.1829 1198.1829 17000 -17455.467 -17455.467 -17631.337 -17631.337 340.23244 340.23244 44162.529 44162.529 -74.969134 -74.969134 Loop time of 29.6179 on 1 procs for 1000 steps with 4000 atoms Performance: 2.917 ns/day, 8.227 hours/ns, 33.763 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.218 | 29.218 | 29.218 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063241 | 0.063241 | 0.063241 | 0.0 | 0.21 Output | 0.00020207 | 0.00020207 | 0.00020207 | 0.0 | 0.00 Modify | 0.29222 | 0.29222 | 0.29222 | 0.0 | 0.99 Other | | 0.04451 | | | 0.15 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: 716390.0 ave 716390 max 716390 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716390 Ave neighs/atom = 179.09750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.792319131813, Press = 0.181015603890788 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 -17455.467 -17455.467 -17631.337 -17631.337 340.23244 340.23244 44162.529 44162.529 -74.969134 -74.969134 18000 -17464.74 -17464.74 -17639.296 -17639.296 337.69045 337.69045 44134.242 44134.242 424.64405 424.64405 Loop time of 29.9745 on 1 procs for 1000 steps with 4000 atoms Performance: 2.882 ns/day, 8.326 hours/ns, 33.362 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.561 | 29.561 | 29.561 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064971 | 0.064971 | 0.064971 | 0.0 | 0.22 Output | 9.8137e-05 | 9.8137e-05 | 9.8137e-05 | 0.0 | 0.00 Modify | 0.30132 | 0.30132 | 0.30132 | 0.0 | 1.01 Other | | 0.04753 | | | 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: 716262.0 ave 716262 max 716262 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716262 Ave neighs/atom = 179.06550 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.891626545053, Press = 2.29139144298117 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 -17464.74 -17464.74 -17639.296 -17639.296 337.69045 337.69045 44134.242 44134.242 424.64405 424.64405 19000 -17458.521 -17458.521 -17630.82 -17630.82 333.32427 333.32427 44192.917 44192.917 -1667.0209 -1667.0209 Loop time of 29.2779 on 1 procs for 1000 steps with 4000 atoms Performance: 2.951 ns/day, 8.133 hours/ns, 34.155 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 | 28.895 | 28.895 | 28.895 | 0.0 | 98.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060975 | 0.060975 | 0.060975 | 0.0 | 0.21 Output | 9.059e-05 | 9.059e-05 | 9.059e-05 | 0.0 | 0.00 Modify | 0.27988 | 0.27988 | 0.27988 | 0.0 | 0.96 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: 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 = 333.042149521506, Press = 0.290478987911617 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 -17458.521 -17458.521 -17630.82 -17630.82 333.32427 333.32427 44192.917 44192.917 -1667.0209 -1667.0209 20000 -17465.544 -17465.544 -17634.221 -17634.221 326.31596 326.31596 44131.634 44131.634 1015.3535 1015.3535 Loop time of 29.8852 on 1 procs for 1000 steps with 4000 atoms Performance: 2.891 ns/day, 8.301 hours/ns, 33.461 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.485 | 29.485 | 29.485 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062767 | 0.062767 | 0.062767 | 0.0 | 0.21 Output | 8.9829e-05 | 8.9829e-05 | 8.9829e-05 | 0.0 | 0.00 Modify | 0.29289 | 0.29289 | 0.29289 | 0.0 | 0.98 Other | | 0.04439 | | | 0.15 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: 715572.0 ave 715572 max 715572 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715572 Ave neighs/atom = 178.89300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.091247733003, Press = -3.30700907516851 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 -17465.544 -17465.544 -17634.221 -17634.221 326.31596 326.31596 44131.634 44131.634 1015.3535 1015.3535 21000 -17459.875 -17459.875 -17632.823 -17632.823 334.57982 334.57982 44110.899 44110.899 2231.5306 2231.5306 Loop time of 28.9249 on 1 procs for 1000 steps with 4000 atoms Performance: 2.987 ns/day, 8.035 hours/ns, 34.572 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 | 28.562 | 28.562 | 28.562 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058591 | 0.058591 | 0.058591 | 0.0 | 0.20 Output | 8.5374e-05 | 8.5374e-05 | 8.5374e-05 | 0.0 | 0.00 Modify | 0.26742 | 0.26742 | 0.26742 | 0.0 | 0.92 Other | | 0.03681 | | | 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: 716028.0 ave 716028 max 716028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716028 Ave neighs/atom = 179.00700 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.16508694543, Press = 2.55611339005464 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 -17459.875 -17459.875 -17632.823 -17632.823 334.57982 334.57982 44110.899 44110.899 2231.5306 2231.5306 22000 -17462.288 -17462.288 -17636.38 -17636.38 336.79286 336.79286 44182.987 44182.987 -1705.1804 -1705.1804 Loop time of 28.9332 on 1 procs for 1000 steps with 4000 atoms Performance: 2.986 ns/day, 8.037 hours/ns, 34.562 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 | 28.57 | 28.57 | 28.57 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058656 | 0.058656 | 0.058656 | 0.0 | 0.20 Output | 9.0491e-05 | 9.0491e-05 | 9.0491e-05 | 0.0 | 0.00 Modify | 0.26749 | 0.26749 | 0.26749 | 0.0 | 0.92 Other | | 0.03684 | | | 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: 716744.0 ave 716744 max 716744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716744 Ave neighs/atom = 179.18600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.085212122561, Press = 2.69076391186288 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 22000 -17462.288 -17462.288 -17636.38 -17636.38 336.79286 336.79286 44182.987 44182.987 -1705.1804 -1705.1804 23000 -17465.696 -17465.696 -17634.325 -17634.325 326.22264 326.22264 44168.491 44168.491 -885.59532 -885.59532 Loop time of 28.8794 on 1 procs for 1000 steps with 4000 atoms Performance: 2.992 ns/day, 8.022 hours/ns, 34.627 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 | 28.518 | 28.518 | 28.518 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058994 | 0.058994 | 0.058994 | 0.0 | 0.20 Output | 8.0591e-05 | 8.0591e-05 | 8.0591e-05 | 0.0 | 0.00 Modify | 0.26662 | 0.26662 | 0.26662 | 0.0 | 0.92 Other | | 0.03616 | | | 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: 715418.0 ave 715418 max 715418 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715418 Ave neighs/atom = 178.85450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.011291454018, Press = -3.99544534532239 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 23000 -17465.696 -17465.696 -17634.325 -17634.325 326.22264 326.22264 44168.491 44168.491 -885.59532 -885.59532 24000 -17460.762 -17460.762 -17634.925 -17634.925 336.93103 336.93103 44086.131 44086.131 3311.6522 3311.6522 Loop time of 28.8925 on 1 procs for 1000 steps with 4000 atoms Performance: 2.990 ns/day, 8.026 hours/ns, 34.611 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 | 28.531 | 28.531 | 28.531 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058752 | 0.058752 | 0.058752 | 0.0 | 0.20 Output | 6.2333e-05 | 6.2333e-05 | 6.2333e-05 | 0.0 | 0.00 Modify | 0.26649 | 0.26649 | 0.26649 | 0.0 | 0.92 Other | | 0.03608 | | | 0.12 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: 715682.0 ave 715682 max 715682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715682 Ave neighs/atom = 178.92050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.924635117307, Press = 0.8979329047515 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 24000 -17460.762 -17460.762 -17634.925 -17634.925 336.93103 336.93103 44086.131 44086.131 3311.6522 3311.6522 25000 -17464.068 -17464.068 -17634.779 -17634.779 330.25126 330.25126 44162.573 44162.573 -742.90353 -742.90353 Loop time of 28.881 on 1 procs for 1000 steps with 4000 atoms Performance: 2.992 ns/day, 8.023 hours/ns, 34.625 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 | 28.52 | 28.52 | 28.52 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058604 | 0.058604 | 0.058604 | 0.0 | 0.20 Output | 8.7231e-05 | 8.7231e-05 | 8.7231e-05 | 0.0 | 0.00 Modify | 0.26647 | 0.26647 | 0.26647 | 0.0 | 0.92 Other | | 0.03612 | | | 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: 716758.0 ave 716758 max 716758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716758 Ave neighs/atom = 179.18950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.896541168518, Press = 2.07097392073365 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 25000 -17464.068 -17464.068 -17634.779 -17634.779 330.25126 330.25126 44162.573 44162.573 -742.90353 -742.90353 26000 -17458.888 -17458.888 -17636.908 -17636.908 344.39197 344.39197 44166.457 44166.457 -1111.0026 -1111.0026 Loop time of 28.8804 on 1 procs for 1000 steps with 4000 atoms Performance: 2.992 ns/day, 8.022 hours/ns, 34.626 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 | 28.519 | 28.519 | 28.519 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058551 | 0.058551 | 0.058551 | 0.0 | 0.20 Output | 6.4092e-05 | 6.4092e-05 | 6.4092e-05 | 0.0 | 0.00 Modify | 0.26647 | 0.26647 | 0.26647 | 0.0 | 0.92 Other | | 0.03607 | | | 0.12 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: 715832.0 ave 715832 max 715832 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715832 Ave neighs/atom = 178.95800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.898964451358, Press = -1.06272114103971 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 26000 -17458.888 -17458.888 -17636.908 -17636.908 344.39197 344.39197 44166.457 44166.457 -1111.0026 -1111.0026 27000 -17465.423 -17465.423 -17637.146 -17637.146 332.21007 332.21007 44129.759 44129.759 731.55059 731.55059 Loop time of 28.8904 on 1 procs for 1000 steps with 4000 atoms Performance: 2.991 ns/day, 8.025 hours/ns, 34.614 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 | 28.529 | 28.529 | 28.529 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058719 | 0.058719 | 0.058719 | 0.0 | 0.20 Output | 8.4505e-05 | 8.4505e-05 | 8.4505e-05 | 0.0 | 0.00 Modify | 0.26647 | 0.26647 | 0.26647 | 0.0 | 0.92 Other | | 0.0361 | | | 0.12 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: 716018.0 ave 716018 max 716018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 716018 Ave neighs/atom = 179.00450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 44148.6806196656 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0