# 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.917371600866318*${_u_distance} variable latticeconst_converted equal 3.917371600866318*1 lattice fcc ${latticeconst_converted} lattice fcc 3.91737160086632 Lattice spacing in x,y,z = 3.9173716 3.9173716 3.9173716 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (39.173716 39.173716 39.173716) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (39.173716 39.173716 39.173716) create_atoms CPU = 0.006 seconds variable mass_converted equal 63.546*${_u_mass} variable mass_converted equal 63.546*1 kim_interactions Cu WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cu #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimSeolJi_2017_PtCu__MO_070797404269_001 pair_coeff * * Cu #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 63.546 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 60115.2021282468 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2021282468/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2021282468/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.2021282468/(1*1*${_u_distance}) variable V0_metal equal 60115.2021282468/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 60115.2021282468*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 60115.2021282468 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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_070797404269_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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -22928.467 -22928.467 -23080 -23080 293.15 293.15 60115.202 60115.202 2692.352 2692.352 1000 -22773.168 -22773.168 -22923.845 -22923.845 291.49348 291.49348 60673.29 60673.29 1287.6302 1287.6302 Loop time of 186.049 on 1 procs for 1000 steps with 4000 atoms Performance: 0.464 ns/day, 51.680 hours/ns, 5.375 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 | 185.11 | 185.11 | 185.11 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15381 | 0.15381 | 0.15381 | 0.0 | 0.08 Output | 0.00022486 | 0.00022486 | 0.00022486 | 0.0 | 0.00 Modify | 0.68366 | 0.68366 | 0.68366 | 0.0 | 0.37 Other | | 0.09812 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 312000.0 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78.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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -22773.168 -22773.168 -22923.845 -22923.845 291.49348 291.49348 60673.29 60673.29 1287.6302 1287.6302 2000 -22779.694 -22779.694 -22925.174 -22925.174 281.4408 281.4408 60644.662 60644.662 1740.284 1740.284 Loop time of 198.574 on 1 procs for 1000 steps with 4000 atoms Performance: 0.435 ns/day, 55.159 hours/ns, 5.036 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 | 197.62 | 197.62 | 197.62 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15347 | 0.15347 | 0.15347 | 0.0 | 0.08 Output | 0.00025391 | 0.00025391 | 0.00025391 | 0.0 | 0.00 Modify | 0.69715 | 0.69715 | 0.69715 | 0.0 | 0.35 Other | | 0.099 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311908.0 ave 311908 max 311908 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311908 Ave neighs/atom = 77.977000 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -22779.694 -22779.694 -22925.174 -22925.174 281.4408 281.4408 60644.662 60644.662 1740.284 1740.284 3000 -22779.888 -22779.888 -22928.62 -22928.62 287.73118 287.73118 60667.188 60667.188 812.67715 812.67715 Loop time of 196.414 on 1 procs for 1000 steps with 4000 atoms Performance: 0.440 ns/day, 54.560 hours/ns, 5.091 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 | 195.48 | 195.48 | 195.48 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15168 | 0.15168 | 0.15168 | 0.0 | 0.08 Output | 0.00021101 | 0.00021101 | 0.00021101 | 0.0 | 0.00 Modify | 0.68207 | 0.68207 | 0.68207 | 0.0 | 0.35 Other | | 0.09939 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311922.0 ave 311922 max 311922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311922 Ave neighs/atom = 77.980500 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -22779.888 -22779.888 -22928.62 -22928.62 287.73118 287.73118 60667.188 60667.188 812.67715 812.67715 4000 -22776.341 -22776.341 -22935.37 -22935.37 307.65253 307.65253 60681.691 60681.691 -109.96624 -109.96624 Loop time of 196.757 on 1 procs for 1000 steps with 4000 atoms Performance: 0.439 ns/day, 54.655 hours/ns, 5.082 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 | 195.82 | 195.82 | 195.82 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1511 | 0.1511 | 0.1511 | 0.0 | 0.08 Output | 0.00020827 | 0.00020827 | 0.00020827 | 0.0 | 0.00 Modify | 0.68762 | 0.68762 | 0.68762 | 0.0 | 0.35 Other | | 0.09894 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311928.0 ave 311928 max 311928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311928 Ave neighs/atom = 77.982000 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -22776.341 -22776.341 -22935.37 -22935.37 307.65253 307.65253 60681.691 60681.691 -109.96624 -109.96624 5000 -22782.068 -22782.068 -22931.375 -22931.375 288.84329 288.84329 60685.858 60685.858 -27.560798 -27.560798 Loop time of 197.447 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.846 hours/ns, 5.065 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 | 196.51 | 196.51 | 196.51 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15102 | 0.15102 | 0.15102 | 0.0 | 0.08 Output | 0.00017828 | 0.00017828 | 0.00017828 | 0.0 | 0.00 Modify | 0.68671 | 0.68671 | 0.68671 | 0.0 | 0.35 Other | | 0.1002 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311956.0 ave 311956 max 311956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311956 Ave neighs/atom = 77.989000 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 = 288.614000869657, Press = 255.759528124069 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -22782.068 -22782.068 -22931.375 -22931.375 288.84329 288.84329 60685.858 60685.858 -27.560798 -27.560798 6000 -22774.762 -22774.762 -22926.426 -22926.426 293.40361 293.40361 60732.429 60732.429 -907.71622 -907.71622 Loop time of 197.183 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.773 hours/ns, 5.071 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 | 196.22 | 196.22 | 196.22 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15209 | 0.15209 | 0.15209 | 0.0 | 0.08 Output | 0.00018438 | 0.00018438 | 0.00018438 | 0.0 | 0.00 Modify | 0.71146 | 0.71146 | 0.71146 | 0.0 | 0.36 Other | | 0.09964 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311926.0 ave 311926 max 311926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311926 Ave neighs/atom = 77.981500 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 = 292.445900985051, Press = 30.4875398511761 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -22774.762 -22774.762 -22926.426 -22926.426 293.40361 293.40361 60732.429 60732.429 -907.71622 -907.71622 7000 -22782.767 -22782.767 -22929.977 -22929.977 284.78801 284.78801 60727.231 60727.231 -1140.3337 -1140.3337 Loop time of 194.106 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.918 hours/ns, 5.152 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 | 193.16 | 193.16 | 193.16 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1497 | 0.1497 | 0.1497 | 0.0 | 0.08 Output | 0.00017851 | 0.00017851 | 0.00017851 | 0.0 | 0.00 Modify | 0.6937 | 0.6937 | 0.6937 | 0.0 | 0.36 Other | | 0.09808 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311936.0 ave 311936 max 311936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311936 Ave neighs/atom = 77.984000 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 = 292.755879360363, Press = 9.04758447432151 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -22782.767 -22782.767 -22929.977 -22929.977 284.78801 284.78801 60727.231 60727.231 -1140.3337 -1140.3337 8000 -22780.918 -22780.918 -22932.41 -22932.41 293.07037 293.07037 60755.59 60755.59 -2092.9697 -2092.9697 Loop time of 194.44 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.011 hours/ns, 5.143 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 | 193.5 | 193.5 | 193.5 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14986 | 0.14986 | 0.14986 | 0.0 | 0.08 Output | 0.00017739 | 0.00017739 | 0.00017739 | 0.0 | 0.00 Modify | 0.6952 | 0.6952 | 0.6952 | 0.0 | 0.36 Other | | 0.09712 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311904.0 ave 311904 max 311904 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311904 Ave neighs/atom = 77.976000 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 = 292.891246382416, Press = -5.26847351297811 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -22780.918 -22780.918 -22932.41 -22932.41 293.07037 293.07037 60755.59 60755.59 -2092.9697 -2092.9697 9000 -22774.053 -22774.053 -22927.574 -22927.574 296.99808 296.99808 60735.955 60735.955 -991.79666 -991.79666 Loop time of 194.386 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 53.996 hours/ns, 5.144 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 | 193.44 | 193.44 | 193.44 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14978 | 0.14978 | 0.14978 | 0.0 | 0.08 Output | 0.00017588 | 0.00017588 | 0.00017588 | 0.0 | 0.00 Modify | 0.69733 | 0.69733 | 0.69733 | 0.0 | 0.36 Other | | 0.09849 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311938.0 ave 311938 max 311938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311938 Ave neighs/atom = 77.984500 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 = 293.072032881332, Press = -5.98051488989937 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -22774.053 -22774.053 -22927.574 -22927.574 296.99808 296.99808 60735.955 60735.955 -991.79666 -991.79666 10000 -22780.13 -22780.13 -22934.883 -22934.883 299.37962 299.37962 60696.664 60696.664 -557.47643 -557.47643 Loop time of 195.249 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.236 hours/ns, 5.122 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 | 194.31 | 194.31 | 194.31 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1505 | 0.1505 | 0.1505 | 0.0 | 0.08 Output | 0.00017429 | 0.00017429 | 0.00017429 | 0.0 | 0.00 Modify | 0.69364 | 0.69364 | 0.69364 | 0.0 | 0.36 Other | | 0.09804 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311944.0 ave 311944 max 311944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311944 Ave neighs/atom = 77.986000 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 = 293.426019377459, Press = -2.66878830154385 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -22780.13 -22780.13 -22934.883 -22934.883 299.37962 299.37962 60696.664 60696.664 -557.47643 -557.47643 11000 -22777.323 -22777.323 -22929.429 -22929.429 294.25961 294.25961 60694.423 60694.423 -2.0760885 -2.0760885 Loop time of 195.289 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.247 hours/ns, 5.121 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 | 194.34 | 194.34 | 194.34 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14994 | 0.14994 | 0.14994 | 0.0 | 0.08 Output | 0.00018632 | 0.00018632 | 0.00018632 | 0.0 | 0.00 Modify | 0.70238 | 0.70238 | 0.70238 | 0.0 | 0.36 Other | | 0.09827 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311950.0 ave 311950 max 311950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311950 Ave neighs/atom = 77.987500 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 = 293.345130694204, Press = -0.798182255581019 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -22777.323 -22777.323 -22929.429 -22929.429 294.25961 294.25961 60694.423 60694.423 -2.0760885 -2.0760885 12000 -22782.631 -22782.631 -22930.147 -22930.147 285.37906 285.37906 60677.125 60677.125 334.86937 334.86937 Loop time of 196.281 on 1 procs for 1000 steps with 4000 atoms Performance: 0.440 ns/day, 54.523 hours/ns, 5.095 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 | 195.32 | 195.32 | 195.32 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15096 | 0.15096 | 0.15096 | 0.0 | 0.08 Output | 0.00017915 | 0.00017915 | 0.00017915 | 0.0 | 0.00 Modify | 0.70725 | 0.70725 | 0.70725 | 0.0 | 0.36 Other | | 0.09927 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311916.0 ave 311916 max 311916 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311916 Ave neighs/atom = 77.979000 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 = 293.385882806691, Press = -0.983589194876699 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -22782.631 -22782.631 -22930.147 -22930.147 285.37906 285.37906 60677.125 60677.125 334.86937 334.86937 13000 -22778.906 -22778.906 -22933.867 -22933.867 299.78345 299.78345 60653.606 60653.606 809.93603 809.93603 Loop time of 197.339 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.816 hours/ns, 5.067 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 | 196.38 | 196.38 | 196.38 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15148 | 0.15148 | 0.15148 | 0.0 | 0.08 Output | 0.0001816 | 0.0001816 | 0.0001816 | 0.0 | 0.00 Modify | 0.70682 | 0.70682 | 0.70682 | 0.0 | 0.36 Other | | 0.09943 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311944.0 ave 311944 max 311944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311944 Ave neighs/atom = 77.986000 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 = 293.332681494936, Press = -3.30306308284609 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -22778.906 -22778.906 -22933.867 -22933.867 299.78345 299.78345 60653.606 60653.606 809.93603 809.93603 14000 -22775.767 -22775.767 -22931.008 -22931.008 300.32387 300.32387 60619.531 60619.531 2044.1873 2044.1873 Loop time of 195.939 on 1 procs for 1000 steps with 4000 atoms Performance: 0.441 ns/day, 54.428 hours/ns, 5.104 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 | 194.99 | 194.99 | 194.99 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15077 | 0.15077 | 0.15077 | 0.0 | 0.08 Output | 0.0001736 | 0.0001736 | 0.0001736 | 0.0 | 0.00 Modify | 0.69919 | 0.69919 | 0.69919 | 0.0 | 0.36 Other | | 0.09851 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311942.0 ave 311942 max 311942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311942 Ave neighs/atom = 77.985500 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 = 293.302114762108, Press = -0.98743878197333 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -22775.767 -22775.767 -22931.008 -22931.008 300.32387 300.32387 60619.531 60619.531 2044.1873 2044.1873 15000 -22779.196 -22779.196 -22929.946 -22929.946 291.63677 291.63677 60635.407 60635.407 1682.4701 1682.4701 Loop time of 198.628 on 1 procs for 1000 steps with 4000 atoms Performance: 0.435 ns/day, 55.174 hours/ns, 5.035 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 | 197.66 | 197.66 | 197.66 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15361 | 0.15361 | 0.15361 | 0.0 | 0.08 Output | 0.00045021 | 0.00045021 | 0.00045021 | 0.0 | 0.00 Modify | 0.71629 | 0.71629 | 0.71629 | 0.0 | 0.36 Other | | 0.09928 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311932.0 ave 311932 max 311932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311932 Ave neighs/atom = 77.983000 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 = 293.330512374137, Press = 1.96094560238173 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -22779.196 -22779.196 -22929.946 -22929.946 291.63677 291.63677 60635.407 60635.407 1682.4701 1682.4701 16000 -22781.846 -22781.846 -22932.498 -22932.498 291.44631 291.44631 60673.103 60673.103 348.2043 348.2043 Loop time of 194.822 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.117 hours/ns, 5.133 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 | 193.87 | 193.87 | 193.87 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14879 | 0.14879 | 0.14879 | 0.0 | 0.08 Output | 0.00024165 | 0.00024165 | 0.00024165 | 0.0 | 0.00 Modify | 0.70104 | 0.70104 | 0.70104 | 0.0 | 0.36 Other | | 0.09877 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311930.0 ave 311930 max 311930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311930 Ave neighs/atom = 77.982500 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 = 293.437035540687, Press = 2.39865541488156 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -22781.846 -22781.846 -22932.498 -22932.498 291.44631 291.44631 60673.103 60673.103 348.2043 348.2043 17000 -22776.437 -22776.437 -22930.345 -22930.345 297.74616 297.74616 60704.012 60704.012 -350.4395 -350.4395 Loop time of 193.969 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.880 hours/ns, 5.155 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 | 193.03 | 193.03 | 193.03 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15111 | 0.15111 | 0.15111 | 0.0 | 0.08 Output | 0.00017681 | 0.00017681 | 0.00017681 | 0.0 | 0.00 Modify | 0.69305 | 0.69305 | 0.69305 | 0.0 | 0.36 Other | | 0.09798 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311936.0 ave 311936 max 311936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311936 Ave neighs/atom = 77.984000 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 = 293.399001226064, Press = 2.18952779190257 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -22776.437 -22776.437 -22930.345 -22930.345 297.74616 297.74616 60704.012 60704.012 -350.4395 -350.4395 18000 -22784.683 -22784.683 -22932.818 -22932.818 286.57771 286.57771 60719.032 60719.032 -1159.6034 -1159.6034 Loop time of 194.691 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.081 hours/ns, 5.136 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 | 193.74 | 193.74 | 193.74 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15021 | 0.15021 | 0.15021 | 0.0 | 0.08 Output | 0.00018042 | 0.00018042 | 0.00018042 | 0.0 | 0.00 Modify | 0.70076 | 0.70076 | 0.70076 | 0.0 | 0.36 Other | | 0.0987 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311942.0 ave 311942 max 311942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311942 Ave neighs/atom = 77.985500 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 = 293.342314509719, Press = 1.17158515975414 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -22784.683 -22784.683 -22932.818 -22932.818 286.57771 286.57771 60719.032 60719.032 -1159.6034 -1159.6034 19000 -22777.922 -22777.922 -22929.664 -22929.664 293.5562 293.5562 60738.152 60738.152 -1395.1868 -1395.1868 Loop time of 197.93 on 1 procs for 1000 steps with 4000 atoms Performance: 0.437 ns/day, 54.981 hours/ns, 5.052 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 | 196.96 | 196.96 | 196.96 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15219 | 0.15219 | 0.15219 | 0.0 | 0.08 Output | 0.00018015 | 0.00018015 | 0.00018015 | 0.0 | 0.00 Modify | 0.71628 | 0.71628 | 0.71628 | 0.0 | 0.36 Other | | 0.09893 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311908.0 ave 311908 max 311908 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311908 Ave neighs/atom = 77.977000 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 = 293.226967014281, Press = -0.257403246527783 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -22777.922 -22777.922 -22929.664 -22929.664 293.5562 293.5562 60738.152 60738.152 -1395.1868 -1395.1868 20000 -22773.87 -22773.87 -22927.399 -22927.399 297.01249 297.01249 60757.704 60757.704 -1637.5031 -1637.5031 Loop time of 197.351 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.820 hours/ns, 5.067 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 | 196.39 | 196.39 | 196.39 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15224 | 0.15224 | 0.15224 | 0.0 | 0.08 Output | 0.00023402 | 0.00023402 | 0.00023402 | 0.0 | 0.00 Modify | 0.71099 | 0.71099 | 0.71099 | 0.0 | 0.36 Other | | 0.09951 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311950.0 ave 311950 max 311950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311950 Ave neighs/atom = 77.987500 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 = 293.223580743637, Press = -1.01255112172978 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -22773.87 -22773.87 -22927.399 -22927.399 297.01249 297.01249 60757.704 60757.704 -1637.5031 -1637.5031 21000 -22780.289 -22780.289 -22930.822 -22930.822 291.21498 291.21498 60784.108 60784.108 -2760.5528 -2760.5528 Loop time of 194.623 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.062 hours/ns, 5.138 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 | 193.68 | 193.68 | 193.68 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15024 | 0.15024 | 0.15024 | 0.0 | 0.08 Output | 0.00017615 | 0.00017615 | 0.00017615 | 0.0 | 0.00 Modify | 0.6984 | 0.6984 | 0.6984 | 0.0 | 0.36 Other | | 0.09901 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311914.0 ave 311914 max 311914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311914 Ave neighs/atom = 77.978500 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 = 293.303538839784, Press = -3.68827659654631 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -22780.289 -22780.289 -22930.822 -22930.822 291.21498 291.21498 60784.108 60784.108 -2760.5528 -2760.5528 22000 -22777.751 -22777.751 -22926.81 -22926.81 288.36363 288.36363 60699.554 60699.554 45.1024 45.1024 Loop time of 198.185 on 1 procs for 1000 steps with 4000 atoms Performance: 0.436 ns/day, 55.051 hours/ns, 5.046 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 | 197.22 | 197.22 | 197.22 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15189 | 0.15189 | 0.15189 | 0.0 | 0.08 Output | 0.00018095 | 0.00018095 | 0.00018095 | 0.0 | 0.00 Modify | 0.71425 | 0.71425 | 0.71425 | 0.0 | 0.36 Other | | 0.09937 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311938.0 ave 311938 max 311938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311938 Ave neighs/atom = 77.984500 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 = 293.392230833464, Press = -0.825375618685313 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -22777.751 -22777.751 -22926.81 -22926.81 288.36363 288.36363 60699.554 60699.554 45.1024 45.1024 23000 -22781.134 -22781.134 -22931.679 -22931.679 291.23978 291.23978 60682.075 60682.075 86.165111 86.165111 Loop time of 198.243 on 1 procs for 1000 steps with 4000 atoms Performance: 0.436 ns/day, 55.067 hours/ns, 5.044 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 | 197.27 | 197.27 | 197.27 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15241 | 0.15241 | 0.15241 | 0.0 | 0.08 Output | 0.00023379 | 0.00023379 | 0.00023379 | 0.0 | 0.00 Modify | 0.7172 | 0.7172 | 0.7172 | 0.0 | 0.36 Other | | 0.09999 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311930.0 ave 311930 max 311930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311930 Ave neighs/atom = 77.982500 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 = 293.368603524591, Press = -0.123837137376396 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -22781.134 -22781.134 -22931.679 -22931.679 291.23978 291.23978 60682.075 60682.075 86.165111 86.165111 24000 -22778.623 -22778.623 -22929.894 -22929.894 292.64373 292.64373 60672.048 60672.048 576.30283 576.30283 Loop time of 197.27 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.797 hours/ns, 5.069 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 | 196.31 | 196.31 | 196.31 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15179 | 0.15179 | 0.15179 | 0.0 | 0.08 Output | 0.00022135 | 0.00022135 | 0.00022135 | 0.0 | 0.00 Modify | 0.70781 | 0.70781 | 0.70781 | 0.0 | 0.36 Other | | 0.099 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311972.0 ave 311972 max 311972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311972 Ave neighs/atom = 77.993000 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 = 293.360371582513, Press = 0.364230519684324 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -22778.623 -22778.623 -22929.894 -22929.894 292.64373 292.64373 60672.048 60672.048 576.30283 576.30283 25000 -22781.396 -22781.396 -22930.865 -22930.865 289.15632 289.15632 60652.397 60652.397 1034.4806 1034.4806 Loop time of 195.352 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.265 hours/ns, 5.119 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 | 194.4 | 194.4 | 194.4 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15079 | 0.15079 | 0.15079 | 0.0 | 0.08 Output | 0.00017065 | 0.00017065 | 0.00017065 | 0.0 | 0.00 Modify | 0.70253 | 0.70253 | 0.70253 | 0.0 | 0.36 Other | | 0.09932 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311920.0 ave 311920 max 311920 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311920 Ave neighs/atom = 77.980000 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 = 293.31885522183, Press = 0.719327049125128 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -22781.396 -22781.396 -22930.865 -22930.865 289.15632 289.15632 60652.397 60652.397 1034.4806 1034.4806 26000 -22777.432 -22777.432 -22926.983 -22926.983 289.31688 289.31688 60630.802 60630.802 2031.9407 2031.9407 Loop time of 197.761 on 1 procs for 1000 steps with 4000 atoms Performance: 0.437 ns/day, 54.934 hours/ns, 5.057 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 | 196.8 | 196.8 | 196.8 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15157 | 0.15157 | 0.15157 | 0.0 | 0.08 Output | 0.00017887 | 0.00017887 | 0.00017887 | 0.0 | 0.00 Modify | 0.71415 | 0.71415 | 0.71415 | 0.0 | 0.36 Other | | 0.09986 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311934.0 ave 311934 max 311934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311934 Ave neighs/atom = 77.983500 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 = 293.314432868571, Press = 2.08910392953768 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -22777.432 -22777.432 -22926.983 -22926.983 289.31688 289.31688 60630.802 60630.802 2031.9407 2031.9407 27000 -22779.317 -22779.317 -22932.975 -22932.975 297.26109 297.26109 60669.189 60669.189 475.89676 475.89676 Loop time of 192.877 on 1 procs for 1000 steps with 4000 atoms Performance: 0.448 ns/day, 53.577 hours/ns, 5.185 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 | 191.94 | 191.94 | 191.94 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14855 | 0.14855 | 0.14855 | 0.0 | 0.08 Output | 0.00017558 | 0.00017558 | 0.00017558 | 0.0 | 0.00 Modify | 0.68786 | 0.68786 | 0.68786 | 0.0 | 0.36 Other | | 0.0972 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311944.0 ave 311944 max 311944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311944 Ave neighs/atom = 77.986000 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 = 293.290686471401, Press = 2.34249982538414 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -22779.317 -22779.317 -22932.975 -22932.975 297.26109 297.26109 60669.189 60669.189 475.89676 475.89676 28000 -22779.292 -22779.292 -22929.965 -22929.965 291.48765 291.48765 60702.768 60702.768 -364.69878 -364.69878 Loop time of 201.11 on 1 procs for 1000 steps with 4000 atoms Performance: 0.430 ns/day, 55.864 hours/ns, 4.972 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 | 200.12 | 200.12 | 200.12 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15511 | 0.15511 | 0.15511 | 0.0 | 0.08 Output | 0.00018351 | 0.00018351 | 0.00018351 | 0.0 | 0.00 Modify | 0.73565 | 0.73565 | 0.73565 | 0.0 | 0.37 Other | | 0.1012 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311958.0 ave 311958 max 311958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311958 Ave neighs/atom = 77.989500 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 = 293.314191956295, Press = 1.23317492018002 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -22779.292 -22779.292 -22929.965 -22929.965 291.48765 291.48765 60702.768 60702.768 -364.69878 -364.69878 29000 -22781.936 -22781.936 -22934.176 -22934.176 294.51705 294.51705 60700.201 60700.201 -584.82141 -584.82141 Loop time of 199.095 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.304 hours/ns, 5.023 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 | 198.12 | 198.12 | 198.12 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15367 | 0.15367 | 0.15367 | 0.0 | 0.08 Output | 0.00022788 | 0.00022788 | 0.00022788 | 0.0 | 0.00 Modify | 0.72016 | 0.72016 | 0.72016 | 0.0 | 0.36 Other | | 0.09952 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311906.0 ave 311906 max 311906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311906 Ave neighs/atom = 77.976500 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 = 293.29165487492, Press = 0.846139730438047 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -22781.936 -22781.936 -22934.176 -22934.176 294.51705 294.51705 60700.201 60700.201 -584.82141 -584.82141 30000 -22779.968 -22779.968 -22930.37 -22930.37 290.96327 290.96327 60693.966 60693.966 -117.73423 -117.73423 Loop time of 196.928 on 1 procs for 1000 steps with 4000 atoms Performance: 0.439 ns/day, 54.702 hours/ns, 5.078 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 | 195.96 | 195.96 | 195.96 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15101 | 0.15101 | 0.15101 | 0.0 | 0.08 Output | 0.00022063 | 0.00022063 | 0.00022063 | 0.0 | 0.00 Modify | 0.71589 | 0.71589 | 0.71589 | 0.0 | 0.36 Other | | 0.09962 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311950.0 ave 311950 max 311950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311950 Ave neighs/atom = 77.987500 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 = 293.29873565828, Press = 0.784472506731431 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -22779.968 -22779.968 -22930.37 -22930.37 290.96327 290.96327 60693.966 60693.966 -117.73423 -117.73423 31000 -22783.902 -22783.902 -22932.788 -22932.788 288.03075 288.03075 60677.598 60677.598 67.160784 67.160784 Loop time of 197.058 on 1 procs for 1000 steps with 4000 atoms Performance: 0.438 ns/day, 54.738 hours/ns, 5.075 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 196.1 | 196.1 | 196.1 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15359 | 0.15359 | 0.15359 | 0.0 | 0.08 Output | 0.00017936 | 0.00017936 | 0.00017936 | 0.0 | 0.00 Modify | 0.70945 | 0.70945 | 0.70945 | 0.0 | 0.36 Other | | 0.09884 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311938.0 ave 311938 max 311938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311938 Ave neighs/atom = 77.984500 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 = 293.264084663172, Press = 1.01974356369522 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -22783.902 -22783.902 -22932.788 -22932.788 288.03075 288.03075 60677.598 60677.598 67.160784 67.160784 32000 -22776.766 -22776.766 -22928.418 -22928.418 293.3807 293.3807 60695.682 60695.682 76.108847 76.108847 Loop time of 192.7 on 1 procs for 1000 steps with 4000 atoms Performance: 0.448 ns/day, 53.528 hours/ns, 5.189 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 | 191.76 | 191.76 | 191.76 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14897 | 0.14897 | 0.14897 | 0.0 | 0.08 Output | 0.00017843 | 0.00017843 | 0.00017843 | 0.0 | 0.00 Modify | 0.69328 | 0.69328 | 0.69328 | 0.0 | 0.36 Other | | 0.0978 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311930.0 ave 311930 max 311930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311930 Ave neighs/atom = 77.982500 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 = 293.177052721331, Press = 1.25386371774949 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -22776.766 -22776.766 -22928.418 -22928.418 293.3807 293.3807 60695.682 60695.682 76.108847 76.108847 33000 -22781.809 -22781.809 -22931.752 -22931.752 290.07491 290.07491 60710.499 60710.499 -746.64183 -746.64183 Loop time of 195.252 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.237 hours/ns, 5.122 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 | 194.3 | 194.3 | 194.3 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1498 | 0.1498 | 0.1498 | 0.0 | 0.08 Output | 0.00017672 | 0.00017672 | 0.00017672 | 0.0 | 0.00 Modify | 0.70257 | 0.70257 | 0.70257 | 0.0 | 0.36 Other | | 0.09854 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311926.0 ave 311926 max 311926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311926 Ave neighs/atom = 77.981500 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 = 293.161702378835, Press = 1.75164872077434 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -22781.809 -22781.809 -22931.752 -22931.752 290.07491 290.07491 60710.499 60710.499 -746.64183 -746.64183 34000 -22775.985 -22775.985 -22930.797 -22930.797 299.49358 299.49358 60763.632 60763.632 -2034.2553 -2034.2553 Loop time of 193.251 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.681 hours/ns, 5.175 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 | 192.31 | 192.31 | 192.31 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15 | 0.15 | 0.15 | 0.0 | 0.08 Output | 0.000169 | 0.000169 | 0.000169 | 0.0 | 0.00 Modify | 0.6905 | 0.6905 | 0.6905 | 0.0 | 0.36 Other | | 0.09863 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311940.0 ave 311940 max 311940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311940 Ave neighs/atom = 77.985000 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 = 293.166239074307, Press = 0.721545824585011 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.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -22775.985 -22775.985 -22930.797 -22930.797 299.49358 299.49358 60763.632 60763.632 -2034.2553 -2034.2553 35000 -22781.815 -22781.815 -22932.994 -22932.994 292.46618 292.46618 60736.35 60736.35 -1507.4569 -1507.4569 Loop time of 194.129 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.925 hours/ns, 5.151 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 | 193.19 | 193.19 | 193.19 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14928 | 0.14928 | 0.14928 | 0.0 | 0.08 Output | 0.0001802 | 0.0001802 | 0.0001802 | 0.0 | 0.00 Modify | 0.6912 | 0.6912 | 0.6912 | 0.0 | 0.36 Other | | 0.09818 | | | 0.05 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841.00 ave 5841 max 5841 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: 311934.0 ave 311934 max 311934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311934 Ave neighs/atom = 77.983500 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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 60689.6179841144 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0