# 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 253.15*${_u_temperature} variable temp_converted equal 253.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 253.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "253.15 - 0.2" variable T_up equal "253.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_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 -17669.144 -17669.144 -17800 -17800 253.15 253.15 43614.237 43614.237 3204.6645 3204.6645 1000 -17541.275 -17541.275 -17677.507 -17677.507 263.54857 263.54857 44012.944 44012.944 926.32679 926.32679 Loop time of 30.004 on 1 procs for 1000 steps with 4000 atoms Performance: 2.880 ns/day, 8.334 hours/ns, 33.329 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 29.568 | 29.568 | 29.568 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.069337 | 0.069337 | 0.069337 | 0.0 | 0.23 Output | 0.0002264 | 0.0002264 | 0.0002264 | 0.0 | 0.00 Modify | 0.31336 | 0.31336 | 0.31336 | 0.0 | 1.04 Other | | 0.05255 | | | 0.18 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 -17541.275 -17541.275 -17677.507 -17677.507 263.54857 263.54857 44012.944 44012.944 926.32679 926.32679 2000 -17542.827 -17542.827 -17676.834 -17676.834 259.2455 259.2455 44044.485 44044.485 -735.89859 -735.89859 Loop time of 30.126 on 1 procs for 1000 steps with 4000 atoms Performance: 2.868 ns/day, 8.368 hours/ns, 33.194 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.703 | 29.703 | 29.703 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067281 | 0.067281 | 0.067281 | 0.0 | 0.22 Output | 0.0001559 | 0.0001559 | 0.0001559 | 0.0 | 0.00 Modify | 0.30441 | 0.30441 | 0.30441 | 0.0 | 1.01 Other | | 0.05116 | | | 0.17 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: 714470.0 ave 714470 max 714470 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714470 Ave neighs/atom = 178.61750 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 -17542.827 -17542.827 -17676.834 -17676.834 259.2455 259.2455 44044.485 44044.485 -735.89859 -735.89859 3000 -17547.61 -17547.61 -17676.961 -17676.961 250.23825 250.23825 44020.659 44020.659 346.63968 346.63968 Loop time of 30.5078 on 1 procs for 1000 steps with 4000 atoms Performance: 2.832 ns/day, 8.474 hours/ns, 32.778 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 | 30.076 | 30.076 | 30.076 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067652 | 0.067652 | 0.067652 | 0.0 | 0.22 Output | 0.00012957 | 0.00012957 | 0.00012957 | 0.0 | 0.00 Modify | 0.31102 | 0.31102 | 0.31102 | 0.0 | 1.02 Other | | 0.0529 | | | 0.17 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: 714174.0 ave 714174 max 714174 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714174 Ave neighs/atom = 178.54350 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 -17547.61 -17547.61 -17676.961 -17676.961 250.23825 250.23825 44020.659 44020.659 346.63968 346.63968 4000 -17540.912 -17540.912 -17673.515 -17673.515 256.52822 256.52822 44042.907 44042.907 -232.70117 -232.70117 Loop time of 30.3704 on 1 procs for 1000 steps with 4000 atoms Performance: 2.845 ns/day, 8.436 hours/ns, 32.927 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.947 | 29.947 | 29.947 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067093 | 0.067093 | 0.067093 | 0.0 | 0.22 Output | 0.00012361 | 0.00012361 | 0.00012361 | 0.0 | 0.00 Modify | 0.30525 | 0.30525 | 0.30525 | 0.0 | 1.01 Other | | 0.05107 | | | 0.17 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: 714728.0 ave 714728 max 714728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714728 Ave neighs/atom = 178.68200 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 -17540.912 -17540.912 -17673.515 -17673.515 256.52822 256.52822 44042.907 44042.907 -232.70117 -232.70117 5000 -17547.872 -17547.872 -17676.586 -17676.586 249.00613 249.00613 44022.299 44022.299 264.34262 264.34262 Loop time of 30.4094 on 1 procs for 1000 steps with 4000 atoms Performance: 2.841 ns/day, 8.447 hours/ns, 32.885 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.987 | 29.987 | 29.987 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066959 | 0.066959 | 0.066959 | 0.0 | 0.22 Output | 0.00011562 | 0.00011562 | 0.00011562 | 0.0 | 0.00 Modify | 0.3049 | 0.3049 | 0.3049 | 0.0 | 1.00 Other | | 0.04998 | | | 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: 714626.0 ave 714626 max 714626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714626 Ave neighs/atom = 178.65650 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 = 250.626121130593, Press = -211.71656987493 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 -17547.872 -17547.872 -17676.586 -17676.586 249.00613 249.00613 44022.299 44022.299 264.34262 264.34262 6000 -17543.195 -17543.195 -17673.873 -17673.873 252.80728 252.80728 44017.774 44017.774 844.61791 844.61791 Loop time of 30.3377 on 1 procs for 1000 steps with 4000 atoms Performance: 2.848 ns/day, 8.427 hours/ns, 32.962 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.907 | 29.907 | 29.907 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067251 | 0.067251 | 0.067251 | 0.0 | 0.22 Output | 9.9416e-05 | 9.9416e-05 | 9.9416e-05 | 0.0 | 0.00 Modify | 0.31333 | 0.31333 | 0.31333 | 0.0 | 1.03 Other | | 0.05026 | | | 0.17 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: 714678.0 ave 714678 max 714678 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714678 Ave neighs/atom = 178.66950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.19054886106, Press = -22.5767972781586 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 -17543.195 -17543.195 -17673.873 -17673.873 252.80728 252.80728 44017.774 44017.774 844.61791 844.61791 7000 -17543.969 -17543.969 -17676.846 -17676.846 257.05817 257.05817 43994.794 43994.794 1630.3148 1630.3148 Loop time of 30.3082 on 1 procs for 1000 steps with 4000 atoms Performance: 2.851 ns/day, 8.419 hours/ns, 32.994 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.882 | 29.882 | 29.882 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066673 | 0.066673 | 0.066673 | 0.0 | 0.22 Output | 0.00012637 | 0.00012637 | 0.00012637 | 0.0 | 0.00 Modify | 0.31018 | 0.31018 | 0.31018 | 0.0 | 1.02 Other | | 0.04949 | | | 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: 715056.0 ave 715056 max 715056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715056 Ave neighs/atom = 178.76400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.965388317351, Press = 15.5358056201606 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 -17543.969 -17543.969 -17676.846 -17676.846 257.05817 257.05817 43994.794 43994.794 1630.3148 1630.3148 8000 -17542.836 -17542.836 -17676.633 -17676.633 258.83992 258.83992 44065.228 44065.228 -1749.4438 -1749.4438 Loop time of 29.9655 on 1 procs for 1000 steps with 4000 atoms Performance: 2.883 ns/day, 8.324 hours/ns, 33.372 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.552 | 29.552 | 29.552 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064967 | 0.064967 | 0.064967 | 0.0 | 0.22 Output | 0.00030919 | 0.00030919 | 0.00030919 | 0.0 | 0.00 Modify | 0.30169 | 0.30169 | 0.30169 | 0.0 | 1.01 Other | | 0.04667 | | | 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: 715210.0 ave 715210 max 715210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715210 Ave neighs/atom = 178.80250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.576397542096, Press = 14.6226621710784 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 -17542.836 -17542.836 -17676.633 -17676.633 258.83992 258.83992 44065.228 44065.228 -1749.4438 -1749.4438 9000 -17545.522 -17545.522 -17676.644 -17676.644 253.66468 253.66468 44063.076 44063.076 -1491.4731 -1491.4731 Loop time of 30.2094 on 1 procs for 1000 steps with 4000 atoms Performance: 2.860 ns/day, 8.391 hours/ns, 33.102 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.784 | 29.784 | 29.784 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066707 | 0.066707 | 0.066707 | 0.0 | 0.22 Output | 8.436e-05 | 8.436e-05 | 8.436e-05 | 0.0 | 0.00 Modify | 0.30973 | 0.30973 | 0.30973 | 0.0 | 1.03 Other | | 0.04926 | | | 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: 714296.0 ave 714296 max 714296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714296 Ave neighs/atom = 178.57400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.399174974505, Press = -6.20946223445395 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 -17545.522 -17545.522 -17676.644 -17676.644 253.66468 253.66468 44063.076 44063.076 -1491.4731 -1491.4731 10000 -17539.427 -17539.427 -17673.92 -17673.92 260.18646 260.18646 44046.318 44046.318 -287.82072 -287.82072 Loop time of 30.1606 on 1 procs for 1000 steps with 4000 atoms Performance: 2.865 ns/day, 8.378 hours/ns, 33.156 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.737 | 29.737 | 29.737 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066507 | 0.066507 | 0.066507 | 0.0 | 0.22 Output | 0.00012955 | 0.00012955 | 0.00012955 | 0.0 | 0.00 Modify | 0.308 | 0.308 | 0.308 | 0.0 | 1.02 Other | | 0.04877 | | | 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: 713802.0 ave 713802 max 713802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 713802 Ave neighs/atom = 178.45050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.726816832355, Press = -6.42075873285081 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 -17539.427 -17539.427 -17673.92 -17673.92 260.18646 260.18646 44046.318 44046.318 -287.82072 -287.82072 11000 -17542.838 -17542.838 -17674.028 -17674.028 253.79623 253.79623 44017.608 44017.608 947.46001 947.46001 Loop time of 30.1261 on 1 procs for 1000 steps with 4000 atoms Performance: 2.868 ns/day, 8.368 hours/ns, 33.194 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.706 | 29.706 | 29.706 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065853 | 0.065853 | 0.065853 | 0.0 | 0.22 Output | 0.00010243 | 0.00010243 | 0.00010243 | 0.0 | 0.00 Modify | 0.30587 | 0.30587 | 0.30587 | 0.0 | 1.02 Other | | 0.04844 | | | 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: 714366.0 ave 714366 max 714366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714366 Ave neighs/atom = 178.59150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.865275453422, Press = -3.18788260289284 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 -17542.838 -17542.838 -17674.028 -17674.028 253.79623 253.79623 44017.608 44017.608 947.46001 947.46001 12000 -17547.876 -17547.876 -17676.494 -17676.494 248.82082 248.82082 43995.123 43995.123 1839.1069 1839.1069 Loop time of 30.1593 on 1 procs for 1000 steps with 4000 atoms Performance: 2.865 ns/day, 8.378 hours/ns, 33.157 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.737 | 29.737 | 29.737 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.066253 | 0.066253 | 0.066253 | 0.0 | 0.22 Output | 0.00012664 | 0.00012664 | 0.00012664 | 0.0 | 0.00 Modify | 0.3074 | 0.3074 | 0.3074 | 0.0 | 1.02 Other | | 0.04843 | | | 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: 715034.0 ave 715034 max 715034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715034 Ave neighs/atom = 178.75850 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.776470271388, Press = 2.87289693951509 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 -17547.876 -17547.876 -17676.494 -17676.494 248.82082 248.82082 43995.123 43995.123 1839.1069 1839.1069 13000 -17544.323 -17544.323 -17676.401 -17676.401 255.51425 255.51425 44073.461 44073.461 -2205.9094 -2205.9094 Loop time of 30.0741 on 1 procs for 1000 steps with 4000 atoms Performance: 2.873 ns/day, 8.354 hours/ns, 33.251 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.654 | 29.654 | 29.654 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065999 | 0.065999 | 0.065999 | 0.0 | 0.22 Output | 8.1263e-05 | 8.1263e-05 | 8.1263e-05 | 0.0 | 0.00 Modify | 0.3059 | 0.3059 | 0.3059 | 0.0 | 1.02 Other | | 0.04816 | | | 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: 715058.0 ave 715058 max 715058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715058 Ave neighs/atom = 178.76450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.774140609847, Press = 5.87614785783662 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 -17544.323 -17544.323 -17676.401 -17676.401 255.51425 255.51425 44073.461 44073.461 -2205.9094 -2205.9094 14000 -17548.744 -17548.744 -17677.851 -17677.851 249.76584 249.76584 44076.241 44076.241 -2572.9652 -2572.9652 Loop time of 29.9994 on 1 procs for 1000 steps with 4000 atoms Performance: 2.880 ns/day, 8.333 hours/ns, 33.334 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.581 | 29.581 | 29.581 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065727 | 0.065727 | 0.065727 | 0.0 | 0.22 Output | 0.00011814 | 0.00011814 | 0.00011814 | 0.0 | 0.00 Modify | 0.30496 | 0.30496 | 0.30496 | 0.0 | 1.02 Other | | 0.04775 | | | 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: 714064.0 ave 714064 max 714064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714064 Ave neighs/atom = 178.51600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.623041086273, Press = -2.44769168666068 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 -17548.744 -17548.744 -17677.851 -17677.851 249.76584 249.76584 44076.241 44076.241 -2572.9652 -2572.9652 15000 -17546.393 -17546.393 -17677.114 -17677.114 252.88903 252.88903 44034.933 44034.933 -352.74342 -352.74342 Loop time of 30.2292 on 1 procs for 1000 steps with 4000 atoms Performance: 2.858 ns/day, 8.397 hours/ns, 33.081 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.805 | 29.805 | 29.805 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06637 | 0.06637 | 0.06637 | 0.0 | 0.22 Output | 8.2025e-05 | 8.2025e-05 | 8.2025e-05 | 0.0 | 0.00 Modify | 0.30896 | 0.30896 | 0.30896 | 0.0 | 1.02 Other | | 0.04907 | | | 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: 713816.0 ave 713816 max 713816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 713816 Ave neighs/atom = 178.45400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.654129132886, Press = -3.53964572952566 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 -17546.393 -17546.393 -17677.114 -17677.114 252.88903 252.88903 44034.933 44034.933 -352.74342 -352.74342 16000 -17541.998 -17541.998 -17674.95 -17674.95 257.20622 257.20622 44023.812 44023.812 584.59704 584.59704 Loop time of 30.4234 on 1 procs for 1000 steps with 4000 atoms Performance: 2.840 ns/day, 8.451 hours/ns, 32.869 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.989 | 29.989 | 29.989 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.067447 | 0.067447 | 0.067447 | 0.0 | 0.22 Output | 8.5157e-05 | 8.5157e-05 | 8.5157e-05 | 0.0 | 0.00 Modify | 0.31595 | 0.31595 | 0.31595 | 0.0 | 1.04 Other | | 0.05068 | | | 0.17 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: 714440.0 ave 714440 max 714440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714440 Ave neighs/atom = 178.61000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.792586039873, Press = -2.25423639141473 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 -17541.998 -17541.998 -17674.95 -17674.95 257.20622 257.20622 44023.812 44023.812 584.59704 584.59704 17000 -17543.312 -17543.312 -17675.643 -17675.643 256.00341 256.00341 44019.644 44019.644 715.52586 715.52586 Loop time of 29.811 on 1 procs for 1000 steps with 4000 atoms Performance: 2.898 ns/day, 8.281 hours/ns, 33.545 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.4 | 29.4 | 29.4 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064271 | 0.064271 | 0.064271 | 0.0 | 0.22 Output | 0.00021574 | 0.00021574 | 0.00021574 | 0.0 | 0.00 Modify | 0.30122 | 0.30122 | 0.30122 | 0.0 | 1.01 Other | | 0.04518 | | | 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: 714840.0 ave 714840 max 714840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714840 Ave neighs/atom = 178.71000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.863195776402, Press = 0.670623632164197 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 -17543.312 -17543.312 -17675.643 -17675.643 256.00341 256.00341 44019.644 44019.644 715.52586 715.52586 18000 -17542.837 -17542.837 -17673.631 -17673.631 253.02957 253.02957 44045.511 44045.511 -511.16498 -511.16498 Loop time of 29.9302 on 1 procs for 1000 steps with 4000 atoms Performance: 2.887 ns/day, 8.314 hours/ns, 33.411 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.517 | 29.517 | 29.517 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064157 | 0.064157 | 0.064157 | 0.0 | 0.21 Output | 6.9338e-05 | 6.9338e-05 | 6.9338e-05 | 0.0 | 0.00 Modify | 0.30433 | 0.30433 | 0.30433 | 0.0 | 1.02 Other | | 0.04509 | | | 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: 714726.0 ave 714726 max 714726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714726 Ave neighs/atom = 178.68150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.043642473911, Press = 1.08733894612915 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 -17542.837 -17542.837 -17673.631 -17673.631 253.02957 253.02957 44045.511 44045.511 -511.16498 -511.16498 19000 -17542.572 -17542.572 -17674.387 -17674.387 255.00515 255.00515 44062.695 44062.695 -1449.9713 -1449.9713 Loop time of 29.8965 on 1 procs for 1000 steps with 4000 atoms Performance: 2.890 ns/day, 8.305 hours/ns, 33.449 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.481 | 29.481 | 29.481 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.064395 | 0.064395 | 0.064395 | 0.0 | 0.22 Output | 6.8411e-05 | 6.8411e-05 | 6.8411e-05 | 0.0 | 0.00 Modify | 0.30483 | 0.30483 | 0.30483 | 0.0 | 1.02 Other | | 0.04588 | | | 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: 714704.0 ave 714704 max 714704 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714704 Ave neighs/atom = 178.67600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.035531043347, Press = -1.45843857664865 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 -17542.572 -17542.572 -17674.387 -17674.387 255.00515 255.00515 44062.695 44062.695 -1449.9713 -1449.9713 20000 -17544.638 -17544.638 -17676.434 -17676.434 254.96888 254.96888 44041.588 44041.588 -669.5303 -669.5303 Loop time of 29.8008 on 1 procs for 1000 steps with 4000 atoms Performance: 2.899 ns/day, 8.278 hours/ns, 33.556 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.391 | 29.391 | 29.391 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063752 | 0.063752 | 0.063752 | 0.0 | 0.21 Output | 0.00011769 | 0.00011769 | 0.00011769 | 0.0 | 0.00 Modify | 0.30151 | 0.30151 | 0.30151 | 0.0 | 1.01 Other | | 0.04436 | | | 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: 714404.0 ave 714404 max 714404 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714404 Ave neighs/atom = 178.60100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.07418207746, Press = -3.27991010510982 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 -17544.638 -17544.638 -17676.434 -17676.434 254.96888 254.96888 44041.588 44041.588 -669.5303 -669.5303 21000 -17545.025 -17545.025 -17677.312 -17677.312 255.91848 255.91848 43996.697 43996.697 1464.2149 1464.2149 Loop time of 30.2751 on 1 procs for 1000 steps with 4000 atoms Performance: 2.854 ns/day, 8.410 hours/ns, 33.030 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.852 | 29.852 | 29.852 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.065507 | 0.065507 | 0.065507 | 0.0 | 0.22 Output | 7.7514e-05 | 7.7514e-05 | 7.7514e-05 | 0.0 | 0.00 Modify | 0.31249 | 0.31249 | 0.31249 | 0.0 | 1.03 Other | | 0.04541 | | | 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: 714596.0 ave 714596 max 714596 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714596 Ave neighs/atom = 178.64900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.183829290537, Press = -1.97465992053968 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 -17545.025 -17545.025 -17677.312 -17677.312 255.91848 255.91848 43996.697 43996.697 1464.2149 1464.2149 22000 -17546.274 -17546.274 -17676.491 -17676.491 251.91272 251.91272 43982.814 43982.814 2284.7614 2284.7614 Loop time of 29.8522 on 1 procs for 1000 steps with 4000 atoms Performance: 2.894 ns/day, 8.292 hours/ns, 33.498 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.446 | 29.446 | 29.446 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.063259 | 0.063259 | 0.063259 | 0.0 | 0.21 Output | 0.00011486 | 0.00011486 | 0.00011486 | 0.0 | 0.00 Modify | 0.3006 | 0.3006 | 0.3006 | 0.0 | 1.01 Other | | 0.04232 | | | 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: 715130.0 ave 715130 max 715130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 715130 Ave neighs/atom = 178.78250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.23089789696, Press = 2.23096196188234 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 -17546.274 -17546.274 -17676.491 -17676.491 251.91272 251.91272 43982.814 43982.814 2284.7614 2284.7614 23000 -17539.986 -17539.986 -17673.742 -17673.742 258.76001 258.76001 44061.382 44061.382 -1024.7796 -1024.7796 Loop time of 28.9065 on 1 procs for 1000 steps with 4000 atoms Performance: 2.989 ns/day, 8.030 hours/ns, 34.594 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.535 | 28.535 | 28.535 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059588 | 0.059588 | 0.059588 | 0.0 | 0.21 Output | 0.00018845 | 0.00018845 | 0.00018845 | 0.0 | 0.00 Modify | 0.27569 | 0.27569 | 0.27569 | 0.0 | 0.95 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: 714930.0 ave 714930 max 714930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714930 Ave neighs/atom = 178.73250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.311512918078, Press = 3.19218797214647 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 -17539.986 -17539.986 -17673.742 -17673.742 258.76001 258.76001 44061.382 44061.382 -1024.7796 -1024.7796 24000 -17544.26 -17544.26 -17675.945 -17675.945 254.75413 254.75413 44065.533 44065.533 -1645.429 -1645.429 Loop time of 28.8908 on 1 procs for 1000 steps with 4000 atoms Performance: 2.991 ns/day, 8.025 hours/ns, 34.613 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.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05941 | 0.05941 | 0.05941 | 0.0 | 0.21 Output | 7.1613e-05 | 7.1613e-05 | 7.1613e-05 | 0.0 | 0.00 Modify | 0.27555 | 0.27555 | 0.27555 | 0.0 | 0.95 Other | | 0.03601 | | | 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: 714172.0 ave 714172 max 714172 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714172 Ave neighs/atom = 178.54300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.325338543604, Press = -0.914755517516843 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 -17544.26 -17544.26 -17675.945 -17675.945 254.75413 254.75413 44065.533 44065.533 -1645.429 -1645.429 25000 -17547.504 -17547.504 -17676.239 -17676.239 249.04547 249.04547 44036.459 44036.459 -385.77487 -385.77487 Loop time of 28.8713 on 1 procs for 1000 steps with 4000 atoms Performance: 2.993 ns/day, 8.020 hours/ns, 34.636 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.499 | 28.499 | 28.499 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059654 | 0.059654 | 0.059654 | 0.0 | 0.21 Output | 0.00010784 | 0.00010784 | 0.00010784 | 0.0 | 0.00 Modify | 0.2761 | 0.2761 | 0.2761 | 0.0 | 0.96 Other | | 0.0361 | | | 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: 714298.0 ave 714298 max 714298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714298 Ave neighs/atom = 178.57450 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.375122711575, Press = -0.63858890444221 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 -17547.504 -17547.504 -17676.239 -17676.239 249.04547 249.04547 44036.459 44036.459 -385.77487 -385.77487 26000 -17543.693 -17543.693 -17675.067 -17675.067 254.15194 254.15194 44031.295 44031.295 176.44347 176.44347 Loop time of 28.9364 on 1 procs for 1000 steps with 4000 atoms Performance: 2.986 ns/day, 8.038 hours/ns, 34.559 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.565 | 28.565 | 28.565 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059642 | 0.059642 | 0.059642 | 0.0 | 0.21 Output | 6.9097e-05 | 6.9097e-05 | 6.9097e-05 | 0.0 | 0.00 Modify | 0.27606 | 0.27606 | 0.27606 | 0.0 | 0.95 Other | | 0.03587 | | | 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: 714518.0 ave 714518 max 714518 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714518 Ave neighs/atom = 178.62950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.345920149729, Press = -1.31090580021377 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 -17543.693 -17543.693 -17675.067 -17675.067 254.15194 254.15194 44031.295 44031.295 176.44347 176.44347 27000 -17543.577 -17543.577 -17675.055 -17675.055 254.353 254.353 44004.295 44004.295 1629.8301 1629.8301 Loop time of 28.9131 on 1 procs for 1000 steps with 4000 atoms Performance: 2.988 ns/day, 8.031 hours/ns, 34.586 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.541 | 28.541 | 28.541 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059743 | 0.059743 | 0.059743 | 0.0 | 0.21 Output | 9.9943e-05 | 9.9943e-05 | 9.9943e-05 | 0.0 | 0.00 Modify | 0.27595 | 0.27595 | 0.27595 | 0.0 | 0.95 Other | | 0.03589 | | | 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: 714540.0 ave 714540 max 714540 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714540 Ave neighs/atom = 178.63500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.258673949024, Press = -0.695445325246609 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 27000 -17543.577 -17543.577 -17675.055 -17675.055 254.353 254.353 44004.295 44004.295 1629.8301 1629.8301 28000 -17548.165 -17548.165 -17676.918 -17676.918 249.08248 249.08248 43998.764 43998.764 1416.522 1416.522 Loop time of 28.8843 on 1 procs for 1000 steps with 4000 atoms Performance: 2.991 ns/day, 8.023 hours/ns, 34.621 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.513 | 28.513 | 28.513 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05958 | 0.05958 | 0.05958 | 0.0 | 0.21 Output | 9.7535e-05 | 9.7535e-05 | 9.7535e-05 | 0.0 | 0.00 Modify | 0.27606 | 0.27606 | 0.27606 | 0.0 | 0.96 Other | | 0.03581 | | | 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: 714914.0 ave 714914 max 714914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714914 Ave neighs/atom = 178.72850 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.229216887265, Press = 1.4012071880922 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 28000 -17548.165 -17548.165 -17676.918 -17676.918 249.08248 249.08248 43998.764 43998.764 1416.522 1416.522 29000 -17542.187 -17542.187 -17675.582 -17675.582 258.06059 258.06059 44057.832 44057.832 -1348.5728 -1348.5728 Loop time of 28.853 on 1 procs for 1000 steps with 4000 atoms Performance: 2.994 ns/day, 8.015 hours/ns, 34.658 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.481 | 28.481 | 28.481 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05962 | 0.05962 | 0.05962 | 0.0 | 0.21 Output | 9.9275e-05 | 9.9275e-05 | 9.9275e-05 | 0.0 | 0.00 Modify | 0.27602 | 0.27602 | 0.27602 | 0.0 | 0.96 Other | | 0.03588 | | | 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: 714882.0 ave 714882 max 714882 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714882 Ave neighs/atom = 178.72050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.2289110533, Press = 1.20754404869809 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 29000 -17542.187 -17542.187 -17675.582 -17675.582 258.06059 258.06059 44057.832 44057.832 -1348.5728 -1348.5728 30000 -17543.654 -17543.654 -17673.106 -17673.106 250.43405 250.43405 44061.235 44061.235 -1123.7116 -1123.7116 Loop time of 28.9276 on 1 procs for 1000 steps with 4000 atoms Performance: 2.987 ns/day, 8.035 hours/ns, 34.569 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.556 | 28.556 | 28.556 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059814 | 0.059814 | 0.059814 | 0.0 | 0.21 Output | 0.00010066 | 0.00010066 | 0.00010066 | 0.0 | 0.00 Modify | 0.27611 | 0.27611 | 0.27611 | 0.0 | 0.95 Other | | 0.03589 | | | 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: 714198.0 ave 714198 max 714198 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714198 Ave neighs/atom = 178.54950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.243008788854, Press = -1.1002353985813 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 30000 -17543.654 -17543.654 -17673.106 -17673.106 250.43405 250.43405 44061.235 44061.235 -1123.7116 -1123.7116 31000 -17546.171 -17546.171 -17676.025 -17676.025 251.20999 251.20999 44030.125 44030.125 66.910154 66.910154 Loop time of 28.9065 on 1 procs for 1000 steps with 4000 atoms Performance: 2.989 ns/day, 8.030 hours/ns, 34.594 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.535 | 28.535 | 28.535 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059626 | 0.059626 | 0.059626 | 0.0 | 0.21 Output | 6.9545e-05 | 6.9545e-05 | 6.9545e-05 | 0.0 | 0.00 Modify | 0.27623 | 0.27623 | 0.27623 | 0.0 | 0.96 Other | | 0.03594 | | | 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: 714260.0 ave 714260 max 714260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714260 Ave neighs/atom = 178.56500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.310347860126, Press = -2.01784826356813 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 31000 -17546.171 -17546.171 -17676.025 -17676.025 251.20999 251.20999 44030.125 44030.125 66.910154 66.910154 32000 -17544.35 -17544.35 -17674.547 -17674.547 251.87539 251.87539 44011.679 44011.679 1038.8028 1038.8028 Loop time of 28.9248 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.553 | 28.553 | 28.553 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059576 | 0.059576 | 0.059576 | 0.0 | 0.21 Output | 0.00010513 | 0.00010513 | 0.00010513 | 0.0 | 0.00 Modify | 0.27645 | 0.27645 | 0.27645 | 0.0 | 0.96 Other | | 0.03596 | | | 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: 714484.0 ave 714484 max 714484 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714484 Ave neighs/atom = 178.62100 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.30795548953, Press = -0.664886220246989 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 32000 -17544.35 -17544.35 -17674.547 -17674.547 251.87539 251.87539 44011.679 44011.679 1038.8028 1038.8028 33000 -17545.158 -17545.158 -17676.207 -17676.207 253.52283 253.52283 44020.911 44020.911 524.2493 524.2493 Loop time of 28.9345 on 1 procs for 1000 steps with 4000 atoms Performance: 2.986 ns/day, 8.037 hours/ns, 34.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 | 28.563 | 28.563 | 28.563 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059765 | 0.059765 | 0.059765 | 0.0 | 0.21 Output | 6.6887e-05 | 6.6887e-05 | 6.6887e-05 | 0.0 | 0.00 Modify | 0.27601 | 0.27601 | 0.27601 | 0.0 | 0.95 Other | | 0.03589 | | | 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: 714874.0 ave 714874 max 714874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714874 Ave neighs/atom = 178.71850 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.230110419576, Press = 0.459987029269747 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 33000 -17545.158 -17545.158 -17676.207 -17676.207 253.52283 253.52283 44020.911 44020.911 524.2493 524.2493 34000 -17547.381 -17547.381 -17676.292 -17676.292 249.38628 249.38628 44030.819 44030.819 -74.853953 -74.853953 Loop time of 28.8881 on 1 procs for 1000 steps with 4000 atoms Performance: 2.991 ns/day, 8.024 hours/ns, 34.616 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.516 | 28.516 | 28.516 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.059787 | 0.059787 | 0.059787 | 0.0 | 0.21 Output | 6.5885e-05 | 6.5885e-05 | 6.5885e-05 | 0.0 | 0.00 Modify | 0.27611 | 0.27611 | 0.27611 | 0.0 | 0.96 Other | | 0.03587 | | | 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: 714756.0 ave 714756 max 714756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 714756 Ave neighs/atom = 178.68900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 44032.706188004 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0