# 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.917386054992676*${_u_distance} variable latticeconst_converted equal 3.917386054992676*1 lattice fcc ${latticeconst_converted} lattice fcc 3.91738605499268 Lattice spacing in x,y,z = 3.9173861 3.9173861 3.9173861 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 (39.173861 39.173861 39.173861) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (39.173861 39.173861 39.173861) create_atoms CPU = 0.002 seconds variable mass_converted equal 195.078*${_u_mass} variable mass_converted equal 195.078*1 kim_interactions Pt WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Pt #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_AlbeNordlundAverback_2002_PtC__MO_500121566391_004 pair_coeff * * Pt #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 195.078 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 60115.8675611102 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.8675611102/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.8675611102/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.8675611102/(1*1*${_u_distance}) variable V0_metal equal 60115.8675611102/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 60115.8675611102*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 60115.8675611102 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 273.15*${_u_temperature} variable temp_converted equal 273.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 273.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 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.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 "273.15 - 0.2" variable T_up equal "273.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_500121566391_004#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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -22937.941 -22937.941 -23079.135 -23079.135 273.15 273.15 60115.868 60115.868 2508.7497 2508.7497 1000 -22799.851 -22799.851 -22947.786 -22947.786 286.19128 286.19128 60440.299 60440.299 1639.0579 1639.0579 Loop time of 203.382 on 1 procs for 1000 steps with 4000 atoms Performance: 0.425 ns/day, 56.495 hours/ns, 4.917 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 | 202.97 | 202.97 | 202.97 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037721 | 0.037721 | 0.037721 | 0.0 | 0.02 Output | 0.00030625 | 0.00030625 | 0.00030625 | 0.0 | 0.00 Modify | 0.33272 | 0.33272 | 0.33272 | 0.0 | 0.16 Other | | 0.04342 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168000.0 ave 168000 max 168000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168000 Ave neighs/atom = 42.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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -22799.851 -22799.851 -22947.786 -22947.786 286.19128 286.19128 60440.299 60440.299 1639.0579 1639.0579 2000 -22802.169 -22802.169 -22947.809 -22947.809 281.75011 281.75011 60479.429 60479.429 -445.23785 -445.23785 Loop time of 205.249 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.014 hours/ns, 4.872 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 | 204.84 | 204.84 | 204.84 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037404 | 0.037404 | 0.037404 | 0.0 | 0.02 Output | 0.0001407 | 0.0001407 | 0.0001407 | 0.0 | 0.00 Modify | 0.33084 | 0.33084 | 0.33084 | 0.0 | 0.16 Other | | 0.04191 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168006.0 ave 168006 max 168006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168006 Ave neighs/atom = 42.001500 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -22802.169 -22802.169 -22947.809 -22947.809 281.75011 281.75011 60479.429 60479.429 -445.23785 -445.23785 3000 -22804.308 -22804.308 -22944.82 -22944.82 271.82941 271.82941 60470.125 60470.125 -135.80624 -135.80624 Loop time of 205.418 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.060 hours/ns, 4.868 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 | 205.01 | 205.01 | 205.01 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037349 | 0.037349 | 0.037349 | 0.0 | 0.02 Output | 0.00014697 | 0.00014697 | 0.00014697 | 0.0 | 0.00 Modify | 0.33138 | 0.33138 | 0.33138 | 0.0 | 0.16 Other | | 0.04208 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168010.0 ave 168010 max 168010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168010 Ave neighs/atom = 42.002500 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -22804.308 -22804.308 -22944.82 -22944.82 271.82941 271.82941 60470.125 60470.125 -135.80624 -135.80624 4000 -22804.927 -22804.927 -22945.254 -22945.254 271.47253 271.47253 60463.259 60463.259 185.52879 185.52879 Loop time of 205.426 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.063 hours/ns, 4.868 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 | 205.02 | 205.02 | 205.02 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037249 | 0.037249 | 0.037249 | 0.0 | 0.02 Output | 0.0001333 | 0.0001333 | 0.0001333 | 0.0 | 0.00 Modify | 0.3308 | 0.3308 | 0.3308 | 0.0 | 0.16 Other | | 0.0419 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168022.0 ave 168022 max 168022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168022 Ave neighs/atom = 42.005500 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -22804.927 -22804.927 -22945.254 -22945.254 271.47253 271.47253 60463.259 60463.259 185.52879 185.52879 5000 -22799.752 -22799.752 -22940.776 -22940.776 272.82038 272.82038 60492.842 60492.842 -856.80524 -856.80524 Loop time of 205.423 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.062 hours/ns, 4.868 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 | 205.01 | 205.01 | 205.01 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03685 | 0.03685 | 0.03685 | 0.0 | 0.02 Output | 9.4889e-05 | 9.4889e-05 | 9.4889e-05 | 0.0 | 0.00 Modify | 0.33059 | 0.33059 | 0.33059 | 0.0 | 0.16 Other | | 0.04196 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168012.0 ave 168012 max 168012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168012 Ave neighs/atom = 42.003000 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 = 276.187371898249, Press = 130.415697153651 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -22799.752 -22799.752 -22940.776 -22940.776 272.82038 272.82038 60492.842 60492.842 -856.80524 -856.80524 6000 -22806.773 -22806.773 -22944.916 -22944.916 267.24653 267.24653 60454.845 60454.845 578.45265 578.45265 Loop time of 205.434 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.065 hours/ns, 4.868 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 | 205.02 | 205.02 | 205.02 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036696 | 0.036696 | 0.036696 | 0.0 | 0.02 Output | 9.3099e-05 | 9.3099e-05 | 9.3099e-05 | 0.0 | 0.00 Modify | 0.33968 | 0.33968 | 0.33968 | 0.0 | 0.17 Other | | 0.04194 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168008.0 ave 168008 max 168008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168008 Ave neighs/atom = 42.002000 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 = 273.887989292119, Press = -66.1932853276841 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -22806.773 -22806.773 -22944.916 -22944.916 267.24653 267.24653 60454.845 60454.845 578.45265 578.45265 7000 -22801.271 -22801.271 -22941.939 -22941.939 272.13171 272.13171 60442.31 60442.31 1424.5375 1424.5375 Loop time of 205.425 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.063 hours/ns, 4.868 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 | 205.01 | 205.01 | 205.01 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037039 | 0.037039 | 0.037039 | 0.0 | 0.02 Output | 9.6415e-05 | 9.6415e-05 | 9.6415e-05 | 0.0 | 0.00 Modify | 0.33998 | 0.33998 | 0.33998 | 0.0 | 0.17 Other | | 0.0423 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168020.0 ave 168020 max 168020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168020 Ave neighs/atom = 42.005000 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 = 273.319973051936, Press = -16.3257391680923 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -22801.271 -22801.271 -22941.939 -22941.939 272.13171 272.13171 60442.31 60442.31 1424.5375 1424.5375 8000 -22803.326 -22803.326 -22945.301 -22945.301 274.66113 274.66113 60478.811 60478.811 -494.58312 -494.58312 Loop time of 205.753 on 1 procs for 1000 steps with 4000 atoms Performance: 0.420 ns/day, 57.154 hours/ns, 4.860 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 | 205.33 | 205.33 | 205.33 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036928 | 0.036928 | 0.036928 | 0.0 | 0.02 Output | 0.00010255 | 0.00010255 | 0.00010255 | 0.0 | 0.00 Modify | 0.34025 | 0.34025 | 0.34025 | 0.0 | 0.17 Other | | 0.04212 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168010.0 ave 168010 max 168010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168010 Ave neighs/atom = 42.002500 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 = 273.383620796824, Press = -5.60436155501429 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -22803.326 -22803.326 -22945.301 -22945.301 274.66113 274.66113 60478.811 60478.811 -494.58312 -494.58312 9000 -22801.379 -22801.379 -22944.371 -22944.371 276.62753 276.62753 60480.111 60480.111 -426.35525 -426.35525 Loop time of 208.759 on 1 procs for 1000 steps with 4000 atoms Performance: 0.414 ns/day, 57.989 hours/ns, 4.790 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 | 208.33 | 208.33 | 208.33 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036935 | 0.036935 | 0.036935 | 0.0 | 0.02 Output | 0.00023161 | 0.00023161 | 0.00023161 | 0.0 | 0.00 Modify | 0.34518 | 0.34518 | 0.34518 | 0.0 | 0.17 Other | | 0.04384 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168008.0 ave 168008 max 168008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168008 Ave neighs/atom = 42.002000 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 = 272.955072370735, Press = -13.5749876095112 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -22801.379 -22801.379 -22944.371 -22944.371 276.62753 276.62753 60480.111 60480.111 -426.35525 -426.35525 10000 -22803.738 -22803.738 -22945.266 -22945.266 273.7959 273.7959 60482.874 60482.874 -680.87544 -680.87544 Loop time of 208.232 on 1 procs for 1000 steps with 4000 atoms Performance: 0.415 ns/day, 57.842 hours/ns, 4.802 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 | 207.8 | 207.8 | 207.8 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037179 | 0.037179 | 0.037179 | 0.0 | 0.02 Output | 0.0001055 | 0.0001055 | 0.0001055 | 0.0 | 0.00 Modify | 0.34997 | 0.34997 | 0.34997 | 0.0 | 0.17 Other | | 0.04558 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168020.0 ave 168020 max 168020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168020 Ave neighs/atom = 42.005000 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 = 272.969121899791, Press = -7.29597131281956 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -22803.738 -22803.738 -22945.266 -22945.266 273.7959 273.7959 60482.874 60482.874 -680.87544 -680.87544 11000 -22800.688 -22800.688 -22942.533 -22942.533 274.40893 274.40893 60500.247 60500.247 -1290.4663 -1290.4663 Loop time of 211.485 on 1 procs for 1000 steps with 4000 atoms Performance: 0.409 ns/day, 58.746 hours/ns, 4.728 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 | 211.04 | 211.04 | 211.04 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038014 | 0.038014 | 0.038014 | 0.0 | 0.02 Output | 0.00015856 | 0.00015856 | 0.00015856 | 0.0 | 0.00 Modify | 0.35556 | 0.35556 | 0.35556 | 0.0 | 0.17 Other | | 0.04632 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168020.0 ave 168020 max 168020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168020 Ave neighs/atom = 42.005000 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 = 273.229817987749, Press = -11.0269589728114 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -22800.688 -22800.688 -22942.533 -22942.533 274.40893 274.40893 60500.247 60500.247 -1290.4663 -1290.4663 12000 -22803.537 -22803.537 -22947.788 -22947.788 279.06253 279.06253 60441.642 60441.642 1409.9805 1409.9805 Loop time of 210.956 on 1 procs for 1000 steps with 4000 atoms Performance: 0.410 ns/day, 58.599 hours/ns, 4.740 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 | 210.51 | 210.51 | 210.51 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038759 | 0.038759 | 0.038759 | 0.0 | 0.02 Output | 0.00011553 | 0.00011553 | 0.00011553 | 0.0 | 0.00 Modify | 0.35842 | 0.35842 | 0.35842 | 0.0 | 0.17 Other | | 0.04667 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168008.0 ave 168008 max 168008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168008 Ave neighs/atom = 42.002000 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 = 273.324516649793, Press = -3.77171770726886 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -22803.537 -22803.537 -22947.788 -22947.788 279.06253 279.06253 60441.642 60441.642 1409.9805 1409.9805 13000 -22801.054 -22801.054 -22945.226 -22945.226 278.90967 278.90967 60501.943 60501.943 -1533.2531 -1533.2531 Loop time of 211.552 on 1 procs for 1000 steps with 4000 atoms Performance: 0.408 ns/day, 58.764 hours/ns, 4.727 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 | 211.11 | 211.11 | 211.11 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038295 | 0.038295 | 0.038295 | 0.0 | 0.02 Output | 0.00010598 | 0.00010598 | 0.00010598 | 0.0 | 0.00 Modify | 0.35662 | 0.35662 | 0.35662 | 0.0 | 0.17 Other | | 0.04544 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168016.0 ave 168016 max 168016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168016 Ave neighs/atom = 42.004000 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 = 273.332695316067, Press = -4.9275700013769 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -22801.054 -22801.054 -22945.226 -22945.226 278.90967 278.90967 60501.943 60501.943 -1533.2531 -1533.2531 14000 -22803.861 -22803.861 -22945.997 -22945.997 274.97231 274.97231 60443.362 60443.362 1172.0388 1172.0388 Loop time of 201.449 on 1 procs for 1000 steps with 4000 atoms Performance: 0.429 ns/day, 55.958 hours/ns, 4.964 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 | 201.03 | 201.03 | 201.03 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036534 | 0.036534 | 0.036534 | 0.0 | 0.02 Output | 0.00011283 | 0.00011283 | 0.00011283 | 0.0 | 0.00 Modify | 0.33698 | 0.33698 | 0.33698 | 0.0 | 0.17 Other | | 0.04267 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168006.0 ave 168006 max 168006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168006 Ave neighs/atom = 42.001500 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 = 273.402287927243, Press = -4.64871685963794 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -22803.861 -22803.861 -22945.997 -22945.997 274.97231 274.97231 60443.362 60443.362 1172.0388 1172.0388 15000 -22803.755 -22803.755 -22946.317 -22946.317 275.7971 275.7971 60503.856 60503.856 -1676.3596 -1676.3596 Loop time of 200.915 on 1 procs for 1000 steps with 4000 atoms Performance: 0.430 ns/day, 55.810 hours/ns, 4.977 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 | 200.5 | 200.5 | 200.5 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036405 | 0.036405 | 0.036405 | 0.0 | 0.02 Output | 0.0001006 | 0.0001006 | 0.0001006 | 0.0 | 0.00 Modify | 0.33669 | 0.33669 | 0.33669 | 0.0 | 0.17 Other | | 0.04251 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168014.0 ave 168014 max 168014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168014 Ave neighs/atom = 42.003500 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 = 273.413189414277, Press = -5.22707912162344 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -22803.755 -22803.755 -22946.317 -22946.317 275.7971 275.7971 60503.856 60503.856 -1676.3596 -1676.3596 16000 -22804.17 -22804.17 -22946.697 -22946.697 275.7276 275.7276 60380.891 60380.891 4142.9117 4142.9117 Loop time of 199.877 on 1 procs for 1000 steps with 4000 atoms Performance: 0.432 ns/day, 55.522 hours/ns, 5.003 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 | 199.47 | 199.47 | 199.47 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036093 | 0.036093 | 0.036093 | 0.0 | 0.02 Output | 0.00010091 | 0.00010091 | 0.00010091 | 0.0 | 0.00 Modify | 0.33393 | 0.33393 | 0.33393 | 0.0 | 0.17 Other | | 0.04218 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168018.0 ave 168018 max 168018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168018 Ave neighs/atom = 42.004500 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 = 273.48260828839, Press = -2.34355036432371 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -22804.17 -22804.17 -22946.697 -22946.697 275.7276 275.7276 60380.891 60380.891 4142.9117 4142.9117 17000 -22799.432 -22799.432 -22942.9 -22942.9 277.54924 277.54924 60513.005 60513.005 -2082.5305 -2082.5305 Loop time of 195.496 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.304 hours/ns, 5.115 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 | 195.1 | 195.1 | 195.1 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035235 | 0.035235 | 0.035235 | 0.0 | 0.02 Output | 0.00010745 | 0.00010745 | 0.00010745 | 0.0 | 0.00 Modify | 0.32381 | 0.32381 | 0.32381 | 0.0 | 0.17 Other | | 0.03996 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168028.0 ave 168028 max 168028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168028 Ave neighs/atom = 42.007000 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 = 273.513276817702, Press = -2.2230190880563 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -22799.432 -22799.432 -22942.9 -22942.9 277.54924 277.54924 60513.005 60513.005 -2082.5305 -2082.5305 18000 -22801.87 -22801.87 -22943.45 -22943.45 273.89625 273.89625 60478.789 60478.789 60.911864 60.911864 Loop time of 199.164 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.323 hours/ns, 5.021 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 | 198.75 | 198.75 | 198.75 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035962 | 0.035962 | 0.035962 | 0.0 | 0.02 Output | 0.00010521 | 0.00010521 | 0.00010521 | 0.0 | 0.00 Modify | 0.33206 | 0.33206 | 0.33206 | 0.0 | 0.17 Other | | 0.04173 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168020.0 ave 168020 max 168020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168020 Ave neighs/atom = 42.005000 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 = 273.52836271992, Press = -4.15342942944397 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -22801.87 -22801.87 -22943.45 -22943.45 273.89625 273.89625 60478.789 60478.789 60.911864 60.911864 19000 -22806.188 -22806.188 -22945.057 -22945.057 268.65049 268.65049 60445.681 60445.681 1232.1647 1232.1647 Loop time of 198.786 on 1 procs for 1000 steps with 4000 atoms Performance: 0.435 ns/day, 55.218 hours/ns, 5.031 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 | 198.38 | 198.38 | 198.38 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035853 | 0.035853 | 0.035853 | 0.0 | 0.02 Output | 0.00010292 | 0.00010292 | 0.00010292 | 0.0 | 0.00 Modify | 0.33149 | 0.33149 | 0.33149 | 0.0 | 0.17 Other | | 0.04191 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168016.0 ave 168016 max 168016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168016 Ave neighs/atom = 42.004000 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 = 273.49375393727, Press = -2.30508021670253 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -22806.188 -22806.188 -22945.057 -22945.057 268.65049 268.65049 60445.681 60445.681 1232.1647 1232.1647 20000 -22802.705 -22802.705 -22944.939 -22944.939 275.1622 275.1622 60480.458 60480.458 -450.54619 -450.54619 Loop time of 198.684 on 1 procs for 1000 steps with 4000 atoms Performance: 0.435 ns/day, 55.190 hours/ns, 5.033 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 | 198.27 | 198.27 | 198.27 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036027 | 0.036027 | 0.036027 | 0.0 | 0.02 Output | 9.8195e-05 | 9.8195e-05 | 9.8195e-05 | 0.0 | 0.00 Modify | 0.33197 | 0.33197 | 0.33197 | 0.0 | 0.17 Other | | 0.04195 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168008.0 ave 168008 max 168008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168008 Ave neighs/atom = 42.002000 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 = 273.336103266619, Press = -2.7908893533732 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -22802.705 -22802.705 -22944.939 -22944.939 275.1622 275.1622 60480.458 60480.458 -450.54619 -450.54619 21000 -22806.264 -22806.264 -22948.239 -22948.239 274.65907 274.65907 60498.733 60498.733 -1363.8282 -1363.8282 Loop time of 198.962 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.267 hours/ns, 5.026 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 | 198.55 | 198.55 | 198.55 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03596 | 0.03596 | 0.03596 | 0.0 | 0.02 Output | 0.00011016 | 0.00011016 | 0.00011016 | 0.0 | 0.00 Modify | 0.33215 | 0.33215 | 0.33215 | 0.0 | 0.17 Other | | 0.04201 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168010.0 ave 168010 max 168010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168010 Ave neighs/atom = 42.002500 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 = 273.293415660299, Press = -1.26319967100046 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -22806.264 -22806.264 -22948.239 -22948.239 274.65907 274.65907 60498.733 60498.733 -1363.8282 -1363.8282 22000 -22806.613 -22806.613 -22946.739 -22946.739 271.08271 271.08271 60423.684 60423.684 2294.9136 2294.9136 Loop time of 198.917 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.255 hours/ns, 5.027 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 | 198.51 | 198.51 | 198.51 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035995 | 0.035995 | 0.035995 | 0.0 | 0.02 Output | 0.00010189 | 0.00010189 | 0.00010189 | 0.0 | 0.00 Modify | 0.33183 | 0.33183 | 0.33183 | 0.0 | 0.17 Other | | 0.0419 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168004.0 ave 168004 max 168004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168004 Ave neighs/atom = 42.001000 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 = 273.273784975047, Press = -1.10910563132921 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -22806.613 -22806.613 -22946.739 -22946.739 271.08271 271.08271 60423.684 60423.684 2294.9136 2294.9136 23000 -22802.485 -22802.485 -22943.683 -22943.683 273.15731 273.15731 60516.1 60516.1 -2110.9873 -2110.9873 Loop time of 198.759 on 1 procs for 1000 steps with 4000 atoms Performance: 0.435 ns/day, 55.211 hours/ns, 5.031 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 | 198.35 | 198.35 | 198.35 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035851 | 0.035851 | 0.035851 | 0.0 | 0.02 Output | 0.00011429 | 0.00011429 | 0.00011429 | 0.0 | 0.00 Modify | 0.33141 | 0.33141 | 0.33141 | 0.0 | 0.17 Other | | 0.04183 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168018.0 ave 168018 max 168018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168018 Ave neighs/atom = 42.004500 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 = 273.159144944924, Press = -2.81996320069992 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -22802.485 -22802.485 -22943.683 -22943.683 273.15731 273.15731 60516.1 60516.1 -2110.9873 -2110.9873 24000 -22803.747 -22803.747 -22944.684 -22944.684 272.65121 272.65121 60451.679 60451.679 745.61737 745.61737 Loop time of 198.754 on 1 procs for 1000 steps with 4000 atoms Performance: 0.435 ns/day, 55.209 hours/ns, 5.031 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 | 198.34 | 198.34 | 198.34 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035925 | 0.035925 | 0.035925 | 0.0 | 0.02 Output | 0.00010808 | 0.00010808 | 0.00010808 | 0.0 | 0.00 Modify | 0.33281 | 0.33281 | 0.33281 | 0.0 | 0.17 Other | | 0.04194 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168018.0 ave 168018 max 168018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168018 Ave neighs/atom = 42.004500 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 = 273.180178936437, Press = -1.98672569484551 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -22803.747 -22803.747 -22944.684 -22944.684 272.65121 272.65121 60451.679 60451.679 745.61737 745.61737 25000 -22805.419 -22805.419 -22945.366 -22945.366 270.73825 270.73825 60448.782 60448.782 727.46106 727.46106 Loop time of 199.189 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.330 hours/ns, 5.020 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 | 198.78 | 198.78 | 198.78 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035856 | 0.035856 | 0.035856 | 0.0 | 0.02 Output | 0.00010547 | 0.00010547 | 0.00010547 | 0.0 | 0.00 Modify | 0.33369 | 0.33369 | 0.33369 | 0.0 | 0.17 Other | | 0.04198 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168006.0 ave 168006 max 168006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168006 Ave neighs/atom = 42.001500 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 = 273.192493168725, Press = -3.2028334489458 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -22805.419 -22805.419 -22945.366 -22945.366 270.73825 270.73825 60448.782 60448.782 727.46106 727.46106 26000 -22804.427 -22804.427 -22944.389 -22944.389 270.76523 270.76523 60477.729 60477.729 -285.89007 -285.89007 Loop time of 199.148 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.319 hours/ns, 5.021 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 | 198.73 | 198.73 | 198.73 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036499 | 0.036499 | 0.036499 | 0.0 | 0.02 Output | 0.00010864 | 0.00010864 | 0.00010864 | 0.0 | 0.00 Modify | 0.33486 | 0.33486 | 0.33486 | 0.0 | 0.17 Other | | 0.04227 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168022.0 ave 168022 max 168022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168022 Ave neighs/atom = 42.005500 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 = 273.230002111072, Press = -3.06082324974293 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -22804.427 -22804.427 -22944.389 -22944.389 270.76523 270.76523 60477.729 60477.729 -285.89007 -285.89007 27000 -22802.99 -22802.99 -22942.38 -22942.38 269.6604 269.6604 60467.102 60467.102 356.10373 356.10373 Loop time of 199.078 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.299 hours/ns, 5.023 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 | 198.67 | 198.67 | 198.67 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035657 | 0.035657 | 0.035657 | 0.0 | 0.02 Output | 0.00011138 | 0.00011138 | 0.00011138 | 0.0 | 0.00 Modify | 0.33258 | 0.33258 | 0.33258 | 0.0 | 0.17 Other | | 0.04207 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168010.0 ave 168010 max 168010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168010 Ave neighs/atom = 42.002500 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 = 273.316572926438, Press = -1.4951073484948 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -22802.99 -22802.99 -22942.38 -22942.38 269.6604 269.6604 60467.102 60467.102 356.10373 356.10373 28000 -22804.347 -22804.347 -22945.2 -22945.2 272.48884 272.48884 60468.197 60468.197 -85.397992 -85.397992 Loop time of 198.981 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.273 hours/ns, 5.026 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 | 198.57 | 198.57 | 198.57 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035934 | 0.035934 | 0.035934 | 0.0 | 0.02 Output | 0.00010313 | 0.00010313 | 0.00010313 | 0.0 | 0.00 Modify | 0.33193 | 0.33193 | 0.33193 | 0.0 | 0.17 Other | | 0.042 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168006.0 ave 168006 max 168006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168006 Ave neighs/atom = 42.001500 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 = 273.293516452317, Press = -2.2010543017407 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -22804.347 -22804.347 -22945.2 -22945.2 272.48884 272.48884 60468.197 60468.197 -85.397992 -85.397992 29000 -22809.616 -22809.616 -22947.445 -22947.445 266.63833 266.63833 60446.482 60446.482 887.51311 887.51311 Loop time of 196.972 on 1 procs for 1000 steps with 4000 atoms Performance: 0.439 ns/day, 54.714 hours/ns, 5.077 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 | 196.57 | 196.57 | 196.57 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035569 | 0.035569 | 0.035569 | 0.0 | 0.02 Output | 0.00011933 | 0.00011933 | 0.00011933 | 0.0 | 0.00 Modify | 0.32692 | 0.32692 | 0.32692 | 0.0 | 0.17 Other | | 0.04095 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168014.0 ave 168014 max 168014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168014 Ave neighs/atom = 42.003500 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 = 273.260023974487, Press = -1.25574235215468 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -22809.616 -22809.616 -22947.445 -22947.445 266.63833 266.63833 60446.482 60446.482 887.51311 887.51311 30000 -22804.851 -22804.851 -22945.352 -22945.352 271.80914 271.80914 60507.671 60507.671 -1869.9931 -1869.9931 Loop time of 199.014 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.282 hours/ns, 5.025 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 | 198.6 | 198.6 | 198.6 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03581 | 0.03581 | 0.03581 | 0.0 | 0.02 Output | 0.00010423 | 0.00010423 | 0.00010423 | 0.0 | 0.00 Modify | 0.33282 | 0.33282 | 0.33282 | 0.0 | 0.17 Other | | 0.04214 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168024.0 ave 168024 max 168024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168024 Ave neighs/atom = 42.006000 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 = 273.246199868993, Press = -2.04068302240267 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -22804.851 -22804.851 -22945.352 -22945.352 271.80914 271.80914 60507.671 60507.671 -1869.9931 -1869.9931 31000 -22803.371 -22803.371 -22943.79 -22943.79 271.65106 271.65106 60413.969 60413.969 3022.404 3022.404 Loop time of 196.951 on 1 procs for 1000 steps with 4000 atoms Performance: 0.439 ns/day, 54.709 hours/ns, 5.077 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 | 196.54 | 196.54 | 196.54 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036045 | 0.036045 | 0.036045 | 0.0 | 0.02 Output | 0.00010216 | 0.00010216 | 0.00010216 | 0.0 | 0.00 Modify | 0.33229 | 0.33229 | 0.33229 | 0.0 | 0.17 Other | | 0.04369 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168012.0 ave 168012 max 168012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168012 Ave neighs/atom = 42.003000 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 = 273.287903304049, Press = -1.93131585113327 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -22803.371 -22803.371 -22943.79 -22943.79 271.65106 271.65106 60413.969 60413.969 3022.404 3022.404 32000 -22805.585 -22805.585 -22944.959 -22944.959 269.6283 269.6283 60538.491 60538.491 -3274.3365 -3274.3365 Loop time of 190.373 on 1 procs for 1000 steps with 4000 atoms Performance: 0.454 ns/day, 52.882 hours/ns, 5.253 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 | 189.98 | 189.98 | 189.98 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034669 | 0.034669 | 0.034669 | 0.0 | 0.02 Output | 9.6624e-05 | 9.6624e-05 | 9.6624e-05 | 0.0 | 0.00 Modify | 0.31613 | 0.31613 | 0.31613 | 0.0 | 0.17 Other | | 0.03978 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168012.0 ave 168012 max 168012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168012 Ave neighs/atom = 42.003000 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 = 273.347281902338, Press = -1.02223163982014 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -22805.585 -22805.585 -22944.959 -22944.959 269.6283 269.6283 60538.491 60538.491 -3274.3365 -3274.3365 33000 -22797.145 -22797.145 -22942.996 -22942.996 282.15987 282.15987 60465.875 60465.875 668.26882 668.26882 Loop time of 187.555 on 1 procs for 1000 steps with 4000 atoms Performance: 0.461 ns/day, 52.099 hours/ns, 5.332 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 | 187.18 | 187.18 | 187.18 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034087 | 0.034087 | 0.034087 | 0.0 | 0.02 Output | 9.0051e-05 | 9.0051e-05 | 9.0051e-05 | 0.0 | 0.00 Modify | 0.30728 | 0.30728 | 0.30728 | 0.0 | 0.16 Other | | 0.03717 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168026.0 ave 168026 max 168026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168026 Ave neighs/atom = 42.006500 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 = 273.390849328935, Press = -2.21823697123668 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -22797.145 -22797.145 -22942.996 -22942.996 282.15987 282.15987 60465.875 60465.875 668.26882 668.26882 34000 -22806.273 -22806.273 -22943.772 -22943.772 266.00032 266.00032 60466.323 60466.323 317.34705 317.34705 Loop time of 191.5 on 1 procs for 1000 steps with 4000 atoms Performance: 0.451 ns/day, 53.195 hours/ns, 5.222 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 | 191.11 | 191.11 | 191.11 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034866 | 0.034866 | 0.034866 | 0.0 | 0.02 Output | 9.482e-05 | 9.482e-05 | 9.482e-05 | 0.0 | 0.00 Modify | 0.31985 | 0.31985 | 0.31985 | 0.0 | 0.17 Other | | 0.04029 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168006.0 ave 168006 max 168006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168006 Ave neighs/atom = 42.001500 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 = 273.434711927493, Press = 0.141326955126298 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -22806.273 -22806.273 -22943.772 -22943.772 266.00032 266.00032 60466.323 60466.323 317.34705 317.34705 35000 -22809.163 -22809.163 -22944.804 -22944.804 262.40804 262.40804 60467.259 60467.259 164.92752 164.92752 Loop time of 189.523 on 1 procs for 1000 steps with 4000 atoms Performance: 0.456 ns/day, 52.645 hours/ns, 5.276 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 | 189.14 | 189.14 | 189.14 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034643 | 0.034643 | 0.034643 | 0.0 | 0.02 Output | 9.5539e-05 | 9.5539e-05 | 9.5539e-05 | 0.0 | 0.00 Modify | 0.31315 | 0.31315 | 0.31315 | 0.0 | 0.17 Other | | 0.0386 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168018.0 ave 168018 max 168018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168018 Ave neighs/atom = 42.004500 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 = 273.40632490681, Press = -2.76203261262481 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -22809.163 -22809.163 -22944.804 -22944.804 262.40804 262.40804 60467.259 60467.259 164.92752 164.92752 36000 -22801.599 -22801.599 -22944.485 -22944.485 276.42385 276.42385 60459.775 60459.775 482.19878 482.19878 Loop time of 192.934 on 1 procs for 1000 steps with 4000 atoms Performance: 0.448 ns/day, 53.593 hours/ns, 5.183 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 | 192.54 | 192.54 | 192.54 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034523 | 0.034523 | 0.034523 | 0.0 | 0.02 Output | 9.9299e-05 | 9.9299e-05 | 9.9299e-05 | 0.0 | 0.00 Modify | 0.31854 | 0.31854 | 0.31854 | 0.0 | 0.17 Other | | 0.03833 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168032.0 ave 168032 max 168032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168032 Ave neighs/atom = 42.008000 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 = 273.355196286979, Press = -1.55043118110153 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -22801.599 -22801.599 -22944.485 -22944.485 276.42385 276.42385 60459.775 60459.775 482.19878 482.19878 37000 -22803.348 -22803.348 -22944.129 -22944.129 272.35063 272.35063 60471.823 60471.823 28.39243 28.39243 Loop time of 188.257 on 1 procs for 1000 steps with 4000 atoms Performance: 0.459 ns/day, 52.294 hours/ns, 5.312 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 | 187.88 | 187.88 | 187.88 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034033 | 0.034033 | 0.034033 | 0.0 | 0.02 Output | 9.7131e-05 | 9.7131e-05 | 9.7131e-05 | 0.0 | 0.00 Modify | 0.30569 | 0.30569 | 0.30569 | 0.0 | 0.16 Other | | 0.036 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168010.0 ave 168010 max 168010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168010 Ave neighs/atom = 42.002500 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 = 273.320520560735, Press = -1.14897249390954 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -22803.348 -22803.348 -22944.129 -22944.129 272.35063 272.35063 60471.823 60471.823 28.39243 28.39243 38000 -22804.877 -22804.877 -22944.627 -22944.627 270.35565 270.35565 60472.118 60472.118 -254.80938 -254.80938 Loop time of 183.387 on 1 procs for 1000 steps with 4000 atoms Performance: 0.471 ns/day, 50.941 hours/ns, 5.453 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 | 183.02 | 183.02 | 183.02 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03311 | 0.03311 | 0.03311 | 0.0 | 0.02 Output | 8.8967e-05 | 8.8967e-05 | 8.8967e-05 | 0.0 | 0.00 Modify | 0.29685 | 0.29685 | 0.29685 | 0.0 | 0.16 Other | | 0.03497 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168016.0 ave 168016 max 168016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168016 Ave neighs/atom = 42.004000 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 = 273.310017213312, Press = -1.85824466687493 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 = 5.3 ghost atom cutoff = 5.3 binsize = 2.65, bins = 15 15 15 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 5.300000000000001 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.147 | 4.147 | 4.147 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -22804.877 -22804.877 -22944.627 -22944.627 270.35565 270.35565 60472.118 60472.118 -254.80938 -254.80938 39000 -22806.086 -22806.086 -22947.615 -22947.615 273.79652 273.79652 60457.71 60457.71 284.9995 284.9995 Loop time of 182.549 on 1 procs for 1000 steps with 4000 atoms Performance: 0.473 ns/day, 50.708 hours/ns, 5.478 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 | 182.19 | 182.19 | 182.19 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.032964 | 0.032964 | 0.032964 | 0.0 | 0.02 Output | 0.00021035 | 0.00021035 | 0.00021035 | 0.0 | 0.00 Modify | 0.29567 | 0.29567 | 0.29567 | 0.0 | 0.16 Other | | 0.03468 | | | 0.02 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3813.00 ave 3813 max 3813 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: 168020.0 ave 168020 max 168020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 168020 Ave neighs/atom = 42.005000 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_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 60470.2733839042 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0