# 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.8890872895717616*${_u_distance} variable latticeconst_converted equal 3.8890872895717616*1 lattice fcc ${latticeconst_converted} lattice fcc 3.88908728957176 Lattice spacing in x,y,z = 3.8890873 3.8890873 3.8890873 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 (38.890873 38.890873 38.890873) 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 (38.890873 38.890873 38.890873) create_atoms CPU = 0.003 seconds variable mass_converted equal 106.42*${_u_mass} variable mass_converted equal 106.42*1 kim_interactions Pd WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Pd #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_JeongParkDo_2018_PdCo__MO_101997554790_001 pair_coeff * * Pd #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 106.42 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 58822.4450444068 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*${_u_distance}) variable V0_metal equal 58822.4450444068/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 58822.4450444068*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 58822.4450444068 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_101997554790_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 = 12 12 12 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.610 | 4.610 | 4.610 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -15467.791 -15467.791 -15640 -15640 333.15 333.15 58822.445 58822.445 3127.0321 3127.0321 1000 -15299.786 -15299.786 -15472.367 -15472.367 333.8689 333.8689 59667.766 59667.766 -1371.4511 -1371.4511 Loop time of 206.051 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.236 hours/ns, 4.853 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 205.05 | 205.05 | 205.05 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16086 | 0.16086 | 0.16086 | 0.0 | 0.08 Output | 0.00021888 | 0.00021888 | 0.00021888 | 0.0 | 0.00 Modify | 0.74096 | 0.74096 | 0.74096 | 0.0 | 0.36 Other | | 0.1009 | | | 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 -15299.786 -15299.786 -15472.367 -15472.367 333.8689 333.8689 59667.766 59667.766 -1371.4511 -1371.4511 2000 -15301.197 -15301.197 -15467.846 -15467.846 322.3942 322.3942 59551.777 59551.777 2799.8249 2799.8249 Loop time of 214.391 on 1 procs for 1000 steps with 4000 atoms Performance: 0.403 ns/day, 59.553 hours/ns, 4.664 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 213.38 | 213.38 | 213.38 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16005 | 0.16005 | 0.16005 | 0.0 | 0.07 Output | 0.00021301 | 0.00021301 | 0.00021301 | 0.0 | 0.00 Modify | 0.74498 | 0.74498 | 0.74498 | 0.0 | 0.35 Other | | 0.1017 | | | 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: 312006.0 ave 312006 max 312006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312006 Ave neighs/atom = 78.001500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 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 -15301.197 -15301.197 -15467.846 -15467.846 322.3942 322.3942 59551.777 59551.777 2799.8249 2799.8249 3000 -15309.833 -15309.833 -15474.921 -15474.921 319.37451 319.37451 59633.411 59633.411 -631.9031 -631.9031 Loop time of 228.961 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.600 hours/ns, 4.368 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 | 227.88 | 227.88 | 227.88 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16568 | 0.16568 | 0.16568 | 0.0 | 0.07 Output | 0.00027923 | 0.00027923 | 0.00027923 | 0.0 | 0.00 Modify | 0.8081 | 0.8081 | 0.8081 | 0.0 | 0.35 Other | | 0.1085 | | | 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: 312030.0 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.007500 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 -15309.833 -15309.833 -15474.921 -15474.921 319.37451 319.37451 59633.411 59633.411 -631.9031 -631.9031 4000 -15299.036 -15299.036 -15475.074 -15475.074 340.55771 340.55771 59618.988 59618.988 108.30409 108.30409 Loop time of 229.538 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.760 hours/ns, 4.357 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 | 228.46 | 228.46 | 228.46 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16539 | 0.16539 | 0.16539 | 0.0 | 0.07 Output | 0.00025571 | 0.00025571 | 0.00025571 | 0.0 | 0.00 Modify | 0.80719 | 0.80719 | 0.80719 | 0.0 | 0.35 Other | | 0.1087 | | | 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: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 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 -15299.036 -15299.036 -15475.074 -15475.074 340.55771 340.55771 59618.988 59618.988 108.30409 108.30409 5000 -15305.129 -15305.129 -15475.185 -15475.185 328.98523 328.98523 59569.06 59569.06 1400.8807 1400.8807 Loop time of 229.585 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.774 hours/ns, 4.356 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 | 228.5 | 228.5 | 228.5 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16699 | 0.16699 | 0.16699 | 0.0 | 0.07 Output | 0.00028793 | 0.00028793 | 0.00028793 | 0.0 | 0.00 Modify | 0.81299 | 0.81299 | 0.81299 | 0.0 | 0.35 Other | | 0.109 | | | 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: 312034.0 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.008500 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 = 330.937765744375, Press = -578.715398982919 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 -15305.129 -15305.129 -15475.185 -15475.185 328.98523 328.98523 59569.06 59569.06 1400.8807 1400.8807 6000 -15303.445 -15303.445 -15474.807 -15474.807 331.5113 331.5113 59660.977 59660.977 -1527.9007 -1527.9007 Loop time of 229.741 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.817 hours/ns, 4.353 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 | 228.63 | 228.63 | 228.63 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16618 | 0.16618 | 0.16618 | 0.0 | 0.07 Output | 0.00025628 | 0.00025628 | 0.00025628 | 0.0 | 0.00 Modify | 0.835 | 0.835 | 0.835 | 0.0 | 0.36 Other | | 0.1079 | | | 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: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.599192264927, Press = -57.5250826761894 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 -15303.445 -15303.445 -15474.807 -15474.807 331.5113 331.5113 59660.977 59660.977 -1527.9007 -1527.9007 7000 -15302.365 -15302.365 -15477.067 -15477.067 337.97102 337.97102 59608.922 59608.922 5.3648725 5.3648725 Loop time of 230.428 on 1 procs for 1000 steps with 4000 atoms Performance: 0.375 ns/day, 64.008 hours/ns, 4.340 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 | 229.31 | 229.31 | 229.31 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16622 | 0.16622 | 0.16622 | 0.0 | 0.07 Output | 0.0002256 | 0.0002256 | 0.0002256 | 0.0 | 0.00 Modify | 0.84346 | 0.84346 | 0.84346 | 0.0 | 0.37 Other | | 0.1077 | | | 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: 312018.0 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.004500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.123920508082, Press = -16.7585395240227 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 -15302.365 -15302.365 -15477.067 -15477.067 337.97102 337.97102 59608.922 59608.922 5.3648725 5.3648725 8000 -15305.111 -15305.111 -15479.362 -15479.362 337.10094 337.10094 59604.812 59604.812 -99.163881 -99.163881 Loop time of 229.369 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.713 hours/ns, 4.360 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 | 228.26 | 228.26 | 228.26 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16644 | 0.16644 | 0.16644 | 0.0 | 0.07 Output | 0.00023239 | 0.00023239 | 0.00023239 | 0.0 | 0.00 Modify | 0.83328 | 0.83328 | 0.83328 | 0.0 | 0.36 Other | | 0.1069 | | | 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: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.431185428934, Press = -28.5053890973576 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 -15305.111 -15305.111 -15479.362 -15479.362 337.10094 337.10094 59604.812 59604.812 -99.163881 -99.163881 9000 -15299.637 -15299.637 -15473.465 -15473.465 336.28116 336.28116 59636.038 59636.038 -245.2601 -245.2601 Loop time of 229.448 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.736 hours/ns, 4.358 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 | 228.35 | 228.35 | 228.35 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16771 | 0.16771 | 0.16771 | 0.0 | 0.07 Output | 0.00023992 | 0.00023992 | 0.00023992 | 0.0 | 0.00 Modify | 0.82827 | 0.82827 | 0.82827 | 0.0 | 0.36 Other | | 0.1063 | | | 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: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.77329585524, Press = -9.17086620587914 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 -15299.637 -15299.637 -15473.465 -15473.465 336.28116 336.28116 59636.038 59636.038 -245.2601 -245.2601 10000 -15304.142 -15304.142 -15476.114 -15476.114 332.69076 332.69076 59561.789 59561.789 1706.4993 1706.4993 Loop time of 229.21 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.670 hours/ns, 4.363 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 | 228.1 | 228.1 | 228.1 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16713 | 0.16713 | 0.16713 | 0.0 | 0.07 Output | 0.000178 | 0.000178 | 0.000178 | 0.0 | 0.00 Modify | 0.83413 | 0.83413 | 0.83413 | 0.0 | 0.36 Other | | 0.1073 | | | 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: 312020.0 ave 312020 max 312020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312020 Ave neighs/atom = 78.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.894137049573, Press = -4.2510463926316 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 -15304.142 -15304.142 -15476.114 -15476.114 332.69076 332.69076 59561.789 59561.789 1706.4993 1706.4993 11000 -15308.033 -15308.033 -15477.213 -15477.213 327.28859 327.28859 59584.1 59584.1 650.24306 650.24306 Loop time of 228.728 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.536 hours/ns, 4.372 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 | 227.62 | 227.62 | 227.62 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16574 | 0.16574 | 0.16574 | 0.0 | 0.07 Output | 0.00025106 | 0.00025106 | 0.00025106 | 0.0 | 0.00 Modify | 0.83117 | 0.83117 | 0.83117 | 0.0 | 0.36 Other | | 0.1067 | | | 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: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.970886442726, Press = -12.7945870028735 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 -15308.033 -15308.033 -15477.213 -15477.213 327.28859 327.28859 59584.1 59584.1 650.24306 650.24306 12000 -15309.321 -15309.321 -15475.825 -15475.825 322.11386 322.11386 59648.476 59648.476 -1226.0108 -1226.0108 Loop time of 224.013 on 1 procs for 1000 steps with 4000 atoms Performance: 0.386 ns/day, 62.226 hours/ns, 4.464 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 | 222.93 | 222.93 | 222.93 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16372 | 0.16372 | 0.16372 | 0.0 | 0.07 Output | 0.0001803 | 0.0001803 | 0.0001803 | 0.0 | 0.00 Modify | 0.81065 | 0.81065 | 0.81065 | 0.0 | 0.36 Other | | 0.1054 | | | 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 = 333.786757443444, Press = -13.2042434633934 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 -15309.321 -15309.321 -15475.825 -15475.825 322.11386 322.11386 59648.476 59648.476 -1226.0108 -1226.0108 13000 -15303.584 -15303.584 -15475.325 -15475.325 332.24426 332.24426 59652.167 59652.167 -1017.1689 -1017.1689 Loop time of 230.053 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.904 hours/ns, 4.347 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.94 | 228.94 | 228.94 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16778 | 0.16778 | 0.16778 | 0.0 | 0.07 Output | 0.00017846 | 0.00017846 | 0.00017846 | 0.0 | 0.00 Modify | 0.83787 | 0.83787 | 0.83787 | 0.0 | 0.36 Other | | 0.1065 | | | 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: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.562618784782, Press = -3.66318034619954 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 -15303.584 -15303.584 -15475.325 -15475.325 332.24426 332.24426 59652.167 59652.167 -1017.1689 -1017.1689 14000 -15298.483 -15298.483 -15473.097 -15473.097 337.80341 337.80341 59566.528 59566.528 2013.7527 2013.7527 Loop time of 216.336 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.093 hours/ns, 4.622 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 215.3 | 215.3 | 215.3 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15882 | 0.15882 | 0.15882 | 0.0 | 0.07 Output | 0.00018306 | 0.00018306 | 0.00018306 | 0.0 | 0.00 Modify | 0.77131 | 0.77131 | 0.77131 | 0.0 | 0.36 Other | | 0.103 | | | 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: 311984.0 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.447813316003, Press = -3.67818189503361 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 -15298.483 -15298.483 -15473.097 -15473.097 337.80341 337.80341 59566.528 59566.528 2013.7527 2013.7527 15000 -15304.955 -15304.955 -15473.304 -15473.304 325.68177 325.68177 59627.782 59627.782 -230.10532 -230.10532 Loop time of 206.408 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.336 hours/ns, 4.845 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 205.44 | 205.44 | 205.44 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15098 | 0.15098 | 0.15098 | 0.0 | 0.07 Output | 0.00057937 | 0.00057937 | 0.00057937 | 0.0 | 0.00 Modify | 0.71946 | 0.71946 | 0.71946 | 0.0 | 0.35 Other | | 0.1015 | | | 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: 312088.0 ave 312088 max 312088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312088 Ave neighs/atom = 78.022000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.584994397059, Press = -6.65883923490419 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 -15304.955 -15304.955 -15473.304 -15473.304 325.68177 325.68177 59627.782 59627.782 -230.10532 -230.10532 16000 -15301.805 -15301.805 -15474.835 -15474.835 334.73925 334.73925 59655.529 59655.529 -1182.8191 -1182.8191 Loop time of 229.906 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.863 hours/ns, 4.350 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 | 228.79 | 228.79 | 228.79 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16744 | 0.16744 | 0.16744 | 0.0 | 0.07 Output | 0.0002412 | 0.0002412 | 0.0002412 | 0.0 | 0.00 Modify | 0.8441 | 0.8441 | 0.8441 | 0.0 | 0.37 Other | | 0.1088 | | | 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: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.686591713564, Press = -0.0629476503612963 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 -15301.805 -15301.805 -15474.835 -15474.835 334.73925 334.73925 59655.529 59655.529 -1182.8191 -1182.8191 17000 -15304.558 -15304.558 -15477.196 -15477.196 333.98086 333.98086 59563.844 59563.844 1526.7613 1526.7613 Loop time of 230.457 on 1 procs for 1000 steps with 4000 atoms Performance: 0.375 ns/day, 64.016 hours/ns, 4.339 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.34 | 229.34 | 229.34 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16738 | 0.16738 | 0.16738 | 0.0 | 0.07 Output | 0.00023759 | 0.00023759 | 0.00023759 | 0.0 | 0.00 Modify | 0.84214 | 0.84214 | 0.84214 | 0.0 | 0.37 Other | | 0.1084 | | | 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: 312064.0 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.636197922817, Press = -0.186375323888143 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 -15304.558 -15304.558 -15477.196 -15477.196 333.98086 333.98086 59563.844 59563.844 1526.7613 1526.7613 18000 -15298.967 -15298.967 -15473.537 -15473.537 337.71733 337.71733 59605.671 59605.671 578.47181 578.47181 Loop time of 217.456 on 1 procs for 1000 steps with 4000 atoms Performance: 0.397 ns/day, 60.404 hours/ns, 4.599 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 216.41 | 216.41 | 216.41 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16061 | 0.16061 | 0.16061 | 0.0 | 0.07 Output | 0.00018354 | 0.00018354 | 0.00018354 | 0.0 | 0.00 Modify | 0.78043 | 0.78043 | 0.78043 | 0.0 | 0.36 Other | | 0.1036 | | | 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: 312058.0 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.014500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.764260126341, Press = -4.09432942998325 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 -15298.967 -15298.967 -15473.537 -15473.537 337.71733 337.71733 59605.671 59605.671 578.47181 578.47181 19000 -15301.219 -15301.219 -15475.572 -15475.572 337.29861 337.29861 59668.893 59668.893 -1712.5097 -1712.5097 Loop time of 216.553 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.154 hours/ns, 4.618 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 215.51 | 215.51 | 215.51 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16357 | 0.16357 | 0.16357 | 0.0 | 0.08 Output | 0.00034444 | 0.00034444 | 0.00034444 | 0.0 | 0.00 Modify | 0.77249 | 0.77249 | 0.77249 | 0.0 | 0.36 Other | | 0.1021 | | | 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: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.702805392401, Press = -5.24223577114362 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 -15301.219 -15301.219 -15475.572 -15475.572 337.29861 337.29861 59668.893 59668.893 -1712.5097 -1712.5097 20000 -15308.597 -15308.597 -15477.197 -15477.197 326.16869 326.16869 59618.406 59618.406 -353.26523 -353.26523 Loop time of 215.663 on 1 procs for 1000 steps with 4000 atoms Performance: 0.401 ns/day, 59.907 hours/ns, 4.637 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 214.63 | 214.63 | 214.63 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15974 | 0.15974 | 0.15974 | 0.0 | 0.07 Output | 0.00017947 | 0.00017947 | 0.00017947 | 0.0 | 0.00 Modify | 0.7719 | 0.7719 | 0.7719 | 0.0 | 0.36 Other | | 0.1028 | | | 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: 312014.0 ave 312014 max 312014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312014 Ave neighs/atom = 78.003500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.569615448939, Press = -2.23477961229991 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 -15308.597 -15308.597 -15477.197 -15477.197 326.16869 326.16869 59618.406 59618.406 -353.26523 -353.26523 21000 -15304.966 -15304.966 -15474.84 -15474.84 328.63397 328.63397 59588.658 59588.658 926.05436 926.05436 Loop time of 225.83 on 1 procs for 1000 steps with 4000 atoms Performance: 0.383 ns/day, 62.730 hours/ns, 4.428 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 | 224.74 | 224.74 | 224.74 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16709 | 0.16709 | 0.16709 | 0.0 | 0.07 Output | 0.0002271 | 0.0002271 | 0.0002271 | 0.0 | 0.00 Modify | 0.81955 | 0.81955 | 0.81955 | 0.0 | 0.36 Other | | 0.1064 | | | 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: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.619619083792, Press = -0.220642749085265 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 -15304.966 -15304.966 -15474.84 -15474.84 328.63397 328.63397 59588.658 59588.658 926.05436 926.05436 22000 -15300.093 -15300.093 -15473.666 -15473.666 335.79022 335.79022 59592.067 59592.067 1012.0913 1012.0913 Loop time of 218.009 on 1 procs for 1000 steps with 4000 atoms Performance: 0.396 ns/day, 60.558 hours/ns, 4.587 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 | 216.97 | 216.97 | 216.97 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15976 | 0.15976 | 0.15976 | 0.0 | 0.07 Output | 0.00028452 | 0.00028452 | 0.00028452 | 0.0 | 0.00 Modify | 0.77842 | 0.77842 | 0.77842 | 0.0 | 0.36 Other | | 0.1032 | | | 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: 312008.0 ave 312008 max 312008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312008 Ave neighs/atom = 78.002000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.663887931153, Press = -3.54889720067489 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 -15300.093 -15300.093 -15473.666 -15473.666 335.79022 335.79022 59592.067 59592.067 1012.0913 1012.0913 23000 -15304.925 -15304.925 -15475.923 -15475.923 330.80695 330.80695 59639.815 59639.815 -837.61142 -837.61142 Loop time of 215.618 on 1 procs for 1000 steps with 4000 atoms Performance: 0.401 ns/day, 59.894 hours/ns, 4.638 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 | 214.58 | 214.58 | 214.58 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16143 | 0.16143 | 0.16143 | 0.0 | 0.07 Output | 0.00018806 | 0.00018806 | 0.00018806 | 0.0 | 0.00 Modify | 0.77103 | 0.77103 | 0.77103 | 0.0 | 0.36 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: 312068.0 ave 312068 max 312068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312068 Ave neighs/atom = 78.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.591648615286, Press = -3.18946470897965 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 -15304.925 -15304.925 -15475.923 -15475.923 330.80695 330.80695 59639.815 59639.815 -837.61142 -837.61142 24000 -15303.023 -15303.023 -15475.308 -15475.308 333.29665 333.29665 59648.37 59648.37 -1125.6395 -1125.6395 Loop time of 220.072 on 1 procs for 1000 steps with 4000 atoms Performance: 0.393 ns/day, 61.131 hours/ns, 4.544 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.02 | 219.02 | 219.02 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16258 | 0.16258 | 0.16258 | 0.0 | 0.07 Output | 0.00019458 | 0.00019458 | 0.00019458 | 0.0 | 0.00 Modify | 0.78731 | 0.78731 | 0.78731 | 0.0 | 0.36 Other | | 0.1039 | | | 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: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.450615501421, Press = -1.05616216060191 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 -15303.023 -15303.023 -15475.308 -15475.308 333.29665 333.29665 59648.37 59648.37 -1125.6395 -1125.6395 25000 -15309.823 -15309.823 -15480.42 -15480.42 330.03249 330.03249 59603.255 59603.255 -182.68368 -182.68368 Loop time of 209.143 on 1 procs for 1000 steps with 4000 atoms Performance: 0.413 ns/day, 58.095 hours/ns, 4.781 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 208.15 | 208.15 | 208.15 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15503 | 0.15503 | 0.15503 | 0.0 | 0.07 Output | 0.00017959 | 0.00017959 | 0.00017959 | 0.0 | 0.00 Modify | 0.73695 | 0.73695 | 0.73695 | 0.0 | 0.35 Other | | 0.1004 | | | 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: 312002.0 ave 312002 max 312002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312002 Ave neighs/atom = 78.000500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.405323719841, Press = -0.961762821618683 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 -15309.823 -15309.823 -15480.42 -15480.42 330.03249 330.03249 59603.255 59603.255 -182.68368 -182.68368 26000 -15301.404 -15301.404 -15474.575 -15474.575 335.00997 335.00997 59523.616 59523.616 3086.6977 3086.6977 Loop time of 226.429 on 1 procs for 1000 steps with 4000 atoms Performance: 0.382 ns/day, 62.897 hours/ns, 4.416 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 | 225.33 | 225.33 | 225.33 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16552 | 0.16552 | 0.16552 | 0.0 | 0.07 Output | 0.00017788 | 0.00017788 | 0.00017788 | 0.0 | 0.00 Modify | 0.82436 | 0.82436 | 0.82436 | 0.0 | 0.36 Other | | 0.1067 | | | 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: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.307867060974, Press = -2.13523248670585 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 -15301.404 -15301.404 -15474.575 -15474.575 335.00997 335.00997 59523.616 59523.616 3086.6977 3086.6977 27000 -15299.331 -15299.331 -15474.924 -15474.924 339.6959 339.6959 59642.455 59642.455 -639.2939 -639.2939 Loop time of 232.049 on 1 procs for 1000 steps with 4000 atoms Performance: 0.372 ns/day, 64.458 hours/ns, 4.309 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 230.92 | 230.92 | 230.92 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16983 | 0.16983 | 0.16983 | 0.0 | 0.07 Output | 0.00023609 | 0.00023609 | 0.00023609 | 0.0 | 0.00 Modify | 0.85378 | 0.85378 | 0.85378 | 0.0 | 0.37 Other | | 0.1084 | | | 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: 312060.0 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.259662185372, Press = -3.8948584510889 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 -15299.331 -15299.331 -15474.924 -15474.924 339.6959 339.6959 59642.455 59642.455 -639.2939 -639.2939 28000 -15304.922 -15304.922 -15477.344 -15477.344 333.56209 333.56209 59646.18 59646.18 -1093.9965 -1093.9965 Loop time of 213.173 on 1 procs for 1000 steps with 4000 atoms Performance: 0.405 ns/day, 59.215 hours/ns, 4.691 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 212.15 | 212.15 | 212.15 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15719 | 0.15719 | 0.15719 | 0.0 | 0.07 Output | 0.00017899 | 0.00017899 | 0.00017899 | 0.0 | 0.00 Modify | 0.76222 | 0.76222 | 0.76222 | 0.0 | 0.36 Other | | 0.1022 | | | 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: 312036.0 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.306563251916, Press = -1.81445811134758 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 -15304.922 -15304.922 -15477.344 -15477.344 333.56209 333.56209 59646.18 59646.18 -1093.9965 -1093.9965 29000 -15302.132 -15302.132 -15475.401 -15475.401 335.20011 335.20011 59606.051 59606.051 347.75347 347.75347 Loop time of 213.703 on 1 procs for 1000 steps with 4000 atoms Performance: 0.404 ns/day, 59.362 hours/ns, 4.679 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 | 212.69 | 212.69 | 212.69 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15722 | 0.15722 | 0.15722 | 0.0 | 0.07 Output | 0.00029512 | 0.00029512 | 0.00029512 | 0.0 | 0.00 Modify | 0.75524 | 0.75524 | 0.75524 | 0.0 | 0.35 Other | | 0.102 | | | 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: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.326040718977, Press = -1.13113339370676 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 -15302.132 -15302.132 -15475.401 -15475.401 335.20011 335.20011 59606.051 59606.051 347.75347 347.75347 30000 -15309.394 -15309.394 -15476.108 -15476.108 322.51948 322.51948 59575.594 59575.594 1144.0875 1144.0875 Loop time of 230.843 on 1 procs for 1000 steps with 4000 atoms Performance: 0.374 ns/day, 64.123 hours/ns, 4.332 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.72 | 229.72 | 229.72 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.17004 | 0.17004 | 0.17004 | 0.0 | 0.07 Output | 0.00023547 | 0.00023547 | 0.00023547 | 0.0 | 0.00 Modify | 0.84712 | 0.84712 | 0.84712 | 0.0 | 0.37 Other | | 0.1083 | | | 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: 311980.0 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.253505357862, Press = -1.82643983043051 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 -15309.394 -15309.394 -15476.108 -15476.108 322.51948 322.51948 59575.594 59575.594 1144.0875 1144.0875 31000 -15305.66 -15305.66 -15473.333 -15473.333 324.37503 324.37503 59589.98 59589.98 1104.109 1104.109 Loop time of 226.589 on 1 procs for 1000 steps with 4000 atoms Performance: 0.381 ns/day, 62.941 hours/ns, 4.413 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 225.49 | 225.49 | 225.49 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16557 | 0.16557 | 0.16557 | 0.0 | 0.07 Output | 0.00018172 | 0.00018172 | 0.00018172 | 0.0 | 0.00 Modify | 0.83121 | 0.83121 | 0.83121 | 0.0 | 0.37 Other | | 0.1055 | | | 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: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.263068697005, Press = -1.99749836108677 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 -15305.66 -15305.66 -15473.333 -15473.333 324.37503 324.37503 59589.98 59589.98 1104.109 1104.109 32000 -15300.26 -15300.26 -15476.172 -15476.172 340.31354 340.31354 59642.361 59642.361 -786.55383 -786.55383 Loop time of 229.943 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.873 hours/ns, 4.349 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 228.83 | 228.83 | 228.83 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16874 | 0.16874 | 0.16874 | 0.0 | 0.07 Output | 0.0001819 | 0.0001819 | 0.0001819 | 0.0 | 0.00 Modify | 0.8414 | 0.8414 | 0.8414 | 0.0 | 0.37 Other | | 0.1067 | | | 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: 312064.0 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.263560116103, Press = -3.11029363272126 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 -15300.26 -15300.26 -15476.172 -15476.172 340.31354 340.31354 59642.361 59642.361 -786.55383 -786.55383 33000 -15304.771 -15304.771 -15476.016 -15476.016 331.28616 331.28616 59645.54 59645.54 -1085.4696 -1085.4696 Loop time of 222.303 on 1 procs for 1000 steps with 4000 atoms Performance: 0.389 ns/day, 61.751 hours/ns, 4.498 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.24 | 221.24 | 221.24 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16241 | 0.16241 | 0.16241 | 0.0 | 0.07 Output | 0.00020389 | 0.00020389 | 0.00020389 | 0.0 | 0.00 Modify | 0.79653 | 0.79653 | 0.79653 | 0.0 | 0.36 Other | | 0.1046 | | | 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: 312042.0 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.010500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.327320129744, Press = -0.761826295645881 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 -15304.771 -15304.771 -15476.016 -15476.016 331.28616 331.28616 59645.54 59645.54 -1085.4696 -1085.4696 34000 -15303.886 -15303.886 -15474.834 -15474.834 330.7109 330.7109 59586.91 59586.91 905.6373 905.6373 Loop time of 215.489 on 1 procs for 1000 steps with 4000 atoms Performance: 0.401 ns/day, 59.858 hours/ns, 4.641 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 214.45 | 214.45 | 214.45 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15856 | 0.15856 | 0.15856 | 0.0 | 0.07 Output | 0.00018124 | 0.00018124 | 0.00018124 | 0.0 | 0.00 Modify | 0.77031 | 0.77031 | 0.77031 | 0.0 | 0.36 Other | | 0.105 | | | 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: 312020.0 ave 312020 max 312020 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312020 Ave neighs/atom = 78.005000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.348334439863, Press = -1.45722113229638 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 -15303.886 -15303.886 -15474.834 -15474.834 330.7109 330.7109 59586.91 59586.91 905.6373 905.6373 35000 -15304.885 -15304.885 -15475.237 -15475.237 329.5584 329.5584 59589.437 59589.437 817.96754 817.96754 Loop time of 207.343 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.595 hours/ns, 4.823 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 | 206.36 | 206.36 | 206.36 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15205 | 0.15205 | 0.15205 | 0.0 | 0.07 Output | 0.00018352 | 0.00018352 | 0.00018352 | 0.0 | 0.00 Modify | 0.72678 | 0.72678 | 0.72678 | 0.0 | 0.35 Other | | 0.1004 | | | 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: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.33397376772, Press = -1.63821617911356 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 35000 -15304.885 -15304.885 -15475.237 -15475.237 329.5584 329.5584 59589.437 59589.437 817.96754 817.96754 36000 -15309.322 -15309.322 -15481.163 -15481.163 332.4384 332.4384 59573.915 59573.915 616.48341 616.48341 Loop time of 214.07 on 1 procs for 1000 steps with 4000 atoms Performance: 0.404 ns/day, 59.464 hours/ns, 4.671 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 | 213.05 | 213.05 | 213.05 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15801 | 0.15801 | 0.15801 | 0.0 | 0.07 Output | 0.00023907 | 0.00023907 | 0.00023907 | 0.0 | 0.00 Modify | 0.75582 | 0.75582 | 0.75582 | 0.0 | 0.35 Other | | 0.1016 | | | 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: 312008.0 ave 312008 max 312008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312008 Ave neighs/atom = 78.002000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.321378968678, Press = -2.35964412200044 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 36000 -15309.322 -15309.322 -15481.163 -15481.163 332.4384 332.4384 59573.915 59573.915 616.48341 616.48341 37000 -15301.986 -15301.986 -15475.301 -15475.301 335.29034 335.29034 59713.901 59713.901 -3107.6828 -3107.6828 Loop time of 229.657 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.794 hours/ns, 4.354 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 | 228.55 | 228.55 | 228.55 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16465 | 0.16465 | 0.16465 | 0.0 | 0.07 Output | 0.00018358 | 0.00018358 | 0.00018358 | 0.0 | 0.00 Modify | 0.83696 | 0.83696 | 0.83696 | 0.0 | 0.36 Other | | 0.1075 | | | 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: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.259956570849, Press = -3.09855259821762 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 37000 -15301.986 -15301.986 -15475.301 -15475.301 335.29034 335.29034 59713.901 59713.901 -3107.6828 -3107.6828 38000 -15301.736 -15301.736 -15473.422 -15473.422 332.13652 332.13652 59644.033 59644.033 -514.07198 -514.07198 Loop time of 218.973 on 1 procs for 1000 steps with 4000 atoms Performance: 0.395 ns/day, 60.826 hours/ns, 4.567 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 | 217.92 | 217.92 | 217.92 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16142 | 0.16142 | 0.16142 | 0.0 | 0.07 Output | 0.00018389 | 0.00018389 | 0.00018389 | 0.0 | 0.00 Modify | 0.78977 | 0.78977 | 0.78977 | 0.0 | 0.36 Other | | 0.1055 | | | 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: 312014.0 ave 312014 max 312014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312014 Ave neighs/atom = 78.003500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.22079733531, Press = 0.690775719215567 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 38000 -15301.736 -15301.736 -15473.422 -15473.422 332.13652 332.13652 59644.033 59644.033 -514.07198 -514.07198 39000 -15310.162 -15310.162 -15479.753 -15479.753 328.08682 328.08682 59564.904 59564.904 1072.1537 1072.1537 Loop time of 230.718 on 1 procs for 1000 steps with 4000 atoms Performance: 0.374 ns/day, 64.088 hours/ns, 4.334 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.6 | 229.6 | 229.6 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16623 | 0.16623 | 0.16623 | 0.0 | 0.07 Output | 0.00018071 | 0.00018071 | 0.00018071 | 0.0 | 0.00 Modify | 0.83854 | 0.83854 | 0.83854 | 0.0 | 0.36 Other | | 0.1093 | | | 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: 311998.0 ave 311998 max 311998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311998 Ave neighs/atom = 77.999500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.195915172157, Press = -0.69705427418644 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 39000 -15310.162 -15310.162 -15479.753 -15479.753 328.08682 328.08682 59564.904 59564.904 1072.1537 1072.1537 40000 -15303.258 -15303.258 -15475.505 -15475.505 333.22393 333.22393 59625.404 59625.404 -291.94937 -291.94937 Loop time of 216.591 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.164 hours/ns, 4.617 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 | 215.55 | 215.55 | 215.55 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15801 | 0.15801 | 0.15801 | 0.0 | 0.07 Output | 0.00022575 | 0.00022575 | 0.00022575 | 0.0 | 0.00 Modify | 0.77656 | 0.77656 | 0.77656 | 0.0 | 0.36 Other | | 0.105 | | | 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: 312066.0 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.016500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.164580599557, Press = -1.94897012825992 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 40000 -15303.258 -15303.258 -15475.505 -15475.505 333.22393 333.22393 59625.404 59625.404 -291.94937 -291.94937 41000 -15303.45 -15303.45 -15474.313 -15474.313 330.54644 330.54644 59590.08 59590.08 1104.7351 1104.7351 Loop time of 195.117 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.199 hours/ns, 5.125 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.21 | 194.21 | 194.21 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14307 | 0.14307 | 0.14307 | 0.0 | 0.07 Output | 0.00050062 | 0.00050062 | 0.00050062 | 0.0 | 0.00 Modify | 0.66453 | 0.66453 | 0.66453 | 0.0 | 0.34 Other | | 0.09873 | | | 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: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.104386846086, Press = -0.767707942684759 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 41000 -15303.45 -15303.45 -15474.313 -15474.313 330.54644 330.54644 59590.08 59590.08 1104.7351 1104.7351 42000 -15305.138 -15305.138 -15477.876 -15477.876 334.17385 334.17385 59564.309 59564.309 1440.9888 1440.9888 Loop time of 213.225 on 1 procs for 1000 steps with 4000 atoms Performance: 0.405 ns/day, 59.229 hours/ns, 4.690 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 | 212.21 | 212.21 | 212.21 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15466 | 0.15466 | 0.15466 | 0.0 | 0.07 Output | 0.00022569 | 0.00022569 | 0.00022569 | 0.0 | 0.00 Modify | 0.76096 | 0.76096 | 0.76096 | 0.0 | 0.36 Other | | 0.1042 | | | 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: 312062.0 ave 312062 max 312062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312062 Ave neighs/atom = 78.015500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.119754831277, Press = -2.58179539384772 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 42000 -15305.138 -15305.138 -15477.876 -15477.876 334.17385 334.17385 59564.309 59564.309 1440.9888 1440.9888 43000 -15302.257 -15302.257 -15475.7 -15475.7 335.53809 335.53809 59690.365 59690.365 -2310.4545 -2310.4545 Loop time of 211.347 on 1 procs for 1000 steps with 4000 atoms Performance: 0.409 ns/day, 58.707 hours/ns, 4.732 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 | 210.34 | 210.34 | 210.34 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1539 | 0.1539 | 0.1539 | 0.0 | 0.07 Output | 0.00017973 | 0.00017973 | 0.00017973 | 0.0 | 0.00 Modify | 0.74635 | 0.74635 | 0.74635 | 0.0 | 0.35 Other | | 0.1033 | | | 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: 312016.0 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.148085461487, Press = -1.59987094471579 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 43000 -15302.257 -15302.257 -15475.7 -15475.7 335.53809 335.53809 59690.365 59690.365 -2310.4545 -2310.4545 44000 -15303.581 -15303.581 -15477.313 -15477.313 336.09652 336.09652 59640.785 59640.785 -878.91888 -878.91888 Loop time of 194.879 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.133 hours/ns, 5.131 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.97 | 193.97 | 193.97 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14383 | 0.14383 | 0.14383 | 0.0 | 0.07 Output | 0.0002313 | 0.0002313 | 0.0002313 | 0.0 | 0.00 Modify | 0.66466 | 0.66466 | 0.66466 | 0.0 | 0.34 Other | | 0.09709 | | | 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 = 333.150661981421, Press = -1.16656011430949 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 44000 -15303.581 -15303.581 -15477.313 -15477.313 336.09652 336.09652 59640.785 59640.785 -878.91888 -878.91888 45000 -15307.779 -15307.779 -15476.419 -15476.419 326.24522 326.24522 59624.57 59624.57 -519.46196 -519.46196 Loop time of 194.905 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.140 hours/ns, 5.131 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 | 194 | 194 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1419 | 0.1419 | 0.1419 | 0.0 | 0.07 Output | 0.00017712 | 0.00017712 | 0.00017712 | 0.0 | 0.00 Modify | 0.66478 | 0.66478 | 0.66478 | 0.0 | 0.34 Other | | 0.0973 | | | 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: 312022.0 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.005500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.147296537397, Press = -1.23620162052174 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 45000 -15307.779 -15307.779 -15476.419 -15476.419 326.24522 326.24522 59624.57 59624.57 -519.46196 -519.46196 46000 -15302.774 -15302.774 -15474.207 -15474.207 331.64802 331.64802 59633.896 59633.896 -350.82701 -350.82701 Loop time of 195.02 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.172 hours/ns, 5.128 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.11 | 194.11 | 194.11 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14219 | 0.14219 | 0.14219 | 0.0 | 0.07 Output | 0.00017817 | 0.00017817 | 0.00017817 | 0.0 | 0.00 Modify | 0.66625 | 0.66625 | 0.66625 | 0.0 | 0.34 Other | | 0.09736 | | | 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: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.14499029885, Press = -0.832958211498654 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 46000 -15302.774 -15302.774 -15474.207 -15474.207 331.64802 331.64802 59633.896 59633.896 -350.82701 -350.82701 47000 -15302.634 -15302.634 -15473.854 -15473.854 331.23659 331.23659 59613.744 59613.744 264.11786 264.11786 Loop time of 209.7 on 1 procs for 1000 steps with 4000 atoms Performance: 0.412 ns/day, 58.250 hours/ns, 4.769 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 208.71 | 208.71 | 208.71 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15223 | 0.15223 | 0.15223 | 0.0 | 0.07 Output | 0.00017867 | 0.00017867 | 0.00017867 | 0.0 | 0.00 Modify | 0.73294 | 0.73294 | 0.73294 | 0.0 | 0.35 Other | | 0.1016 | | | 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: 312058.0 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.014500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.081845580339, Press = -1.25319895867123 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 47000 -15302.634 -15302.634 -15473.854 -15473.854 331.23659 331.23659 59613.744 59613.744 264.11786 264.11786 48000 -15305.299 -15305.299 -15479.247 -15479.247 336.51388 336.51388 59625.555 59625.555 -764.89243 -764.89243 Loop time of 208.997 on 1 procs for 1000 steps with 4000 atoms Performance: 0.413 ns/day, 58.055 hours/ns, 4.785 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 208 | 208 | 208 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15608 | 0.15608 | 0.15608 | 0.0 | 0.07 Output | 0.00023959 | 0.00023959 | 0.00023959 | 0.0 | 0.00 Modify | 0.73769 | 0.73769 | 0.73769 | 0.0 | 0.35 Other | | 0.1007 | | | 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: 312032.0 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.09849094315, Press = -1.7693160692013 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 48000 -15305.299 -15305.299 -15479.247 -15479.247 336.51388 336.51388 59625.555 59625.555 -764.89243 -764.89243 49000 -15298.823 -15298.823 -15473.355 -15473.355 337.64406 337.64406 59673.038 59673.038 -1640.2669 -1640.2669 Loop time of 227.634 on 1 procs for 1000 steps with 4000 atoms Performance: 0.380 ns/day, 63.232 hours/ns, 4.393 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.53 | 226.53 | 226.53 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16568 | 0.16568 | 0.16568 | 0.0 | 0.07 Output | 0.0002266 | 0.0002266 | 0.0002266 | 0.0 | 0.00 Modify | 0.83124 | 0.83124 | 0.83124 | 0.0 | 0.37 Other | | 0.1079 | | | 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: 312030.0 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.007500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.14928718703, Press = -0.801682478993123 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 49000 -15298.823 -15298.823 -15473.355 -15473.355 337.64406 337.64406 59673.038 59673.038 -1640.2669 -1640.2669 50000 -15303.973 -15303.973 -15475.367 -15475.367 331.57446 331.57446 59584.017 59584.017 992.0616 992.0616 Loop time of 199.789 on 1 procs for 1000 steps with 4000 atoms Performance: 0.432 ns/day, 55.497 hours/ns, 5.005 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.85 | 198.85 | 198.85 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14897 | 0.14897 | 0.14897 | 0.0 | 0.07 Output | 0.00018244 | 0.00018244 | 0.00018244 | 0.0 | 0.00 Modify | 0.68756 | 0.68756 | 0.68756 | 0.0 | 0.34 Other | | 0.09864 | | | 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: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.174362198711, Press = 0.288503958150681 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 50000 -15303.973 -15303.973 -15475.367 -15475.367 331.57446 331.57446 59584.017 59584.017 992.0616 992.0616 51000 -15300.487 -15300.487 -15477.036 -15477.036 341.54619 341.54619 59605.335 59605.335 168.81377 168.81377 Loop time of 195.047 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.180 hours/ns, 5.127 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.14 | 194.14 | 194.14 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14486 | 0.14486 | 0.14486 | 0.0 | 0.07 Output | 0.00018038 | 0.00018038 | 0.00018038 | 0.0 | 0.00 Modify | 0.66482 | 0.66482 | 0.66482 | 0.0 | 0.34 Other | | 0.09784 | | | 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: 312052.0 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.215483717307, Press = -1.21609151353456 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 51000 -15300.487 -15300.487 -15477.036 -15477.036 341.54619 341.54619 59605.335 59605.335 168.81377 168.81377 52000 -15302.625 -15302.625 -15475.966 -15475.966 335.33969 335.33969 59615.799 59615.799 -42.314542 -42.314542 Loop time of 205.17 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 56.992 hours/ns, 4.874 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 | 204.2 | 204.2 | 204.2 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15125 | 0.15125 | 0.15125 | 0.0 | 0.07 Output | 0.00017992 | 0.00017992 | 0.00017992 | 0.0 | 0.00 Modify | 0.71909 | 0.71909 | 0.71909 | 0.0 | 0.35 Other | | 0.1014 | | | 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: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.206843386125, Press = -1.34156729316403 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 52000 -15302.625 -15302.625 -15475.966 -15475.966 335.33969 335.33969 59615.799 59615.799 -42.314542 -42.314542 53000 -15303.762 -15303.762 -15476.778 -15476.778 334.7106 334.7106 59619.691 59619.691 -292.41692 -292.41692 Loop time of 230.888 on 1 procs for 1000 steps with 4000 atoms Performance: 0.374 ns/day, 64.136 hours/ns, 4.331 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 229.77 | 229.77 | 229.77 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.167 | 0.167 | 0.167 | 0.0 | 0.07 Output | 0.00018046 | 0.00018046 | 0.00018046 | 0.0 | 0.00 Modify | 0.84275 | 0.84275 | 0.84275 | 0.0 | 0.37 Other | | 0.1079 | | | 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: 312044.0 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.206560813265, Press = -0.690064569470164 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 53000 -15303.762 -15303.762 -15476.778 -15476.778 334.7106 334.7106 59619.691 59619.691 -292.41692 -292.41692 54000 -15305.825 -15305.825 -15474.767 -15474.767 326.82921 326.82921 59610.295 59610.295 71.018999 71.018999 Loop time of 219.998 on 1 procs for 1000 steps with 4000 atoms Performance: 0.393 ns/day, 61.111 hours/ns, 4.545 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 | 218.94 | 218.94 | 218.94 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15967 | 0.15967 | 0.15967 | 0.0 | 0.07 Output | 0.00017898 | 0.00017898 | 0.00017898 | 0.0 | 0.00 Modify | 0.78944 | 0.78944 | 0.78944 | 0.0 | 0.36 Other | | 0.1043 | | | 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: 312024.0 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.190661417595, Press = -0.781408508419897 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 54000 -15305.825 -15305.825 -15474.767 -15474.767 326.82921 326.82921 59610.295 59610.295 71.018999 71.018999 55000 -15301.553 -15301.553 -15473.498 -15473.498 332.63948 332.63948 59583.381 59583.381 1197.5427 1197.5427 Loop time of 196.069 on 1 procs for 1000 steps with 4000 atoms Performance: 0.441 ns/day, 54.464 hours/ns, 5.100 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 195.15 | 195.15 | 195.15 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1438 | 0.1438 | 0.1438 | 0.0 | 0.07 Output | 0.00018071 | 0.00018071 | 0.00018071 | 0.0 | 0.00 Modify | 0.67162 | 0.67162 | 0.67162 | 0.0 | 0.34 Other | | 0.09831 | | | 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: 312046.0 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.011500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.153540523762, Press = -0.350260252434545 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 55000 -15301.553 -15301.553 -15473.498 -15473.498 332.63948 332.63948 59583.381 59583.381 1197.5427 1197.5427 56000 -15308.667 -15308.667 -15480.944 -15480.944 333.28107 333.28107 59543.191 59543.191 1611.6662 1611.6662 Loop time of 214.778 on 1 procs for 1000 steps with 4000 atoms Performance: 0.402 ns/day, 59.661 hours/ns, 4.656 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 | 213.76 | 213.76 | 213.76 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15803 | 0.15803 | 0.15803 | 0.0 | 0.07 Output | 0.00025389 | 0.00025389 | 0.00025389 | 0.0 | 0.00 Modify | 0.76102 | 0.76102 | 0.76102 | 0.0 | 0.35 Other | | 0.103 | | | 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: 312056.0 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.153391246117, Press = -1.53592449428482 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 56000 -15308.667 -15308.667 -15480.944 -15480.944 333.28107 333.28107 59543.191 59543.191 1611.6662 1611.6662 57000 -15300.32 -15300.32 -15474.816 -15474.816 337.57539 337.57539 59692.591 59692.591 -2332.6639 -2332.6639 Loop time of 230.05 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.903 hours/ns, 4.347 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 | 228.93 | 228.93 | 228.93 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16689 | 0.16689 | 0.16689 | 0.0 | 0.07 Output | 0.00022997 | 0.00022997 | 0.00022997 | 0.0 | 0.00 Modify | 0.84449 | 0.84449 | 0.84449 | 0.0 | 0.37 Other | | 0.1103 | | | 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: 312054.0 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.013500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.131039219181, Press = -2.24742425274102 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 57000 -15300.32 -15300.32 -15474.816 -15474.816 337.57539 337.57539 59692.591 59692.591 -2332.6639 -2332.6639 58000 -15303.327 -15303.327 -15476.191 -15476.191 334.41815 334.41815 59647.529 59647.529 -1037.7445 -1037.7445 Loop time of 227.643 on 1 procs for 1000 steps with 4000 atoms Performance: 0.380 ns/day, 63.234 hours/ns, 4.393 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 | 226.53 | 226.53 | 226.53 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16651 | 0.16651 | 0.16651 | 0.0 | 0.07 Output | 0.00022264 | 0.00022264 | 0.00022264 | 0.0 | 0.00 Modify | 0.83425 | 0.83425 | 0.83425 | 0.0 | 0.37 Other | | 0.1077 | | | 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: 312064.0 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.147387543787, Press = -0.593557027208855 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 58000 -15303.327 -15303.327 -15476.191 -15476.191 334.41815 334.41815 59647.529 59647.529 -1037.7445 -1037.7445 59000 -15303.596 -15303.596 -15476.547 -15476.547 334.58521 334.58521 59611.095 59611.095 -98.243627 -98.243627 Loop time of 211.245 on 1 procs for 1000 steps with 4000 atoms Performance: 0.409 ns/day, 58.679 hours/ns, 4.734 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 | 210.24 | 210.24 | 210.24 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1547 | 0.1547 | 0.1547 | 0.0 | 0.07 Output | 0.00017622 | 0.00017622 | 0.00017622 | 0.0 | 0.00 Modify | 0.74306 | 0.74306 | 0.74306 | 0.0 | 0.35 Other | | 0.1024 | | | 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: 312028.0 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.183188636789, Press = -1.3284009590953 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 59000 -15303.596 -15303.596 -15476.547 -15476.547 334.58521 334.58521 59611.095 59611.095 -98.243627 -98.243627 60000 -15303.333 -15303.333 -15474.589 -15474.589 331.30627 331.30627 59636.528 59636.528 -556.11645 -556.11645 Loop time of 227.246 on 1 procs for 1000 steps with 4000 atoms Performance: 0.380 ns/day, 63.124 hours/ns, 4.401 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 226.14 | 226.14 | 226.14 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16618 | 0.16618 | 0.16618 | 0.0 | 0.07 Output | 0.00029545 | 0.00029545 | 0.00029545 | 0.0 | 0.00 Modify | 0.83273 | 0.83273 | 0.83273 | 0.0 | 0.37 Other | | 0.1073 | | | 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: 312040.0 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.010000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.172664542597, Press = -1.2137089524241 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 60000 -15303.333 -15303.333 -15474.589 -15474.589 331.30627 331.30627 59636.528 59636.528 -556.11645 -556.11645 61000 -15302.495 -15302.495 -15474.982 -15474.982 333.68744 333.68744 59661.032 59661.032 -1291.2765 -1291.2765 Loop time of 224.077 on 1 procs for 1000 steps with 4000 atoms Performance: 0.386 ns/day, 62.244 hours/ns, 4.463 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 | 223 | 223 | 223 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1633 | 0.1633 | 0.1633 | 0.0 | 0.07 Output | 0.00018267 | 0.00018267 | 0.00018267 | 0.0 | 0.00 Modify | 0.80899 | 0.80899 | 0.80899 | 0.0 | 0.36 Other | | 0.1068 | | | 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: 311998.0 ave 311998 max 311998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311998 Ave neighs/atom = 77.999500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.165008499198, Press = -0.376745907226565 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 61000 -15302.495 -15302.495 -15474.982 -15474.982 333.68744 333.68744 59661.032 59661.032 -1291.2765 -1291.2765 62000 -15304.971 -15304.971 -15478.978 -15478.978 336.62835 336.62835 59542.591 59542.591 1905.0342 1905.0342 Loop time of 223.911 on 1 procs for 1000 steps with 4000 atoms Performance: 0.386 ns/day, 62.198 hours/ns, 4.466 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 | 222.83 | 222.83 | 222.83 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16347 | 0.16347 | 0.16347 | 0.0 | 0.07 Output | 0.00022838 | 0.00022838 | 0.00022838 | 0.0 | 0.00 Modify | 0.81253 | 0.81253 | 0.81253 | 0.0 | 0.36 Other | | 0.1055 | | | 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: 312038.0 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.009500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.166574790237, Press = 0.358172350282469 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 62000 -15304.971 -15304.971 -15478.978 -15478.978 336.62835 336.62835 59542.591 59542.591 1905.0342 1905.0342 63000 -15301.998 -15301.998 -15477.982 -15477.982 340.453 340.453 59583.2 59583.2 609.68501 609.68501 Loop time of 229.934 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.870 hours/ns, 4.349 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 | 228.81 | 228.81 | 228.81 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16685 | 0.16685 | 0.16685 | 0.0 | 0.07 Output | 0.00028731 | 0.00028731 | 0.00028731 | 0.0 | 0.00 Modify | 0.84314 | 0.84314 | 0.84314 | 0.0 | 0.37 Other | | 0.1086 | | | 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: 312048.0 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.174327285801, Press = -1.08067640175263 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 63000 -15301.998 -15301.998 -15477.982 -15477.982 340.453 340.453 59583.2 59583.2 609.68501 609.68501 64000 -15296.968 -15296.968 -15470.334 -15470.334 335.38693 335.38693 59654.784 59654.784 -660.13499 -660.13499 Loop time of 202.469 on 1 procs for 1000 steps with 4000 atoms Performance: 0.427 ns/day, 56.241 hours/ns, 4.939 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 201.52 | 201.52 | 201.52 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1508 | 0.1508 | 0.1508 | 0.0 | 0.07 Output | 0.00018077 | 0.00018077 | 0.00018077 | 0.0 | 0.00 Modify | 0.69841 | 0.69841 | 0.69841 | 0.0 | 0.34 Other | | 0.09693 | | | 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: 312068.0 ave 312068 max 312068 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312068 Ave neighs/atom = 78.017000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.188500895226, Press = -1.06605811333275 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 64000 -15296.968 -15296.968 -15470.334 -15470.334 335.38693 335.38693 59654.784 59654.784 -660.13499 -660.13499 65000 -15305.445 -15305.445 -15476.502 -15476.502 330.92056 330.92056 59650.83 59650.83 -1380.8527 -1380.8527 Loop time of 201.738 on 1 procs for 1000 steps with 4000 atoms Performance: 0.428 ns/day, 56.038 hours/ns, 4.957 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.79 | 200.79 | 200.79 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15021 | 0.15021 | 0.15021 | 0.0 | 0.07 Output | 0.00017944 | 0.00017944 | 0.00017944 | 0.0 | 0.00 Modify | 0.69716 | 0.69716 | 0.69716 | 0.0 | 0.35 Other | | 0.09765 | | | 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: 312058.0 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.014500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.216615126764, Press = -0.387306909274347 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 65000 -15305.445 -15305.445 -15476.502 -15476.502 330.92056 330.92056 59650.83 59650.83 -1380.8527 -1380.8527 66000 -15302.744 -15302.744 -15475.498 -15475.498 334.20528 334.20528 59586.993 59586.993 689.94123 689.94123 Loop time of 214.662 on 1 procs for 1000 steps with 4000 atoms Performance: 0.402 ns/day, 59.628 hours/ns, 4.658 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 213.64 | 213.64 | 213.64 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15735 | 0.15735 | 0.15735 | 0.0 | 0.07 Output | 0.0001795 | 0.0001795 | 0.0001795 | 0.0 | 0.00 Modify | 0.76062 | 0.76062 | 0.76062 | 0.0 | 0.35 Other | | 0.1029 | | | 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: 312004.0 ave 312004 max 312004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312004 Ave neighs/atom = 78.001000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 59614.9510345712 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0