# 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 2.863657340407371*${_u_distance} variable latticeconst_converted equal 2.863657340407371*1 lattice bcc ${latticeconst_converted} lattice bcc 2.86365734040737 Lattice spacing in x,y,z = 2.8636573 2.8636573 2.8636573 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.636573 28.636573 28.636573) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0 0 0) to (28.636573 28.636573 28.636573) create_atoms CPU = 0.004 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_LeeBaskesKim_2001_Fe__MO_196726067688_001 pair_coeff * * Fe #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23483.5175609808 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5175609808/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5175609808/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23483.5175609808/(1*1*${_u_distance}) variable V0_metal equal 23483.5175609808/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23483.5175609808*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23483.5175609808 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 333.15*${_u_temperature} variable temp_converted equal 333.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 333.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "333.15 - 0.2" variable T_up equal "333.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_196726067688_001#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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8493.9171 -8493.9171 -8580 -8580 333.15 333.15 23483.518 23483.518 3915.3602 3915.3602 1000 -8403.2191 -8403.2191 -8485.7345 -8485.7345 319.34322 319.34322 23777.874 23777.874 -774.30945 -774.30945 Loop time of 100.039 on 1 procs for 1000 steps with 2000 atoms Performance: 0.864 ns/day, 27.789 hours/ns, 9.996 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 | 99.536 | 99.536 | 99.536 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080218 | 0.080218 | 0.080218 | 0.0 | 0.08 Output | 0.00021576 | 0.00021576 | 0.00021576 | 0.0 | 0.00 Modify | 0.36555 | 0.36555 | 0.36555 | 0.0 | 0.37 Other | | 0.05634 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2941 ave 2941 max 2941 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: 116000 ave 116000 max 116000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116000 Ave neighs/atom = 58 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8403.2191 -8403.2191 -8485.7345 -8485.7345 319.34322 319.34322 23777.874 23777.874 -774.30945 -774.30945 2000 -8404.1366 -8404.1366 -8488.8528 -8488.8528 327.86032 327.86032 23787.917 23787.917 -1855.3108 -1855.3108 Loop time of 97.1311 on 1 procs for 1000 steps with 2000 atoms Performance: 0.890 ns/day, 26.981 hours/ns, 10.295 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 | 96.661 | 96.661 | 96.661 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074862 | 0.074862 | 0.074862 | 0.0 | 0.08 Output | 0.00021079 | 0.00021079 | 0.00021079 | 0.0 | 0.00 Modify | 0.33943 | 0.33943 | 0.33943 | 0.0 | 0.35 Other | | 0.05586 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2963 ave 2963 max 2963 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: 116986 ave 116986 max 116986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116986 Ave neighs/atom = 58.493 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8404.1366 -8404.1366 -8488.8528 -8488.8528 327.86032 327.86032 23787.917 23787.917 -1855.3108 -1855.3108 3000 -8405.2295 -8405.2295 -8486.2363 -8486.2363 313.50468 313.50468 23742.799 23742.799 1602.1026 1602.1026 Loop time of 97.1741 on 1 procs for 1000 steps with 2000 atoms Performance: 0.889 ns/day, 26.993 hours/ns, 10.291 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 | 96.703 | 96.703 | 96.703 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074713 | 0.074713 | 0.074713 | 0.0 | 0.08 Output | 0.00021374 | 0.00021374 | 0.00021374 | 0.0 | 0.00 Modify | 0.34019 | 0.34019 | 0.34019 | 0.0 | 0.35 Other | | 0.05591 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116824 ave 116824 max 116824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116824 Ave neighs/atom = 58.412 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8405.2295 -8405.2295 -8486.2363 -8486.2363 313.50468 313.50468 23742.799 23742.799 1602.1026 1602.1026 4000 -8402.7949 -8402.7949 -8491.5321 -8491.5321 343.42246 343.42246 23735.915 23735.915 1545.7965 1545.7965 Loop time of 110.366 on 1 procs for 1000 steps with 2000 atoms Performance: 0.783 ns/day, 30.657 hours/ns, 9.061 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 | 109.82 | 109.82 | 109.82 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080333 | 0.080333 | 0.080333 | 0.0 | 0.07 Output | 0.00020573 | 0.00020573 | 0.00020573 | 0.0 | 0.00 Modify | 0.40387 | 0.40387 | 0.40387 | 0.0 | 0.37 Other | | 0.06093 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2972 ave 2972 max 2972 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: 116906 ave 116906 max 116906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116906 Ave neighs/atom = 58.453 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8402.7949 -8402.7949 -8491.5321 -8491.5321 343.42246 343.42246 23735.915 23735.915 1545.7965 1545.7965 5000 -8405.4713 -8405.4713 -8492.918 -8492.918 338.42746 338.42746 23775.81 23775.81 -1484.0279 -1484.0279 Loop time of 96.7229 on 1 procs for 1000 steps with 2000 atoms Performance: 0.893 ns/day, 26.867 hours/ns, 10.339 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 | 96.259 | 96.259 | 96.259 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.071915 | 0.071915 | 0.071915 | 0.0 | 0.07 Output | 0.00016849 | 0.00016849 | 0.00016849 | 0.0 | 0.00 Modify | 0.3371 | 0.3371 | 0.3371 | 0.0 | 0.35 Other | | 0.05514 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116884 ave 116884 max 116884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116884 Ave neighs/atom = 58.442 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.271763775915, Press = -406.186650542501 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8405.4713 -8405.4713 -8492.918 -8492.918 338.42746 338.42746 23775.81 23775.81 -1484.0279 -1484.0279 6000 -8403.0184 -8403.0184 -8490.2576 -8490.2576 337.62463 337.62463 23760.648 23760.648 -3.714826 -3.714826 Loop time of 97.0438 on 1 procs for 1000 steps with 2000 atoms Performance: 0.890 ns/day, 26.957 hours/ns, 10.305 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 | 96.562 | 96.562 | 96.562 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.071933 | 0.071933 | 0.071933 | 0.0 | 0.07 Output | 0.00016654 | 0.00016654 | 0.00016654 | 0.0 | 0.00 Modify | 0.35555 | 0.35555 | 0.35555 | 0.0 | 0.37 Other | | 0.05449 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116752 ave 116752 max 116752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116752 Ave neighs/atom = 58.376 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 331.794216069768, Press = 13.0057091185343 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8403.0184 -8403.0184 -8490.2576 -8490.2576 337.62463 337.62463 23760.648 23760.648 -3.714826 -3.714826 7000 -8404.0415 -8404.0415 -8490.7759 -8490.7759 335.67114 335.67114 23763.668 23763.668 -354.90256 -354.90256 Loop time of 96.7583 on 1 procs for 1000 steps with 2000 atoms Performance: 0.893 ns/day, 26.877 hours/ns, 10.335 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 | 96.274 | 96.274 | 96.274 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072353 | 0.072353 | 0.072353 | 0.0 | 0.07 Output | 0.00016888 | 0.00016888 | 0.00016888 | 0.0 | 0.00 Modify | 0.35658 | 0.35658 | 0.35658 | 0.0 | 0.37 Other | | 0.05505 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962 ave 2962 max 2962 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: 116794 ave 116794 max 116794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116794 Ave neighs/atom = 58.397 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.874100218697, Press = -16.3591279590875 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8404.0415 -8404.0415 -8490.7759 -8490.7759 335.67114 335.67114 23763.668 23763.668 -354.90256 -354.90256 8000 -8401.1428 -8401.1428 -8488.6013 -8488.6013 338.47347 338.47347 23787.589 23787.589 -1671.747 -1671.747 Loop time of 98.7602 on 1 procs for 1000 steps with 2000 atoms Performance: 0.875 ns/day, 27.433 hours/ns, 10.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 | 98.265 | 98.265 | 98.265 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073371 | 0.073371 | 0.073371 | 0.0 | 0.07 Output | 0.00016846 | 0.00016846 | 0.00016846 | 0.0 | 0.00 Modify | 0.36585 | 0.36585 | 0.36585 | 0.0 | 0.37 Other | | 0.05588 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962 ave 2962 max 2962 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: 116828 ave 116828 max 116828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116828 Ave neighs/atom = 58.414 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.88362652266, Press = 7.39981674215268 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8401.1428 -8401.1428 -8488.6013 -8488.6013 338.47347 338.47347 23787.589 23787.589 -1671.747 -1671.747 9000 -8405.1185 -8405.1185 -8487.9676 -8487.9676 320.63473 320.63473 23733.829 23733.829 2104.7597 2104.7597 Loop time of 114.02 on 1 procs for 1000 steps with 2000 atoms Performance: 0.758 ns/day, 31.672 hours/ns, 8.770 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 | 113.43 | 113.43 | 113.43 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082419 | 0.082419 | 0.082419 | 0.0 | 0.07 Output | 0.00023104 | 0.00023104 | 0.00023104 | 0.0 | 0.00 Modify | 0.44111 | 0.44111 | 0.44111 | 0.0 | 0.39 Other | | 0.06276 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2954 ave 2954 max 2954 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: 116888 ave 116888 max 116888 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116888 Ave neighs/atom = 58.444 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.864809584171, Press = 15.601145285059 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8405.1185 -8405.1185 -8487.9676 -8487.9676 320.63473 320.63473 23733.829 23733.829 2104.7597 2104.7597 10000 -8402.8072 -8402.8072 -8488.778 -8488.778 332.71611 332.71611 23733.922 23733.922 2009.2314 2009.2314 Loop time of 114.256 on 1 procs for 1000 steps with 2000 atoms Performance: 0.756 ns/day, 31.738 hours/ns, 8.752 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 | 113.66 | 113.66 | 113.66 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083465 | 0.083465 | 0.083465 | 0.0 | 0.07 Output | 0.00023104 | 0.00023104 | 0.00023104 | 0.0 | 0.00 Modify | 0.44361 | 0.44361 | 0.44361 | 0.0 | 0.39 Other | | 0.06381 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2974 ave 2974 max 2974 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: 116946 ave 116946 max 116946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116946 Ave neighs/atom = 58.473 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.02073074053, Press = -14.2592577557598 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8402.8072 -8402.8072 -8488.778 -8488.778 332.71611 332.71611 23733.922 23733.922 2009.2314 2009.2314 11000 -8404.0109 -8404.0109 -8490.2925 -8490.2925 333.91902 333.91902 23802.37 23802.37 -3030.3302 -3030.3302 Loop time of 113.991 on 1 procs for 1000 steps with 2000 atoms Performance: 0.758 ns/day, 31.664 hours/ns, 8.773 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 | 113.4 | 113.4 | 113.4 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083447 | 0.083447 | 0.083447 | 0.0 | 0.07 Output | 0.00017572 | 0.00017572 | 0.00017572 | 0.0 | 0.00 Modify | 0.44648 | 0.44648 | 0.44648 | 0.0 | 0.39 Other | | 0.06326 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2975 ave 2975 max 2975 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: 116910 ave 116910 max 116910 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116910 Ave neighs/atom = 58.455 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.110813314853, Press = -8.42948713572941 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8404.0109 -8404.0109 -8490.2925 -8490.2925 333.91902 333.91902 23802.37 23802.37 -3030.3302 -3030.3302 12000 -8408.5068 -8408.5068 -8492.4202 -8492.4202 324.75321 324.75321 23755.358 23755.358 -161.1891 -161.1891 Loop time of 113.892 on 1 procs for 1000 steps with 2000 atoms Performance: 0.759 ns/day, 31.637 hours/ns, 8.780 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 | 113.3 | 113.3 | 113.3 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082522 | 0.082522 | 0.082522 | 0.0 | 0.07 Output | 0.00021149 | 0.00021149 | 0.00021149 | 0.0 | 0.00 Modify | 0.44861 | 0.44861 | 0.44861 | 0.0 | 0.39 Other | | 0.06292 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2966 ave 2966 max 2966 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: 116790 ave 116790 max 116790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116790 Ave neighs/atom = 58.395 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.803432116878, Press = 8.9727026293363 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8408.5068 -8408.5068 -8492.4202 -8492.4202 324.75321 324.75321 23755.358 23755.358 -161.1891 -161.1891 13000 -8404.1211 -8404.1211 -8488.5911 -8488.5911 326.90801 326.90801 23742.672 23742.672 1447.417 1447.417 Loop time of 113.912 on 1 procs for 1000 steps with 2000 atoms Performance: 0.758 ns/day, 31.642 hours/ns, 8.779 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 | 113.32 | 113.32 | 113.32 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083197 | 0.083197 | 0.083197 | 0.0 | 0.07 Output | 0.00021935 | 0.00021935 | 0.00021935 | 0.0 | 0.00 Modify | 0.44687 | 0.44687 | 0.44687 | 0.0 | 0.39 Other | | 0.063 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2975 ave 2975 max 2975 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: 116842 ave 116842 max 116842 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116842 Ave neighs/atom = 58.421 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.653362568319, Press = -1.73265022629236 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8404.1211 -8404.1211 -8488.5911 -8488.5911 326.90801 326.90801 23742.672 23742.672 1447.417 1447.417 14000 -8401.9249 -8401.9249 -8490.7103 -8490.7103 343.60868 343.60868 23776.695 23776.695 -1200.8258 -1200.8258 Loop time of 113.835 on 1 procs for 1000 steps with 2000 atoms Performance: 0.759 ns/day, 31.621 hours/ns, 8.785 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 | 113.25 | 113.25 | 113.25 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081939 | 0.081939 | 0.081939 | 0.0 | 0.07 Output | 0.00027399 | 0.00027399 | 0.00027399 | 0.0 | 0.00 Modify | 0.44095 | 0.44095 | 0.44095 | 0.0 | 0.39 Other | | 0.06195 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2967 ave 2967 max 2967 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: 116930 ave 116930 max 116930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116930 Ave neighs/atom = 58.465 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.715189124754, Press = -3.97893587961402 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8401.9249 -8401.9249 -8490.7103 -8490.7103 343.60868 343.60868 23776.695 23776.695 -1200.8258 -1200.8258 15000 -8406.4899 -8406.4899 -8493.2835 -8493.2835 335.89992 335.89992 23770.836 23770.836 -1139.6996 -1139.6996 Loop time of 113.71 on 1 procs for 1000 steps with 2000 atoms Performance: 0.760 ns/day, 31.586 hours/ns, 8.794 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 | 113.12 | 113.12 | 113.12 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082056 | 0.082056 | 0.082056 | 0.0 | 0.07 Output | 0.00023098 | 0.00023098 | 0.00023098 | 0.0 | 0.00 Modify | 0.44682 | 0.44682 | 0.44682 | 0.0 | 0.39 Other | | 0.06325 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2963 ave 2963 max 2963 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: 116808 ave 116808 max 116808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116808 Ave neighs/atom = 58.404 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.566961335409, Press = 1.04636432666001 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8406.4899 -8406.4899 -8493.2835 -8493.2835 335.89992 335.89992 23770.836 23770.836 -1139.6996 -1139.6996 16000 -8400.6733 -8400.6733 -8488.9026 -8488.9026 341.45654 341.45654 23722.561 23722.561 3070.1734 3070.1734 Loop time of 113.656 on 1 procs for 1000 steps with 2000 atoms Performance: 0.760 ns/day, 31.571 hours/ns, 8.798 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 | 113.07 | 113.07 | 113.07 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081967 | 0.081967 | 0.081967 | 0.0 | 0.07 Output | 0.0001688 | 0.0001688 | 0.0001688 | 0.0 | 0.00 Modify | 0.44298 | 0.44298 | 0.44298 | 0.0 | 0.39 Other | | 0.06257 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2960 ave 2960 max 2960 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: 116790 ave 116790 max 116790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116790 Ave neighs/atom = 58.395 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.597794338178, Press = 5.08025437451675 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8400.6733 -8400.6733 -8488.9026 -8488.9026 341.45654 341.45654 23722.561 23722.561 3070.1734 3070.1734 17000 -8403.5049 -8403.5049 -8489.0025 -8489.0025 330.88433 330.88433 23736.058 23736.058 1859.3978 1859.3978 Loop time of 113.793 on 1 procs for 1000 steps with 2000 atoms Performance: 0.759 ns/day, 31.609 hours/ns, 8.788 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 | 113.21 | 113.21 | 113.21 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082227 | 0.082227 | 0.082227 | 0.0 | 0.07 Output | 0.0001708 | 0.0001708 | 0.0001708 | 0.0 | 0.00 Modify | 0.44153 | 0.44153 | 0.44153 | 0.0 | 0.39 Other | | 0.0623 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116998 ave 116998 max 116998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116998 Ave neighs/atom = 58.499 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.674128713188, Press = -8.86186225978067 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8403.5049 -8403.5049 -8489.0025 -8489.0025 330.88433 330.88433 23736.058 23736.058 1859.3978 1859.3978 18000 -8403.7918 -8403.7918 -8490.9272 -8490.9272 337.22323 337.22323 23793.692 23793.692 -2541.0895 -2541.0895 Loop time of 113.278 on 1 procs for 1000 steps with 2000 atoms Performance: 0.763 ns/day, 31.466 hours/ns, 8.828 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 | 112.69 | 112.69 | 112.69 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082917 | 0.082917 | 0.082917 | 0.0 | 0.07 Output | 0.00017251 | 0.00017251 | 0.00017251 | 0.0 | 0.00 Modify | 0.44153 | 0.44153 | 0.44153 | 0.0 | 0.39 Other | | 0.06281 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2968 ave 2968 max 2968 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: 116910 ave 116910 max 116910 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116910 Ave neighs/atom = 58.455 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.68434810277, Press = -1.99940795679548 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8403.7918 -8403.7918 -8490.9272 -8490.9272 337.22323 337.22323 23793.692 23793.692 -2541.0895 -2541.0895 19000 -8402.6785 -8402.6785 -8488.6782 -8488.6782 332.82792 332.82792 23757.311 23757.311 372.76675 372.76675 Loop time of 112.973 on 1 procs for 1000 steps with 2000 atoms Performance: 0.765 ns/day, 31.381 hours/ns, 8.852 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 | 112.39 | 112.39 | 112.39 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08231 | 0.08231 | 0.08231 | 0.0 | 0.07 Output | 0.00020582 | 0.00020582 | 0.00020582 | 0.0 | 0.00 Modify | 0.43901 | 0.43901 | 0.43901 | 0.0 | 0.39 Other | | 0.06244 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956 ave 2956 max 2956 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: 116804 ave 116804 max 116804 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116804 Ave neighs/atom = 58.402 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.620082047614, Press = 3.58558605594113 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8402.6785 -8402.6785 -8488.6782 -8488.6782 332.82792 332.82792 23757.311 23757.311 372.76675 372.76675 20000 -8401.4521 -8401.4521 -8490.0473 -8490.0473 342.87267 342.87267 23745.321 23745.321 1030.9406 1030.9406 Loop time of 105.883 on 1 procs for 1000 steps with 2000 atoms Performance: 0.816 ns/day, 29.412 hours/ns, 9.444 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 | 105.34 | 105.34 | 105.34 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078859 | 0.078859 | 0.078859 | 0.0 | 0.07 Output | 0.0001728 | 0.0001728 | 0.0001728 | 0.0 | 0.00 Modify | 0.40571 | 0.40571 | 0.40571 | 0.0 | 0.38 Other | | 0.05977 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2973 ave 2973 max 2973 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: 116858 ave 116858 max 116858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116858 Ave neighs/atom = 58.429 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.558999389911, Press = -1.22423272509588 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8401.4521 -8401.4521 -8490.0473 -8490.0473 342.87267 342.87267 23745.321 23745.321 1030.9406 1030.9406 21000 -8408.6476 -8408.6476 -8491.6853 -8491.6853 321.36455 321.36455 23765.91 23765.91 -756.51482 -756.51482 Loop time of 107.041 on 1 procs for 1000 steps with 2000 atoms Performance: 0.807 ns/day, 29.734 hours/ns, 9.342 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 | 106.49 | 106.49 | 106.49 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.079556 | 0.079556 | 0.079556 | 0.0 | 0.07 Output | 0.00021098 | 0.00021098 | 0.00021098 | 0.0 | 0.00 Modify | 0.4099 | 0.4099 | 0.4099 | 0.0 | 0.38 Other | | 0.05953 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2965 ave 2965 max 2965 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: 116980 ave 116980 max 116980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116980 Ave neighs/atom = 58.49 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.546120593368, Press = -2.04183804991568 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8408.6476 -8408.6476 -8491.6853 -8491.6853 321.36455 321.36455 23765.91 23765.91 -756.51482 -756.51482 22000 -8402.457 -8402.457 -8490.4733 -8490.4733 340.63239 340.63239 23764.45 23764.45 -171.20319 -171.20319 Loop time of 103.117 on 1 procs for 1000 steps with 2000 atoms Performance: 0.838 ns/day, 28.644 hours/ns, 9.698 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 | 102.59 | 102.59 | 102.59 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077209 | 0.077209 | 0.077209 | 0.0 | 0.07 Output | 0.00021893 | 0.00021893 | 0.00021893 | 0.0 | 0.00 Modify | 0.392 | 0.392 | 0.392 | 0.0 | 0.38 Other | | 0.05797 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2968 ave 2968 max 2968 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: 116864 ave 116864 max 116864 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116864 Ave neighs/atom = 58.432 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.451850762171, Press = 2.08434411195869 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8402.457 -8402.457 -8490.4733 -8490.4733 340.63239 340.63239 23764.45 23764.45 -171.20319 -171.20319 23000 -8404.5403 -8404.5403 -8491.4256 -8491.4256 336.2548 336.2548 23730.245 23730.245 1948.5179 1948.5179 Loop time of 113.208 on 1 procs for 1000 steps with 2000 atoms Performance: 0.763 ns/day, 31.447 hours/ns, 8.833 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 | 112.62 | 112.62 | 112.62 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082535 | 0.082535 | 0.082535 | 0.0 | 0.07 Output | 0.00026773 | 0.00026773 | 0.00026773 | 0.0 | 0.00 Modify | 0.44331 | 0.44331 | 0.44331 | 0.0 | 0.39 Other | | 0.06297 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116832 ave 116832 max 116832 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116832 Ave neighs/atom = 58.416 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.42643435485, Press = -1.14297477759755 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8404.5403 -8404.5403 -8491.4256 -8491.4256 336.2548 336.2548 23730.245 23730.245 1948.5179 1948.5179 24000 -8405.4394 -8405.4394 -8489.3872 -8489.3872 324.88659 324.88659 23779.138 23779.138 -1319.4583 -1319.4583 Loop time of 111.014 on 1 procs for 1000 steps with 2000 atoms Performance: 0.778 ns/day, 30.837 hours/ns, 9.008 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 | 110.43 | 110.43 | 110.43 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082995 | 0.082995 | 0.082995 | 0.0 | 0.07 Output | 0.00016823 | 0.00016823 | 0.00016823 | 0.0 | 0.00 Modify | 0.43497 | 0.43497 | 0.43497 | 0.0 | 0.39 Other | | 0.06201 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2974 ave 2974 max 2974 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: 116852 ave 116852 max 116852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116852 Ave neighs/atom = 58.426 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.378641014118, Press = -4.69349251278095 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8405.4394 -8405.4394 -8489.3872 -8489.3872 324.88659 324.88659 23779.138 23779.138 -1319.4583 -1319.4583 25000 -8401.7151 -8401.7151 -8487.6861 -8487.6861 332.71688 332.71688 23794.74 23794.74 -1900.2244 -1900.2244 Loop time of 97.2926 on 1 procs for 1000 steps with 2000 atoms Performance: 0.888 ns/day, 27.026 hours/ns, 10.278 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 | 96.806 | 96.806 | 96.806 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073137 | 0.073137 | 0.073137 | 0.0 | 0.08 Output | 0.0001712 | 0.0001712 | 0.0001712 | 0.0 | 0.00 Modify | 0.35903 | 0.35903 | 0.35903 | 0.0 | 0.37 Other | | 0.05465 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2950 ave 2950 max 2950 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: 116776 ave 116776 max 116776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116776 Ave neighs/atom = 58.388 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.318754886874, Press = 2.84686060286421 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8401.7151 -8401.7151 -8487.6861 -8487.6861 332.71688 332.71688 23794.74 23794.74 -1900.2244 -1900.2244 26000 -8406.841 -8406.841 -8492.7701 -8492.7701 332.55429 332.55429 23727.641 23727.641 1820.2913 1820.2913 Loop time of 97.0535 on 1 procs for 1000 steps with 2000 atoms Performance: 0.890 ns/day, 26.959 hours/ns, 10.304 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 | 96.566 | 96.566 | 96.566 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073251 | 0.073251 | 0.073251 | 0.0 | 0.08 Output | 0.00017717 | 0.00017717 | 0.00017717 | 0.0 | 0.00 Modify | 0.35916 | 0.35916 | 0.35916 | 0.0 | 0.37 Other | | 0.05461 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2960 ave 2960 max 2960 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: 116828 ave 116828 max 116828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116828 Ave neighs/atom = 58.414 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.299522036783, Press = 1.29702523316796 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8406.841 -8406.841 -8492.7701 -8492.7701 332.55429 332.55429 23727.641 23727.641 1820.2913 1820.2913 27000 -8404.5904 -8404.5904 -8489.6063 -8489.6063 329.02053 329.02053 23746.732 23746.732 976.91064 976.91064 Loop time of 97.1659 on 1 procs for 1000 steps with 2000 atoms Performance: 0.889 ns/day, 26.991 hours/ns, 10.292 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 | 96.677 | 96.677 | 96.677 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073567 | 0.073567 | 0.073567 | 0.0 | 0.08 Output | 0.00016761 | 0.00016761 | 0.00016761 | 0.0 | 0.00 Modify | 0.36001 | 0.36001 | 0.36001 | 0.0 | 0.37 Other | | 0.05496 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2966 ave 2966 max 2966 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: 116858 ave 116858 max 116858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116858 Ave neighs/atom = 58.429 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.209137185352, Press = -2.27398758197719 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8404.5904 -8404.5904 -8489.6063 -8489.6063 329.02053 329.02053 23746.732 23746.732 976.91064 976.91064 28000 -8405.206 -8405.206 -8488.8792 -8488.8792 323.82389 323.82389 23769.585 23769.585 -596.05715 -596.05715 Loop time of 97.0017 on 1 procs for 1000 steps with 2000 atoms Performance: 0.891 ns/day, 26.945 hours/ns, 10.309 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 | 96.516 | 96.516 | 96.516 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072857 | 0.072857 | 0.072857 | 0.0 | 0.08 Output | 0.00020358 | 0.00020358 | 0.00020358 | 0.0 | 0.00 Modify | 0.35852 | 0.35852 | 0.35852 | 0.0 | 0.37 Other | | 0.05456 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116928 ave 116928 max 116928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116928 Ave neighs/atom = 58.464 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.207021443525, Press = -0.633075841857325 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8405.206 -8405.206 -8488.8792 -8488.8792 323.82389 323.82389 23769.585 23769.585 -596.05715 -596.05715 29000 -8405.1938 -8405.1938 -8489.1175 -8489.1175 324.79322 324.79322 23752.234 23752.234 734.0807 734.0807 Loop time of 97.0405 on 1 procs for 1000 steps with 2000 atoms Performance: 0.890 ns/day, 26.956 hours/ns, 10.305 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 | 96.553 | 96.553 | 96.553 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072773 | 0.072773 | 0.072773 | 0.0 | 0.07 Output | 0.00020649 | 0.00020649 | 0.00020649 | 0.0 | 0.00 Modify | 0.3594 | 0.3594 | 0.3594 | 0.0 | 0.37 Other | | 0.05471 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955 ave 2955 max 2955 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: 116902 ave 116902 max 116902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116902 Ave neighs/atom = 58.451 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.094142012428, Press = 0.034932267730197 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8405.1938 -8405.1938 -8489.1175 -8489.1175 324.79322 324.79322 23752.234 23752.234 734.0807 734.0807 30000 -8405.9373 -8405.9373 -8491.514 -8491.514 331.19077 331.19077 23755.801 23755.801 10.833922 10.833922 Loop time of 112.494 on 1 procs for 1000 steps with 2000 atoms Performance: 0.768 ns/day, 31.248 hours/ns, 8.889 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 | 111.91 | 111.91 | 111.91 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083348 | 0.083348 | 0.083348 | 0.0 | 0.07 Output | 0.00023401 | 0.00023401 | 0.00023401 | 0.0 | 0.00 Modify | 0.43974 | 0.43974 | 0.43974 | 0.0 | 0.39 Other | | 0.06094 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2963 ave 2963 max 2963 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: 116792 ave 116792 max 116792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116792 Ave neighs/atom = 58.396 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.106365335217, Press = -1.24161469077066 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8405.9373 -8405.9373 -8491.514 -8491.514 331.19077 331.19077 23755.801 23755.801 10.833922 10.833922 31000 -8403.0675 -8403.0675 -8487.7592 -8487.7592 327.76537 327.76537 23790.781 23790.781 -1789.0294 -1789.0294 Loop time of 103.455 on 1 procs for 1000 steps with 2000 atoms Performance: 0.835 ns/day, 28.737 hours/ns, 9.666 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 | 102.93 | 102.93 | 102.93 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077695 | 0.077695 | 0.077695 | 0.0 | 0.08 Output | 0.00017132 | 0.00017132 | 0.00017132 | 0.0 | 0.00 Modify | 0.39097 | 0.39097 | 0.39097 | 0.0 | 0.38 Other | | 0.05746 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956 ave 2956 max 2956 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: 116832 ave 116832 max 116832 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116832 Ave neighs/atom = 58.416 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.12811635029, Press = -1.35726336754683 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8403.0675 -8403.0675 -8487.7592 -8487.7592 327.76537 327.76537 23790.781 23790.781 -1789.0294 -1789.0294 32000 -8406.851 -8406.851 -8492.6396 -8492.6396 332.01103 332.01103 23765.373 23765.373 -793.07746 -793.07746 Loop time of 105.603 on 1 procs for 1000 steps with 2000 atoms Performance: 0.818 ns/day, 29.334 hours/ns, 9.469 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 | 105.06 | 105.06 | 105.06 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.079065 | 0.079065 | 0.079065 | 0.0 | 0.07 Output | 0.00017074 | 0.00017074 | 0.00017074 | 0.0 | 0.00 Modify | 0.40284 | 0.40284 | 0.40284 | 0.0 | 0.38 Other | | 0.05908 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2970 ave 2970 max 2970 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: 116828 ave 116828 max 116828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116828 Ave neighs/atom = 58.414 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.153697622712, Press = 3.88152493500799 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8406.851 -8406.851 -8492.6396 -8492.6396 332.01103 332.01103 23765.373 23765.373 -793.07746 -793.07746 33000 -8401.7894 -8401.7894 -8488.6498 -8488.6498 336.15852 336.15852 23712.51 23712.51 3653.2069 3653.2069 Loop time of 109.683 on 1 procs for 1000 steps with 2000 atoms Performance: 0.788 ns/day, 30.467 hours/ns, 9.117 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 | 109.12 | 109.12 | 109.12 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.079955 | 0.079955 | 0.079955 | 0.0 | 0.07 Output | 0.00016987 | 0.00016987 | 0.00016987 | 0.0 | 0.00 Modify | 0.41981 | 0.41981 | 0.41981 | 0.0 | 0.38 Other | | 0.06011 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2970 ave 2970 max 2970 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: 116792 ave 116792 max 116792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116792 Ave neighs/atom = 58.396 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.217938052892, Press = 0.10155282602063 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8401.7894 -8401.7894 -8488.6498 -8488.6498 336.15852 336.15852 23712.51 23712.51 3653.2069 3653.2069 34000 -8406.4581 -8406.4581 -8490.4043 -8490.4043 324.88039 324.88039 23753.008 23753.008 386.33709 386.33709 Loop time of 101.119 on 1 procs for 1000 steps with 2000 atoms Performance: 0.854 ns/day, 28.088 hours/ns, 9.889 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 | 100.6 | 100.6 | 100.6 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075709 | 0.075709 | 0.075709 | 0.0 | 0.07 Output | 0.00016886 | 0.00016886 | 0.00016886 | 0.0 | 0.00 Modify | 0.38106 | 0.38106 | 0.38106 | 0.0 | 0.38 Other | | 0.05732 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2981 ave 2981 max 2981 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: 117008 ave 117008 max 117008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 117008 Ave neighs/atom = 58.504 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.282920822661, Press = -2.76280970747005 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8406.4581 -8406.4581 -8490.4043 -8490.4043 324.88039 324.88039 23753.008 23753.008 386.33709 386.33709 35000 -8401.9927 -8401.9927 -8489.0463 -8489.0463 336.90658 336.90658 23802.868 23802.868 -2765.5713 -2765.5713 Loop time of 112.695 on 1 procs for 1000 steps with 2000 atoms Performance: 0.767 ns/day, 31.304 hours/ns, 8.874 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 | 112.1 | 112.1 | 112.1 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083593 | 0.083593 | 0.083593 | 0.0 | 0.07 Output | 0.00023758 | 0.00023758 | 0.00023758 | 0.0 | 0.00 Modify | 0.44365 | 0.44365 | 0.44365 | 0.0 | 0.39 Other | | 0.06252 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116822 ave 116822 max 116822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116822 Ave neighs/atom = 58.411 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.270070502229, Press = -0.683114229068128 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8401.9927 -8401.9927 -8489.0463 -8489.0463 336.90658 336.90658 23802.868 23802.868 -2765.5713 -2765.5713 36000 -8403.613 -8403.613 -8489.533 -8489.533 332.51946 332.51946 23751.595 23751.595 784.8951 784.8951 Loop time of 113.807 on 1 procs for 1000 steps with 2000 atoms Performance: 0.759 ns/day, 31.613 hours/ns, 8.787 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 | 113.21 | 113.21 | 113.21 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084331 | 0.084331 | 0.084331 | 0.0 | 0.07 Output | 0.00017018 | 0.00017018 | 0.00017018 | 0.0 | 0.00 Modify | 0.44433 | 0.44433 | 0.44433 | 0.0 | 0.39 Other | | 0.0637 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2976 ave 2976 max 2976 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: 116848 ave 116848 max 116848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116848 Ave neighs/atom = 58.424 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.223163207406, Press = 1.49105590847456 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8403.613 -8403.613 -8489.533 -8489.533 332.51946 332.51946 23751.595 23751.595 784.8951 784.8951 37000 -8405.2849 -8405.2849 -8488.3323 -8488.3323 321.40189 321.40189 23729.925 23729.925 2321.7498 2321.7498 Loop time of 113.525 on 1 procs for 1000 steps with 2000 atoms Performance: 0.761 ns/day, 31.535 hours/ns, 8.809 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 | 112.93 | 112.93 | 112.93 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084192 | 0.084192 | 0.084192 | 0.0 | 0.07 Output | 0.00017277 | 0.00017277 | 0.00017277 | 0.0 | 0.00 Modify | 0.44991 | 0.44991 | 0.44991 | 0.0 | 0.40 Other | | 0.06391 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116832 ave 116832 max 116832 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116832 Ave neighs/atom = 58.416 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.25443833178, Press = -1.29736742568725 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8405.2849 -8405.2849 -8488.3323 -8488.3323 321.40189 321.40189 23729.925 23729.925 2321.7498 2321.7498 38000 -8400.0402 -8400.0402 -8485.1867 -8485.1867 329.52548 329.52548 23820.615 23820.615 -3462.0309 -3462.0309 Loop time of 113.54 on 1 procs for 1000 steps with 2000 atoms Performance: 0.761 ns/day, 31.539 hours/ns, 8.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 | 112.95 | 112.95 | 112.95 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083398 | 0.083398 | 0.083398 | 0.0 | 0.07 Output | 0.00020732 | 0.00020732 | 0.00020732 | 0.0 | 0.00 Modify | 0.44441 | 0.44441 | 0.44441 | 0.0 | 0.39 Other | | 0.06356 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2967 ave 2967 max 2967 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: 116946 ave 116946 max 116946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116946 Ave neighs/atom = 58.473 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.331091488657, Press = -2.8153542552102 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8400.0402 -8400.0402 -8485.1867 -8485.1867 329.52548 329.52548 23820.615 23820.615 -3462.0309 -3462.0309 39000 -8406.2175 -8406.2175 -8489.3712 -8489.3712 321.81352 321.81352 23785.298 23785.298 -1730.1025 -1730.1025 Loop time of 113.257 on 1 procs for 1000 steps with 2000 atoms Performance: 0.763 ns/day, 31.460 hours/ns, 8.829 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 | 112.67 | 112.67 | 112.67 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081702 | 0.081702 | 0.081702 | 0.0 | 0.07 Output | 0.00023059 | 0.00023059 | 0.00023059 | 0.0 | 0.00 Modify | 0.43863 | 0.43863 | 0.43863 | 0.0 | 0.39 Other | | 0.06298 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116754 ave 116754 max 116754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116754 Ave neighs/atom = 58.377 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.4263501851, Press = 3.11226202779556 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8406.2175 -8406.2175 -8489.3712 -8489.3712 321.81352 321.81352 23785.298 23785.298 -1730.1025 -1730.1025 40000 -8405.6197 -8405.6197 -8492.1438 -8492.1438 334.8574 334.8574 23722.902 23722.902 2404.1859 2404.1859 Loop time of 101.709 on 1 procs for 1000 steps with 2000 atoms Performance: 0.849 ns/day, 28.253 hours/ns, 9.832 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 101.2 | 101.2 | 101.2 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.075301 | 0.075301 | 0.075301 | 0.0 | 0.07 Output | 0.00016983 | 0.00016983 | 0.00016983 | 0.0 | 0.00 Modify | 0.37943 | 0.37943 | 0.37943 | 0.0 | 0.37 Other | | 0.05757 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962 ave 2962 max 2962 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: 116762 ave 116762 max 116762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116762 Ave neighs/atom = 58.381 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.433376333161, Press = 0.341413686891756 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8405.6197 -8405.6197 -8492.1438 -8492.1438 334.8574 334.8574 23722.902 23722.902 2404.1859 2404.1859 41000 -8406.6218 -8406.6218 -8492.019 -8492.019 330.49615 330.49615 23759.118 23759.118 -313.67688 -313.67688 Loop time of 97.0457 on 1 procs for 1000 steps with 2000 atoms Performance: 0.890 ns/day, 26.957 hours/ns, 10.304 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 | 96.561 | 96.561 | 96.561 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072837 | 0.072837 | 0.072837 | 0.0 | 0.08 Output | 0.00020764 | 0.00020764 | 0.00020764 | 0.0 | 0.00 Modify | 0.35684 | 0.35684 | 0.35684 | 0.0 | 0.37 Other | | 0.05458 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2959 ave 2959 max 2959 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: 116838 ave 116838 max 116838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116838 Ave neighs/atom = 58.419 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.460445170472, Press = -1.85863208733208 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8406.6218 -8406.6218 -8492.019 -8492.019 330.49615 330.49615 23759.118 23759.118 -313.67688 -313.67688 42000 -8404.1957 -8404.1957 -8489.267 -8489.267 329.23463 329.23463 23788.889 23788.889 -1815.4376 -1815.4376 Loop time of 97.0255 on 1 procs for 1000 steps with 2000 atoms Performance: 0.890 ns/day, 26.952 hours/ns, 10.307 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 | 96.539 | 96.539 | 96.539 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072968 | 0.072968 | 0.072968 | 0.0 | 0.08 Output | 0.00017044 | 0.00017044 | 0.00017044 | 0.0 | 0.00 Modify | 0.35807 | 0.35807 | 0.35807 | 0.0 | 0.37 Other | | 0.05485 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2967 ave 2967 max 2967 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: 116850 ave 116850 max 116850 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116850 Ave neighs/atom = 58.425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.392076631864, Press = 0.113225917469968 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8404.1957 -8404.1957 -8489.267 -8489.267 329.23463 329.23463 23788.889 23788.889 -1815.4376 -1815.4376 43000 -8407.1061 -8407.1061 -8491.7075 -8491.7075 327.41612 327.41612 23740.271 23740.271 1147.9399 1147.9399 Loop time of 114.069 on 1 procs for 1000 steps with 2000 atoms Performance: 0.757 ns/day, 31.686 hours/ns, 8.767 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 | 113.47 | 113.47 | 113.47 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083638 | 0.083638 | 0.083638 | 0.0 | 0.07 Output | 0.00017185 | 0.00017185 | 0.00017185 | 0.0 | 0.00 Modify | 0.44865 | 0.44865 | 0.44865 | 0.0 | 0.39 Other | | 0.06414 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116800 ave 116800 max 116800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116800 Ave neighs/atom = 58.4 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.39338364372, Press = 1.77132961298832 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8407.1061 -8407.1061 -8491.7075 -8491.7075 327.41612 327.41612 23740.271 23740.271 1147.9399 1147.9399 44000 -8401.1573 -8401.1573 -8488.088 -8488.088 336.43053 336.43053 23707.735 23707.735 4276.4332 4276.4332 Loop time of 113.632 on 1 procs for 1000 steps with 2000 atoms Performance: 0.760 ns/day, 31.564 hours/ns, 8.800 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 | 113.04 | 113.04 | 113.04 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082983 | 0.082983 | 0.082983 | 0.0 | 0.07 Output | 0.00016965 | 0.00016965 | 0.00016965 | 0.0 | 0.00 Modify | 0.44805 | 0.44805 | 0.44805 | 0.0 | 0.39 Other | | 0.06259 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955 ave 2955 max 2955 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: 116788 ave 116788 max 116788 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116788 Ave neighs/atom = 58.394 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.377725735955, Press = -1.68161976809421 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8401.1573 -8401.1573 -8488.088 -8488.088 336.43053 336.43053 23707.735 23707.735 4276.4332 4276.4332 45000 -8405.9238 -8405.9238 -8488.7253 -8488.7253 320.4504 320.4504 23790.907 23790.907 -1987.4034 -1987.4034 Loop time of 114.104 on 1 procs for 1000 steps with 2000 atoms Performance: 0.757 ns/day, 31.696 hours/ns, 8.764 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 | 113.51 | 113.51 | 113.51 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082301 | 0.082301 | 0.082301 | 0.0 | 0.07 Output | 0.0002568 | 0.0002568 | 0.0002568 | 0.0 | 0.00 Modify | 0.44497 | 0.44497 | 0.44497 | 0.0 | 0.39 Other | | 0.06293 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2969 ave 2969 max 2969 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: 116942 ave 116942 max 116942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116942 Ave neighs/atom = 58.471 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.40623775569, Press = -1.39899522063669 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8405.9238 -8405.9238 -8488.7253 -8488.7253 320.4504 320.4504 23790.907 23790.907 -1987.4034 -1987.4034 46000 -8398.6369 -8398.6369 -8487.8634 -8487.8634 345.31574 345.31574 23779.026 23779.026 -732.58463 -732.58463 Loop time of 113.779 on 1 procs for 1000 steps with 2000 atoms Performance: 0.759 ns/day, 31.605 hours/ns, 8.789 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 | 113.19 | 113.19 | 113.19 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082718 | 0.082718 | 0.082718 | 0.0 | 0.07 Output | 0.00021199 | 0.00021199 | 0.00021199 | 0.0 | 0.00 Modify | 0.4426 | 0.4426 | 0.4426 | 0.0 | 0.39 Other | | 0.06312 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2982 ave 2982 max 2982 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: 116822 ave 116822 max 116822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116822 Ave neighs/atom = 58.411 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.475494974159, Press = 1.08618820086104 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8398.6369 -8398.6369 -8487.8634 -8487.8634 345.31574 345.31574 23779.026 23779.026 -732.58463 -732.58463 47000 -8404.9581 -8404.9581 -8491.2746 -8491.2746 334.05353 334.05353 23730.942 23730.942 1844.4862 1844.4862 Loop time of 105.48 on 1 procs for 1000 steps with 2000 atoms Performance: 0.819 ns/day, 29.300 hours/ns, 9.480 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 | 104.94 | 104.94 | 104.94 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.078322 | 0.078322 | 0.078322 | 0.0 | 0.07 Output | 0.00017076 | 0.00017076 | 0.00017076 | 0.0 | 0.00 Modify | 0.4015 | 0.4015 | 0.4015 | 0.0 | 0.38 Other | | 0.06025 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2964 ave 2964 max 2964 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: 116846 ave 116846 max 116846 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116846 Ave neighs/atom = 58.423 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.528857563092, Press = 0.0731901797701286 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8404.9581 -8404.9581 -8491.2746 -8491.2746 334.05353 334.05353 23730.942 23730.942 1844.4862 1844.4862 48000 -8402.7652 -8402.7652 -8487.8529 -8487.8529 329.29843 329.29843 23767.362 23767.362 -73.878628 -73.878628 Loop time of 112.304 on 1 procs for 1000 steps with 2000 atoms Performance: 0.769 ns/day, 31.196 hours/ns, 8.904 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 | 111.72 | 111.72 | 111.72 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082424 | 0.082424 | 0.082424 | 0.0 | 0.07 Output | 0.00021779 | 0.00021779 | 0.00021779 | 0.0 | 0.00 Modify | 0.43622 | 0.43622 | 0.43622 | 0.0 | 0.39 Other | | 0.06253 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956 ave 2956 max 2956 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: 116856 ave 116856 max 116856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116856 Ave neighs/atom = 58.428 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.581612624959, Press = -1.94659344130798 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8402.7652 -8402.7652 -8487.8529 -8487.8529 329.29843 329.29843 23767.362 23767.362 -73.878628 -73.878628 49000 -8406.3997 -8406.3997 -8491.073 -8491.073 327.69444 327.69444 23797.872 23797.872 -2852.999 -2852.999 Loop time of 112.801 on 1 procs for 1000 steps with 2000 atoms Performance: 0.766 ns/day, 31.334 hours/ns, 8.865 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 | 112.21 | 112.21 | 112.21 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082218 | 0.082218 | 0.082218 | 0.0 | 0.07 Output | 0.00016912 | 0.00016912 | 0.00016912 | 0.0 | 0.00 Modify | 0.44253 | 0.44253 | 0.44253 | 0.0 | 0.39 Other | | 0.0627 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962 ave 2962 max 2962 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: 116818 ave 116818 max 116818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116818 Ave neighs/atom = 58.409 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.585936309935, Press = 0.702728830142193 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8406.3997 -8406.3997 -8491.073 -8491.073 327.69444 327.69444 23797.872 23797.872 -2852.999 -2852.999 50000 -8403.7243 -8403.7243 -8490.1984 -8490.1984 334.66376 334.66376 23737.981 23737.981 1683.4317 1683.4317 Loop time of 113.653 on 1 procs for 1000 steps with 2000 atoms Performance: 0.760 ns/day, 31.570 hours/ns, 8.799 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 | 113.06 | 113.06 | 113.06 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082937 | 0.082937 | 0.082937 | 0.0 | 0.07 Output | 0.00023383 | 0.00023383 | 0.00023383 | 0.0 | 0.00 Modify | 0.44575 | 0.44575 | 0.44575 | 0.0 | 0.39 Other | | 0.06362 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2954 ave 2954 max 2954 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: 116730 ave 116730 max 116730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116730 Ave neighs/atom = 58.365 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.58383972871, Press = 1.49359076840038 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8403.7243 -8403.7243 -8490.1984 -8490.1984 334.66376 334.66376 23737.981 23737.981 1683.4317 1683.4317 51000 -8405.4281 -8405.4281 -8492.1109 -8492.1109 335.47145 335.47145 23740.518 23740.518 1130.7515 1130.7515 Loop time of 97.6894 on 1 procs for 1000 steps with 2000 atoms Performance: 0.884 ns/day, 27.136 hours/ns, 10.237 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 | 97.195 | 97.195 | 97.195 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.074101 | 0.074101 | 0.074101 | 0.0 | 0.08 Output | 0.00016789 | 0.00016789 | 0.00016789 | 0.0 | 0.00 Modify | 0.36339 | 0.36339 | 0.36339 | 0.0 | 0.37 Other | | 0.05641 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116838 ave 116838 max 116838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116838 Ave neighs/atom = 58.419 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.604592100898, Press = -0.880440402233597 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8405.4281 -8405.4281 -8492.1109 -8492.1109 335.47145 335.47145 23740.518 23740.518 1130.7515 1130.7515 52000 -8402.9953 -8402.9953 -8491.3553 -8491.3553 341.96237 341.96237 23787.758 23787.758 -2060.1828 -2060.1828 Loop time of 96.6235 on 1 procs for 1000 steps with 2000 atoms Performance: 0.894 ns/day, 26.840 hours/ns, 10.349 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 | 96.135 | 96.135 | 96.135 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072567 | 0.072567 | 0.072567 | 0.0 | 0.08 Output | 0.00016823 | 0.00016823 | 0.00016823 | 0.0 | 0.00 Modify | 0.35985 | 0.35985 | 0.35985 | 0.0 | 0.37 Other | | 0.05588 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956 ave 2956 max 2956 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: 116820 ave 116820 max 116820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116820 Ave neighs/atom = 58.41 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.675954346504, Press = -0.223441342695584 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8402.9953 -8402.9953 -8491.3553 -8491.3553 341.96237 341.96237 23787.758 23787.758 -2060.1828 -2060.1828 53000 -8401.9311 -8401.9311 -8489.761 -8489.761 339.91047 339.91047 23755.363 23755.363 652.35136 652.35136 Loop time of 96.7015 on 1 procs for 1000 steps with 2000 atoms Performance: 0.893 ns/day, 26.862 hours/ns, 10.341 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 | 96.214 | 96.214 | 96.214 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07324 | 0.07324 | 0.07324 | 0.0 | 0.08 Output | 0.00017056 | 0.00017056 | 0.00017056 | 0.0 | 0.00 Modify | 0.35852 | 0.35852 | 0.35852 | 0.0 | 0.37 Other | | 0.056 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2963 ave 2963 max 2963 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: 116782 ave 116782 max 116782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116782 Ave neighs/atom = 58.391 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.714718598725, Press = 0.994227902547312 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8401.9311 -8401.9311 -8489.761 -8489.761 339.91047 339.91047 23755.363 23755.363 652.35136 652.35136 54000 -8406.4231 -8406.4231 -8489.8286 -8489.8286 322.78784 322.78784 23745.442 23745.442 991.17894 991.17894 Loop time of 96.4497 on 1 procs for 1000 steps with 2000 atoms Performance: 0.896 ns/day, 26.792 hours/ns, 10.368 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 | 95.962 | 95.962 | 95.962 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072753 | 0.072753 | 0.072753 | 0.0 | 0.08 Output | 0.00017097 | 0.00017097 | 0.00017097 | 0.0 | 0.00 Modify | 0.35891 | 0.35891 | 0.35891 | 0.0 | 0.37 Other | | 0.05626 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2967 ave 2967 max 2967 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: 116880 ave 116880 max 116880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116880 Ave neighs/atom = 58.44 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.776863307373, Press = -0.191342691961734 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8406.4231 -8406.4231 -8489.8286 -8489.8286 322.78784 322.78784 23745.442 23745.442 991.17894 991.17894 55000 -8402.9889 -8402.9889 -8487.2684 -8487.2684 326.17023 326.17023 23773.498 23773.498 -450.15832 -450.15832 Loop time of 96.6058 on 1 procs for 1000 steps with 2000 atoms Performance: 0.894 ns/day, 26.835 hours/ns, 10.351 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 | 96.119 | 96.119 | 96.119 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0723 | 0.0723 | 0.0723 | 0.0 | 0.07 Output | 0.00017016 | 0.00017016 | 0.00017016 | 0.0 | 0.00 Modify | 0.35759 | 0.35759 | 0.35759 | 0.0 | 0.37 Other | | 0.05631 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2956 ave 2956 max 2956 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: 116822 ave 116822 max 116822 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116822 Ave neighs/atom = 58.411 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.792393251102, Press = -0.717472818817612 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8402.9889 -8402.9889 -8487.2684 -8487.2684 326.17023 326.17023 23773.498 23773.498 -450.15832 -450.15832 56000 -8404.3811 -8404.3811 -8491.7014 -8491.7014 337.93883 337.93883 23782.879 23782.879 -1832.7557 -1832.7557 Loop time of 96.7566 on 1 procs for 1000 steps with 2000 atoms Performance: 0.893 ns/day, 26.877 hours/ns, 10.335 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 | 96.269 | 96.269 | 96.269 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072378 | 0.072378 | 0.072378 | 0.0 | 0.07 Output | 0.00017199 | 0.00017199 | 0.00017199 | 0.0 | 0.00 Modify | 0.35858 | 0.35858 | 0.35858 | 0.0 | 0.37 Other | | 0.05601 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2969 ave 2969 max 2969 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: 116878 ave 116878 max 116878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116878 Ave neighs/atom = 58.439 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.817317314014, Press = 0.83238430359133 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8404.3811 -8404.3811 -8491.7014 -8491.7014 337.93883 337.93883 23782.879 23782.879 -1832.7557 -1832.7557 57000 -8400.5318 -8400.5318 -8489.3978 -8489.3978 343.92046 343.92046 23706.385 23706.385 4125.1474 4125.1474 Loop time of 96.6409 on 1 procs for 1000 steps with 2000 atoms Performance: 0.894 ns/day, 26.845 hours/ns, 10.348 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 | 96.154 | 96.154 | 96.154 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07212 | 0.07212 | 0.07212 | 0.0 | 0.07 Output | 0.00020362 | 0.00020362 | 0.00020362 | 0.0 | 0.00 Modify | 0.35901 | 0.35901 | 0.35901 | 0.0 | 0.37 Other | | 0.05575 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2963 ave 2963 max 2963 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: 116794 ave 116794 max 116794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116794 Ave neighs/atom = 58.397 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.890346032854, Press = 0.799191599340079 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8400.5318 -8400.5318 -8489.3978 -8489.3978 343.92046 343.92046 23706.385 23706.385 4125.1474 4125.1474 58000 -8403.2633 -8403.2633 -8491.0881 -8491.0881 339.8907 339.8907 23772.335 23772.335 -837.92684 -837.92684 Loop time of 104.009 on 1 procs for 1000 steps with 2000 atoms Performance: 0.831 ns/day, 28.891 hours/ns, 9.615 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 | 103.47 | 103.47 | 103.47 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077079 | 0.077079 | 0.077079 | 0.0 | 0.07 Output | 0.00020232 | 0.00020232 | 0.00020232 | 0.0 | 0.00 Modify | 0.39906 | 0.39906 | 0.39906 | 0.0 | 0.38 Other | | 0.05854 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2959 ave 2959 max 2959 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: 116928 ave 116928 max 116928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116928 Ave neighs/atom = 58.464 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.939070753824, Press = -1.77230533714365 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8403.2633 -8403.2633 -8491.0881 -8491.0881 339.8907 339.8907 23772.335 23772.335 -837.92684 -837.92684 59000 -8402.5624 -8402.5624 -8488.4899 -8488.4899 332.54825 332.54825 23784.718 23784.718 -1345.7636 -1345.7636 Loop time of 113.994 on 1 procs for 1000 steps with 2000 atoms Performance: 0.758 ns/day, 31.665 hours/ns, 8.772 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 | 113.4 | 113.4 | 113.4 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083321 | 0.083321 | 0.083321 | 0.0 | 0.07 Output | 0.00027456 | 0.00027456 | 0.00027456 | 0.0 | 0.00 Modify | 0.44516 | 0.44516 | 0.44516 | 0.0 | 0.39 Other | | 0.06256 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2957 ave 2957 max 2957 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: 116824 ave 116824 max 116824 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116824 Ave neighs/atom = 58.412 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 332.965209072058, Press = 0.235771705916611 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8402.5624 -8402.5624 -8488.4899 -8488.4899 332.54825 332.54825 23784.718 23784.718 -1345.7636 -1345.7636 60000 -8400.7692 -8400.7692 -8490.4792 -8490.4792 347.18669 347.18669 23763.815 23763.815 -6.5944811 -6.5944811 Loop time of 109.554 on 1 procs for 1000 steps with 2000 atoms Performance: 0.789 ns/day, 30.432 hours/ns, 9.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 | 108.98 | 108.98 | 108.98 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081419 | 0.081419 | 0.081419 | 0.0 | 0.07 Output | 0.00016915 | 0.00016915 | 0.00016915 | 0.0 | 0.00 Modify | 0.4266 | 0.4266 | 0.4266 | 0.0 | 0.39 Other | | 0.0619 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955 ave 2955 max 2955 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: 116800 ave 116800 max 116800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116800 Ave neighs/atom = 58.4 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.048465999581, Press = 0.473792407851123 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8400.7692 -8400.7692 -8490.4792 -8490.4792 347.18669 347.18669 23763.815 23763.815 -6.5944811 -6.5944811 61000 -8403.5866 -8403.5866 -8490.4883 -8490.4883 336.31846 336.31846 23752.646 23752.646 656.60364 656.60364 Loop time of 112.993 on 1 procs for 1000 steps with 2000 atoms Performance: 0.765 ns/day, 31.387 hours/ns, 8.850 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 | 112.4 | 112.4 | 112.4 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083253 | 0.083253 | 0.083253 | 0.0 | 0.07 Output | 0.00016945 | 0.00016945 | 0.00016945 | 0.0 | 0.00 Modify | 0.44561 | 0.44561 | 0.44561 | 0.0 | 0.39 Other | | 0.06207 | | | 0.05 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955 ave 2955 max 2955 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: 116798 ave 116798 max 116798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116798 Ave neighs/atom = 58.399 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.057958506609, Press = -0.202239153727309 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8403.5866 -8403.5866 -8490.4883 -8490.4883 336.31846 336.31846 23752.646 23752.646 656.60364 656.60364 62000 -8405.2714 -8405.2714 -8490.8401 -8490.8401 331.1597 331.1597 23784.764 23784.764 -1800.9824 -1800.9824 Loop time of 96.6872 on 1 procs for 1000 steps with 2000 atoms Performance: 0.894 ns/day, 26.858 hours/ns, 10.343 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 | 96.197 | 96.197 | 96.197 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07235 | 0.07235 | 0.07235 | 0.0 | 0.07 Output | 0.00026313 | 0.00026313 | 0.00026313 | 0.0 | 0.00 Modify | 0.36017 | 0.36017 | 0.36017 | 0.0 | 0.37 Other | | 0.05744 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955 ave 2955 max 2955 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: 116836 ave 116836 max 116836 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116836 Ave neighs/atom = 58.418 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.063795295646, Press = -0.45569301288137 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8405.2714 -8405.2714 -8490.8401 -8490.8401 331.1597 331.1597 23784.764 23784.764 -1800.9824 -1800.9824 63000 -8402.3075 -8402.3075 -8488.5659 -8488.5659 333.8291 333.8291 23767.503 23767.503 -119.77236 -119.77236 Loop time of 96.5595 on 1 procs for 1000 steps with 2000 atoms Performance: 0.895 ns/day, 26.822 hours/ns, 10.356 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 | 96.069 | 96.069 | 96.069 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072903 | 0.072903 | 0.072903 | 0.0 | 0.08 Output | 0.00020823 | 0.00020823 | 0.00020823 | 0.0 | 0.00 Modify | 0.36087 | 0.36087 | 0.36087 | 0.0 | 0.37 Other | | 0.05657 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2968 ave 2968 max 2968 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: 116736 ave 116736 max 116736 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116736 Ave neighs/atom = 58.368 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.017537638474, Press = 1.38346423292411 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8402.3075 -8402.3075 -8488.5659 -8488.5659 333.8291 333.8291 23767.503 23767.503 -119.77236 -119.77236 64000 -8404.9996 -8404.9996 -8491.5657 -8491.5657 335.01975 335.01975 23710.648 23710.648 3303.951 3303.951 Loop time of 96.7255 on 1 procs for 1000 steps with 2000 atoms Performance: 0.893 ns/day, 26.868 hours/ns, 10.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 | 96.236 | 96.236 | 96.236 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072865 | 0.072865 | 0.072865 | 0.0 | 0.08 Output | 0.00016916 | 0.00016916 | 0.00016916 | 0.0 | 0.00 Modify | 0.35966 | 0.35966 | 0.35966 | 0.0 | 0.37 Other | | 0.05648 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2964 ave 2964 max 2964 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: 116870 ave 116870 max 116870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116870 Ave neighs/atom = 58.435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.022204953028, Press = -0.364201391846701 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8404.9996 -8404.9996 -8491.5657 -8491.5657 335.01975 335.01975 23710.648 23710.648 3303.951 3303.951 65000 -8403.0997 -8403.0997 -8490.7129 -8490.7129 339.07222 339.07222 23780.675 23780.675 -1521.0062 -1521.0062 Loop time of 96.6012 on 1 procs for 1000 steps with 2000 atoms Performance: 0.894 ns/day, 26.834 hours/ns, 10.352 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 | 96.112 | 96.112 | 96.112 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072638 | 0.072638 | 0.072638 | 0.0 | 0.08 Output | 0.00017 | 0.00017 | 0.00017 | 0.0 | 0.00 Modify | 0.35909 | 0.35909 | 0.35909 | 0.0 | 0.37 Other | | 0.05701 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2969 ave 2969 max 2969 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: 116886 ave 116886 max 116886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116886 Ave neighs/atom = 58.443 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.042684834951, Press = -1.02075085536479 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8403.0997 -8403.0997 -8490.7129 -8490.7129 339.07222 339.07222 23780.675 23780.675 -1521.0062 -1521.0062 66000 -8401.2494 -8401.2494 -8489.4351 -8489.4351 341.28757 341.28757 23788.087 23788.087 -1641.6191 -1641.6191 Loop time of 98.2478 on 1 procs for 1000 steps with 2000 atoms Performance: 0.879 ns/day, 27.291 hours/ns, 10.178 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 | 97.752 | 97.752 | 97.752 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.073714 | 0.073714 | 0.073714 | 0.0 | 0.08 Output | 0.00016968 | 0.00016968 | 0.00016968 | 0.0 | 0.00 Modify | 0.36547 | 0.36547 | 0.36547 | 0.0 | 0.37 Other | | 0.05639 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2967 ave 2967 max 2967 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: 116774 ave 116774 max 116774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116774 Ave neighs/atom = 58.387 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.082285216235, Press = 0.443060868630653 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8401.2494 -8401.2494 -8489.4351 -8489.4351 341.28757 341.28757 23788.087 23788.087 -1641.6191 -1641.6191 67000 -8406.4772 -8406.4772 -8492.1065 -8492.1065 331.3939 331.3939 23744.546 23744.546 809.80572 809.80572 Loop time of 112.798 on 1 procs for 1000 steps with 2000 atoms Performance: 0.766 ns/day, 31.333 hours/ns, 8.865 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 | 112.21 | 112.21 | 112.21 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082901 | 0.082901 | 0.082901 | 0.0 | 0.07 Output | 0.00016976 | 0.00016976 | 0.00016976 | 0.0 | 0.00 Modify | 0.4372 | 0.4372 | 0.4372 | 0.0 | 0.39 Other | | 0.06329 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116794 ave 116794 max 116794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116794 Ave neighs/atom = 58.397 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.082432696735, Press = 0.485526903153683 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8406.4772 -8406.4772 -8492.1065 -8492.1065 331.3939 331.3939 23744.546 23744.546 809.80572 809.80572 68000 -8403.0697 -8403.0697 -8488.8915 -8488.8915 332.13935 332.13935 23753.159 23753.159 993.80831 993.80831 Loop time of 113.985 on 1 procs for 1000 steps with 2000 atoms Performance: 0.758 ns/day, 31.662 hours/ns, 8.773 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 | 113.39 | 113.39 | 113.39 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083806 | 0.083806 | 0.083806 | 0.0 | 0.07 Output | 0.00021804 | 0.00021804 | 0.00021804 | 0.0 | 0.00 Modify | 0.44886 | 0.44886 | 0.44886 | 0.0 | 0.39 Other | | 0.06326 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2970 ave 2970 max 2970 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: 116812 ave 116812 max 116812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116812 Ave neighs/atom = 58.406 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.09048946372, Press = -0.399683282210344 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8403.0697 -8403.0697 -8488.8915 -8488.8915 332.13935 332.13935 23753.159 23753.159 993.80831 993.80831 69000 -8401.3202 -8401.3202 -8488.3272 -8488.3272 336.72615 336.72615 23779.446 23779.446 -1111.9611 -1111.9611 Loop time of 114.426 on 1 procs for 1000 steps with 2000 atoms Performance: 0.755 ns/day, 31.785 hours/ns, 8.739 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 | 113.84 | 113.84 | 113.84 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082704 | 0.082704 | 0.082704 | 0.0 | 0.07 Output | 0.00059639 | 0.00059639 | 0.00059639 | 0.0 | 0.00 Modify | 0.4407 | 0.4407 | 0.4407 | 0.0 | 0.39 Other | | 0.0633 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2965 ave 2965 max 2965 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: 116752 ave 116752 max 116752 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116752 Ave neighs/atom = 58.376 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.098000188513, Press = -0.225248220009722 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8401.3202 -8401.3202 -8488.3272 -8488.3272 336.72615 336.72615 23779.446 23779.446 -1111.9611 -1111.9611 70000 -8404.6417 -8404.6417 -8490.237 -8490.237 331.26254 331.26254 23757.404 23757.404 303.96743 303.96743 Loop time of 109.325 on 1 procs for 1000 steps with 2000 atoms Performance: 0.790 ns/day, 30.368 hours/ns, 9.147 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 | 108.76 | 108.76 | 108.76 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080643 | 0.080643 | 0.080643 | 0.0 | 0.07 Output | 0.00016922 | 0.00016922 | 0.00016922 | 0.0 | 0.00 Modify | 0.42005 | 0.42005 | 0.42005 | 0.0 | 0.38 Other | | 0.06096 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2964 ave 2964 max 2964 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: 116844 ave 116844 max 116844 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116844 Ave neighs/atom = 58.422 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.098671121792, Press = 0.578889340207638 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -8404.6417 -8404.6417 -8490.237 -8490.237 331.26254 331.26254 23757.404 23757.404 303.96743 303.96743 71000 -8399.3859 -8399.3859 -8488.4794 -8488.4794 344.8009 344.8009 23735.754 23735.754 2196.2094 2196.2094 Loop time of 96.7383 on 1 procs for 1000 steps with 2000 atoms Performance: 0.893 ns/day, 26.872 hours/ns, 10.337 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 | 96.249 | 96.249 | 96.249 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072514 | 0.072514 | 0.072514 | 0.0 | 0.07 Output | 0.00016926 | 0.00016926 | 0.00016926 | 0.0 | 0.00 Modify | 0.36029 | 0.36029 | 0.36029 | 0.0 | 0.37 Other | | 0.05581 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2954 ave 2954 max 2954 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: 116742 ave 116742 max 116742 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116742 Ave neighs/atom = 58.371 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.12824265443, Press = -0.29620236056302 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -8399.3859 -8399.3859 -8488.4794 -8488.4794 344.8009 344.8009 23735.754 23735.754 2196.2094 2196.2094 72000 -8406.2109 -8406.2109 -8489.7889 -8489.7889 323.45575 323.45575 23777.09 23777.09 -1213.6454 -1213.6454 Loop time of 96.2164 on 1 procs for 1000 steps with 2000 atoms Performance: 0.898 ns/day, 26.727 hours/ns, 10.393 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 95.732 | 95.732 | 95.732 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072005 | 0.072005 | 0.072005 | 0.0 | 0.07 Output | 0.00017055 | 0.00017055 | 0.00017055 | 0.0 | 0.00 Modify | 0.35665 | 0.35665 | 0.35665 | 0.0 | 0.37 Other | | 0.05553 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2961 ave 2961 max 2961 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: 116900 ave 116900 max 116900 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116900 Ave neighs/atom = 58.45 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.160392112682, Press = -1.40734985916923 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -8406.2109 -8406.2109 -8489.7889 -8489.7889 323.45575 323.45575 23777.09 23777.09 -1213.6454 -1213.6454 73000 -8406.7199 -8406.7199 -8490.1232 -8490.1232 322.77936 322.77936 23784.529 23784.529 -1920.5241 -1920.5241 Loop time of 111.71 on 1 procs for 1000 steps with 2000 atoms Performance: 0.773 ns/day, 31.031 hours/ns, 8.952 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 | 111.12 | 111.12 | 111.12 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082969 | 0.082969 | 0.082969 | 0.0 | 0.07 Output | 0.00017137 | 0.00017137 | 0.00017137 | 0.0 | 0.00 Modify | 0.44047 | 0.44047 | 0.44047 | 0.0 | 0.39 Other | | 0.06275 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2979 ave 2979 max 2979 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: 116870 ave 116870 max 116870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116870 Ave neighs/atom = 58.435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.152443710498, Press = 0.650560683616465 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -8406.7199 -8406.7199 -8490.1232 -8490.1232 322.77936 322.77936 23784.529 23784.529 -1920.5241 -1920.5241 74000 -8404.5945 -8404.5945 -8489.6634 -8489.6634 329.22519 329.22519 23740.249 23740.249 1531.562 1531.562 Loop time of 113.311 on 1 procs for 1000 steps with 2000 atoms Performance: 0.763 ns/day, 31.475 hours/ns, 8.825 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 | 112.71 | 112.71 | 112.71 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084055 | 0.084055 | 0.084055 | 0.0 | 0.07 Output | 0.00017364 | 0.00017364 | 0.00017364 | 0.0 | 0.00 Modify | 0.44896 | 0.44896 | 0.44896 | 0.0 | 0.40 Other | | 0.06258 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2953 ave 2953 max 2953 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: 116732 ave 116732 max 116732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116732 Ave neighs/atom = 58.366 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.12052821858, Press = 0.272240301577053 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -8404.5945 -8404.5945 -8489.6634 -8489.6634 329.22519 329.22519 23740.249 23740.249 1531.562 1531.562 75000 -8405.6822 -8405.6822 -8489.0535 -8489.0535 322.65545 322.65545 23756.59 23756.59 401.14881 401.14881 Loop time of 113.399 on 1 procs for 1000 steps with 2000 atoms Performance: 0.762 ns/day, 31.500 hours/ns, 8.818 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 | 112.8 | 112.8 | 112.8 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084032 | 0.084032 | 0.084032 | 0.0 | 0.07 Output | 0.00023398 | 0.00023398 | 0.00023398 | 0.0 | 0.00 Modify | 0.44727 | 0.44727 | 0.44727 | 0.0 | 0.39 Other | | 0.06277 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2962 ave 2962 max 2962 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: 116872 ave 116872 max 116872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116872 Ave neighs/atom = 58.436 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.14406796326, Press = -0.553685307484883 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -8405.6822 -8405.6822 -8489.0535 -8489.0535 322.65545 322.65545 23756.59 23756.59 401.14881 401.14881 76000 -8404.3654 -8404.3654 -8491.1897 -8491.1897 336.0191 336.0191 23773.59 23773.59 -1064.8171 -1064.8171 Loop time of 110.732 on 1 procs for 1000 steps with 2000 atoms Performance: 0.780 ns/day, 30.759 hours/ns, 9.031 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 | 110.16 | 110.16 | 110.16 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081732 | 0.081732 | 0.081732 | 0.0 | 0.07 Output | 0.00021041 | 0.00021041 | 0.00021041 | 0.0 | 0.00 Modify | 0.43294 | 0.43294 | 0.43294 | 0.0 | 0.39 Other | | 0.06202 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2955 ave 2955 max 2955 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: 116878 ave 116878 max 116878 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116878 Ave neighs/atom = 58.439 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.14390185976, Press = -0.255570858564049 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -8404.3654 -8404.3654 -8491.1897 -8491.1897 336.0191 336.0191 23773.59 23773.59 -1064.8171 -1064.8171 77000 -8401.7733 -8401.7733 -8489.9626 -8489.9626 341.30185 341.30185 23765.063 23765.063 -264.47788 -264.47788 Loop time of 112.581 on 1 procs for 1000 steps with 2000 atoms Performance: 0.767 ns/day, 31.272 hours/ns, 8.883 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 | 111.99 | 111.99 | 111.99 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082841 | 0.082841 | 0.082841 | 0.0 | 0.07 Output | 0.00017155 | 0.00017155 | 0.00017155 | 0.0 | 0.00 Modify | 0.44151 | 0.44151 | 0.44151 | 0.0 | 0.39 Other | | 0.06225 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2971 ave 2971 max 2971 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: 116870 ave 116870 max 116870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116870 Ave neighs/atom = 58.435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 333.144103191723, Press = 0.394607636941239 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 = 5.6 ghost atom cutoff = 5.6 binsize = 2.8, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.701 | 3.701 | 3.701 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -8401.7733 -8401.7733 -8489.9626 -8489.9626 341.30185 341.30185 23765.063 23765.063 -264.47788 -264.47788 78000 -8402.2789 -8402.2789 -8490.8346 -8490.8346 342.71939 342.71939 23733.218 23733.218 1885.4291 1885.4291 Loop time of 109.131 on 1 procs for 1000 steps with 2000 atoms Performance: 0.792 ns/day, 30.314 hours/ns, 9.163 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 | 108.57 | 108.57 | 108.57 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08054 | 0.08054 | 0.08054 | 0.0 | 0.07 Output | 0.00017133 | 0.00017133 | 0.00017133 | 0.0 | 0.00 Modify | 0.42342 | 0.42342 | 0.42342 | 0.0 | 0.39 Other | | 0.06028 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 2970 ave 2970 max 2970 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: 116884 ave 116884 max 116884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 116884 Ave neighs/atom = 58.442 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 23761.1397341908 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0