# 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 0 0) 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 0 0) 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_PdMo__MO_356501945107_002 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 313.15*${_u_temperature} variable temp_converted equal 313.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 313.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 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.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 "313.15 - 0.2" variable T_up equal "313.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_356501945107_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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.61 | 4.61 | 4.61 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -15478.129 -15478.129 -15640 -15640 313.15 313.15 58822.445 58822.445 2939.3072 2939.3072 1000 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13182 244.13182 Loop time of 203.159 on 1 procs for 1000 steps with 4000 atoms Performance: 0.425 ns/day, 56.433 hours/ns, 4.922 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 | 202.16 | 202.16 | 202.16 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15665 | 0.15665 | 0.15665 | 0.0 | 0.08 Output | 0.00023448 | 0.00023448 | 0.00023448 | 0.0 | 0.00 Modify | 0.73713 | 0.73713 | 0.73713 | 0.0 | 0.36 Other | | 0.1006 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15319.199 -15319.199 -15481.387 -15481.387 313.76236 313.76236 59577.918 59577.918 244.13182 244.13182 2000 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0082 3015.0082 Loop time of 194.401 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.000 hours/ns, 5.144 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.52 | 193.52 | 193.52 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14304 | 0.14304 | 0.14304 | 0.0 | 0.07 Output | 0.00026667 | 0.00026667 | 0.00026667 | 0.0 | 0.00 Modify | 0.64575 | 0.64575 | 0.64575 | 0.0 | 0.33 Other | | 0.09358 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.26 -15321.26 -15478.43 -15478.43 304.05604 304.05604 59500.283 59500.283 3015.0082 3015.0082 3000 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83403 -559.83403 Loop time of 195.168 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.213 hours/ns, 5.124 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.29 | 194.29 | 194.29 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14551 | 0.14551 | 0.14551 | 0.0 | 0.07 Output | 0.00023339 | 0.00023339 | 0.00023339 | 0.0 | 0.00 Modify | 0.64297 | 0.64297 | 0.64297 | 0.0 | 0.33 Other | | 0.09347 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15328.468 -15328.468 -15484.222 -15484.222 301.31773 301.31773 59592.628 59592.628 -559.83403 -559.83403 4000 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90523 -970.90523 Loop time of 194.935 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.149 hours/ns, 5.130 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.05 | 194.05 | 194.05 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14415 | 0.14415 | 0.14415 | 0.0 | 0.07 Output | 0.00023876 | 0.00023876 | 0.00023876 | 0.0 | 0.00 Modify | 0.64502 | 0.64502 | 0.64502 | 0.0 | 0.33 Other | | 0.0932 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15318.211 -15318.211 -15485.893 -15485.893 324.39072 324.39072 59609.51 59609.51 -970.90523 -970.90523 5000 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2251 2181.2251 Loop time of 194.847 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.124 hours/ns, 5.132 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.96 | 193.96 | 193.96 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14473 | 0.14473 | 0.14473 | 0.0 | 0.07 Output | 0.00018955 | 0.00018955 | 0.00018955 | 0.0 | 0.00 Modify | 0.64556 | 0.64556 | 0.64556 | 0.0 | 0.33 Other | | 0.09307 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 310.782077193408, Press = -655.603555902865 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15325.015 -15325.015 -15483.769 -15483.769 307.12014 307.12014 59508.709 59508.709 2181.2251 2181.2251 6000 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90828 -134.90828 Loop time of 213.163 on 1 procs for 1000 steps with 4000 atoms Performance: 0.405 ns/day, 59.212 hours/ns, 4.691 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.15 | 212.15 | 212.15 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15555 | 0.15555 | 0.15555 | 0.0 | 0.07 Output | 0.00024422 | 0.00024422 | 0.00024422 | 0.0 | 0.00 Modify | 0.76165 | 0.76165 | 0.76165 | 0.0 | 0.36 Other | | 0.1001 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312060 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015 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 = 313.467367431048, Press = -46.4924102973387 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.423 -15322.423 -15482.872 -15482.872 310.39989 310.39989 59580.694 59580.694 -134.90828 -134.90828 7000 -15322.543 -15322.543 -15485.55 -15485.55 315.34736 315.34736 59573.383 59573.383 64.564416 64.564416 Loop time of 229.404 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.723 hours/ns, 4.359 timesteps/s 100.1% 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.28 | 228.28 | 228.28 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16494 | 0.16494 | 0.16494 | 0.0 | 0.07 Output | 0.00023239 | 0.00023239 | 0.00023239 | 0.0 | 0.00 Modify | 0.84774 | 0.84774 | 0.84774 | 0.0 | 0.37 Other | | 0.1073 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.013037218627, Press = -17.4015192149145 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.543 -15322.543 -15485.55 -15485.55 315.34736 315.34736 59573.383 59573.383 64.564416 64.564416 8000 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84364 -411.84364 Loop time of 229.359 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.711 hours/ns, 4.360 timesteps/s 100.1% 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.24 | 228.24 | 228.24 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16522 | 0.16522 | 0.16522 | 0.0 | 0.07 Output | 0.00029044 | 0.00029044 | 0.00029044 | 0.0 | 0.00 Modify | 0.84407 | 0.84407 | 0.84407 | 0.0 | 0.37 Other | | 0.1069 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006 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 = 313.307001412693, Press = -14.6889679631507 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.933 -15323.933 -15487.653 -15487.653 316.7274 316.7274 59580.93 59580.93 -411.84364 -411.84364 9000 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11904 124.11904 Loop time of 205.128 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 56.980 hours/ns, 4.875 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 204.15 | 204.15 | 204.15 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15134 | 0.15134 | 0.15134 | 0.0 | 0.07 Output | 0.00019202 | 0.00019202 | 0.00019202 | 0.0 | 0.00 Modify | 0.72423 | 0.72423 | 0.72423 | 0.0 | 0.35 Other | | 0.09723 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.0095 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 = 313.520869464788, Press = -14.8744495472132 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15318.741 -15318.741 -15483.637 -15483.637 319.00137 319.00137 59579.801 59579.801 124.11904 124.11904 10000 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3277 1105.3277 Loop time of 194.929 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.147 hours/ns, 5.130 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.02 | 194.02 | 194.02 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14583 | 0.14583 | 0.14583 | 0.0 | 0.07 Output | 0.00019109 | 0.00019109 | 0.00019109 | 0.0 | 0.00 Modify | 0.66991 | 0.66991 | 0.66991 | 0.0 | 0.34 Other | | 0.09379 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.553147985567, Press = -9.33462371036721 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.126 -15323.126 -15484.941 -15484.941 313.0416 313.0416 59539.18 59539.18 1105.3277 1105.3277 11000 -15320.771 -15320.771 -15482.967 -15482.967 313.7793 313.7793 59606.705 59606.705 -643.25808 -643.25808 Loop time of 195.072 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.187 hours/ns, 5.126 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.16 | 194.16 | 194.16 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14449 | 0.14449 | 0.14449 | 0.0 | 0.07 Output | 0.00019655 | 0.00019655 | 0.00019655 | 0.0 | 0.00 Modify | 0.67112 | 0.67112 | 0.67112 | 0.0 | 0.34 Other | | 0.09365 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312066 ave 312066 max 312066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312066 Ave neighs/atom = 78.0165 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 = 313.990033821501, Press = -14.0936090806852 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15320.771 -15320.771 -15482.967 -15482.967 313.7793 313.7793 59606.705 59606.705 -643.25808 -643.25808 12000 -15324.519 -15324.519 -15483.264 -15483.264 307.10454 307.10454 59635.39 59635.39 -1836.4066 -1836.4066 Loop time of 194.625 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.063 hours/ns, 5.138 timesteps/s 100.1% 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.72 | 193.72 | 193.72 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14429 | 0.14429 | 0.14429 | 0.0 | 0.07 Output | 0.00019381 | 0.00019381 | 0.00019381 | 0.0 | 0.00 Modify | 0.67099 | 0.67099 | 0.67099 | 0.0 | 0.34 Other | | 0.09329 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 311998 ave 311998 max 311998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311998 Ave neighs/atom = 77.9995 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 = 313.970809851495, Press = -10.6760496128121 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15324.519 -15324.519 -15483.264 -15483.264 307.10454 307.10454 59635.39 59635.39 -1836.4066 -1836.4066 13000 -15323.401 -15323.401 -15481.919 -15481.919 306.66243 306.66243 59610.699 59610.699 -767.55243 -767.55243 Loop time of 195.015 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.171 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.1 | 194.1 | 194.1 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14534 | 0.14534 | 0.14534 | 0.0 | 0.07 Output | 0.0001932 | 0.0001932 | 0.0001932 | 0.0 | 0.00 Modify | 0.67301 | 0.67301 | 0.67301 | 0.0 | 0.35 Other | | 0.09291 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008 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 = 314.010160986036, Press = -5.87436682175034 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.401 -15323.401 -15481.919 -15481.919 306.66243 306.66243 59610.699 59610.699 -767.55243 -767.55243 14000 -15315.834 -15315.834 -15480.249 -15480.249 318.07089 318.07089 59656.604 59656.604 -2039.6649 -2039.6649 Loop time of 194.982 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.162 hours/ns, 5.129 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.07 | 194.07 | 194.07 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14482 | 0.14482 | 0.14482 | 0.0 | 0.07 Output | 0.00019365 | 0.00019365 | 0.00019365 | 0.0 | 0.00 Modify | 0.6711 | 0.6711 | 0.6711 | 0.0 | 0.34 Other | | 0.09332 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312004 ave 312004 max 312004 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312004 Ave neighs/atom = 78.001 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 = 314.027134282076, Press = -3.23604697843091 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15315.834 -15315.834 -15480.249 -15480.249 318.07089 318.07089 59656.604 59656.604 -2039.6649 -2039.6649 15000 -15325.481 -15325.481 -15486.499 -15486.499 311.49964 311.49964 59593.741 59593.741 -659.5161 -659.5161 Loop time of 195.012 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.170 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.1 | 194.1 | 194.1 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14548 | 0.14548 | 0.14548 | 0.0 | 0.07 Output | 0.00023191 | 0.00023191 | 0.00023191 | 0.0 | 0.00 Modify | 0.6705 | 0.6705 | 0.6705 | 0.0 | 0.34 Other | | 0.09302 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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 = 314.119437044076, Press = -0.466470869671655 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15325.481 -15325.481 -15486.499 -15486.499 311.49964 311.49964 59593.741 59593.741 -659.5161 -659.5161 16000 -15326.444 -15326.444 -15485.158 -15485.158 307.04418 307.04418 59578.497 59578.497 -160.00217 -160.00217 Loop time of 194.806 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.113 hours/ns, 5.133 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.9 | 193.9 | 193.9 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14392 | 0.14392 | 0.14392 | 0.0 | 0.07 Output | 0.0001922 | 0.0001922 | 0.0001922 | 0.0 | 0.00 Modify | 0.67159 | 0.67159 | 0.67159 | 0.0 | 0.34 Other | | 0.09304 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.980495897229, Press = -0.866305278152733 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15326.444 -15326.444 -15485.158 -15485.158 307.04418 307.04418 59578.497 59578.497 -160.00217 -160.00217 17000 -15321.124 -15321.124 -15486.95 -15486.95 320.80149 320.80149 59555.943 59555.943 377.8559 377.8559 Loop time of 194.805 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.113 hours/ns, 5.133 timesteps/s 100.1% 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.9 | 193.9 | 193.9 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14497 | 0.14497 | 0.14497 | 0.0 | 0.07 Output | 0.0001927 | 0.0001927 | 0.0001927 | 0.0 | 0.00 Modify | 0.67116 | 0.67116 | 0.67116 | 0.0 | 0.34 Other | | 0.09298 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004 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 = 313.802523433061, Press = -1.71279159464429 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.124 -15321.124 -15486.95 -15486.95 320.80149 320.80149 59555.943 59555.943 377.8559 377.8559 18000 -15318.308 -15318.308 -15480.755 -15480.755 314.26541 314.26541 59568.232 59568.232 642.50485 642.50485 Loop time of 194.902 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 | 193.99 | 193.99 | 193.99 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14584 | 0.14584 | 0.14584 | 0.0 | 0.07 Output | 0.00019214 | 0.00019214 | 0.00019214 | 0.0 | 0.00 Modify | 0.67081 | 0.67081 | 0.67081 | 0.0 | 0.34 Other | | 0.09295 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014 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 = 313.759098285917, Press = -3.64753553014061 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15318.308 -15318.308 -15480.755 -15480.755 314.26541 314.26541 59568.232 59568.232 642.50485 642.50485 19000 -15324.418 -15324.418 -15487.759 -15487.759 315.99519 315.99519 59559.654 59559.654 267.06775 267.06775 Loop time of 194.79 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.108 hours/ns, 5.134 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.88 | 193.88 | 193.88 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14516 | 0.14516 | 0.14516 | 0.0 | 0.07 Output | 0.00019329 | 0.00019329 | 0.00019329 | 0.0 | 0.00 Modify | 0.67056 | 0.67056 | 0.67056 | 0.0 | 0.34 Other | | 0.09323 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.845198685339, Press = -5.05713488994098 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15324.418 -15324.418 -15487.759 -15487.759 315.99519 315.99519 59559.654 59559.654 267.06775 267.06775 20000 -15319.136 -15319.136 -15483.713 -15483.713 318.38692 318.38692 59596.499 59596.499 -293.51257 -293.51257 Loop time of 195.107 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.196 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.2 | 194.2 | 194.2 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14631 | 0.14631 | 0.14631 | 0.0 | 0.07 Output | 0.00023828 | 0.00023828 | 0.00023828 | 0.0 | 0.00 Modify | 0.6716 | 0.6716 | 0.6716 | 0.0 | 0.34 Other | | 0.09233 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 = 313.896626830594, Press = -4.64402719628485 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15319.136 -15319.136 -15483.713 -15483.713 318.38692 318.38692 59596.499 59596.499 -293.51257 -293.51257 21000 -15326.045 -15326.045 -15486.549 -15486.549 310.50489 310.50489 59567.602 59567.602 105.04178 105.04178 Loop time of 194.726 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.091 hours/ns, 5.135 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.82 | 193.82 | 193.82 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14401 | 0.14401 | 0.14401 | 0.0 | 0.07 Output | 0.00019315 | 0.00019315 | 0.00019315 | 0.0 | 0.00 Modify | 0.67044 | 0.67044 | 0.67044 | 0.0 | 0.34 Other | | 0.09451 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.899603423181, Press = -4.98302393581194 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15326.045 -15326.045 -15486.549 -15486.549 310.50489 310.50489 59567.602 59567.602 105.04178 105.04178 22000 -15319.53 -15319.53 -15482.462 -15482.462 315.20434 315.20434 59608.861 59608.861 -603.92967 -603.92967 Loop time of 204.123 on 1 procs for 1000 steps with 4000 atoms Performance: 0.423 ns/day, 56.701 hours/ns, 4.899 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 | 203.16 | 203.16 | 203.16 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15038 | 0.15038 | 0.15038 | 0.0 | 0.07 Output | 0.00019173 | 0.00019173 | 0.00019173 | 0.0 | 0.00 Modify | 0.71588 | 0.71588 | 0.71588 | 0.0 | 0.35 Other | | 0.09698 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 = 313.8877706451, Press = -4.74988256367016 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15319.53 -15319.53 -15482.462 -15482.462 315.20434 315.20434 59608.861 59608.861 -603.92967 -603.92967 23000 -15322.784 -15322.784 -15486.752 -15486.752 317.20722 317.20722 59617.975 59617.975 -1475.0652 -1475.0652 Loop time of 228.868 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.574 hours/ns, 4.369 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 | 227.75 | 227.75 | 227.75 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16676 | 0.16676 | 0.16676 | 0.0 | 0.07 Output | 0.00029471 | 0.00029471 | 0.00029471 | 0.0 | 0.00 Modify | 0.84045 | 0.84045 | 0.84045 | 0.0 | 0.37 Other | | 0.1067 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.0055 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 = 313.897653947402, Press = -3.80324841269617 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.784 -15322.784 -15486.752 -15486.752 317.20722 317.20722 59617.975 59617.975 -1475.0652 -1475.0652 24000 -15327.583 -15327.583 -15486.229 -15486.229 306.91234 306.91234 59621.479 59621.479 -1531.3969 -1531.3969 Loop time of 230.452 on 1 procs for 1000 steps with 4000 atoms Performance: 0.375 ns/day, 64.015 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.33 | 229.33 | 229.33 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16593 | 0.16593 | 0.16593 | 0.0 | 0.07 Output | 0.0002492 | 0.0002492 | 0.0002492 | 0.0 | 0.00 Modify | 0.84561 | 0.84561 | 0.84561 | 0.0 | 0.37 Other | | 0.1077 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312030 ave 312030 max 312030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312030 Ave neighs/atom = 78.0075 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 = 313.854203548149, Press = -2.95243756489104 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15327.583 -15327.583 -15486.229 -15486.229 306.91234 306.91234 59621.479 59621.479 -1531.3969 -1531.3969 25000 -15322.992 -15322.992 -15485.208 -15485.208 313.81853 313.81853 59662.473 59662.473 -2670.5515 -2670.5515 Loop time of 229.65 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.792 hours/ns, 4.354 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.53 | 228.53 | 228.53 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16603 | 0.16603 | 0.16603 | 0.0 | 0.07 Output | 0.00019584 | 0.00019584 | 0.00019584 | 0.0 | 0.00 Modify | 0.84688 | 0.84688 | 0.84688 | 0.0 | 0.37 Other | | 0.1072 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 = 313.816328616957, Press = -2.31792301279043 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.992 -15322.992 -15485.208 -15485.208 313.81853 313.81853 59662.473 59662.473 -2670.5515 -2670.5515 26000 -15328.02 -15328.02 -15486.039 -15486.039 305.69966 305.69966 59647.929 59647.929 -2436.7389 -2436.7389 Loop time of 195.247 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.235 hours/ns, 5.122 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.33 | 194.33 | 194.33 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14742 | 0.14742 | 0.14742 | 0.0 | 0.08 Output | 0.00019396 | 0.00019396 | 0.00019396 | 0.0 | 0.00 Modify | 0.67748 | 0.67748 | 0.67748 | 0.0 | 0.35 Other | | 0.09459 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004 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 = 313.677491466745, Press = -1.67499383980139 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15328.02 -15328.02 -15486.039 -15486.039 305.69966 305.69966 59647.929 59647.929 -2436.7389 -2436.7389 27000 -15323.538 -15323.538 -15484.213 -15484.213 310.83613 310.83613 59607.235 59607.235 -795.14842 -795.14842 Loop time of 195.322 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.256 hours/ns, 5.120 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.41 | 194.41 | 194.41 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14742 | 0.14742 | 0.14742 | 0.0 | 0.08 Output | 0.00019479 | 0.00019479 | 0.00019479 | 0.0 | 0.00 Modify | 0.67379 | 0.67379 | 0.67379 | 0.0 | 0.34 Other | | 0.09482 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.639957917806, Press = -1.31860954399308 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.538 -15323.538 -15484.213 -15484.213 310.83613 310.83613 59607.235 59607.235 -795.14842 -795.14842 28000 -15321.179 -15321.179 -15483.772 -15483.772 314.5468 314.5468 59599.734 59599.734 -623.82437 -623.82437 Loop time of 195.002 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.167 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.09 | 194.09 | 194.09 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14679 | 0.14679 | 0.14679 | 0.0 | 0.08 Output | 0.00019371 | 0.00019371 | 0.00019371 | 0.0 | 0.00 Modify | 0.67508 | 0.67508 | 0.67508 | 0.0 | 0.35 Other | | 0.09399 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312038 ave 312038 max 312038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312038 Ave neighs/atom = 78.0095 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 = 313.595021139786, Press = -0.224933545474739 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.179 -15321.179 -15483.772 -15483.772 314.5468 314.5468 59599.734 59599.734 -623.82437 -623.82437 29000 -15324.633 -15324.633 -15485.672 -15485.672 311.54078 311.54078 59550.172 59550.172 777.02825 777.02825 Loop time of 195.121 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.200 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.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14541 | 0.14541 | 0.14541 | 0.0 | 0.07 Output | 0.00019315 | 0.00019315 | 0.00019315 | 0.0 | 0.00 Modify | 0.6746 | 0.6746 | 0.6746 | 0.0 | 0.35 Other | | 0.09435 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008 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 = 313.617420198326, Press = -0.515442764231533 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15324.633 -15324.633 -15485.672 -15485.672 311.54078 311.54078 59550.172 59550.172 777.02825 777.02825 30000 -15314.715 -15314.715 -15480.495 -15480.495 320.71319 320.71319 59597.727 59597.727 -151.15625 -151.15625 Loop time of 200.511 on 1 procs for 1000 steps with 4000 atoms Performance: 0.431 ns/day, 55.697 hours/ns, 4.987 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 199.56 | 199.56 | 199.56 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14845 | 0.14845 | 0.14845 | 0.0 | 0.07 Output | 0.00025752 | 0.00025752 | 0.00025752 | 0.0 | 0.00 Modify | 0.70353 | 0.70353 | 0.70353 | 0.0 | 0.35 Other | | 0.09689 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.641570381376, Press = -1.55113487155665 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15314.715 -15314.715 -15480.495 -15480.495 320.71319 320.71319 59597.727 59597.727 -151.15625 -151.15625 31000 -15324.009 -15324.009 -15483.478 -15483.478 308.50342 308.50342 59552.205 59552.205 986.42903 986.42903 Loop time of 220.004 on 1 procs for 1000 steps with 4000 atoms Performance: 0.393 ns/day, 61.112 hours/ns, 4.545 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 | 218.94 | 218.94 | 218.94 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1585 | 0.1585 | 0.1585 | 0.0 | 0.07 Output | 0.00018987 | 0.00018987 | 0.00018987 | 0.0 | 0.00 Modify | 0.79564 | 0.79564 | 0.79564 | 0.0 | 0.36 Other | | 0.1049 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312098 ave 312098 max 312098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312098 Ave neighs/atom = 78.0245 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 = 313.694713267107, Press = -0.948522436773793 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15324.009 -15324.009 -15483.478 -15483.478 308.50342 308.50342 59552.205 59552.205 986.42903 986.42903 32000 -15315.701 -15315.701 -15482.463 -15482.463 322.61177 322.61177 59596.782 59596.782 -311.35125 -311.35125 Loop time of 223.977 on 1 procs for 1000 steps with 4000 atoms Performance: 0.386 ns/day, 62.216 hours/ns, 4.465 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 | 222.89 | 222.89 | 222.89 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16118 | 0.16118 | 0.16118 | 0.0 | 0.07 Output | 0.00019273 | 0.00019273 | 0.00019273 | 0.0 | 0.00 Modify | 0.81717 | 0.81717 | 0.81717 | 0.0 | 0.36 Other | | 0.1059 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.710147674769, Press = -0.775932108894098 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15315.701 -15315.701 -15482.463 -15482.463 322.61177 322.61177 59596.782 59596.782 -311.35125 -311.35125 33000 -15328.369 -15328.369 -15486.425 -15486.425 305.77044 305.77044 59542.203 59542.203 819.53487 819.53487 Loop time of 208.019 on 1 procs for 1000 steps with 4000 atoms Performance: 0.415 ns/day, 57.783 hours/ns, 4.807 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 | 207.03 | 207.03 | 207.03 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15201 | 0.15201 | 0.15201 | 0.0 | 0.07 Output | 0.0001946 | 0.0001946 | 0.0001946 | 0.0 | 0.00 Modify | 0.73962 | 0.73962 | 0.73962 | 0.0 | 0.36 Other | | 0.101 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.688454193671, Press = -1.2991783912982 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15328.369 -15328.369 -15486.425 -15486.425 305.77044 305.77044 59542.203 59542.203 819.53487 819.53487 34000 -15321.734 -15321.734 -15487.971 -15487.971 321.59676 321.59676 59500.429 59500.429 2259.638 2259.638 Loop time of 194.661 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.073 hours/ns, 5.137 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.75 | 193.75 | 193.75 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14525 | 0.14525 | 0.14525 | 0.0 | 0.07 Output | 0.00023715 | 0.00023715 | 0.00023715 | 0.0 | 0.00 Modify | 0.6708 | 0.6708 | 0.6708 | 0.0 | 0.34 Other | | 0.09574 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007 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 = 313.638845901967, Press = -1.48751987472885 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.734 -15321.734 -15487.971 -15487.971 321.59676 321.59676 59500.429 59500.429 2259.638 2259.638 35000 -15320.11 -15320.11 -15484.285 -15484.285 317.60833 317.60833 59513.496 59513.496 2251.8503 2251.8503 Loop time of 219.114 on 1 procs for 1000 steps with 4000 atoms Performance: 0.394 ns/day, 60.865 hours/ns, 4.564 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.05 | 218.05 | 218.05 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16045 | 0.16045 | 0.16045 | 0.0 | 0.07 Output | 0.00019446 | 0.00019446 | 0.00019446 | 0.0 | 0.00 Modify | 0.80245 | 0.80245 | 0.80245 | 0.0 | 0.37 Other | | 0.1045 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.612769530376, Press = -1.92255589756481 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15320.11 -15320.11 -15484.285 -15484.285 317.60833 317.60833 59513.496 59513.496 2251.8503 2251.8503 36000 -15324.617 -15324.617 -15485.822 -15485.822 311.86285 311.86285 59527.589 59527.589 1404.5947 1404.5947 Loop time of 222.842 on 1 procs for 1000 steps with 4000 atoms Performance: 0.388 ns/day, 61.900 hours/ns, 4.487 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 | 221.76 | 221.76 | 221.76 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16143 | 0.16143 | 0.16143 | 0.0 | 0.07 Output | 0.00019357 | 0.00019357 | 0.00019357 | 0.0 | 0.00 Modify | 0.81573 | 0.81573 | 0.81573 | 0.0 | 0.37 Other | | 0.1052 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.63006146423, Press = -3.41799440407935 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15324.617 -15324.617 -15485.822 -15485.822 311.86285 311.86285 59527.589 59527.589 1404.5947 1404.5947 37000 -15326.86 -15326.86 -15486.819 -15486.819 309.45271 309.45271 59550.232 59550.232 714.61737 714.61737 Loop time of 228.35 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.430 hours/ns, 4.379 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.23 | 227.23 | 227.23 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1655 | 0.1655 | 0.1655 | 0.0 | 0.07 Output | 0.00031275 | 0.00031275 | 0.00031275 | 0.0 | 0.00 Modify | 0.84276 | 0.84276 | 0.84276 | 0.0 | 0.37 Other | | 0.1068 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312070 ave 312070 max 312070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312070 Ave neighs/atom = 78.0175 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 = 313.593102161304, Press = -1.88373880417619 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15326.86 -15326.86 -15486.819 -15486.819 309.45271 309.45271 59550.232 59550.232 714.61737 714.61737 38000 -15319.89 -15319.89 -15484.103 -15484.103 317.68078 317.68078 59568.067 59568.067 488.2468 488.2468 Loop time of 228.039 on 1 procs for 1000 steps with 4000 atoms Performance: 0.379 ns/day, 63.344 hours/ns, 4.385 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.92 | 226.92 | 226.92 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16437 | 0.16437 | 0.16437 | 0.0 | 0.07 Output | 0.0013214 | 0.0013214 | 0.0013214 | 0.0 | 0.00 Modify | 0.84321 | 0.84321 | 0.84321 | 0.0 | 0.37 Other | | 0.1063 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312078 ave 312078 max 312078 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312078 Ave neighs/atom = 78.0195 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 = 313.522547070641, Press = -1.10752009838808 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15319.89 -15319.89 -15484.103 -15484.103 317.68078 317.68078 59568.067 59568.067 488.2468 488.2468 39000 -15323.082 -15323.082 -15485.833 -15485.833 314.85297 314.85297 59534.233 59534.233 1278.7931 1278.7931 Loop time of 227.768 on 1 procs for 1000 steps with 4000 atoms Performance: 0.379 ns/day, 63.269 hours/ns, 4.390 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 | 226.66 | 226.66 | 226.66 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16375 | 0.16375 | 0.16375 | 0.0 | 0.07 Output | 0.00023115 | 0.00023115 | 0.00023115 | 0.0 | 0.00 Modify | 0.83713 | 0.83713 | 0.83713 | 0.0 | 0.37 Other | | 0.1062 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.0085 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 = 313.523414541086, Press = -1.99306788636416 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.082 -15323.082 -15485.833 -15485.833 314.85297 314.85297 59534.233 59534.233 1278.7931 1278.7931 40000 -15323.623 -15323.623 -15484.747 -15484.747 311.7059 311.7059 59584.629 59584.629 -166.00462 -166.00462 Loop time of 220.401 on 1 procs for 1000 steps with 4000 atoms Performance: 0.392 ns/day, 61.223 hours/ns, 4.537 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 | 219.33 | 219.33 | 219.33 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15791 | 0.15791 | 0.15791 | 0.0 | 0.07 Output | 0.00021037 | 0.00021037 | 0.00021037 | 0.0 | 0.00 Modify | 0.80305 | 0.80305 | 0.80305 | 0.0 | 0.36 Other | | 0.1068 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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 = 313.544146701892, Press = -1.89391793317612 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.623 -15323.623 -15484.747 -15484.747 311.7059 311.7059 59584.629 59584.629 -166.00462 -166.00462 41000 -15327.051 -15327.051 -15485.668 -15485.668 306.85582 306.85582 59607.88 59607.88 -1216.4895 -1216.4895 Loop time of 229.417 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.727 hours/ns, 4.359 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.3 | 228.3 | 228.3 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16441 | 0.16441 | 0.16441 | 0.0 | 0.07 Output | 0.00023331 | 0.00023331 | 0.00023331 | 0.0 | 0.00 Modify | 0.84122 | 0.84122 | 0.84122 | 0.0 | 0.37 Other | | 0.1088 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 = 313.552104215024, Press = -1.68348124282374 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15327.051 -15327.051 -15485.668 -15485.668 306.85582 306.85582 59607.88 59607.88 -1216.4895 -1216.4895 42000 -15322.125 -15322.125 -15485.134 -15485.134 315.35137 315.35137 59604.749 59604.749 -887.06597 -887.06597 Loop time of 217.697 on 1 procs for 1000 steps with 4000 atoms Performance: 0.397 ns/day, 60.471 hours/ns, 4.594 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.64 | 216.64 | 216.64 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15869 | 0.15869 | 0.15869 | 0.0 | 0.07 Output | 0.00019632 | 0.00019632 | 0.00019632 | 0.0 | 0.00 Modify | 0.79108 | 0.79108 | 0.79108 | 0.0 | 0.36 Other | | 0.105 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.5294446061, Press = -1.5594481086088 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.125 -15322.125 -15485.134 -15485.134 315.35137 315.35137 59604.749 59604.749 -887.06597 -887.06597 43000 -15327.208 -15327.208 -15484.648 -15484.648 304.5782 304.5782 59603.314 59603.314 -925.99705 -925.99705 Loop time of 195.13 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.203 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.22 | 194.22 | 194.22 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14613 | 0.14613 | 0.14613 | 0.0 | 0.07 Output | 0.00024731 | 0.00024731 | 0.00024731 | 0.0 | 0.00 Modify | 0.67202 | 0.67202 | 0.67202 | 0.0 | 0.34 Other | | 0.09509 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312010 ave 312010 max 312010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312010 Ave neighs/atom = 78.0025 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 = 313.509646916641, Press = -1.09361232747269 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15327.208 -15327.208 -15484.648 -15484.648 304.5782 304.5782 59603.314 59603.314 -925.99705 -925.99705 44000 -15323.747 -15323.747 -15486.306 -15486.306 314.48236 314.48236 59624.939 59624.939 -1586.1946 -1586.1946 Loop time of 195.202 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.223 hours/ns, 5.123 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.29 | 194.29 | 194.29 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14501 | 0.14501 | 0.14501 | 0.0 | 0.07 Output | 0.00023164 | 0.00023164 | 0.00023164 | 0.0 | 0.00 Modify | 0.67179 | 0.67179 | 0.67179 | 0.0 | 0.34 Other | | 0.09457 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006 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 = 313.499016275067, Press = 0.471900925440932 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.747 -15323.747 -15486.306 -15486.306 314.48236 314.48236 59624.939 59624.939 -1586.1946 -1586.1946 45000 -15321.104 -15321.104 -15483.046 -15483.046 313.2884 313.2884 59601.293 59601.293 -675.17801 -675.17801 Loop time of 195.492 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.303 hours/ns, 5.115 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.58 | 194.58 | 194.58 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1453 | 0.1453 | 0.1453 | 0.0 | 0.07 Output | 0.00023695 | 0.00023695 | 0.00023695 | 0.0 | 0.00 Modify | 0.67165 | 0.67165 | 0.67165 | 0.0 | 0.34 Other | | 0.09492 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312028 ave 312028 max 312028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312028 Ave neighs/atom = 78.007 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 = 313.486892290753, Press = -0.134421775751107 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.104 -15321.104 -15483.046 -15483.046 313.2884 313.2884 59601.293 59601.293 -675.17801 -675.17801 46000 -15326.488 -15326.488 -15488.125 -15488.125 312.69632 312.69632 59594.185 59594.185 -1001.0766 -1001.0766 Loop time of 228.314 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.420 hours/ns, 4.380 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.2 | 227.2 | 227.2 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16412 | 0.16412 | 0.16412 | 0.0 | 0.07 Output | 0.00025013 | 0.00025013 | 0.00025013 | 0.0 | 0.00 Modify | 0.83792 | 0.83792 | 0.83792 | 0.0 | 0.37 Other | | 0.1076 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312024 ave 312024 max 312024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312024 Ave neighs/atom = 78.006 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 = 313.455453841211, Press = -0.710731085315822 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15326.488 -15326.488 -15488.125 -15488.125 312.69632 312.69632 59594.185 59594.185 -1001.0766 -1001.0766 47000 -15319.418 -15319.418 -15482.645 -15482.645 315.77297 315.77297 59620.809 59620.809 -1189.6883 -1189.6883 Loop time of 216.76 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.211 hours/ns, 4.613 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 | 215.71 | 215.71 | 215.71 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15858 | 0.15858 | 0.15858 | 0.0 | 0.07 Output | 0.00031909 | 0.00031909 | 0.00031909 | 0.0 | 0.00 Modify | 0.78729 | 0.78729 | 0.78729 | 0.0 | 0.36 Other | | 0.1031 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.451570744514, Press = -1.1538377524062 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15319.418 -15319.418 -15482.645 -15482.645 315.77297 315.77297 59620.809 59620.809 -1189.6883 -1189.6883 48000 -15323.879 -15323.879 -15482.568 -15482.568 306.99475 306.99475 59640.846 59640.846 -1846.7078 -1846.7078 Loop time of 207.373 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.604 hours/ns, 4.822 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 | 206.38 | 206.38 | 206.38 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15236 | 0.15236 | 0.15236 | 0.0 | 0.07 Output | 0.00019138 | 0.00019138 | 0.00019138 | 0.0 | 0.00 Modify | 0.73796 | 0.73796 | 0.73796 | 0.0 | 0.36 Other | | 0.1006 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312046 ave 312046 max 312046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312046 Ave neighs/atom = 78.0115 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 = 313.461135220044, Press = -0.811572950422928 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.879 -15323.879 -15482.568 -15482.568 306.99475 306.99475 59640.846 59640.846 -1846.7078 -1846.7078 49000 -15321.662 -15321.662 -15484.153 -15484.153 314.35053 314.35053 59634.95 59634.95 -1822.0439 -1822.0439 Loop time of 194.91 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.142 hours/ns, 5.131 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 | 194 | 194 | 194 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14367 | 0.14367 | 0.14367 | 0.0 | 0.07 Output | 0.00019271 | 0.00019271 | 0.00019271 | 0.0 | 0.00 Modify | 0.67443 | 0.67443 | 0.67443 | 0.0 | 0.35 Other | | 0.09704 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312014 ave 312014 max 312014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312014 Ave neighs/atom = 78.0035 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 = 313.446673719072, Press = -0.911129822493939 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.662 -15321.662 -15484.153 -15484.153 314.35053 314.35053 59634.95 59634.95 -1822.0439 -1822.0439 50000 -15317.87 -15317.87 -15483.534 -15483.534 320.488 320.488 59582.981 59582.981 2.8716789 2.8716789 Loop time of 206.365 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.324 hours/ns, 4.846 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 | 205.38 | 205.38 | 205.38 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15091 | 0.15091 | 0.15091 | 0.0 | 0.07 Output | 0.0002657 | 0.0002657 | 0.0002657 | 0.0 | 0.00 Modify | 0.73428 | 0.73428 | 0.73428 | 0.0 | 0.36 Other | | 0.1005 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.463935934312, Press = -1.01188381522999 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15317.87 -15317.87 -15483.534 -15483.534 320.488 320.488 59582.981 59582.981 2.8716789 2.8716789 51000 -15325.864 -15325.864 -15489.169 -15489.169 315.92365 315.92365 59571.128 59571.128 -360.80695 -360.80695 Loop time of 228.95 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.597 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.83 | 227.83 | 227.83 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16389 | 0.16389 | 0.16389 | 0.0 | 0.07 Output | 0.00029577 | 0.00029577 | 0.00029577 | 0.0 | 0.00 Modify | 0.84875 | 0.84875 | 0.84875 | 0.0 | 0.37 Other | | 0.108 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312012 ave 312012 max 312012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312012 Ave neighs/atom = 78.003 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 = 313.483622177814, Press = -1.2753661113273 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15325.864 -15325.864 -15489.169 -15489.169 315.92365 315.92365 59571.128 59571.128 -360.80695 -360.80695 52000 -15321.651 -15321.651 -15481.666 -15481.666 309.55946 309.55946 59615.112 59615.112 -849.65986 -849.65986 Loop time of 228.868 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.574 hours/ns, 4.369 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.75 | 227.75 | 227.75 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16463 | 0.16463 | 0.16463 | 0.0 | 0.07 Output | 0.00024801 | 0.00024801 | 0.00024801 | 0.0 | 0.00 Modify | 0.84561 | 0.84561 | 0.84561 | 0.0 | 0.37 Other | | 0.108 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312056 ave 312056 max 312056 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312056 Ave neighs/atom = 78.014 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 = 313.463654160441, Press = -1.19622667069031 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.651 -15321.651 -15481.666 -15481.666 309.55946 309.55946 59615.112 59615.112 -849.65986 -849.65986 53000 -15325.998 -15325.998 -15487.002 -15487.002 311.47213 311.47213 59609.251 59609.251 -1295.3936 -1295.3936 Loop time of 228.481 on 1 procs for 1000 steps with 4000 atoms Performance: 0.378 ns/day, 63.467 hours/ns, 4.377 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.37 | 227.37 | 227.37 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16395 | 0.16395 | 0.16395 | 0.0 | 0.07 Output | 0.00029901 | 0.00029901 | 0.00029901 | 0.0 | 0.00 Modify | 0.84426 | 0.84426 | 0.84426 | 0.0 | 0.37 Other | | 0.1065 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.439730108852, Press = -1.46949447571831 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15325.998 -15325.998 -15487.002 -15487.002 311.47213 311.47213 59609.251 59609.251 -1295.3936 -1295.3936 54000 -15322.598 -15322.598 -15485.76 -15485.76 315.64684 315.64684 59609.278 59609.278 -1075.959 -1075.959 Loop time of 227.102 on 1 procs for 1000 steps with 4000 atoms Performance: 0.380 ns/day, 63.084 hours/ns, 4.403 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 | 226 | 226 | 226 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16371 | 0.16371 | 0.16371 | 0.0 | 0.07 Output | 0.00023169 | 0.00023169 | 0.00023169 | 0.0 | 0.00 Modify | 0.83096 | 0.83096 | 0.83096 | 0.0 | 0.37 Other | | 0.1067 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.0085 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 = 313.429169518068, Press = -0.974097444745433 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.598 -15322.598 -15485.76 -15485.76 315.64684 315.64684 59609.278 59609.278 -1075.959 -1075.959 55000 -15323.866 -15323.866 -15485.165 -15485.165 312.04416 312.04416 59585.215 59585.215 -436.8743 -436.8743 Loop time of 193.757 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.821 hours/ns, 5.161 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.85 | 192.85 | 192.85 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14236 | 0.14236 | 0.14236 | 0.0 | 0.07 Output | 0.00019037 | 0.00019037 | 0.00019037 | 0.0 | 0.00 Modify | 0.6692 | 0.6692 | 0.6692 | 0.0 | 0.35 Other | | 0.09519 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.0055 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 = 313.42205744858, Press = -0.726104416808497 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.866 -15323.866 -15485.165 -15485.165 312.04416 312.04416 59585.215 59585.215 -436.8743 -436.8743 56000 -15322.732 -15322.732 -15484.272 -15484.272 312.50955 312.50955 59568.243 59568.243 300.22831 300.22831 Loop time of 208.628 on 1 procs for 1000 steps with 4000 atoms Performance: 0.414 ns/day, 57.952 hours/ns, 4.793 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 207.63 | 207.63 | 207.63 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15055 | 0.15055 | 0.15055 | 0.0 | 0.07 Output | 0.00019361 | 0.00019361 | 0.00019361 | 0.0 | 0.00 Modify | 0.74745 | 0.74745 | 0.74745 | 0.0 | 0.36 Other | | 0.1019 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.43108888681, Press = -0.584145894179609 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15322.732 -15322.732 -15484.272 -15484.272 312.50955 312.50955 59568.243 59568.243 300.22831 300.22831 57000 -15316.515 -15316.515 -15483.649 -15483.649 323.33208 323.33208 59510.936 59510.936 2400.9808 2400.9808 Loop time of 223.557 on 1 procs for 1000 steps with 4000 atoms Performance: 0.386 ns/day, 62.099 hours/ns, 4.473 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.47 | 222.47 | 222.47 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16058 | 0.16058 | 0.16058 | 0.0 | 0.07 Output | 0.00025402 | 0.00025402 | 0.00025402 | 0.0 | 0.00 Modify | 0.82016 | 0.82016 | 0.82016 | 0.0 | 0.37 Other | | 0.1065 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312062 ave 312062 max 312062 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312062 Ave neighs/atom = 78.0155 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 = 313.437972071903, Press = -0.286735290217042 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15316.515 -15316.515 -15483.649 -15483.649 323.33208 323.33208 59510.936 59510.936 2400.9808 2400.9808 58000 -15323.779 -15323.779 -15485.799 -15485.799 313.43894 313.43894 59496.111 59496.111 2452.8759 2452.8759 Loop time of 228.883 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.579 hours/ns, 4.369 timesteps/s 100.1% 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.76 | 227.76 | 227.76 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16531 | 0.16531 | 0.16531 | 0.0 | 0.07 Output | 0.000195 | 0.000195 | 0.000195 | 0.0 | 0.00 Modify | 0.84513 | 0.84513 | 0.84513 | 0.0 | 0.37 Other | | 0.1073 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 = 313.456323317219, Press = -1.01839026450127 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.779 -15323.779 -15485.799 -15485.799 313.43894 313.43894 59496.111 59496.111 2452.8759 2452.8759 59000 -15323.865 -15323.865 -15488.277 -15488.277 318.0661 318.0661 59512.783 59512.783 1696.1954 1696.1954 Loop time of 229.203 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.667 hours/ns, 4.363 timesteps/s 100.1% 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.09 | 228.09 | 228.09 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16511 | 0.16511 | 0.16511 | 0.0 | 0.07 Output | 0.00025809 | 0.00025809 | 0.00025809 | 0.0 | 0.00 Modify | 0.84422 | 0.84422 | 0.84422 | 0.0 | 0.37 Other | | 0.1058 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016 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 = 313.462475718321, Press = -1.15333253962045 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.865 -15323.865 -15488.277 -15488.277 318.0661 318.0661 59512.783 59512.783 1696.1954 1696.1954 60000 -15320.411 -15320.411 -15484.048 -15484.048 316.567 316.567 59545.582 59545.582 1014.4153 1014.4153 Loop time of 229.359 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.711 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.25 | 228.25 | 228.25 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16528 | 0.16528 | 0.16528 | 0.0 | 0.07 Output | 0.00026221 | 0.00026221 | 0.00026221 | 0.0 | 0.00 Modify | 0.83868 | 0.83868 | 0.83868 | 0.0 | 0.37 Other | | 0.1051 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 = 313.454820742139, Press = -1.25394215912265 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15320.411 -15320.411 -15484.048 -15484.048 316.567 316.567 59545.582 59545.582 1014.4153 1014.4153 61000 -15323.998 -15323.998 -15483.513 -15483.513 308.5918 308.5918 59581.195 59581.195 -169.17797 -169.17797 Loop time of 229.141 on 1 procs for 1000 steps with 4000 atoms Performance: 0.377 ns/day, 63.650 hours/ns, 4.364 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 | 228.02 | 228.02 | 228.02 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16602 | 0.16602 | 0.16602 | 0.0 | 0.07 Output | 0.00027207 | 0.00027207 | 0.00027207 | 0.0 | 0.00 Modify | 0.84721 | 0.84721 | 0.84721 | 0.0 | 0.37 Other | | 0.1076 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312018 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.0045 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 = 313.440210568699, Press = -1.09858602410908 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.998 -15323.998 -15483.513 -15483.513 308.5918 308.5918 59581.195 59581.195 -169.17797 -169.17797 62000 -15325.35 -15325.35 -15485.715 -15485.715 310.23687 310.23687 59559.132 59559.132 442.58885 442.58885 Loop time of 229.632 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.787 hours/ns, 4.355 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 | 228.51 | 228.51 | 228.51 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16641 | 0.16641 | 0.16641 | 0.0 | 0.07 Output | 0.00019432 | 0.00019432 | 0.00019432 | 0.0 | 0.00 Modify | 0.8517 | 0.8517 | 0.8517 | 0.0 | 0.37 Other | | 0.1074 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.449758298468, Press = -0.795830291755536 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15325.35 -15325.35 -15485.715 -15485.715 310.23687 310.23687 59559.132 59559.132 442.58885 442.58885 63000 -15321.88 -15321.88 -15485.355 -15485.355 316.2545 316.2545 59598.822 59598.822 -862.80853 -862.80853 Loop time of 221.598 on 1 procs for 1000 steps with 4000 atoms Performance: 0.390 ns/day, 61.555 hours/ns, 4.513 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 | 220.52 | 220.52 | 220.52 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16207 | 0.16207 | 0.16207 | 0.0 | 0.07 Output | 0.00019405 | 0.00019405 | 0.00019405 | 0.0 | 0.00 Modify | 0.80699 | 0.80699 | 0.80699 | 0.0 | 0.36 Other | | 0.1053 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312022 ave 312022 max 312022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312022 Ave neighs/atom = 78.0055 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 = 313.454198254648, Press = -1.69337732129356 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.88 -15321.88 -15485.355 -15485.355 316.2545 316.2545 59598.822 59598.822 -862.80853 -862.80853 64000 -15321.935 -15321.935 -15482.778 -15482.778 311.16212 311.16212 59598.097 59598.097 -551.66113 -551.66113 Loop time of 217.237 on 1 procs for 1000 steps with 4000 atoms Performance: 0.398 ns/day, 60.343 hours/ns, 4.603 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.18 | 216.18 | 216.18 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1595 | 0.1595 | 0.1595 | 0.0 | 0.07 Output | 0.00031667 | 0.00031667 | 0.00031667 | 0.0 | 0.00 Modify | 0.78885 | 0.78885 | 0.78885 | 0.0 | 0.36 Other | | 0.103 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 = 313.448747055263, Press = -1.16187452342503 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15321.935 -15321.935 -15482.778 -15482.778 311.16212 311.16212 59598.097 59598.097 -551.66113 -551.66113 65000 -15323.501 -15323.501 -15484.748 -15484.748 311.94321 311.94321 59593.388 59593.388 -549.90335 -549.90335 Loop time of 195.35 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.264 hours/ns, 5.119 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.44 | 194.44 | 194.44 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14732 | 0.14732 | 0.14732 | 0.0 | 0.08 Output | 0.00019302 | 0.00019302 | 0.00019302 | 0.0 | 0.00 Modify | 0.67306 | 0.67306 | 0.67306 | 0.0 | 0.34 Other | | 0.09355 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.469631353117, Press = -0.982578394139918 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 -15323.501 -15323.501 -15484.748 -15484.748 311.94321 311.94321 59593.388 59593.388 -549.90335 -549.90335 66000 -15322.169 -15322.169 -15484.707 -15484.707 314.44027 314.44027 59607.823 59607.823 -973.28807 -973.28807 Loop time of 194.453 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.015 hours/ns, 5.143 timesteps/s 100.1% 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.54 | 193.54 | 193.54 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14699 | 0.14699 | 0.14699 | 0.0 | 0.08 Output | 0.0001927 | 0.0001927 | 0.0001927 | 0.0 | 0.00 Modify | 0.67219 | 0.67219 | 0.67219 | 0.0 | 0.35 Other | | 0.09367 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 311988 ave 311988 max 311988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311988 Ave neighs/atom = 77.997 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 = 313.445732691877, Press = -0.318993337080058 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 66000 -15322.169 -15322.169 -15484.707 -15484.707 314.44027 314.44027 59607.823 59607.823 -973.28807 -973.28807 67000 -15326.917 -15326.917 -15488.623 -15488.623 312.83196 312.83196 59529.338 59529.338 1084.4707 1084.4707 Loop time of 217.54 on 1 procs for 1000 steps with 4000 atoms Performance: 0.397 ns/day, 60.428 hours/ns, 4.597 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 | 216.49 | 216.49 | 216.49 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15994 | 0.15994 | 0.15994 | 0.0 | 0.07 Output | 0.00019673 | 0.00019673 | 0.00019673 | 0.0 | 0.00 Modify | 0.79057 | 0.79057 | 0.79057 | 0.0 | 0.36 Other | | 0.1031 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312018 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.0045 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 = 313.421746284015, Press = -0.0631411941164881 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 67000 -15326.917 -15326.917 -15488.623 -15488.623 312.83196 312.83196 59529.338 59529.338 1084.4707 1084.4707 68000 -15322.914 -15322.914 -15485.53 -15485.53 314.59162 314.59162 59571.981 59571.981 69.760883 69.760883 Loop time of 229.791 on 1 procs for 1000 steps with 4000 atoms Performance: 0.376 ns/day, 63.831 hours/ns, 4.352 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.67 | 228.67 | 228.67 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16638 | 0.16638 | 0.16638 | 0.0 | 0.07 Output | 0.00019354 | 0.00019354 | 0.00019354 | 0.0 | 0.00 Modify | 0.85051 | 0.85051 | 0.85051 | 0.0 | 0.37 Other | | 0.1081 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016 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 = 313.399144246323, Press = -0.2381938948744 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 68000 -15322.914 -15322.914 -15485.53 -15485.53 314.59162 314.59162 59571.981 59571.981 69.760883 69.760883 69000 -15325.921 -15325.921 -15487.195 -15487.195 311.99524 311.99524 59576.707 59576.707 -342.21024 -342.21024 Loop time of 211.079 on 1 procs for 1000 steps with 4000 atoms Performance: 0.409 ns/day, 58.633 hours/ns, 4.738 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.06 | 210.06 | 210.06 | 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.00054411 | 0.00054411 | 0.00054411 | 0.0 | 0.00 Modify | 0.75581 | 0.75581 | 0.75581 | 0.0 | 0.36 Other | | 0.1012 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.394758457265, Press = -0.443116853933176 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 69000 -15325.921 -15325.921 -15487.195 -15487.195 311.99524 311.99524 59576.707 59576.707 -342.21024 -342.21024 70000 -15320.349 -15320.349 -15482.419 -15482.419 313.53579 313.53579 59550.271 59550.271 1117.1581 1117.1581 Loop time of 195.1 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.194 hours/ns, 5.126 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.17 | 194.17 | 194.17 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15001 | 0.15001 | 0.15001 | 0.0 | 0.08 Output | 0.00019033 | 0.00019033 | 0.00019033 | 0.0 | 0.00 Modify | 0.68084 | 0.68084 | 0.68084 | 0.0 | 0.35 Other | | 0.09532 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.369942230117, Press = -0.641907426329703 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 70000 -15320.349 -15320.349 -15482.419 -15482.419 313.53579 313.53579 59550.271 59550.271 1117.1581 1117.1581 71000 -15323.504 -15323.504 -15486.576 -15486.576 315.47337 315.47337 59585.158 59585.158 -439.30516 -439.30516 Loop time of 194.352 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.987 hours/ns, 5.145 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.43 | 193.43 | 193.43 | 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.00019347 | 0.00019347 | 0.00019347 | 0.0 | 0.00 Modify | 0.68028 | 0.68028 | 0.68028 | 0.0 | 0.35 Other | | 0.09635 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312064 ave 312064 max 312064 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312064 Ave neighs/atom = 78.016 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 = 313.340925122557, Press = -0.575216820582978 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 71000 -15323.504 -15323.504 -15486.576 -15486.576 315.47337 315.47337 59585.158 59585.158 -439.30516 -439.30516 72000 -15326.221 -15326.221 -15486.707 -15486.707 310.46959 310.46959 59562.844 59562.844 147.41693 147.41693 Loop time of 194.061 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.906 hours/ns, 5.153 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.14 | 193.14 | 193.14 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14521 | 0.14521 | 0.14521 | 0.0 | 0.07 Output | 0.00019098 | 0.00019098 | 0.00019098 | 0.0 | 0.00 Modify | 0.68021 | 0.68021 | 0.68021 | 0.0 | 0.35 Other | | 0.09687 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312060 ave 312060 max 312060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312060 Ave neighs/atom = 78.015 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 = 313.3295121095, Press = -0.544741170873825 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 72000 -15326.221 -15326.221 -15486.707 -15486.707 310.46959 310.46959 59562.844 59562.844 147.41693 147.41693 73000 -15320.732 -15320.732 -15484.925 -15484.925 317.64118 317.64118 59558.49 59558.49 464.76634 464.76634 Loop time of 194.119 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.922 hours/ns, 5.151 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.2 | 193.2 | 193.2 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14477 | 0.14477 | 0.14477 | 0.0 | 0.07 Output | 0.00019388 | 0.00019388 | 0.00019388 | 0.0 | 0.00 Modify | 0.67575 | 0.67575 | 0.67575 | 0.0 | 0.35 Other | | 0.0966 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.329969960838, Press = -1.09060512264638 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 73000 -15320.732 -15320.732 -15484.925 -15484.925 317.64118 317.64118 59558.49 59558.49 464.76634 464.76634 74000 -15324.383 -15324.383 -15485.445 -15485.445 311.58633 311.58633 59558.792 59558.792 453.15211 453.15211 Loop time of 194.085 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.912 hours/ns, 5.152 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.17 | 193.17 | 193.17 | 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.00019263 | 0.00019263 | 0.00019263 | 0.0 | 0.00 Modify | 0.67664 | 0.67664 | 0.67664 | 0.0 | 0.35 Other | | 0.09654 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312042 ave 312042 max 312042 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312042 Ave neighs/atom = 78.0105 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 = 313.314825704325, Press = -1.28125689135392 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 74000 -15324.383 -15324.383 -15485.445 -15485.445 311.58633 311.58633 59558.792 59558.792 453.15211 453.15211 75000 -15321.497 -15321.497 -15484.932 -15484.932 316.17617 316.17617 59540.815 59540.815 1197.7882 1197.7882 Loop time of 194.033 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.898 hours/ns, 5.154 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.11 | 193.11 | 193.11 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1456 | 0.1456 | 0.1456 | 0.0 | 0.08 Output | 0.00019267 | 0.00019267 | 0.00019267 | 0.0 | 0.00 Modify | 0.67761 | 0.67761 | 0.67761 | 0.0 | 0.35 Other | | 0.09661 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 = 313.319513777614, Press = -0.934092565205161 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 75000 -15321.497 -15321.497 -15484.932 -15484.932 316.17617 316.17617 59540.815 59540.815 1197.7882 1197.7882 76000 -15326.06 -15326.06 -15484.909 -15484.909 307.30366 307.30366 59497.792 59497.792 2554.224 2554.224 Loop time of 193.938 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.872 hours/ns, 5.156 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 | 193.02 | 193.02 | 193.02 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14389 | 0.14389 | 0.14389 | 0.0 | 0.07 Output | 0.00019289 | 0.00019289 | 0.00019289 | 0.0 | 0.00 Modify | 0.67709 | 0.67709 | 0.67709 | 0.0 | 0.35 Other | | 0.09678 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312018 ave 312018 max 312018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312018 Ave neighs/atom = 78.0045 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 = 313.314278323187, Press = -0.567991569022678 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 76000 -15326.06 -15326.06 -15484.909 -15484.909 307.30366 307.30366 59497.792 59497.792 2554.224 2554.224 77000 -15316.93 -15316.93 -15482.865 -15482.865 321.0142 321.0142 59573.548 59573.548 327.23532 327.23532 Loop time of 194.079 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.911 hours/ns, 5.153 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.16 | 193.16 | 193.16 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14487 | 0.14487 | 0.14487 | 0.0 | 0.07 Output | 0.00019437 | 0.00019437 | 0.00019437 | 0.0 | 0.00 Modify | 0.67546 | 0.67546 | 0.67546 | 0.0 | 0.35 Other | | 0.09741 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312086 ave 312086 max 312086 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312086 Ave neighs/atom = 78.0215 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 = 313.31573625802, Press = -0.753132220448727 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 77000 -15316.93 -15316.93 -15482.865 -15482.865 321.0142 321.0142 59573.548 59573.548 327.23532 327.23532 78000 -15322.24 -15322.24 -15483.012 -15483.012 311.02392 311.02392 59625.111 59625.111 -1387.8077 -1387.8077 Loop time of 194.453 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 54.015 hours/ns, 5.143 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.53 | 193.53 | 193.53 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14364 | 0.14364 | 0.14364 | 0.0 | 0.07 Output | 0.00019169 | 0.00019169 | 0.00019169 | 0.0 | 0.00 Modify | 0.67843 | 0.67843 | 0.67843 | 0.0 | 0.35 Other | | 0.09631 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.327515275268, Press = -0.957255785250365 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 78000 -15322.24 -15322.24 -15483.012 -15483.012 311.02392 311.02392 59625.111 59625.111 -1387.8077 -1387.8077 79000 -15323.628 -15323.628 -15486.579 -15486.579 315.24049 315.24049 59604.963 59604.963 -989.23475 -989.23475 Loop time of 194.099 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.916 hours/ns, 5.152 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.18 | 193.18 | 193.18 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14549 | 0.14549 | 0.14549 | 0.0 | 0.07 Output | 0.00019313 | 0.00019313 | 0.00019313 | 0.0 | 0.00 Modify | 0.67682 | 0.67682 | 0.67682 | 0.0 | 0.35 Other | | 0.09665 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312012 ave 312012 max 312012 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312012 Ave neighs/atom = 78.003 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 = 313.322040446616, Press = -0.888496063649147 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 79000 -15323.628 -15323.628 -15486.579 -15486.579 315.24049 315.24049 59604.963 59604.963 -989.23475 -989.23475 80000 -15323.29 -15323.29 -15484.763 -15484.763 312.37965 312.37965 59620.17 59620.17 -1403.9376 -1403.9376 Loop time of 193.849 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.847 hours/ns, 5.159 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.93 | 192.93 | 192.93 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14473 | 0.14473 | 0.14473 | 0.0 | 0.07 Output | 0.00019267 | 0.00019267 | 0.00019267 | 0.0 | 0.00 Modify | 0.67677 | 0.67677 | 0.67677 | 0.0 | 0.35 Other | | 0.09651 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312006 ave 312006 max 312006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312006 Ave neighs/atom = 78.0015 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 = 313.316223231965, Press = -0.571922774045852 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 80000 -15323.29 -15323.29 -15484.763 -15484.763 312.37965 312.37965 59620.17 59620.17 -1403.9376 -1403.9376 81000 -15320.644 -15320.644 -15486.223 -15486.223 320.32359 320.32359 59589.737 59589.737 -561.39268 -561.39268 Loop time of 194.225 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.951 hours/ns, 5.149 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.31 | 193.31 | 193.31 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14499 | 0.14499 | 0.14499 | 0.0 | 0.07 Output | 0.00019614 | 0.00019614 | 0.00019614 | 0.0 | 0.00 Modify | 0.67635 | 0.67635 | 0.67635 | 0.0 | 0.35 Other | | 0.09645 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.0085 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 = 313.332709057217, Press = -0.528874789703704 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 81000 -15320.644 -15320.644 -15486.223 -15486.223 320.32359 320.32359 59589.737 59589.737 -561.39268 -561.39268 82000 -15320.184 -15320.184 -15481.133 -15481.133 311.36697 311.36697 59625.422 59625.422 -984.85821 -984.85821 Loop time of 193.984 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.885 hours/ns, 5.155 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.07 | 193.07 | 193.07 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14439 | 0.14439 | 0.14439 | 0.0 | 0.07 Output | 0.00019143 | 0.00019143 | 0.00019143 | 0.0 | 0.00 Modify | 0.67804 | 0.67804 | 0.67804 | 0.0 | 0.35 Other | | 0.09641 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312050 ave 312050 max 312050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312050 Ave neighs/atom = 78.0125 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 = 313.340427150809, Press = -0.238768653074597 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 82000 -15320.184 -15320.184 -15481.133 -15481.133 311.36697 311.36697 59625.422 59625.422 -984.85821 -984.85821 83000 -15325.379 -15325.379 -15487.35 -15487.35 313.34326 313.34326 59614.122 59614.122 -1487.8787 -1487.8787 Loop time of 194.234 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.954 hours/ns, 5.148 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.32 | 193.32 | 193.32 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14295 | 0.14295 | 0.14295 | 0.0 | 0.07 Output | 0.00019102 | 0.00019102 | 0.00019102 | 0.0 | 0.00 Modify | 0.67899 | 0.67899 | 0.67899 | 0.0 | 0.35 Other | | 0.09603 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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 = 313.363053965459, Press = -0.403679186432209 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 83000 -15325.379 -15325.379 -15487.35 -15487.35 313.34326 313.34326 59614.122 59614.122 -1487.8787 -1487.8787 84000 -15319.064 -15319.064 -15479.863 -15479.863 311.07759 311.07759 59582.606 59582.606 418.41746 418.41746 Loop time of 194.056 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.905 hours/ns, 5.153 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.14 | 193.14 | 193.14 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14362 | 0.14362 | 0.14362 | 0.0 | 0.07 Output | 0.00019726 | 0.00019726 | 0.00019726 | 0.0 | 0.00 Modify | 0.67703 | 0.67703 | 0.67703 | 0.0 | 0.35 Other | | 0.09848 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312040 ave 312040 max 312040 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312040 Ave neighs/atom = 78.01 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 = 313.362657152199, Press = -0.375144739395242 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 84000 -15319.064 -15319.064 -15479.863 -15479.863 311.07759 311.07759 59582.606 59582.606 418.41746 418.41746 85000 -15324.558 -15324.558 -15486.587 -15486.587 313.45611 313.45611 59542.821 59542.821 923.67504 923.67504 Loop time of 194.235 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.954 hours/ns, 5.148 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.32 | 193.32 | 193.32 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14468 | 0.14468 | 0.14468 | 0.0 | 0.07 Output | 0.00019194 | 0.00019194 | 0.00019194 | 0.0 | 0.00 Modify | 0.6775 | 0.6775 | 0.6775 | 0.0 | 0.35 Other | | 0.09707 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312052 ave 312052 max 312052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312052 Ave neighs/atom = 78.013 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 = 313.373074380322, Press = -0.190982961397033 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 85000 -15324.558 -15324.558 -15486.587 -15486.587 313.45611 313.45611 59542.821 59542.821 923.67504 923.67504 86000 -15318.895 -15318.895 -15482.816 -15482.816 317.11599 317.11599 59525.187 59525.187 1976.1841 1976.1841 Loop time of 194.21 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.947 hours/ns, 5.149 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.29 | 193.29 | 193.29 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14433 | 0.14433 | 0.14433 | 0.0 | 0.07 Output | 0.00019837 | 0.00019837 | 0.00019837 | 0.0 | 0.00 Modify | 0.67758 | 0.67758 | 0.67758 | 0.0 | 0.35 Other | | 0.09675 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 = 313.384706871486, Press = -0.515639307550552 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 86000 -15318.895 -15318.895 -15482.816 -15482.816 317.11599 317.11599 59525.187 59525.187 1976.1841 1976.1841 87000 -15323.501 -15323.501 -15487.972 -15487.972 318.17848 318.17848 59568.403 59568.403 -62.92727 -62.92727 Loop time of 194.139 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.927 hours/ns, 5.151 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.22 | 193.22 | 193.22 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14575 | 0.14575 | 0.14575 | 0.0 | 0.08 Output | 0.0001933 | 0.0001933 | 0.0001933 | 0.0 | 0.00 Modify | 0.67899 | 0.67899 | 0.67899 | 0.0 | 0.35 Other | | 0.0956 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.38878266405, Press = -0.697341505983539 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 87000 -15323.501 -15323.501 -15487.972 -15487.972 318.17848 318.17848 59568.403 59568.403 -62.92727 -62.92727 88000 -15325.856 -15325.856 -15485.561 -15485.561 308.96 308.96 59556.614 59556.614 547.36136 547.36136 Loop time of 194.392 on 1 procs for 1000 steps with 4000 atoms Performance: 0.444 ns/day, 53.998 hours/ns, 5.144 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.47 | 193.47 | 193.47 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14384 | 0.14384 | 0.14384 | 0.0 | 0.07 Output | 0.00019153 | 0.00019153 | 0.00019153 | 0.0 | 0.00 Modify | 0.67744 | 0.67744 | 0.67744 | 0.0 | 0.35 Other | | 0.09635 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312026 ave 312026 max 312026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312026 Ave neighs/atom = 78.0065 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 = 313.397561064382, Press = -0.820710930546759 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 88000 -15325.856 -15325.856 -15485.561 -15485.561 308.96 308.96 59556.614 59556.614 547.36136 547.36136 89000 -15321.638 -15321.638 -15481.56 -15481.56 309.38072 309.38072 59547.395 59547.395 1337.0296 1337.0296 Loop time of 193.902 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.862 hours/ns, 5.157 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.98 | 192.98 | 192.98 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14304 | 0.14304 | 0.14304 | 0.0 | 0.07 Output | 0.00019381 | 0.00019381 | 0.00019381 | 0.0 | 0.00 Modify | 0.67853 | 0.67853 | 0.67853 | 0.0 | 0.35 Other | | 0.09728 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 = 313.372071293975, Press = -0.512853012605049 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 89000 -15321.638 -15321.638 -15481.56 -15481.56 309.38072 309.38072 59547.395 59547.395 1337.0296 1337.0296 90000 -15322.185 -15322.185 -15483.097 -15483.097 311.29516 311.29516 59560.12 59560.12 639.56463 639.56463 Loop time of 194.301 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.973 hours/ns, 5.147 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.38 | 193.38 | 193.38 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1443 | 0.1443 | 0.1443 | 0.0 | 0.07 Output | 0.00019266 | 0.00019266 | 0.00019266 | 0.0 | 0.00 Modify | 0.67988 | 0.67988 | 0.67988 | 0.0 | 0.35 Other | | 0.09699 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312044 ave 312044 max 312044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312044 Ave neighs/atom = 78.011 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 = 313.368723912345, Press = -0.476364457624685 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 90000 -15322.185 -15322.185 -15483.097 -15483.097 311.29516 311.29516 59560.12 59560.12 639.56463 639.56463 91000 -15325.17 -15325.17 -15484.99 -15484.99 309.18308 309.18308 59491.85 59491.85 2616.9517 2616.9517 Loop time of 194.11 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.919 hours/ns, 5.152 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.19 | 193.19 | 193.19 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14405 | 0.14405 | 0.14405 | 0.0 | 0.07 Output | 0.0001926 | 0.0001926 | 0.0001926 | 0.0 | 0.00 Modify | 0.68046 | 0.68046 | 0.68046 | 0.0 | 0.35 Other | | 0.09596 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 = 313.346431787642, Press = -0.396717820530005 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 91000 -15325.17 -15325.17 -15484.99 -15484.99 309.18308 309.18308 59491.85 59491.85 2616.9517 2616.9517 92000 -15324.849 -15324.849 -15486.895 -15486.895 313.49025 313.49025 59528.635 59528.635 1226.316 1226.316 Loop time of 194.26 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.961 hours/ns, 5.148 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.34 | 193.34 | 193.34 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14225 | 0.14225 | 0.14225 | 0.0 | 0.07 Output | 0.00019402 | 0.00019402 | 0.00019402 | 0.0 | 0.00 Modify | 0.67767 | 0.67767 | 0.67767 | 0.0 | 0.35 Other | | 0.0977 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312084 ave 312084 max 312084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312084 Ave neighs/atom = 78.021 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 = 313.352900959498, Press = -0.857316806410436 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 92000 -15324.849 -15324.849 -15486.895 -15486.895 313.49025 313.49025 59528.635 59528.635 1226.316 1226.316 93000 -15323.415 -15323.415 -15484.338 -15484.338 311.31602 311.31602 59627.329 59627.329 -1528.4441 -1528.4441 Loop time of 194.073 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.909 hours/ns, 5.153 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.15 | 193.15 | 193.15 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1442 | 0.1442 | 0.1442 | 0.0 | 0.07 Output | 0.0002385 | 0.0002385 | 0.0002385 | 0.0 | 0.00 Modify | 0.68028 | 0.68028 | 0.68028 | 0.0 | 0.35 Other | | 0.09616 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312058 ave 312058 max 312058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312058 Ave neighs/atom = 78.0145 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 = 313.341564583994, Press = -1.03775595403211 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 93000 -15323.415 -15323.415 -15484.338 -15484.338 311.31602 311.31602 59627.329 59627.329 -1528.4441 -1528.4441 94000 -15327.581 -15327.581 -15488.04 -15488.04 310.41875 310.41875 59602.25 59602.25 -1259.9094 -1259.9094 Loop time of 193.786 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.829 hours/ns, 5.160 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.87 | 192.87 | 192.87 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14355 | 0.14355 | 0.14355 | 0.0 | 0.07 Output | 0.00019379 | 0.00019379 | 0.00019379 | 0.0 | 0.00 Modify | 0.67728 | 0.67728 | 0.67728 | 0.0 | 0.35 Other | | 0.09723 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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 = 313.33516921156, Press = -0.684925840858558 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 94000 -15327.581 -15327.581 -15488.04 -15488.04 310.41875 310.41875 59602.25 59602.25 -1259.9094 -1259.9094 95000 -15323.491 -15323.491 -15484.547 -15484.547 311.57339 311.57339 59614.08 59614.08 -1163.4608 -1163.4608 Loop time of 193.999 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.888 hours/ns, 5.155 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.08 | 193.08 | 193.08 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14437 | 0.14437 | 0.14437 | 0.0 | 0.07 Output | 0.00019282 | 0.00019282 | 0.00019282 | 0.0 | 0.00 Modify | 0.67761 | 0.67761 | 0.67761 | 0.0 | 0.35 Other | | 0.09612 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312026 ave 312026 max 312026 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312026 Ave neighs/atom = 78.0065 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 = 313.317724927864, Press = -0.534610036272132 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 95000 -15323.491 -15323.491 -15484.547 -15484.547 311.57339 311.57339 59614.08 59614.08 -1163.4608 -1163.4608 96000 -15322.379 -15322.379 -15482.549 -15482.549 309.86014 309.86014 59587.524 59587.524 -69.078955 -69.078955 Loop time of 194.001 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.889 hours/ns, 5.155 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.08 | 193.08 | 193.08 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14346 | 0.14346 | 0.14346 | 0.0 | 0.07 Output | 0.00019152 | 0.00019152 | 0.00019152 | 0.0 | 0.00 Modify | 0.67612 | 0.67612 | 0.67612 | 0.0 | 0.35 Other | | 0.09662 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312032 ave 312032 max 312032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312032 Ave neighs/atom = 78.008 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 = 313.31496412056, Press = -0.66789705101296 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 96000 -15322.379 -15322.379 -15482.549 -15482.549 309.86014 309.86014 59587.524 59587.524 -69.078955 -69.078955 97000 -15326.52 -15326.52 -15485.352 -15485.352 307.27155 307.27155 59588.011 59588.011 -481.44044 -481.44044 Loop time of 193.579 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.772 hours/ns, 5.166 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.66 | 192.66 | 192.66 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14209 | 0.14209 | 0.14209 | 0.0 | 0.07 Output | 0.000248 | 0.000248 | 0.000248 | 0.0 | 0.00 Modify | 0.67488 | 0.67488 | 0.67488 | 0.0 | 0.35 Other | | 0.09737 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312048 ave 312048 max 312048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312048 Ave neighs/atom = 78.012 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 = 313.29202498194, Press = -0.515321030328905 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 97000 -15326.52 -15326.52 -15485.352 -15485.352 307.27155 307.27155 59588.011 59588.011 -481.44044 -481.44044 98000 -15324.924 -15324.924 -15485.558 -15485.558 310.75804 310.75804 59576.117 59576.117 -65.612334 -65.612334 Loop time of 193.987 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.885 hours/ns, 5.155 timesteps/s 100.1% 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.07 | 193.07 | 193.07 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14121 | 0.14121 | 0.14121 | 0.0 | 0.07 Output | 0.00019188 | 0.00019188 | 0.00019188 | 0.0 | 0.00 Modify | 0.67502 | 0.67502 | 0.67502 | 0.0 | 0.35 Other | | 0.09686 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312034 ave 312034 max 312034 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312034 Ave neighs/atom = 78.0085 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 = 313.283408259372, Press = -0.50791674771837 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 98000 -15324.924 -15324.924 -15485.558 -15485.558 310.75804 310.75804 59576.117 59576.117 -65.612334 -65.612334 99000 -15319.863 -15319.863 -15483.671 -15483.671 316.89829 316.89829 59566.648 59566.648 361.98695 361.98695 Loop time of 193.495 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.749 hours/ns, 5.168 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.58 | 192.58 | 192.58 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14154 | 0.14154 | 0.14154 | 0.0 | 0.07 Output | 0.00019129 | 0.00019129 | 0.00019129 | 0.0 | 0.00 Modify | 0.67374 | 0.67374 | 0.67374 | 0.0 | 0.35 Other | | 0.09698 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312054 ave 312054 max 312054 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312054 Ave neighs/atom = 78.0135 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 = 313.255641055182, Press = -0.232376738408414 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 99000 -15319.863 -15319.863 -15483.671 -15483.671 316.89829 316.89829 59566.648 59566.648 361.98695 361.98695 100000 -15324.651 -15324.651 -15484.828 -15484.828 309.87383 309.87383 59586.813 59586.813 -406.0408 -406.0408 Loop time of 193.618 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.783 hours/ns, 5.165 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.71 | 192.71 | 192.71 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14067 | 0.14067 | 0.14067 | 0.0 | 0.07 Output | 0.00019117 | 0.00019117 | 0.00019117 | 0.0 | 0.00 Modify | 0.67442 | 0.67442 | 0.67442 | 0.0 | 0.35 Other | | 0.09744 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312016 ave 312016 max 312016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312016 Ave neighs/atom = 78.004 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 = 313.269171327264, Press = -0.528323234086552 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 100000 -15324.651 -15324.651 -15484.828 -15484.828 309.87383 309.87383 59586.813 59586.813 -406.0408 -406.0408 101000 -15321.071 -15321.071 -15483.057 -15483.057 313.37358 313.37358 59609.768 59609.768 -860.74288 -860.74288 Loop time of 194.126 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.924 hours/ns, 5.151 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.21 | 193.21 | 193.21 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1419 | 0.1419 | 0.1419 | 0.0 | 0.07 Output | 0.00024549 | 0.00024549 | 0.00024549 | 0.0 | 0.00 Modify | 0.67331 | 0.67331 | 0.67331 | 0.0 | 0.35 Other | | 0.09744 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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 = 313.290095135368, Press = -0.498172114676646 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule 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 101000 -15321.071 -15321.071 -15483.057 -15483.057 313.37358 313.37358 59609.768 59609.768 -860.74288 -860.74288 102000 -15320.317 -15320.317 -15480.49 -15480.49 309.86572 309.86572 59634.567 59634.567 -1275.2271 -1275.2271 Loop time of 193.894 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.860 hours/ns, 5.157 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 192.98 | 192.98 | 192.98 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.142 | 0.142 | 0.142 | 0.0 | 0.07 Output | 0.00024611 | 0.00024611 | 0.00024611 | 0.0 | 0.00 Modify | 0.67573 | 0.67573 | 0.67573 | 0.0 | 0.35 Other | | 0.09664 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312036 ave 312036 max 312036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312036 Ave neighs/atom = 78.009 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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 59576.5237315267 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0