# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 2.860342010855675*${_u_distance} variable latticeconst_converted equal 2.860342010855675*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86034201085568 Lattice spacing in x,y,z = 2.8603420 2.8603420 2.8603420 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 (28.603420 28.603420 28.603420) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.603420 28.603420 28.603420) create_atoms CPU = 0.002 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== pair_style kim EAM_Dynamo_FarkasCaro_2018_FeNiCrCoCu__MO_803527979660_000 pair_coeff * * Fe #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23402.0495396402 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23402.0495396402/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23402.0495396402/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23402.0495396402/(1*1*${_u_distance}) variable V0_metal equal 23402.0495396402/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23402.0495396402*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23402.0495396402 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_803527979660_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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8515.8004 -8515.8004 -8601.8833 -8601.8833 333.15 333.15 23402.05 23402.05 3928.9729 3928.9729 1000 -8523.5246 -8523.5246 -8605.8985 -8605.8985 318.79565 318.79565 23849.483 23849.483 355.69407 355.69407 Loop time of 32.2495 on 1 procs for 1000 steps with 2000 atoms Performance: 2.679 ns/day, 8.958 hours/ns, 31.008 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 | 31.478 | 31.478 | 31.478 | 0.0 | 97.61 Neigh | 0.19066 | 0.19066 | 0.19066 | 0.0 | 0.59 Comm | 0.13485 | 0.13485 | 0.13485 | 0.0 | 0.42 Output | 0.00019932 | 0.00019932 | 0.00019932 | 0.0 | 0.00 Modify | 0.38014 | 0.38014 | 0.38014 | 0.0 | 1.18 Other | | 0.06523 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5407.00 ave 5407 max 5407 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: 326340.0 ave 326340 max 326340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326340 Ave neighs/atom = 163.17000 Neighbor list builds = 4 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8523.5246 -8523.5246 -8605.8985 -8605.8985 318.79565 318.79565 23849.483 23849.483 355.69407 355.69407 2000 -8565.9784 -8565.9784 -8651.9572 -8651.9572 332.74663 332.74663 23661.393 23661.393 1497.9534 1497.9534 Loop time of 31.2895 on 1 procs for 1000 steps with 2000 atoms Performance: 2.761 ns/day, 8.692 hours/ns, 31.960 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 | 30.561 | 30.561 | 30.561 | 0.0 | 97.67 Neigh | 0.19017 | 0.19017 | 0.19017 | 0.0 | 0.61 Comm | 0.12476 | 0.12476 | 0.12476 | 0.0 | 0.40 Output | 0.00023825 | 0.00023825 | 0.00023825 | 0.0 | 0.00 Modify | 0.34851 | 0.34851 | 0.34851 | 0.0 | 1.11 Other | | 0.0644 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5351.00 ave 5351 max 5351 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: 327728.0 ave 327728 max 327728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327728 Ave neighs/atom = 163.86400 Neighbor list builds = 4 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8565.9784 -8565.9784 -8651.9572 -8651.9572 332.74663 332.74663 23661.393 23661.393 1497.9534 1497.9534 3000 -8568.1716 -8568.1716 -8653.3301 -8653.3301 329.57193 329.57193 23677.319 23677.319 1617.7592 1617.7592 Loop time of 31.151 on 1 procs for 1000 steps with 2000 atoms Performance: 2.774 ns/day, 8.653 hours/ns, 32.102 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 | 30.562 | 30.562 | 30.562 | 0.0 | 98.11 Neigh | 0.050189 | 0.050189 | 0.050189 | 0.0 | 0.16 Comm | 0.12351 | 0.12351 | 0.12351 | 0.0 | 0.40 Output | 0.00019138 | 0.00019138 | 0.00019138 | 0.0 | 0.00 Modify | 0.35109 | 0.35109 | 0.35109 | 0.0 | 1.13 Other | | 0.06422 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5400.00 ave 5400 max 5400 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: 327900.0 ave 327900 max 327900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327900 Ave neighs/atom = 163.95000 Neighbor list builds = 1 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8568.1716 -8568.1716 -8653.3301 -8653.3301 329.57193 329.57193 23677.319 23677.319 1617.7592 1617.7592 4000 -8568.0522 -8568.0522 -8656.2638 -8656.2638 341.38794 341.38794 23684.376 23684.376 431.20338 431.20338 Loop time of 31.1446 on 1 procs for 1000 steps with 2000 atoms Performance: 2.774 ns/day, 8.651 hours/ns, 32.108 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.604 | 30.604 | 30.604 | 0.0 | 98.26 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12366 | 0.12366 | 0.12366 | 0.0 | 0.40 Output | 0.00018954 | 0.00018954 | 0.00018954 | 0.0 | 0.00 Modify | 0.35197 | 0.35197 | 0.35197 | 0.0 | 1.13 Other | | 0.06476 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5372.00 ave 5372 max 5372 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: 327546.0 ave 327546 max 327546 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327546 Ave neighs/atom = 163.77300 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8568.0522 -8568.0522 -8656.2638 -8656.2638 341.38794 341.38794 23684.376 23684.376 431.20338 431.20338 5000 -8567.6703 -8567.6703 -8651.9936 -8651.9936 326.33996 326.33996 23724.469 23724.469 -1164.8748 -1164.8748 Loop time of 30.6338 on 1 procs for 1000 steps with 2000 atoms Performance: 2.820 ns/day, 8.509 hours/ns, 32.644 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.103 | 30.103 | 30.103 | 0.0 | 98.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.40 Output | 0.00015177 | 0.00015177 | 0.00015177 | 0.0 | 0.00 Modify | 0.34564 | 0.34564 | 0.34564 | 0.0 | 1.13 Other | | 0.06418 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5381.00 ave 5381 max 5381 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: 327660.0 ave 327660 max 327660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327660 Ave neighs/atom = 163.83000 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 = 328.730388038309, Press = 709.780100481448 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8567.6703 -8567.6703 -8651.9936 -8651.9936 326.33996 326.33996 23724.469 23724.469 -1164.8748 -1164.8748 6000 -8570.7131 -8570.7131 -8655.2102 -8655.2102 327.01262 327.01262 23688.189 23688.189 174.6908 174.6908 Loop time of 31.8892 on 1 procs for 1000 steps with 2000 atoms Performance: 2.709 ns/day, 8.858 hours/ns, 31.359 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 | 31.31 | 31.31 | 31.31 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12673 | 0.12673 | 0.12673 | 0.0 | 0.40 Output | 0.00020734 | 0.00020734 | 0.00020734 | 0.0 | 0.00 Modify | 0.3866 | 0.3866 | 0.3866 | 0.0 | 1.21 Other | | 0.06555 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5358.00 ave 5358 max 5358 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: 326846.0 ave 326846 max 326846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326846 Ave neighs/atom = 163.42300 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.431762352291, Press = 60.2411631495245 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8570.7131 -8570.7131 -8655.2102 -8655.2102 327.01262 327.01262 23688.189 23688.189 174.6908 174.6908 7000 -8566.5529 -8566.5529 -8653.6591 -8653.6591 337.10963 337.10963 23730.823 23730.823 -3504.9565 -3504.9565 Loop time of 31.5691 on 1 procs for 1000 steps with 2000 atoms Performance: 2.737 ns/day, 8.769 hours/ns, 31.677 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.997 | 30.997 | 30.997 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12504 | 0.12504 | 0.12504 | 0.0 | 0.40 Output | 0.00015684 | 0.00015684 | 0.00015684 | 0.0 | 0.00 Modify | 0.38133 | 0.38133 | 0.38133 | 0.0 | 1.21 Other | | 0.06571 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5363.00 ave 5363 max 5363 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: 327834.0 ave 327834 max 327834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327834 Ave neighs/atom = 163.91700 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.800715947222, Press = 35.978169628344 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8566.5529 -8566.5529 -8653.6591 -8653.6591 337.10963 337.10963 23730.823 23730.823 -3504.9565 -3504.9565 8000 -8572.5921 -8572.5921 -8655.531 -8655.531 320.98205 320.98205 23737.543 23737.543 -4375.7483 -4375.7483 Loop time of 32.2434 on 1 procs for 1000 steps with 2000 atoms Performance: 2.680 ns/day, 8.957 hours/ns, 31.014 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 | 31.656 | 31.656 | 31.656 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12783 | 0.12783 | 0.12783 | 0.0 | 0.40 Output | 0.0001499 | 0.0001499 | 0.0001499 | 0.0 | 0.00 Modify | 0.39389 | 0.39389 | 0.39389 | 0.0 | 1.22 Other | | 0.06551 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5356.00 ave 5356 max 5356 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: 326742.0 ave 326742 max 326742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326742 Ave neighs/atom = 163.37100 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.976536275713, Press = 18.2900452105322 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8572.5921 -8572.5921 -8655.531 -8655.531 320.98205 320.98205 23737.543 23737.543 -4375.7483 -4375.7483 9000 -8567.6624 -8567.6624 -8652.6392 -8652.6392 328.86917 328.86917 23707.183 23707.183 -2612.5261 -2612.5261 Loop time of 32.2617 on 1 procs for 1000 steps with 2000 atoms Performance: 2.678 ns/day, 8.962 hours/ns, 30.997 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 | 31.688 | 31.688 | 31.688 | 0.0 | 98.22 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12668 | 0.12668 | 0.12668 | 0.0 | 0.39 Output | 0.00015612 | 0.00015612 | 0.00015612 | 0.0 | 0.00 Modify | 0.38309 | 0.38309 | 0.38309 | 0.0 | 1.19 Other | | 0.06387 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5386.00 ave 5386 max 5386 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: 326700.0 ave 326700 max 326700 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326700 Ave neighs/atom = 163.35000 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.698866640394, Press = 11.6505880075222 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8567.6624 -8567.6624 -8652.6392 -8652.6392 328.86917 328.86917 23707.183 23707.183 -2612.5261 -2612.5261 10000 -8573.7809 -8573.7809 -8656.1064 -8656.1064 318.60787 318.60787 23697.703 23697.703 -191.78497 -191.78497 Loop time of 31.8823 on 1 procs for 1000 steps with 2000 atoms Performance: 2.710 ns/day, 8.856 hours/ns, 31.365 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 | 31.312 | 31.312 | 31.312 | 0.0 | 98.21 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12651 | 0.12651 | 0.12651 | 0.0 | 0.40 Output | 0.0001546 | 0.0001546 | 0.0001546 | 0.0 | 0.00 Modify | 0.37982 | 0.37982 | 0.37982 | 0.0 | 1.19 Other | | 0.06431 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5378.00 ave 5378 max 5378 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: 326940.0 ave 326940 max 326940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326940 Ave neighs/atom = 163.47000 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.462571108809, Press = 12.5145741653276 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8573.7809 -8573.7809 -8656.1064 -8656.1064 318.60787 318.60787 23697.703 23697.703 -191.78497 -191.78497 11000 -8566.6538 -8566.6538 -8653.553 -8653.553 336.30891 336.30891 23692.24 23692.24 -242.72976 -242.72976 Loop time of 32.0414 on 1 procs for 1000 steps with 2000 atoms Performance: 2.697 ns/day, 8.900 hours/ns, 31.210 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 | 31.455 | 31.455 | 31.455 | 0.0 | 98.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12836 | 0.12836 | 0.12836 | 0.0 | 0.40 Output | 0.00015822 | 0.00015822 | 0.00015822 | 0.0 | 0.00 Modify | 0.3921 | 0.3921 | 0.3921 | 0.0 | 1.22 Other | | 0.06574 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5388.00 ave 5388 max 5388 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: 326878.0 ave 326878 max 326878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326878 Ave neighs/atom = 163.43900 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.397012596091, Press = 12.8932223203727 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8566.6538 -8566.6538 -8653.553 -8653.553 336.30891 336.30891 23692.24 23692.24 -242.72976 -242.72976 12000 -8567.0083 -8567.0083 -8652.8199 -8652.8199 332.09973 332.09973 23710.953 23710.953 -1294.6465 -1294.6465 Loop time of 31.9628 on 1 procs for 1000 steps with 2000 atoms Performance: 2.703 ns/day, 8.879 hours/ns, 31.286 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 | 31.382 | 31.382 | 31.382 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12732 | 0.12732 | 0.12732 | 0.0 | 0.40 Output | 0.00015624 | 0.00015624 | 0.00015624 | 0.0 | 0.00 Modify | 0.38836 | 0.38836 | 0.38836 | 0.0 | 1.22 Other | | 0.06526 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5376.00 ave 5376 max 5376 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: 327326.0 ave 327326 max 327326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327326 Ave neighs/atom = 163.66300 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.55937387055, Press = 19.9943840716277 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8567.0083 -8567.0083 -8652.8199 -8652.8199 332.09973 332.09973 23710.953 23710.953 -1294.6465 -1294.6465 13000 -8565.9122 -8565.9122 -8653.5709 -8653.5709 339.24822 339.24822 23704.088 23704.088 -1161.6375 -1161.6375 Loop time of 31.3293 on 1 procs for 1000 steps with 2000 atoms Performance: 2.758 ns/day, 8.703 hours/ns, 31.919 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.762 | 30.762 | 30.762 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12484 | 0.12484 | 0.12484 | 0.0 | 0.40 Output | 0.00015289 | 0.00015289 | 0.00015289 | 0.0 | 0.00 Modify | 0.37688 | 0.37688 | 0.37688 | 0.0 | 1.20 Other | | 0.06498 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5392.00 ave 5392 max 5392 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: 326916.0 ave 326916 max 326916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326916 Ave neighs/atom = 163.45800 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.819649742473, Press = 14.4583785424053 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8565.9122 -8565.9122 -8653.5709 -8653.5709 339.24822 339.24822 23704.088 23704.088 -1161.6375 -1161.6375 14000 -8567.0969 -8567.0969 -8654.5276 -8654.5276 338.36607 338.36607 23699.736 23699.736 -652.57996 -652.57996 Loop time of 31.9252 on 1 procs for 1000 steps with 2000 atoms Performance: 2.706 ns/day, 8.868 hours/ns, 31.323 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 | 31.345 | 31.345 | 31.345 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12714 | 0.12714 | 0.12714 | 0.0 | 0.40 Output | 0.00016644 | 0.00016644 | 0.00016644 | 0.0 | 0.00 Modify | 0.38661 | 0.38661 | 0.38661 | 0.0 | 1.21 Other | | 0.06579 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5391.00 ave 5391 max 5391 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: 327028.0 ave 327028 max 327028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327028 Ave neighs/atom = 163.51400 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.926456225232, Press = 12.2577678547299 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8567.0969 -8567.0969 -8654.5276 -8654.5276 338.36607 338.36607 23699.736 23699.736 -652.57996 -652.57996 15000 -8567.3132 -8567.3132 -8654.8358 -8654.8358 338.7215 338.7215 23684.33 23684.33 1747.0519 1747.0519 Loop time of 31.0596 on 1 procs for 1000 steps with 2000 atoms Performance: 2.782 ns/day, 8.628 hours/ns, 32.196 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.503 | 30.503 | 30.503 | 0.0 | 98.21 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12325 | 0.12325 | 0.12325 | 0.0 | 0.40 Output | 0.00015642 | 0.00015642 | 0.00015642 | 0.0 | 0.00 Modify | 0.36925 | 0.36925 | 0.36925 | 0.0 | 1.19 Other | | 0.0643 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5368.00 ave 5368 max 5368 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: 327144.0 ave 327144 max 327144 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327144 Ave neighs/atom = 163.57200 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.954827900513, Press = 7.38913162698082 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8567.3132 -8567.3132 -8654.8358 -8654.8358 338.7215 338.7215 23684.33 23684.33 1747.0519 1747.0519 16000 -8567.3252 -8567.3252 -8653.2278 -8653.2278 332.45186 332.45186 23660.654 23660.654 2814.4671 2814.4671 Loop time of 32.1288 on 1 procs for 1000 steps with 2000 atoms Performance: 2.689 ns/day, 8.925 hours/ns, 31.125 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 | 31.546 | 31.546 | 31.546 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1278 | 0.1278 | 0.1278 | 0.0 | 0.40 Output | 0.00015755 | 0.00015755 | 0.00015755 | 0.0 | 0.00 Modify | 0.38966 | 0.38966 | 0.38966 | 0.0 | 1.21 Other | | 0.06515 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5374.00 ave 5374 max 5374 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: 327258.0 ave 327258 max 327258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327258 Ave neighs/atom = 163.62900 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.845939187025, Press = 6.25502041383586 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8567.3252 -8567.3252 -8653.2278 -8653.2278 332.45186 332.45186 23660.654 23660.654 2814.4671 2814.4671 17000 -8569.4067 -8569.4067 -8655.9813 -8655.9813 335.05282 335.05282 23689.214 23689.214 785.11672 785.11672 Loop time of 31.3715 on 1 procs for 1000 steps with 2000 atoms Performance: 2.754 ns/day, 8.714 hours/ns, 31.876 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.8 | 30.8 | 30.8 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1254 | 0.1254 | 0.1254 | 0.0 | 0.40 Output | 0.00015624 | 0.00015624 | 0.00015624 | 0.0 | 0.00 Modify | 0.38104 | 0.38104 | 0.38104 | 0.0 | 1.21 Other | | 0.06488 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5396.00 ave 5396 max 5396 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: 327688.0 ave 327688 max 327688 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327688 Ave neighs/atom = 163.84400 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.978651798463, Press = 3.45586721086787 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8569.4067 -8569.4067 -8655.9813 -8655.9813 335.05282 335.05282 23689.214 23689.214 785.11672 785.11672 18000 -8568.3192 -8568.3192 -8656.1102 -8656.1102 339.7603 339.7603 23641.667 23641.667 4056.9603 4056.9603 Loop time of 31.4422 on 1 procs for 1000 steps with 2000 atoms Performance: 2.748 ns/day, 8.734 hours/ns, 31.804 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.873 | 30.873 | 30.873 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12505 | 0.12505 | 0.12505 | 0.0 | 0.40 Output | 0.00015449 | 0.00015449 | 0.00015449 | 0.0 | 0.00 Modify | 0.37988 | 0.37988 | 0.37988 | 0.0 | 1.21 Other | | 0.0645 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5371.00 ave 5371 max 5371 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: 326896.0 ave 326896 max 326896 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326896 Ave neighs/atom = 163.44800 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.746827196478, Press = 7.52414206865735 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8568.3192 -8568.3192 -8656.1102 -8656.1102 339.7603 339.7603 23641.667 23641.667 4056.9603 4056.9603 19000 -8565.738 -8565.738 -8653.9314 -8653.9314 341.31749 341.31749 23680.927 23680.927 1999.7818 1999.7818 Loop time of 31.7816 on 1 procs for 1000 steps with 2000 atoms Performance: 2.719 ns/day, 8.828 hours/ns, 31.465 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 | 31.206 | 31.206 | 31.206 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12676 | 0.12676 | 0.12676 | 0.0 | 0.40 Output | 0.00015761 | 0.00015761 | 0.00015761 | 0.0 | 0.00 Modify | 0.38386 | 0.38386 | 0.38386 | 0.0 | 1.21 Other | | 0.06491 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5388.00 ave 5388 max 5388 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: 327858.0 ave 327858 max 327858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327858 Ave neighs/atom = 163.92900 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.79693141189, Press = 3.61074083452987 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8565.738 -8565.738 -8653.9314 -8653.9314 341.31749 341.31749 23680.927 23680.927 1999.7818 1999.7818 20000 -8567.9332 -8567.9332 -8654.1767 -8654.1767 333.77116 333.77116 23657.149 23657.149 4507.8864 4507.8864 Loop time of 31.2987 on 1 procs for 1000 steps with 2000 atoms Performance: 2.761 ns/day, 8.694 hours/ns, 31.950 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.731 | 30.731 | 30.731 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12393 | 0.12393 | 0.12393 | 0.0 | 0.40 Output | 0.00015765 | 0.00015765 | 0.00015765 | 0.0 | 0.00 Modify | 0.3786 | 0.3786 | 0.3786 | 0.0 | 1.21 Other | | 0.06534 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5382.00 ave 5382 max 5382 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: 327132.0 ave 327132 max 327132 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327132 Ave neighs/atom = 163.56600 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.827028935894, Press = -1.34663372316267 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8567.9332 -8567.9332 -8654.1767 -8654.1767 333.77116 333.77116 23657.149 23657.149 4507.8864 4507.8864 21000 -8569.5309 -8569.5309 -8655.367 -8655.367 332.19451 332.19451 23627.782 23627.782 5684.2951 5684.2951 Loop time of 31.417 on 1 procs for 1000 steps with 2000 atoms Performance: 2.750 ns/day, 8.727 hours/ns, 31.830 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.847 | 30.847 | 30.847 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12656 | 0.12656 | 0.12656 | 0.0 | 0.40 Output | 0.00015609 | 0.00015609 | 0.00015609 | 0.0 | 0.00 Modify | 0.37858 | 0.37858 | 0.37858 | 0.0 | 1.21 Other | | 0.06446 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5395.00 ave 5395 max 5395 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: 327604.0 ave 327604 max 327604 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327604 Ave neighs/atom = 163.80200 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.003909961313, Press = 1.09654929142931 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8569.5309 -8569.5309 -8655.367 -8655.367 332.19451 332.19451 23627.782 23627.782 5684.2951 5684.2951 22000 -8569.7536 -8569.7536 -8655.8719 -8655.8719 333.2868 333.2868 23668.41 23668.41 3337.1686 3337.1686 Loop time of 31.2501 on 1 procs for 1000 steps with 2000 atoms Performance: 2.765 ns/day, 8.681 hours/ns, 32.000 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.686 | 30.686 | 30.686 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12376 | 0.12376 | 0.12376 | 0.0 | 0.40 Output | 0.00015901 | 0.00015901 | 0.00015901 | 0.0 | 0.00 Modify | 0.3752 | 0.3752 | 0.3752 | 0.0 | 1.20 Other | | 0.06533 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5370.00 ave 5370 max 5370 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: 327814.0 ave 327814 max 327814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327814 Ave neighs/atom = 163.90700 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.16164569378, Press = 4.97748837419274 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8569.7536 -8569.7536 -8655.8719 -8655.8719 333.2868 333.2868 23668.41 23668.41 3337.1686 3337.1686 23000 -8566.5199 -8566.5199 -8653.3511 -8653.3511 336.04562 336.04562 23682.225 23682.225 1447.6898 1447.6898 Loop time of 31.9272 on 1 procs for 1000 steps with 2000 atoms Performance: 2.706 ns/day, 8.869 hours/ns, 31.321 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 | 31.347 | 31.347 | 31.347 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1265 | 0.1265 | 0.1265 | 0.0 | 0.40 Output | 0.00015675 | 0.00015675 | 0.00015675 | 0.0 | 0.00 Modify | 0.38796 | 0.38796 | 0.38796 | 0.0 | 1.22 Other | | 0.06557 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5386.00 ave 5386 max 5386 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: 327466.0 ave 327466 max 327466 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327466 Ave neighs/atom = 163.73300 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.295663324863, Press = 5.25711425117371 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8566.5199 -8566.5199 -8653.3511 -8653.3511 336.04562 336.04562 23682.225 23682.225 1447.6898 1447.6898 24000 -8570.7511 -8570.7511 -8656.0571 -8656.0571 330.14323 330.14323 23665.724 23665.724 2585.3979 2585.3979 Loop time of 31.6808 on 1 procs for 1000 steps with 2000 atoms Performance: 2.727 ns/day, 8.800 hours/ns, 31.565 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 | 31.097 | 31.097 | 31.097 | 0.0 | 98.16 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12714 | 0.12714 | 0.12714 | 0.0 | 0.40 Output | 0.00015154 | 0.00015154 | 0.00015154 | 0.0 | 0.00 Modify | 0.39118 | 0.39118 | 0.39118 | 0.0 | 1.23 Other | | 0.0654 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5374.00 ave 5374 max 5374 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: 327450.0 ave 327450 max 327450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327450 Ave neighs/atom = 163.72500 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.388584054983, Press = 5.21320239119088 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8570.7511 -8570.7511 -8656.0571 -8656.0571 330.14323 330.14323 23665.724 23665.724 2585.3979 2585.3979 25000 -8567.9278 -8567.9278 -8654.4286 -8654.4286 334.76701 334.76701 23652.928 23652.928 3457.7858 3457.7858 Loop time of 31.972 on 1 procs for 1000 steps with 2000 atoms Performance: 2.702 ns/day, 8.881 hours/ns, 31.277 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 | 31.389 | 31.389 | 31.389 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12865 | 0.12865 | 0.12865 | 0.0 | 0.40 Output | 0.00015655 | 0.00015655 | 0.00015655 | 0.0 | 0.00 Modify | 0.38886 | 0.38886 | 0.38886 | 0.0 | 1.22 Other | | 0.06554 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5388.00 ave 5388 max 5388 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: 327274.0 ave 327274 max 327274 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327274 Ave neighs/atom = 163.63700 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.408036918149, Press = 6.62674987682147 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8567.9278 -8567.9278 -8654.4286 -8654.4286 334.76701 334.76701 23652.928 23652.928 3457.7858 3457.7858 26000 -8566.7143 -8566.7143 -8654.4068 -8654.4068 339.37902 339.37902 23708.674 23708.674 -902.30886 -902.30886 Loop time of 32.0587 on 1 procs for 1000 steps with 2000 atoms Performance: 2.695 ns/day, 8.905 hours/ns, 31.193 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 | 31.477 | 31.477 | 31.477 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12738 | 0.12738 | 0.12738 | 0.0 | 0.40 Output | 0.00047868 | 0.00047868 | 0.00047868 | 0.0 | 0.00 Modify | 0.38883 | 0.38883 | 0.38883 | 0.0 | 1.21 Other | | 0.06456 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5388.00 ave 5388 max 5388 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: 327778.0 ave 327778 max 327778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 327778 Ave neighs/atom = 163.88900 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.376778290258, Press = 5.23129300478815 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8566.7143 -8566.7143 -8654.4068 -8654.4068 339.37902 339.37902 23708.674 23708.674 -902.30886 -902.30886 27000 -8571.9412 -8571.9412 -8654.8865 -8654.8865 321.00672 321.00672 23710.242 23710.242 -2300.8843 -2300.8843 Loop time of 31.382 on 1 procs for 1000 steps with 2000 atoms Performance: 2.753 ns/day, 8.717 hours/ns, 31.865 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.815 | 30.815 | 30.815 | 0.0 | 98.19 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12416 | 0.12416 | 0.12416 | 0.0 | 0.40 Output | 0.00015604 | 0.00015604 | 0.00015604 | 0.0 | 0.00 Modify | 0.37754 | 0.37754 | 0.37754 | 0.0 | 1.20 Other | | 0.06497 | | | 0.21 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5392.00 ave 5392 max 5392 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: 326738.0 ave 326738 max 326738 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326738 Ave neighs/atom = 163.36900 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.327321906075, Press = 2.90732573800748 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 = 8 8 8 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) = 4.577 | 4.577 | 4.577 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8571.9412 -8571.9412 -8654.8865 -8654.8865 321.00672 321.00672 23710.242 23710.242 -2300.8843 -2300.8843 28000 -8569.1025 -8569.1025 -8653.6368 -8653.6368 327.1567 327.1567 23709.041 23709.041 -1948.4545 -1948.4545 Loop time of 32.4615 on 1 procs for 1000 steps with 2000 atoms Performance: 2.662 ns/day, 9.017 hours/ns, 30.806 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 | 31.869 | 31.869 | 31.869 | 0.0 | 98.18 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12994 | 0.12994 | 0.12994 | 0.0 | 0.40 Output | 0.00016917 | 0.00016917 | 0.00016917 | 0.0 | 0.00 Modify | 0.39696 | 0.39696 | 0.39696 | 0.0 | 1.22 Other | | 0.06516 | | | 0.20 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5374.00 ave 5374 max 5374 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: 326768.0 ave 326768 max 326768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 326768 Ave neighs/atom = 163.38400 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 23694.3851688595 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0