# 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.302443556487561*${_u_distance} variable latticeconst_converted equal 3.302443556487561*1 lattice bcc ${latticeconst_converted} lattice bcc 3.30244355648756 Lattice spacing in x,y,z = 3.3024436 3.3024436 3.3024436 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 (33.024436 33.024436 33.024436) 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 (33.024436 33.024436 33.024436) create_atoms CPU = 0.002 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimJungLee_2010_FeNbC__MO_072689718616_001 pair_coeff * * Fe #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 36016.8901176252 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 36016.8901176252/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 36016.8901176252/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 36016.8901176252/(1*1*${_u_distance}) variable V0_metal equal 36016.8901176252/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 36016.8901176252*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 36016.8901176252 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_072689718616_001#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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -14869.42 -14869.42 -14940 -14940 273.15 273.15 36016.89 36016.89 2093.1295 2093.1295 1000 -14797.517 -14797.517 -14871.175 -14871.175 285.06199 285.06199 36210.19 36210.19 -1745.7561 -1745.7561 Loop time of 115.209 on 1 procs for 1000 steps with 2000 atoms Performance: 0.750 ns/day, 32.003 hours/ns, 8.680 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 114.72 | 114.72 | 114.72 | 0.0 | 99.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.076191 | 0.076191 | 0.076191 | 0.0 | 0.07 Output | 0.00019513 | 0.00019513 | 0.00019513 | 0.0 | 0.00 Modify | 0.35287 | 0.35287 | 0.35287 | 0.0 | 0.31 Other | | 0.05703 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2941.00 ave 2941 max 2941 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: 116000.0 ave 116000 max 116000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116000 Ave neighs/atom = 58.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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -14797.517 -14797.517 -14871.175 -14871.175 285.06199 285.06199 36210.19 36210.19 -1745.7561 -1745.7561 2000 -14795.828 -14795.828 -14863.473 -14863.473 261.79255 261.79255 36176.921 36176.921 621.25488 621.25488 Loop time of 130.717 on 1 procs for 1000 steps with 2000 atoms Performance: 0.661 ns/day, 36.310 hours/ns, 7.650 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 | 130.2 | 130.2 | 130.2 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087237 | 0.087237 | 0.087237 | 0.0 | 0.07 Output | 0.00021943 | 0.00021943 | 0.00021943 | 0.0 | 0.00 Modify | 0.37261 | 0.37261 | 0.37261 | 0.0 | 0.29 Other | | 0.06057 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3355.00 ave 3355 max 3355 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: 120936.0 ave 120936 max 120936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120936 Ave neighs/atom = 60.468000 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -14795.828 -14795.828 -14863.473 -14863.473 261.79255 261.79255 36176.921 36176.921 621.25488 621.25488 3000 -14799.253 -14799.253 -14867.31 -14867.31 263.38738 263.38738 36155.276 36155.276 1277.4469 1277.4469 Loop time of 128.694 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.748 hours/ns, 7.770 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.19 | 128.19 | 128.19 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085434 | 0.085434 | 0.085434 | 0.0 | 0.07 Output | 0.00023652 | 0.00023652 | 0.00023652 | 0.0 | 0.00 Modify | 0.36342 | 0.36342 | 0.36342 | 0.0 | 0.28 Other | | 0.05932 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3337.00 ave 3337 max 3337 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: 121044.0 ave 121044 max 121044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121044 Ave neighs/atom = 60.522000 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -14799.253 -14799.253 -14867.31 -14867.31 263.38738 263.38738 36155.276 36155.276 1277.4469 1277.4469 4000 -14795.367 -14795.367 -14865.329 -14865.329 270.76147 270.76147 36200.292 36200.292 -762.48269 -762.48269 Loop time of 130.724 on 1 procs for 1000 steps with 2000 atoms Performance: 0.661 ns/day, 36.312 hours/ns, 7.650 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.21 | 130.21 | 130.21 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086836 | 0.086836 | 0.086836 | 0.0 | 0.07 Output | 0.00019201 | 0.00019201 | 0.00019201 | 0.0 | 0.00 Modify | 0.37078 | 0.37078 | 0.37078 | 0.0 | 0.28 Other | | 0.06013 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3356.00 ave 3356 max 3356 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: 121148.0 ave 121148 max 121148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121148 Ave neighs/atom = 60.574000 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -14795.367 -14795.367 -14865.329 -14865.329 270.76147 270.76147 36200.292 36200.292 -762.48269 -762.48269 5000 -14799.096 -14799.096 -14868.537 -14868.537 268.74262 268.74262 36151.593 36151.593 1561.1237 1561.1237 Loop time of 129.149 on 1 procs for 1000 steps with 2000 atoms Performance: 0.669 ns/day, 35.875 hours/ns, 7.743 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.64 | 128.64 | 128.64 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085041 | 0.085041 | 0.085041 | 0.0 | 0.07 Output | 0.00015365 | 0.00015365 | 0.00015365 | 0.0 | 0.00 Modify | 0.36704 | 0.36704 | 0.36704 | 0.0 | 0.28 Other | | 0.05947 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3336.00 ave 3336 max 3336 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: 120980.0 ave 120980 max 120980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120980 Ave neighs/atom = 60.490000 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.21396039846, Press = -150.696187565676 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -14799.096 -14799.096 -14868.537 -14868.537 268.74262 268.74262 36151.593 36151.593 1561.1237 1561.1237 6000 -14795.709 -14795.709 -14868.45 -14868.45 281.51315 281.51315 36207.995 36207.995 -1505.8526 -1505.8526 Loop time of 127.968 on 1 procs for 1000 steps with 2000 atoms Performance: 0.675 ns/day, 35.547 hours/ns, 7.814 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 | 127.45 | 127.45 | 127.45 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087019 | 0.087019 | 0.087019 | 0.0 | 0.07 Output | 0.00015635 | 0.00015635 | 0.00015635 | 0.0 | 0.00 Modify | 0.37653 | 0.37653 | 0.37653 | 0.0 | 0.29 Other | | 0.05932 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3429.00 ave 3429 max 3429 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: 121160.0 ave 121160 max 121160 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121160 Ave neighs/atom = 60.580000 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.682257647778, Press = -6.22580742305845 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -14795.709 -14795.709 -14868.45 -14868.45 281.51315 281.51315 36207.995 36207.995 -1505.8526 -1505.8526 7000 -14798.388 -14798.388 -14869.404 -14869.404 274.83918 274.83918 36174.871 36174.871 202.06818 202.06818 Loop time of 129.174 on 1 procs for 1000 steps with 2000 atoms Performance: 0.669 ns/day, 35.882 hours/ns, 7.742 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 | 128.64 | 128.64 | 128.64 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.088838 | 0.088838 | 0.088838 | 0.0 | 0.07 Output | 0.00024917 | 0.00024917 | 0.00024917 | 0.0 | 0.00 Modify | 0.38704 | 0.38704 | 0.38704 | 0.0 | 0.30 Other | | 0.05964 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3415.00 ave 3415 max 3415 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: 120990.0 ave 120990 max 120990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120990 Ave neighs/atom = 60.495000 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.372298329348, Press = -15.4253789270843 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -14798.388 -14798.388 -14869.404 -14869.404 274.83918 274.83918 36174.871 36174.871 202.06818 202.06818 8000 -14797.771 -14797.771 -14868.822 -14868.822 274.97411 274.97411 36184.143 36184.143 -279.97748 -279.97748 Loop time of 129.155 on 1 procs for 1000 steps with 2000 atoms Performance: 0.669 ns/day, 35.876 hours/ns, 7.743 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.62 | 128.62 | 128.62 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087528 | 0.087528 | 0.087528 | 0.0 | 0.07 Output | 0.00015623 | 0.00015623 | 0.00015623 | 0.0 | 0.00 Modify | 0.38369 | 0.38369 | 0.38369 | 0.0 | 0.30 Other | | 0.05992 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3406.00 ave 3406 max 3406 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: 121030.0 ave 121030 max 121030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121030 Ave neighs/atom = 60.515000 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.202400727879, Press = -10.1739717358415 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -14797.771 -14797.771 -14868.822 -14868.822 274.97411 274.97411 36184.143 36184.143 -279.97748 -279.97748 9000 -14797.669 -14797.669 -14867.031 -14867.031 268.43488 268.43488 36192.151 36192.151 -583.61488 -583.61488 Loop time of 127.015 on 1 procs for 1000 steps with 2000 atoms Performance: 0.680 ns/day, 35.282 hours/ns, 7.873 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 | 126.5 | 126.5 | 126.5 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084401 | 0.084401 | 0.084401 | 0.0 | 0.07 Output | 0.00015669 | 0.00015669 | 0.00015669 | 0.0 | 0.00 Modify | 0.37165 | 0.37165 | 0.37165 | 0.0 | 0.29 Other | | 0.05846 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3344.00 ave 3344 max 3344 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: 121084.0 ave 121084 max 121084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121084 Ave neighs/atom = 60.542000 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.352860244692, Press = -7.56453354773241 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.703 | 3.703 | 3.703 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -14797.669 -14797.669 -14867.031 -14867.031 268.43488 268.43488 36192.151 36192.151 -583.61488 -583.61488 10000 -14793.459 -14793.459 -14867.878 -14867.878 288.011 288.011 36148.241 36148.241 1949.1048 1949.1048 Loop time of 129.888 on 1 procs for 1000 steps with 2000 atoms Performance: 0.665 ns/day, 36.080 hours/ns, 7.699 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 129.35 | 129.35 | 129.35 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086304 | 0.086304 | 0.086304 | 0.0 | 0.07 Output | 0.00015331 | 0.00015331 | 0.00015331 | 0.0 | 0.00 Modify | 0.38839 | 0.38839 | 0.38839 | 0.0 | 0.30 Other | | 0.05946 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3308.00 ave 3308 max 3308 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: 121034.0 ave 121034 max 121034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121034 Ave neighs/atom = 60.517000 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.684070337792, Press = -12.7534435194526 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -14793.459 -14793.459 -14867.878 -14867.878 288.011 288.011 36148.241 36148.241 1949.1048 1949.1048 11000 -14797.984 -14797.984 -14869.483 -14869.483 276.70811 276.70811 36198.343 36198.343 -958.32992 -958.32992 Loop time of 126.785 on 1 procs for 1000 steps with 2000 atoms Performance: 0.681 ns/day, 35.218 hours/ns, 7.887 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 126.27 | 126.27 | 126.27 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084977 | 0.084977 | 0.084977 | 0.0 | 0.07 Output | 0.00015893 | 0.00015893 | 0.00015893 | 0.0 | 0.00 Modify | 0.37394 | 0.37394 | 0.37394 | 0.0 | 0.29 Other | | 0.05884 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3332.00 ave 3332 max 3332 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: 121130.0 ave 121130 max 121130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121130 Ave neighs/atom = 60.565000 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.84848193303, Press = 3.59007830270606 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -14797.984 -14797.984 -14869.483 -14869.483 276.70811 276.70811 36198.343 36198.343 -958.32992 -958.32992 12000 -14796.467 -14796.467 -14865.704 -14865.704 267.95307 267.95307 36190.271 36190.271 -249.7378 -249.7378 Loop time of 128.131 on 1 procs for 1000 steps with 2000 atoms Performance: 0.674 ns/day, 35.592 hours/ns, 7.804 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 | 127.6 | 127.6 | 127.6 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086278 | 0.086278 | 0.086278 | 0.0 | 0.07 Output | 0.00015601 | 0.00015601 | 0.00015601 | 0.0 | 0.00 Modify | 0.38225 | 0.38225 | 0.38225 | 0.0 | 0.30 Other | | 0.05957 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3348.00 ave 3348 max 3348 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: 120914.0 ave 120914 max 120914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120914 Ave neighs/atom = 60.457000 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.641150248076, Press = -8.04184099406118 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -14796.467 -14796.467 -14865.704 -14865.704 267.95307 267.95307 36190.271 36190.271 -249.7378 -249.7378 13000 -14799.727 -14799.727 -14870.009 -14870.009 271.99556 271.99556 36159.963 36159.963 847.19219 847.19219 Loop time of 128.074 on 1 procs for 1000 steps with 2000 atoms Performance: 0.675 ns/day, 35.576 hours/ns, 7.808 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.55 | 127.55 | 127.55 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086994 | 0.086994 | 0.086994 | 0.0 | 0.07 Output | 0.00015503 | 0.00015503 | 0.00015503 | 0.0 | 0.00 Modify | 0.37997 | 0.37997 | 0.37997 | 0.0 | 0.30 Other | | 0.06002 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3411.00 ave 3411 max 3411 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: 121068.0 ave 121068 max 121068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121068 Ave neighs/atom = 60.534000 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.378452453906, Press = -1.93560662428513 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -14799.727 -14799.727 -14870.009 -14870.009 271.99556 271.99556 36159.963 36159.963 847.19219 847.19219 14000 -14795.395 -14795.395 -14866.677 -14866.677 275.86579 275.86579 36205.54 36205.54 -1161.723 -1161.723 Loop time of 126.016 on 1 procs for 1000 steps with 2000 atoms Performance: 0.686 ns/day, 35.005 hours/ns, 7.935 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 | 125.5 | 125.5 | 125.5 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086176 | 0.086176 | 0.086176 | 0.0 | 0.07 Output | 0.00015535 | 0.00015535 | 0.00015535 | 0.0 | 0.00 Modify | 0.37076 | 0.37076 | 0.37076 | 0.0 | 0.29 Other | | 0.05901 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3425.00 ave 3425 max 3425 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: 121112.0 ave 121112 max 121112 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121112 Ave neighs/atom = 60.556000 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.2187798211, Press = -2.99701256917788 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -14795.395 -14795.395 -14866.677 -14866.677 275.86579 275.86579 36205.54 36205.54 -1161.723 -1161.723 15000 -14798.992 -14798.992 -14868.531 -14868.531 269.12216 269.12216 36162.428 36162.428 946.44239 946.44239 Loop time of 126.367 on 1 procs for 1000 steps with 2000 atoms Performance: 0.684 ns/day, 35.102 hours/ns, 7.913 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 | 125.85 | 125.85 | 125.85 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084623 | 0.084623 | 0.084623 | 0.0 | 0.07 Output | 0.00038124 | 0.00038124 | 0.00038124 | 0.0 | 0.00 Modify | 0.37124 | 0.37124 | 0.37124 | 0.0 | 0.29 Other | | 0.05889 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3343.00 ave 3343 max 3343 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: 120916.0 ave 120916 max 120916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120916 Ave neighs/atom = 60.458000 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.054475101951, Press = -5.52051404143984 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -14798.992 -14798.992 -14868.531 -14868.531 269.12216 269.12216 36162.428 36162.428 946.44239 946.44239 16000 -14797.882 -14797.882 -14869.023 -14869.023 275.3221 275.3221 36152.036 36152.036 1465.4707 1465.4707 Loop time of 125.807 on 1 procs for 1000 steps with 2000 atoms Performance: 0.687 ns/day, 34.946 hours/ns, 7.949 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 | 125.29 | 125.29 | 125.29 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084656 | 0.084656 | 0.084656 | 0.0 | 0.07 Output | 0.00015748 | 0.00015748 | 0.00015748 | 0.0 | 0.00 Modify | 0.37384 | 0.37384 | 0.37384 | 0.0 | 0.30 Other | | 0.05864 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3349.00 ave 3349 max 3349 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: 121182.0 ave 121182 max 121182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121182 Ave neighs/atom = 60.591000 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.125649140093, Press = 2.84122224417953 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.703 | 3.703 | 3.703 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -14797.882 -14797.882 -14869.023 -14869.023 275.3221 275.3221 36152.036 36152.036 1465.4707 1465.4707 17000 -14797.424 -14797.424 -14871.215 -14871.215 285.57899 285.57899 36231.007 36231.007 -2818.6004 -2818.6004 Loop time of 126.728 on 1 procs for 1000 steps with 2000 atoms Performance: 0.682 ns/day, 35.202 hours/ns, 7.891 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 | 126.21 | 126.21 | 126.21 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084458 | 0.084458 | 0.084458 | 0.0 | 0.07 Output | 0.00015821 | 0.00015821 | 0.00015821 | 0.0 | 0.00 Modify | 0.37733 | 0.37733 | 0.37733 | 0.0 | 0.30 Other | | 0.05914 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3308.00 ave 3308 max 3308 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: 121126.0 ave 121126 max 121126 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121126 Ave neighs/atom = 60.563000 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.923521363578, Press = -4.25918973824219 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -14797.424 -14797.424 -14871.215 -14871.215 285.57899 285.57899 36231.007 36231.007 -2818.6004 -2818.6004 18000 -14798.547 -14798.547 -14865.968 -14865.968 260.9274 260.9274 36144.717 36144.717 2037.1995 2037.1995 Loop time of 128.827 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.785 hours/ns, 7.762 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.3 | 128.3 | 128.3 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085831 | 0.085831 | 0.085831 | 0.0 | 0.07 Output | 0.0001569 | 0.0001569 | 0.0001569 | 0.0 | 0.00 Modify | 0.38589 | 0.38589 | 0.38589 | 0.0 | 0.30 Other | | 0.06004 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3330.00 ave 3330 max 3330 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: 120802.0 ave 120802 max 120802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120802 Ave neighs/atom = 60.401000 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.928667868457, Press = -2.44168505161874 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -14798.547 -14798.547 -14865.968 -14865.968 260.9274 260.9274 36144.717 36144.717 2037.1995 2037.1995 19000 -14794.576 -14794.576 -14863.857 -14863.857 268.12424 268.12424 36202.404 36202.404 -802.74892 -802.74892 Loop time of 128.584 on 1 procs for 1000 steps with 2000 atoms Performance: 0.672 ns/day, 35.718 hours/ns, 7.777 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 | 128.05 | 128.05 | 128.05 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086993 | 0.086993 | 0.086993 | 0.0 | 0.07 Output | 0.00015658 | 0.00015658 | 0.00015658 | 0.0 | 0.00 Modify | 0.38246 | 0.38246 | 0.38246 | 0.0 | 0.30 Other | | 0.0598 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3404.00 ave 3404 max 3404 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: 121124.0 ave 121124 max 121124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121124 Ave neighs/atom = 60.562000 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.987565483828, Press = -0.815754706113037 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -14794.576 -14794.576 -14863.857 -14863.857 268.12424 268.12424 36202.404 36202.404 -802.74892 -802.74892 20000 -14797.31 -14797.31 -14869.423 -14869.423 279.08751 279.08751 36165.17 36165.17 768.65656 768.65656 Loop time of 127.254 on 1 procs for 1000 steps with 2000 atoms Performance: 0.679 ns/day, 35.348 hours/ns, 7.858 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 | 126.73 | 126.73 | 126.73 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085377 | 0.085377 | 0.085377 | 0.0 | 0.07 Output | 0.00020289 | 0.00020289 | 0.00020289 | 0.0 | 0.00 Modify | 0.37598 | 0.37598 | 0.37598 | 0.0 | 0.30 Other | | 0.05892 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3375.00 ave 3375 max 3375 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: 120984.0 ave 120984 max 120984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120984 Ave neighs/atom = 60.492000 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.047872474654, Press = -3.29583185755637 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -14797.31 -14797.31 -14869.423 -14869.423 279.08751 279.08751 36165.17 36165.17 768.65656 768.65656 21000 -14795.818 -14795.818 -14867.882 -14867.882 278.8974 278.8974 36181.883 36181.883 -3.9689695 -3.9689695 Loop time of 126.98 on 1 procs for 1000 steps with 2000 atoms Performance: 0.680 ns/day, 35.272 hours/ns, 7.875 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 | 126.46 | 126.46 | 126.46 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086419 | 0.086419 | 0.086419 | 0.0 | 0.07 Output | 0.00015728 | 0.00015728 | 0.00015728 | 0.0 | 0.00 Modify | 0.3736 | 0.3736 | 0.3736 | 0.0 | 0.29 Other | | 0.05876 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3413.00 ave 3413 max 3413 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: 121008.0 ave 121008 max 121008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121008 Ave neighs/atom = 60.504000 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.200046626396, Press = 0.329157555394385 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.703 | 3.703 | 3.703 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -14795.818 -14795.818 -14867.882 -14867.882 278.8974 278.8974 36181.883 36181.883 -3.9689695 -3.9689695 22000 -14798.817 -14798.817 -14868.317 -14868.317 268.97173 268.97173 36248.421 36248.421 -3670.194 -3670.194 Loop time of 129.014 on 1 procs for 1000 steps with 2000 atoms Performance: 0.670 ns/day, 35.837 hours/ns, 7.751 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.49 | 128.49 | 128.49 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084932 | 0.084932 | 0.084932 | 0.0 | 0.07 Output | 0.00015401 | 0.00015401 | 0.00015401 | 0.0 | 0.00 Modify | 0.38329 | 0.38329 | 0.38329 | 0.0 | 0.30 Other | | 0.05938 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3304.00 ave 3304 max 3304 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: 121028.0 ave 121028 max 121028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121028 Ave neighs/atom = 60.514000 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.264369520205, Press = -5.32706559566502 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.703 | 3.703 | 3.703 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -14798.817 -14798.817 -14868.317 -14868.317 268.97173 268.97173 36248.421 36248.421 -3670.194 -3670.194 23000 -14793.786 -14793.786 -14866.73 -14866.73 282.29941 282.29941 36125.445 36125.445 3234.4381 3234.4381 Loop time of 126.088 on 1 procs for 1000 steps with 2000 atoms Performance: 0.685 ns/day, 35.024 hours/ns, 7.931 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 125.58 | 125.58 | 125.58 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082908 | 0.082908 | 0.082908 | 0.0 | 0.07 Output | 0.00015772 | 0.00015772 | 0.00015772 | 0.0 | 0.00 Modify | 0.37068 | 0.37068 | 0.37068 | 0.0 | 0.29 Other | | 0.05868 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3300.00 ave 3300 max 3300 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: 120858.0 ave 120858 max 120858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120858 Ave neighs/atom = 60.429000 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.378913000165, Press = -0.918878741487578 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -14793.786 -14793.786 -14866.73 -14866.73 282.29941 282.29941 36125.445 36125.445 3234.4381 3234.4381 24000 -14797.755 -14797.755 -14867.233 -14867.233 268.88712 268.88712 36207.187 36207.187 -1412.5787 -1412.5787 Loop time of 127.203 on 1 procs for 1000 steps with 2000 atoms Performance: 0.679 ns/day, 35.334 hours/ns, 7.861 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 | 126.68 | 126.68 | 126.68 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085678 | 0.085678 | 0.085678 | 0.0 | 0.07 Output | 0.00015596 | 0.00015596 | 0.00015596 | 0.0 | 0.00 Modify | 0.37908 | 0.37908 | 0.37908 | 0.0 | 0.30 Other | | 0.05971 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3371.00 ave 3371 max 3371 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: 121228.0 ave 121228 max 121228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121228 Ave neighs/atom = 60.614000 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.435458993539, Press = -0.226499350780289 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -14797.755 -14797.755 -14867.233 -14867.233 268.88712 268.88712 36207.187 36207.187 -1412.5787 -1412.5787 25000 -14796.552 -14796.552 -14868.295 -14868.295 277.65142 277.65142 36179.832 36179.832 89.568149 89.568149 Loop time of 130.32 on 1 procs for 1000 steps with 2000 atoms Performance: 0.663 ns/day, 36.200 hours/ns, 7.673 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 129.79 | 129.79 | 129.79 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086734 | 0.086734 | 0.086734 | 0.0 | 0.07 Output | 0.00015543 | 0.00015543 | 0.00015543 | 0.0 | 0.00 Modify | 0.38789 | 0.38789 | 0.38789 | 0.0 | 0.30 Other | | 0.05977 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3349.00 ave 3349 max 3349 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: 120972.0 ave 120972 max 120972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120972 Ave neighs/atom = 60.486000 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.550511666546, Press = -2.51994109619635 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -14796.552 -14796.552 -14868.295 -14868.295 277.65142 277.65142 36179.832 36179.832 89.568149 89.568149 26000 -14795.199 -14795.199 -14868.014 -14868.014 281.79957 281.79957 36166.692 36166.692 864.25167 864.25167 Loop time of 127.972 on 1 procs for 1000 steps with 2000 atoms Performance: 0.675 ns/day, 35.548 hours/ns, 7.814 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.45 | 127.45 | 127.45 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087021 | 0.087021 | 0.087021 | 0.0 | 0.07 Output | 0.00015695 | 0.00015695 | 0.00015695 | 0.0 | 0.00 Modify | 0.37914 | 0.37914 | 0.37914 | 0.0 | 0.30 Other | | 0.05932 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3429.00 ave 3429 max 3429 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: 121014.0 ave 121014 max 121014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121014 Ave neighs/atom = 60.507000 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.550954509012, Press = 0.113405252154934 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -14795.199 -14795.199 -14868.014 -14868.014 281.79957 281.79957 36166.692 36166.692 864.25167 864.25167 27000 -14800.532 -14800.532 -14870.981 -14870.981 272.64724 272.64724 36209.78 36209.78 -1845.5146 -1845.5146 Loop time of 128.346 on 1 procs for 1000 steps with 2000 atoms Performance: 0.673 ns/day, 35.652 hours/ns, 7.791 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.82 | 127.82 | 127.82 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085918 | 0.085918 | 0.085918 | 0.0 | 0.07 Output | 0.00015483 | 0.00015483 | 0.00015483 | 0.0 | 0.00 Modify | 0.38202 | 0.38202 | 0.38202 | 0.0 | 0.30 Other | | 0.05931 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3373.00 ave 3373 max 3373 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: 121004.0 ave 121004 max 121004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121004 Ave neighs/atom = 60.502000 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.450986721007, Press = -1.63694556015475 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -14800.532 -14800.532 -14870.981 -14870.981 272.64724 272.64724 36209.78 36209.78 -1845.5146 -1845.5146 28000 -14797.217 -14797.217 -14866.181 -14866.181 266.9011 266.9011 36135.265 36135.265 2530.97 2530.97 Loop time of 125.689 on 1 procs for 1000 steps with 2000 atoms Performance: 0.687 ns/day, 34.914 hours/ns, 7.956 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 125.18 | 125.18 | 125.18 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084063 | 0.084063 | 0.084063 | 0.0 | 0.07 Output | 0.00019236 | 0.00019236 | 0.00019236 | 0.0 | 0.00 Modify | 0.37027 | 0.37027 | 0.37027 | 0.0 | 0.29 Other | | 0.05849 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3355.00 ave 3355 max 3355 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: 120852.0 ave 120852 max 120852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120852 Ave neighs/atom = 60.426000 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.397682920128, Press = -1.33638189237221 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -14797.217 -14797.217 -14866.181 -14866.181 266.9011 266.9011 36135.265 36135.265 2530.97 2530.97 29000 -14803.402 -14803.402 -14871.554 -14871.554 263.75261 263.75261 36206.314 36206.314 -1835.3393 -1835.3393 Loop time of 125.657 on 1 procs for 1000 steps with 2000 atoms Performance: 0.688 ns/day, 34.905 hours/ns, 7.958 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 125.14 | 125.14 | 125.14 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084169 | 0.084169 | 0.084169 | 0.0 | 0.07 Output | 0.00016061 | 0.00016061 | 0.00016061 | 0.0 | 0.00 Modify | 0.37104 | 0.37104 | 0.37104 | 0.0 | 0.30 Other | | 0.05855 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3335.00 ave 3335 max 3335 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: 121134.0 ave 121134 max 121134 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121134 Ave neighs/atom = 60.567000 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.279218006359, Press = 1.25778080696617 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -14803.402 -14803.402 -14871.554 -14871.554 263.75261 263.75261 36206.314 36206.314 -1835.3393 -1835.3393 30000 -14796.596 -14796.596 -14868.31 -14868.31 277.54185 277.54185 36190.976 36190.976 -527.87417 -527.87417 Loop time of 129.745 on 1 procs for 1000 steps with 2000 atoms Performance: 0.666 ns/day, 36.040 hours/ns, 7.707 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 129.21 | 129.21 | 129.21 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086014 | 0.086014 | 0.086014 | 0.0 | 0.07 Output | 0.0001583 | 0.0001583 | 0.0001583 | 0.0 | 0.00 Modify | 0.38723 | 0.38723 | 0.38723 | 0.0 | 0.30 Other | | 0.06014 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3319.00 ave 3319 max 3319 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: 120934.0 ave 120934 max 120934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120934 Ave neighs/atom = 60.467000 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.211439197816, Press = -1.99746700643389 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -14796.596 -14796.596 -14868.31 -14868.31 277.54185 277.54185 36190.976 36190.976 -527.87417 -527.87417 31000 -14798.457 -14798.457 -14868.431 -14868.431 270.80968 270.80968 36169.024 36169.024 519.25072 519.25072 Loop time of 128.499 on 1 procs for 1000 steps with 2000 atoms Performance: 0.672 ns/day, 35.694 hours/ns, 7.782 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 | 127.97 | 127.97 | 127.97 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08599 | 0.08599 | 0.08599 | 0.0 | 0.07 Output | 0.00024929 | 0.00024929 | 0.00024929 | 0.0 | 0.00 Modify | 0.38167 | 0.38167 | 0.38167 | 0.0 | 0.30 Other | | 0.05986 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3371.00 ave 3371 max 3371 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: 120926.0 ave 120926 max 120926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120926 Ave neighs/atom = 60.463000 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.174546343134, Press = -0.410317465469237 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -14798.457 -14798.457 -14868.431 -14868.431 270.80968 270.80968 36169.024 36169.024 519.25072 519.25072 32000 -14795.627 -14795.627 -14866.761 -14866.761 275.29521 275.29521 36201.571 36201.571 -999.96237 -999.96237 Loop time of 129.084 on 1 procs for 1000 steps with 2000 atoms Performance: 0.669 ns/day, 35.857 hours/ns, 7.747 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 | 128.55 | 128.55 | 128.55 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087378 | 0.087378 | 0.087378 | 0.0 | 0.07 Output | 0.00019799 | 0.00019799 | 0.00019799 | 0.0 | 0.00 Modify | 0.38318 | 0.38318 | 0.38318 | 0.0 | 0.30 Other | | 0.05988 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3401.00 ave 3401 max 3401 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: 121110.0 ave 121110 max 121110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121110 Ave neighs/atom = 60.555000 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.215163210667, Press = -0.841640597908561 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -14795.627 -14795.627 -14866.761 -14866.761 275.29521 275.29521 36201.571 36201.571 -999.96237 -999.96237 33000 -14798.391 -14798.391 -14868.183 -14868.183 270.10037 270.10037 36162.686 36162.686 956.36594 956.36594 Loop time of 128.38 on 1 procs for 1000 steps with 2000 atoms Performance: 0.673 ns/day, 35.661 hours/ns, 7.789 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.85 | 127.85 | 127.85 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085839 | 0.085839 | 0.085839 | 0.0 | 0.07 Output | 0.00019221 | 0.00019221 | 0.00019221 | 0.0 | 0.00 Modify | 0.38081 | 0.38081 | 0.38081 | 0.0 | 0.30 Other | | 0.05955 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3370.00 ave 3370 max 3370 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: 120940.0 ave 120940 max 120940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120940 Ave neighs/atom = 60.470000 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.209104419244, Press = -1.86413160178693 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -14798.391 -14798.391 -14868.183 -14868.183 270.10037 270.10037 36162.686 36162.686 956.36594 956.36594 34000 -14796.49 -14796.49 -14867.932 -14867.932 276.48841 276.48841 36165.858 36165.858 838.5103 838.5103 Loop time of 125.185 on 1 procs for 1000 steps with 2000 atoms Performance: 0.690 ns/day, 34.774 hours/ns, 7.988 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 | 124.68 | 124.68 | 124.68 | 0.0 | 99.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083929 | 0.083929 | 0.083929 | 0.0 | 0.07 Output | 0.00015529 | 0.00015529 | 0.00015529 | 0.0 | 0.00 Modify | 0.36275 | 0.36275 | 0.36275 | 0.0 | 0.29 Other | | 0.05762 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3350.00 ave 3350 max 3350 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: 121068.0 ave 121068 max 121068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121068 Ave neighs/atom = 60.534000 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.202689336747, Press = 1.67589986209508 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -14796.49 -14796.49 -14867.932 -14867.932 276.48841 276.48841 36165.858 36165.858 838.5103 838.5103 35000 -14797.816 -14797.816 -14867.984 -14867.984 271.56002 271.56002 36217.918 36217.918 -2002.8258 -2002.8258 Loop time of 127.683 on 1 procs for 1000 steps with 2000 atoms Performance: 0.677 ns/day, 35.467 hours/ns, 7.832 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 | 127.16 | 127.16 | 127.16 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086229 | 0.086229 | 0.086229 | 0.0 | 0.07 Output | 0.00015613 | 0.00015613 | 0.00015613 | 0.0 | 0.00 Modify | 0.37927 | 0.37927 | 0.37927 | 0.0 | 0.30 Other | | 0.05898 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3376.00 ave 3376 max 3376 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: 121112.0 ave 121112 max 121112 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121112 Ave neighs/atom = 60.556000 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.200545635234, Press = -1.65197715867091 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -14797.816 -14797.816 -14867.984 -14867.984 271.56002 271.56002 36217.918 36217.918 -2002.8258 -2002.8258 36000 -14797.527 -14797.527 -14867.662 -14867.662 271.42923 271.42923 36153.913 36153.913 1441.176 1441.176 Loop time of 127.975 on 1 procs for 1000 steps with 2000 atoms Performance: 0.675 ns/day, 35.549 hours/ns, 7.814 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 127.46 | 127.46 | 127.46 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084896 | 0.084896 | 0.084896 | 0.0 | 0.07 Output | 0.00018714 | 0.00018714 | 0.00018714 | 0.0 | 0.00 Modify | 0.37591 | 0.37591 | 0.37591 | 0.0 | 0.29 Other | | 0.05882 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3350.00 ave 3350 max 3350 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: 120928.0 ave 120928 max 120928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120928 Ave neighs/atom = 60.464000 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.239756357533, Press = -0.361463197041999 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -14797.527 -14797.527 -14867.662 -14867.662 271.42923 271.42923 36153.913 36153.913 1441.176 1441.176 37000 -14798.522 -14798.522 -14867.81 -14867.81 268.15033 268.15033 36192.853 36192.853 -641.43501 -641.43501 Loop time of 126.834 on 1 procs for 1000 steps with 2000 atoms Performance: 0.681 ns/day, 35.232 hours/ns, 7.884 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 126.32 | 126.32 | 126.32 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085615 | 0.085615 | 0.085615 | 0.0 | 0.07 Output | 0.00016093 | 0.00016093 | 0.00016093 | 0.0 | 0.00 Modify | 0.37389 | 0.37389 | 0.37389 | 0.0 | 0.29 Other | | 0.05885 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3358.00 ave 3358 max 3358 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: 121152.0 ave 121152 max 121152 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121152 Ave neighs/atom = 60.576000 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.283193029071, Press = -0.274335182339392 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -14798.522 -14798.522 -14867.81 -14867.81 268.15033 268.15033 36192.853 36192.853 -641.43501 -641.43501 38000 -14798.695 -14798.695 -14869.458 -14869.458 273.86116 273.86116 36166.05 36166.05 659.25463 659.25463 Loop time of 128.861 on 1 procs for 1000 steps with 2000 atoms Performance: 0.670 ns/day, 35.795 hours/ns, 7.760 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.33 | 128.33 | 128.33 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086146 | 0.086146 | 0.086146 | 0.0 | 0.07 Output | 0.00015773 | 0.00015773 | 0.00015773 | 0.0 | 0.00 Modify | 0.38518 | 0.38518 | 0.38518 | 0.0 | 0.30 Other | | 0.06005 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3328.00 ave 3328 max 3328 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: 120966.0 ave 120966 max 120966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120966 Ave neighs/atom = 60.483000 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.320014380039, Press = -1.21397214740416 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -14798.695 -14798.695 -14869.458 -14869.458 273.86116 273.86116 36166.05 36166.05 659.25463 659.25463 39000 -14794.711 -14794.711 -14864.612 -14864.612 270.52366 270.52366 36172.258 36172.258 803.17598 803.17598 Loop time of 128.328 on 1 procs for 1000 steps with 2000 atoms Performance: 0.673 ns/day, 35.647 hours/ns, 7.793 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 | 127.8 | 127.8 | 127.8 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086032 | 0.086032 | 0.086032 | 0.0 | 0.07 Output | 0.00016478 | 0.00016478 | 0.00016478 | 0.0 | 0.00 Modify | 0.38568 | 0.38568 | 0.38568 | 0.0 | 0.30 Other | | 0.05952 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3368.00 ave 3368 max 3368 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: 121068.0 ave 121068 max 121068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121068 Ave neighs/atom = 60.534000 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.324474549683, Press = 1.2573770007349 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -14794.711 -14794.711 -14864.612 -14864.612 270.52366 270.52366 36172.258 36172.258 803.17598 803.17598 40000 -14797.79 -14797.79 -14868.428 -14868.428 273.3755 273.3755 36229.517 36229.517 -2606.3302 -2606.3302 Loop time of 126.699 on 1 procs for 1000 steps with 2000 atoms Performance: 0.682 ns/day, 35.194 hours/ns, 7.893 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 | 126.19 | 126.19 | 126.19 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084304 | 0.084304 | 0.084304 | 0.0 | 0.07 Output | 0.00015742 | 0.00015742 | 0.00015742 | 0.0 | 0.00 Modify | 0.37086 | 0.37086 | 0.37086 | 0.0 | 0.29 Other | | 0.0589 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3356.00 ave 3356 max 3356 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: 121146.0 ave 121146 max 121146 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121146 Ave neighs/atom = 60.573000 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.403855392686, Press = -1.61971830577896 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -14797.79 -14797.79 -14868.428 -14868.428 273.3755 273.3755 36229.517 36229.517 -2606.3302 -2606.3302 41000 -14795.682 -14795.682 -14867.045 -14867.045 276.18132 276.18132 36150.586 36150.586 1751.4247 1751.4247 Loop time of 126.136 on 1 procs for 1000 steps with 2000 atoms Performance: 0.685 ns/day, 35.038 hours/ns, 7.928 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 125.62 | 125.62 | 125.62 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084664 | 0.084664 | 0.084664 | 0.0 | 0.07 Output | 0.0014627 | 0.0014627 | 0.0014627 | 0.0 | 0.00 Modify | 0.37215 | 0.37215 | 0.37215 | 0.0 | 0.30 Other | | 0.05883 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3333.00 ave 3333 max 3333 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: 120772.0 ave 120772 max 120772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120772 Ave neighs/atom = 60.386000 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.421591872498, Press = -0.702146113226285 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -14795.682 -14795.682 -14867.045 -14867.045 276.18132 276.18132 36150.586 36150.586 1751.4247 1751.4247 42000 -14798.585 -14798.585 -14867.725 -14867.725 267.58125 267.58125 36186.639 36186.639 -306.22935 -306.22935 Loop time of 126.447 on 1 procs for 1000 steps with 2000 atoms Performance: 0.683 ns/day, 35.124 hours/ns, 7.908 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 | 125.93 | 125.93 | 125.93 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084758 | 0.084758 | 0.084758 | 0.0 | 0.07 Output | 0.00015705 | 0.00015705 | 0.00015705 | 0.0 | 0.00 Modify | 0.37291 | 0.37291 | 0.37291 | 0.0 | 0.29 Other | | 0.05868 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3339.00 ave 3339 max 3339 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: 121144.0 ave 121144 max 121144 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121144 Ave neighs/atom = 60.572000 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.422359009347, Press = 0.293306221434586 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -14798.585 -14798.585 -14867.725 -14867.725 267.58125 267.58125 36186.639 36186.639 -306.22935 -306.22935 43000 -14799.337 -14799.337 -14868.718 -14868.718 268.51373 268.51373 36196.746 36196.746 -963.17168 -963.17168 Loop time of 127.716 on 1 procs for 1000 steps with 2000 atoms Performance: 0.677 ns/day, 35.477 hours/ns, 7.830 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 | 127.19 | 127.19 | 127.19 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085291 | 0.085291 | 0.085291 | 0.0 | 0.07 Output | 0.00018799 | 0.00018799 | 0.00018799 | 0.0 | 0.00 Modify | 0.37804 | 0.37804 | 0.37804 | 0.0 | 0.30 Other | | 0.05934 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3342.00 ave 3342 max 3342 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: 121006.0 ave 121006 max 121006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121006 Ave neighs/atom = 60.503000 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.394855570694, Press = -1.09409722846626 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -14799.337 -14799.337 -14868.718 -14868.718 268.51373 268.51373 36196.746 36196.746 -963.17168 -963.17168 44000 -14796.439 -14796.439 -14867.157 -14867.157 273.68419 273.68419 36150.78 36150.78 1656.8847 1656.8847 Loop time of 128.669 on 1 procs for 1000 steps with 2000 atoms Performance: 0.671 ns/day, 35.741 hours/ns, 7.772 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 128.14 | 128.14 | 128.14 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086221 | 0.086221 | 0.086221 | 0.0 | 0.07 Output | 0.00021824 | 0.00021824 | 0.00021824 | 0.0 | 0.00 Modify | 0.38202 | 0.38202 | 0.38202 | 0.0 | 0.30 Other | | 0.05932 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3350.00 ave 3350 max 3350 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: 120996.0 ave 120996 max 120996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 120996 Ave neighs/atom = 60.498000 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.323106012602, Press = -0.209058282934677 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.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.704 | 3.704 | 3.704 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -14796.439 -14796.439 -14867.157 -14867.157 273.68419 273.68419 36150.78 36150.78 1656.8847 1656.8847 45000 -14799.185 -14799.185 -14869.354 -14869.354 271.56095 271.56095 36197.107 36197.107 -1013.518 -1013.518 Loop time of 127.285 on 1 procs for 1000 steps with 2000 atoms Performance: 0.679 ns/day, 35.357 hours/ns, 7.856 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 | 126.76 | 126.76 | 126.76 | 0.0 | 99.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085501 | 0.085501 | 0.085501 | 0.0 | 0.07 Output | 0.00015738 | 0.00015738 | 0.00015738 | 0.0 | 0.00 Modify | 0.37859 | 0.37859 | 0.37859 | 0.0 | 0.30 Other | | 0.05918 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 3378.00 ave 3378 max 3378 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: 121148.0 ave 121148 max 121148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 121148 Ave neighs/atom = 60.574000 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 36181.2854076996 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0