# 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.082927376031875*${_u_distance} variable latticeconst_converted equal 3.082927376031875*1 lattice bcc ${latticeconst_converted} lattice bcc 3.08292737603188 Lattice spacing in x,y,z = 3.0829274 3.0829274 3.0829274 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 (30.829274 30.829274 30.829274) 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 (30.829274 30.829274 30.829274) create_atoms CPU = 0.000 seconds variable mass_converted equal 95.94*${_u_mass} variable mass_converted equal 95.94*1 kim_interactions Mo WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Mo #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_ZhangNguyen_2021_MoSe__MO_152208847456_000 pair_coeff * * Mo #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 95.94 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 29301.5019875139 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 29301.5019875139/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 29301.5019875139/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 29301.5019875139/(1*1*${_u_distance}) variable V0_metal equal 29301.5019875139/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 29301.5019875139*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 29301.5019875139 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_152208847456_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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -12911.614 -12911.614 -12977.026 -12977.026 253.15 253.15 29301.502 29301.502 2384.4714 2384.4714 1000 -12910.372 -12910.372 -12976.996 -12976.996 257.84219 257.84219 29426.681 29426.681 -220.79718 -220.79718 Loop time of 287.751 on 1 procs for 1000 steps with 2000 atoms Performance: 0.300 ns/day, 79.931 hours/ns, 3.475 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 287.63 | 287.63 | 287.63 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025323 | 0.025323 | 0.025323 | 0.0 | 0.01 Output | 4.41e-05 | 4.41e-05 | 4.41e-05 | 0.0 | 0.00 Modify | 0.085623 | 0.085623 | 0.085623 | 0.0 | 0.03 Other | | 0.01216 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 128000.0 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64.000000 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -12910.372 -12910.372 -12976.996 -12976.996 257.84219 257.84219 29426.681 29426.681 -220.79718 -220.79718 2000 -12908.771 -12908.771 -12973.732 -12973.732 251.40488 251.40488 29437.702 29437.702 -1243.8135 -1243.8135 Loop time of 279.229 on 1 procs for 1000 steps with 2000 atoms Performance: 0.309 ns/day, 77.564 hours/ns, 3.581 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 | 279.11 | 279.11 | 279.11 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024794 | 0.024794 | 0.024794 | 0.0 | 0.01 Output | 4.07e-05 | 4.07e-05 | 4.07e-05 | 0.0 | 0.00 Modify | 0.083561 | 0.083561 | 0.083561 | 0.0 | 0.03 Other | | 0.01201 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 152814.0 ave 152814 max 152814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152814 Ave neighs/atom = 76.407000 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -12908.771 -12908.771 -12973.732 -12973.732 251.40488 251.40488 29437.702 29437.702 -1243.8135 -1243.8135 3000 -12907.887 -12907.887 -12972.493 -12972.493 250.03113 250.03113 29419.036 29419.036 2263.7645 2263.7645 Loop time of 278.825 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.451 hours/ns, 3.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 | 278.71 | 278.71 | 278.71 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024396 | 0.024396 | 0.024396 | 0.0 | 0.01 Output | 3.31e-05 | 3.31e-05 | 3.31e-05 | 0.0 | 0.00 Modify | 0.083277 | 0.083277 | 0.083277 | 0.0 | 0.03 Other | | 0.0117 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151828.0 ave 151828 max 151828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151828 Ave neighs/atom = 75.914000 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -12907.887 -12907.887 -12972.493 -12972.493 250.03113 250.03113 29419.036 29419.036 2263.7645 2263.7645 4000 -12908.816 -12908.816 -12972.388 -12972.388 246.02914 246.02914 29444.592 29444.592 -1053.7606 -1053.7606 Loop time of 278.196 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.277 hours/ns, 3.595 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 | 278.08 | 278.08 | 278.08 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024748 | 0.024748 | 0.024748 | 0.0 | 0.01 Output | 4.1e-05 | 4.1e-05 | 4.1e-05 | 0.0 | 0.00 Modify | 0.083481 | 0.083481 | 0.083481 | 0.0 | 0.03 Other | | 0.0119 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 152696.0 ave 152696 max 152696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152696 Ave neighs/atom = 76.348000 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -12908.816 -12908.816 -12972.388 -12972.388 246.02914 246.02914 29444.592 29444.592 -1053.7606 -1053.7606 5000 -12907.094 -12907.094 -12971.558 -12971.558 249.48123 249.48123 29480.949 29480.949 -2051.8867 -2051.8867 Loop time of 278.994 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.498 hours/ns, 3.584 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 | 278.87 | 278.87 | 278.87 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024537 | 0.024537 | 0.024537 | 0.0 | 0.01 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.084903 | 0.084903 | 0.084903 | 0.0 | 0.03 Other | | 0.01192 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151716.0 ave 151716 max 151716 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151716 Ave neighs/atom = 75.858000 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 = 257.295152054444, Press = 21.6264955418047 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -12907.094 -12907.094 -12971.558 -12971.558 249.48123 249.48123 29480.949 29480.949 -2051.8867 -2051.8867 6000 -12909.487 -12909.487 -12974.101 -12974.101 250.06179 250.06179 29392.355 29392.355 2985.2147 2985.2147 Loop time of 278.778 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.438 hours/ns, 3.587 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 | 278.65 | 278.65 | 278.65 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024823 | 0.024823 | 0.024823 | 0.0 | 0.01 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087287 | 0.087287 | 0.087287 | 0.0 | 0.03 Other | | 0.01197 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151606.0 ave 151606 max 151606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151606 Ave neighs/atom = 75.803000 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 = 254.405185421105, Press = -2.98854097827433 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -12909.487 -12909.487 -12974.101 -12974.101 250.06179 250.06179 29392.355 29392.355 2985.2147 2985.2147 7000 -12908.805 -12908.805 -12975.264 -12975.264 257.20167 257.20167 29430.903 29430.903 862.52058 862.52058 Loop time of 279.331 on 1 procs for 1000 steps with 2000 atoms Performance: 0.309 ns/day, 77.592 hours/ns, 3.580 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 | 279.21 | 279.21 | 279.21 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025601 | 0.025601 | 0.025601 | 0.0 | 0.01 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.087472 | 0.087472 | 0.087472 | 0.0 | 0.03 Other | | 0.01184 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 152066.0 ave 152066 max 152066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 152066 Ave neighs/atom = 76.033000 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.881744054971, Press = 40.1911437851831 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -12908.805 -12908.805 -12975.264 -12975.264 257.20167 257.20167 29430.903 29430.903 862.52058 862.52058 8000 -12907.974 -12907.974 -12973.758 -12973.758 254.59314 254.59314 29454.707 29454.707 -1099.8705 -1099.8705 Loop time of 278.373 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.326 hours/ns, 3.592 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 | 278.25 | 278.25 | 278.25 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024854 | 0.024854 | 0.024854 | 0.0 | 0.01 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087289 | 0.087289 | 0.087289 | 0.0 | 0.03 Other | | 0.01185 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151726.0 ave 151726 max 151726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151726 Ave neighs/atom = 75.863000 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.11467514761, Press = 15.5831803989004 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -12907.974 -12907.974 -12973.758 -12973.758 254.59314 254.59314 29454.707 29454.707 -1099.8705 -1099.8705 9000 -12912.402 -12912.402 -12975.335 -12975.335 243.55975 243.55975 29440.882 29440.882 -334.17808 -334.17808 Loop time of 276.942 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 76.928 hours/ns, 3.611 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 276.82 | 276.82 | 276.82 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024656 | 0.024656 | 0.024656 | 0.0 | 0.01 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.087682 | 0.087682 | 0.087682 | 0.0 | 0.03 Other | | 0.01184 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151558.0 ave 151558 max 151558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151558 Ave neighs/atom = 75.779000 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.729087530377, Press = 6.21871829840867 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -12912.402 -12912.402 -12975.335 -12975.335 243.55975 243.55975 29440.882 29440.882 -334.17808 -334.17808 10000 -12909.403 -12909.403 -12974.284 -12974.284 251.09904 251.09904 29427.125 29427.125 1196.024 1196.024 Loop time of 276.985 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 76.940 hours/ns, 3.610 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 | 276.86 | 276.86 | 276.86 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024684 | 0.024684 | 0.024684 | 0.0 | 0.01 Output | 2.47e-05 | 2.47e-05 | 2.47e-05 | 0.0 | 0.00 Modify | 0.087731 | 0.087731 | 0.087731 | 0.0 | 0.03 Other | | 0.01192 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151658.0 ave 151658 max 151658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151658 Ave neighs/atom = 75.829000 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.812950860639, Press = 7.15891067171289 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -12909.403 -12909.403 -12974.284 -12974.284 251.09904 251.09904 29427.125 29427.125 1196.024 1196.024 11000 -12908.139 -12908.139 -12974.226 -12974.226 255.76675 255.76675 29439.603 29439.603 -270.09622 -270.09622 Loop time of 277.984 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.218 hours/ns, 3.597 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 | 277.86 | 277.86 | 277.86 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024531 | 0.024531 | 0.024531 | 0.0 | 0.01 Output | 3.62e-05 | 3.62e-05 | 3.62e-05 | 0.0 | 0.00 Modify | 0.091958 | 0.091958 | 0.091958 | 0.0 | 0.03 Other | | 0.01173 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151870.0 ave 151870 max 151870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151870 Ave neighs/atom = 75.935000 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.522286929411, Press = 13.2771035605994 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -12908.139 -12908.139 -12974.226 -12974.226 255.76675 255.76675 29439.603 29439.603 -270.09622 -270.09622 12000 -12908.874 -12908.874 -12974.54 -12974.54 254.1335 254.1335 29475.042 29475.042 -2103.0524 -2103.0524 Loop time of 278.287 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.302 hours/ns, 3.593 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 | 278.16 | 278.16 | 278.16 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024627 | 0.024627 | 0.024627 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.0875 | 0.0875 | 0.0875 | 0.0 | 0.03 Other | | 0.01192 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151528.0 ave 151528 max 151528 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151528 Ave neighs/atom = 75.764000 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.784360443305, Press = 2.92993460264597 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -12908.874 -12908.874 -12974.54 -12974.54 254.1335 254.1335 29475.042 29475.042 -2103.0524 -2103.0524 13000 -12907.351 -12907.351 -12972.856 -12972.856 253.51302 253.51302 29419.143 29419.143 1453.3267 1453.3267 Loop time of 282.357 on 1 procs for 1000 steps with 2000 atoms Performance: 0.306 ns/day, 78.432 hours/ns, 3.542 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 | 282.23 | 282.23 | 282.23 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024855 | 0.024855 | 0.024855 | 0.0 | 0.01 Output | 4.53e-05 | 4.53e-05 | 4.53e-05 | 0.0 | 0.00 Modify | 0.088323 | 0.088323 | 0.088323 | 0.0 | 0.03 Other | | 0.01201 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151402.0 ave 151402 max 151402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151402 Ave neighs/atom = 75.701000 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.759097933921, Press = 3.39004493899989 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -12907.351 -12907.351 -12972.856 -12972.856 253.51302 253.51302 29419.143 29419.143 1453.3267 1453.3267 14000 -12908.899 -12908.899 -12973.801 -12973.801 251.17818 251.17818 29443.908 29443.908 -35.268022 -35.268022 Loop time of 278.462 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.351 hours/ns, 3.591 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 | 278.34 | 278.34 | 278.34 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024591 | 0.024591 | 0.024591 | 0.0 | 0.01 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.087134 | 0.087134 | 0.087134 | 0.0 | 0.03 Other | | 0.0118 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151938.0 ave 151938 max 151938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151938 Ave neighs/atom = 75.969000 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.729457898506, Press = 7.92157495679256 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -12908.899 -12908.899 -12973.801 -12973.801 251.17818 251.17818 29443.908 29443.908 -35.268022 -35.268022 15000 -12905.693 -12905.693 -12973.579 -12973.579 262.7276 262.7276 29487.013 29487.013 -3312.3002 -3312.3002 Loop time of 277.897 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.194 hours/ns, 3.598 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 | 277.77 | 277.77 | 277.77 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024757 | 0.024757 | 0.024757 | 0.0 | 0.01 Output | 2.31e-05 | 2.31e-05 | 2.31e-05 | 0.0 | 0.00 Modify | 0.087184 | 0.087184 | 0.087184 | 0.0 | 0.03 Other | | 0.01187 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151576.0 ave 151576 max 151576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151576 Ave neighs/atom = 75.788000 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.860142658547, Press = 1.31273859410513 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -12905.693 -12905.693 -12973.579 -12973.579 262.7276 262.7276 29487.013 29487.013 -3312.3002 -3312.3002 16000 -12909.551 -12909.551 -12974.604 -12974.604 251.75951 251.75951 29415.12 29415.12 1818.8158 1818.8158 Loop time of 278.138 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.261 hours/ns, 3.595 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 | 278.01 | 278.01 | 278.01 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024839 | 0.024839 | 0.024839 | 0.0 | 0.01 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.087379 | 0.087379 | 0.087379 | 0.0 | 0.03 Other | | 0.01183 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151308.0 ave 151308 max 151308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151308 Ave neighs/atom = 75.654000 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.013719207989, Press = -0.446513741508462 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -12909.551 -12909.551 -12974.604 -12974.604 251.75951 251.75951 29415.12 29415.12 1818.8158 1818.8158 17000 -12907.86 -12907.86 -12973.797 -12973.797 255.18139 255.18139 29433.486 29433.486 970.81872 970.81872 Loop time of 277.874 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.187 hours/ns, 3.599 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 | 277.75 | 277.75 | 277.75 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024656 | 0.024656 | 0.024656 | 0.0 | 0.01 Output | 2.28e-05 | 2.28e-05 | 2.28e-05 | 0.0 | 0.00 Modify | 0.087542 | 0.087542 | 0.087542 | 0.0 | 0.03 Other | | 0.01188 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151874.0 ave 151874 max 151874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151874 Ave neighs/atom = 75.937000 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.043570462819, Press = 4.99491171546509 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -12907.86 -12907.86 -12973.797 -12973.797 255.18139 255.18139 29433.486 29433.486 970.81872 970.81872 18000 -12909.405 -12909.405 -12972.761 -12972.761 245.19568 245.19568 29433.172 29433.172 394.69917 394.69917 Loop time of 277.347 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 77.041 hours/ns, 3.606 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 | 277.22 | 277.22 | 277.22 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024724 | 0.024724 | 0.024724 | 0.0 | 0.01 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.08712 | 0.08712 | 0.08712 | 0.0 | 0.03 Other | | 0.01173 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151626.0 ave 151626 max 151626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151626 Ave neighs/atom = 75.813000 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.051938117563, Press = 4.62915144269009 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -12909.405 -12909.405 -12972.761 -12972.761 245.19568 245.19568 29433.172 29433.172 394.69917 394.69917 19000 -12908.003 -12908.003 -12974.192 -12974.192 256.15942 256.15942 29465.809 29465.809 -1553.6663 -1553.6663 Loop time of 277.653 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.126 hours/ns, 3.602 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 | 277.53 | 277.53 | 277.53 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024658 | 0.024658 | 0.024658 | 0.0 | 0.01 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.087244 | 0.087244 | 0.087244 | 0.0 | 0.03 Other | | 0.01177 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151774.0 ave 151774 max 151774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151774 Ave neighs/atom = 75.887000 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.111763221427, Press = 1.09255431755551 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -12908.003 -12908.003 -12974.192 -12974.192 256.15942 256.15942 29465.809 29465.809 -1553.6663 -1553.6663 20000 -12904.261 -12904.261 -12972.508 -12972.508 264.12245 264.12245 29422.264 29422.264 1631.36 1631.36 Loop time of 277.762 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.156 hours/ns, 3.600 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 | 277.64 | 277.64 | 277.64 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024466 | 0.024466 | 0.024466 | 0.0 | 0.01 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.086779 | 0.086779 | 0.086779 | 0.0 | 0.03 Other | | 0.01171 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151374.0 ave 151374 max 151374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151374 Ave neighs/atom = 75.687000 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.130578011409, Press = 1.29583113036319 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -12904.261 -12904.261 -12972.508 -12972.508 264.12245 264.12245 29422.264 29422.264 1631.36 1631.36 21000 -12908.958 -12908.958 -12973.575 -12973.575 250.07669 250.07669 29412.931 29412.931 2094.2395 2094.2395 Loop time of 278.913 on 1 procs for 1000 steps with 2000 atoms Performance: 0.310 ns/day, 77.476 hours/ns, 3.585 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 | 278.79 | 278.79 | 278.79 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024732 | 0.024732 | 0.024732 | 0.0 | 0.01 Output | 4.31e-05 | 4.31e-05 | 4.31e-05 | 0.0 | 0.00 Modify | 0.087342 | 0.087342 | 0.087342 | 0.0 | 0.03 Other | | 0.01181 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151928.0 ave 151928 max 151928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151928 Ave neighs/atom = 75.964000 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.241891546931, Press = 6.34932821800034 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.900 | 4.900 | 4.900 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -12908.958 -12908.958 -12973.575 -12973.575 250.07669 250.07669 29412.931 29412.931 2094.2395 2094.2395 22000 -12908.09 -12908.09 -12973.685 -12973.685 253.86162 253.86162 29492.012 29492.012 -3390.6447 -3390.6447 Loop time of 277.836 on 1 procs for 1000 steps with 2000 atoms Performance: 0.311 ns/day, 77.177 hours/ns, 3.599 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 | 277.71 | 277.71 | 277.71 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024572 | 0.024572 | 0.024572 | 0.0 | 0.01 Output | 3.96e-05 | 3.96e-05 | 3.96e-05 | 0.0 | 0.00 Modify | 0.087399 | 0.087399 | 0.087399 | 0.0 | 0.03 Other | | 0.01179 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151992.0 ave 151992 max 151992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151992 Ave neighs/atom = 75.996000 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.357152109603, Press = 3.44422583625744 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -12908.09 -12908.09 -12973.685 -12973.685 253.86162 253.86162 29492.012 29492.012 -3390.6447 -3390.6447 23000 -12907.355 -12907.355 -12974.245 -12974.245 258.8728 258.8728 29445.295 29445.295 -476.34 -476.34 Loop time of 277.04 on 1 procs for 1000 steps with 2000 atoms Performance: 0.312 ns/day, 76.955 hours/ns, 3.610 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 | 276.92 | 276.92 | 276.92 | 0.0 | 99.96 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02454 | 0.02454 | 0.02454 | 0.0 | 0.01 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.08682 | 0.08682 | 0.08682 | 0.0 | 0.03 Other | | 0.01171 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151078.0 ave 151078 max 151078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151078 Ave neighs/atom = 75.539000 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.319292343024, Press = 1.61334989855152 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -12907.355 -12907.355 -12974.245 -12974.245 258.8728 258.8728 29445.295 29445.295 -476.34 -476.34 24000 -12909 -12909 -12974.767 -12974.767 254.52544 254.52544 29439.537 29439.537 218.32077 218.32077 Loop time of 266.086 on 1 procs for 1000 steps with 2000 atoms Performance: 0.325 ns/day, 73.913 hours/ns, 3.758 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 | 265.97 | 265.97 | 265.97 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023971 | 0.023971 | 0.023971 | 0.0 | 0.01 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.085258 | 0.085258 | 0.085258 | 0.0 | 0.03 Other | | 0.01154 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151380.0 ave 151380 max 151380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151380 Ave neighs/atom = 75.690000 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.3869860751, Press = 2.0811913380337 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -12909 -12909 -12974.767 -12974.767 254.52544 254.52544 29439.537 29439.537 218.32077 218.32077 25000 -12909.389 -12909.389 -12974.916 -12974.916 253.59652 253.59652 29438.555 29438.555 91.709451 91.709451 Loop time of 265.446 on 1 procs for 1000 steps with 2000 atoms Performance: 0.325 ns/day, 73.735 hours/ns, 3.767 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 | 265.33 | 265.33 | 265.33 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.024022 | 0.024022 | 0.024022 | 0.0 | 0.01 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.085038 | 0.085038 | 0.085038 | 0.0 | 0.03 Other | | 0.01143 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151666.0 ave 151666 max 151666 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151666 Ave neighs/atom = 75.833000 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.483182490337, Press = 2.84189783308645 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -12909.389 -12909.389 -12974.916 -12974.916 253.59652 253.59652 29438.555 29438.555 91.709451 91.709451 26000 -12907.311 -12907.311 -12972.686 -12972.686 253.00762 253.00762 29472.13 29472.13 -2186.8112 -2186.8112 Loop time of 255.438 on 1 procs for 1000 steps with 2000 atoms Performance: 0.338 ns/day, 70.955 hours/ns, 3.915 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 | 255.32 | 255.32 | 255.32 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023287 | 0.023287 | 0.023287 | 0.0 | 0.01 Output | 5.57e-05 | 5.57e-05 | 5.57e-05 | 0.0 | 0.00 Modify | 0.082825 | 0.082825 | 0.082825 | 0.0 | 0.03 Other | | 0.01114 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151614.0 ave 151614 max 151614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151614 Ave neighs/atom = 75.807000 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.455153684166, Press = 1.30533303214317 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 = 6.68 ghost atom cutoff = 6.68 binsize = 3.34, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.68 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.518 | 4.518 | 4.518 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -12907.311 -12907.311 -12972.686 -12972.686 253.00762 253.00762 29472.13 29472.13 -2186.8112 -2186.8112 27000 -12911.017 -12911.017 -12975.311 -12975.311 248.82763 248.82763 29416.945 29416.945 1802.0641 1802.0641 Loop time of 254.553 on 1 procs for 1000 steps with 2000 atoms Performance: 0.339 ns/day, 70.709 hours/ns, 3.928 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 | 254.43 | 254.43 | 254.43 | 0.0 | 99.95 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.023432 | 0.023432 | 0.023432 | 0.0 | 0.01 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.083673 | 0.083673 | 0.083673 | 0.0 | 0.03 Other | | 0.01123 | | | 0.00 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 151406.0 ave 151406 max 151406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 151406 Ave neighs/atom = 75.703000 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 29441.5093855584 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0