# 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.8510001525282864*${_u_distance} variable latticeconst_converted equal 2.8510001525282864*1 lattice bcc ${latticeconst_converted} lattice bcc 2.85100015252829 Lattice spacing in x,y,z = 2.8510002 2.8510002 2.8510002 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.510002 28.510002 28.510002) 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.510002 28.510002 28.510002) create_atoms CPU = 0.000 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_AsadiZaeemNouranian_2015_Fe__MO_492310898779_002 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 23173.504770342 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23173.504770342/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23173.504770342/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23173.504770342/(1*1*${_u_distance}) variable V0_metal equal 23173.504770342/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23173.504770342*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23173.504770342 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 293.15*${_u_temperature} variable temp_converted equal 293.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 293.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "293.15 - 0.2" variable T_up equal "293.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_492310898779_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8504.252 -8504.252 -8579.9993 -8579.9993 293.15 293.15 23173.505 23173.505 3491.3751 3491.3751 1000 -8425.5122 -8425.5122 -8500.2806 -8500.2806 289.36157 289.36157 23336.61 23336.61 2834.7235 2834.7235 Loop time of 24.5311 on 1 procs for 1000 steps with 2000 atoms Performance: 3.522 ns/day, 6.814 hours/ns, 40.765 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 24.45 | 24.45 | 24.45 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015216 | 0.015216 | 0.015216 | 0.0 | 0.06 Output | 0.00020472 | 0.00020472 | 0.00020472 | 0.0 | 0.00 Modify | 0.06035 | 0.06035 | 0.06035 | 0.0 | 0.25 Other | | 0.005627 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128000 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8425.5122 -8425.5122 -8500.2806 -8500.2806 289.36157 289.36157 23336.61 23336.61 2834.7235 2834.7235 2000 -8425.0801 -8425.0801 -8498.7904 -8498.7904 285.26645 285.26645 23362.15 23362.15 1213.5005 1213.5005 Loop time of 27.4508 on 1 procs for 1000 steps with 2000 atoms Performance: 3.147 ns/day, 7.625 hours/ns, 36.429 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 | 27.37 | 27.37 | 27.37 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014971 | 0.014971 | 0.014971 | 0.0 | 0.05 Output | 6.0493e-05 | 6.0493e-05 | 6.0493e-05 | 0.0 | 0.00 Modify | 0.059881 | 0.059881 | 0.059881 | 0.0 | 0.22 Other | | 0.005499 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128406 ave 128406 max 128406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128406 Ave neighs/atom = 64.203 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8425.0801 -8425.0801 -8498.7904 -8498.7904 285.26645 285.26645 23362.15 23362.15 1213.5005 1213.5005 3000 -8426.5582 -8426.5582 -8505.5494 -8505.5494 305.70407 305.70407 23349.096 23349.096 1485.752 1485.752 Loop time of 27.5487 on 1 procs for 1000 steps with 2000 atoms Performance: 3.136 ns/day, 7.652 hours/ns, 36.299 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 | 27.469 | 27.469 | 27.469 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015046 | 0.015046 | 0.015046 | 0.0 | 0.05 Output | 6.938e-05 | 6.938e-05 | 6.938e-05 | 0.0 | 0.00 Modify | 0.059709 | 0.059709 | 0.059709 | 0.0 | 0.22 Other | | 0.00534 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128310 ave 128310 max 128310 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128310 Ave neighs/atom = 64.155 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8426.5582 -8426.5582 -8505.5494 -8505.5494 305.70407 305.70407 23349.096 23349.096 1485.752 1485.752 4000 -8424.6101 -8424.6101 -8499.102 -8499.102 288.29144 288.29144 23353.55 23353.55 1943.5214 1943.5214 Loop time of 27.5542 on 1 procs for 1000 steps with 2000 atoms Performance: 3.136 ns/day, 7.654 hours/ns, 36.292 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 | 27.474 | 27.474 | 27.474 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014914 | 0.014914 | 0.014914 | 0.0 | 0.05 Output | 6.8439e-05 | 6.8439e-05 | 6.8439e-05 | 0.0 | 0.00 Modify | 0.059606 | 0.059606 | 0.059606 | 0.0 | 0.22 Other | | 0.00533 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128236 ave 128236 max 128236 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128236 Ave neighs/atom = 64.118 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8424.6101 -8424.6101 -8499.102 -8499.102 288.29144 288.29144 23353.55 23353.55 1943.5214 1943.5214 5000 -8427.0803 -8427.0803 -8503.5132 -8503.5132 295.80333 295.80333 23359.497 23359.497 983.88955 983.88955 Loop time of 27.5203 on 1 procs for 1000 steps with 2000 atoms Performance: 3.140 ns/day, 7.645 hours/ns, 36.337 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 | 27.44 | 27.44 | 27.44 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014929 | 0.014929 | 0.014929 | 0.0 | 0.05 Output | 4.6988e-05 | 4.6988e-05 | 4.6988e-05 | 0.0 | 0.00 Modify | 0.059802 | 0.059802 | 0.059802 | 0.0 | 0.22 Other | | 0.005383 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128388 ave 128388 max 128388 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128388 Ave neighs/atom = 64.194 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 288.593513367928, Press = -1161.72954760019 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8427.0803 -8427.0803 -8503.5132 -8503.5132 295.80333 295.80333 23359.497 23359.497 983.88955 983.88955 6000 -8425.1302 -8425.1302 -8498.3631 -8498.3631 283.41867 283.41867 23376.547 23376.547 446.94876 446.94876 Loop time of 27.5594 on 1 procs for 1000 steps with 2000 atoms Performance: 3.135 ns/day, 7.655 hours/ns, 36.285 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 | 27.477 | 27.477 | 27.477 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014964 | 0.014964 | 0.014964 | 0.0 | 0.05 Output | 5.5344e-05 | 5.5344e-05 | 5.5344e-05 | 0.0 | 0.00 Modify | 0.061952 | 0.061952 | 0.061952 | 0.0 | 0.22 Other | | 0.005404 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128302 ave 128302 max 128302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128302 Ave neighs/atom = 64.151 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.079641365408, Press = -112.857762884515 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8425.1302 -8425.1302 -8498.3631 -8498.3631 283.41867 283.41867 23376.547 23376.547 446.94876 446.94876 7000 -8429.3726 -8429.3726 -8500.5895 -8500.5895 275.61677 275.61677 23372.043 23372.043 327.151 327.151 Loop time of 27.566 on 1 procs for 1000 steps with 2000 atoms Performance: 3.134 ns/day, 7.657 hours/ns, 36.277 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 | 27.484 | 27.484 | 27.484 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015093 | 0.015093 | 0.015093 | 0.0 | 0.05 Output | 4.0866e-05 | 4.0866e-05 | 4.0866e-05 | 0.0 | 0.00 Modify | 0.061922 | 0.061922 | 0.061922 | 0.0 | 0.22 Other | | 0.005397 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128346 ave 128346 max 128346 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128346 Ave neighs/atom = 64.173 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 291.465574345394, Press = -66.618826067935 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8429.3726 -8429.3726 -8500.5895 -8500.5895 275.61677 275.61677 23372.043 23372.043 327.151 327.151 8000 -8425.8947 -8425.8947 -8501.1452 -8501.1452 291.22698 291.22698 23396.27 23396.27 -1275.139 -1275.139 Loop time of 27.5982 on 1 procs for 1000 steps with 2000 atoms Performance: 3.131 ns/day, 7.666 hours/ns, 36.234 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 | 27.516 | 27.516 | 27.516 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014978 | 0.014978 | 0.014978 | 0.0 | 0.05 Output | 6.3559e-05 | 6.3559e-05 | 6.3559e-05 | 0.0 | 0.00 Modify | 0.061995 | 0.061995 | 0.061995 | 0.0 | 0.22 Other | | 0.005382 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128264 ave 128264 max 128264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128264 Ave neighs/atom = 64.132 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.055411924538, Press = -58.0054890955884 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8425.8947 -8425.8947 -8501.1452 -8501.1452 291.22698 291.22698 23396.27 23396.27 -1275.139 -1275.139 9000 -8422.8854 -8422.8854 -8499.0134 -8499.0134 294.62349 294.62349 23405.673 23405.673 -1497.5718 -1497.5718 Loop time of 27.5605 on 1 procs for 1000 steps with 2000 atoms Performance: 3.135 ns/day, 7.656 hours/ns, 36.284 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 | 27.478 | 27.478 | 27.478 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014964 | 0.014964 | 0.014964 | 0.0 | 0.05 Output | 5.7518e-05 | 5.7518e-05 | 5.7518e-05 | 0.0 | 0.00 Modify | 0.061986 | 0.061986 | 0.061986 | 0.0 | 0.22 Other | | 0.005417 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128232 ave 128232 max 128232 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128232 Ave neighs/atom = 64.116 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.641311574104, Press = -23.3986191966619 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8422.8854 -8422.8854 -8499.0134 -8499.0134 294.62349 294.62349 23405.673 23405.673 -1497.5718 -1497.5718 10000 -8425.3649 -8425.3649 -8504.2641 -8504.2641 305.34822 305.34822 23401.933 23401.933 -1854.2405 -1854.2405 Loop time of 27.5426 on 1 procs for 1000 steps with 2000 atoms Performance: 3.137 ns/day, 7.651 hours/ns, 36.307 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 | 27.46 | 27.46 | 27.46 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015075 | 0.015075 | 0.015075 | 0.0 | 0.05 Output | 4.6046e-05 | 4.6046e-05 | 4.6046e-05 | 0.0 | 0.00 Modify | 0.061941 | 0.061941 | 0.061941 | 0.0 | 0.22 Other | | 0.005355 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128276 ave 128276 max 128276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128276 Ave neighs/atom = 64.138 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.269396400314, Press = -15.054870624252 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8425.3649 -8425.3649 -8504.2641 -8504.2641 305.34822 305.34822 23401.933 23401.933 -1854.2405 -1854.2405 11000 -8425.1552 -8425.1552 -8502.0685 -8502.0685 297.66225 297.66225 23397.694 23397.694 -1305.2918 -1305.2918 Loop time of 27.496 on 1 procs for 1000 steps with 2000 atoms Performance: 3.142 ns/day, 7.638 hours/ns, 36.369 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.414 | 27.414 | 27.414 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014928 | 0.014928 | 0.014928 | 0.0 | 0.05 Output | 4.7399e-05 | 4.7399e-05 | 4.7399e-05 | 0.0 | 0.00 Modify | 0.061979 | 0.061979 | 0.061979 | 0.0 | 0.23 Other | | 0.005336 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128230 ave 128230 max 128230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128230 Ave neighs/atom = 64.115 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.176451594699, Press = -11.3854787507117 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8425.1552 -8425.1552 -8502.0685 -8502.0685 297.66225 297.66225 23397.694 23397.694 -1305.2918 -1305.2918 12000 -8431.2355 -8431.2355 -8504.4068 -8504.4068 283.18063 283.18063 23396.011 23396.011 -1854.381 -1854.381 Loop time of 27.5425 on 1 procs for 1000 steps with 2000 atoms Performance: 3.137 ns/day, 7.651 hours/ns, 36.308 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 | 27.46 | 27.46 | 27.46 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014994 | 0.014994 | 0.014994 | 0.0 | 0.05 Output | 6.3499e-05 | 6.3499e-05 | 6.3499e-05 | 0.0 | 0.00 Modify | 0.061946 | 0.061946 | 0.061946 | 0.0 | 0.22 Other | | 0.005354 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128244 ave 128244 max 128244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128244 Ave neighs/atom = 64.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.122573867748, Press = -8.02049193766933 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8431.2355 -8431.2355 -8504.4068 -8504.4068 283.18063 283.18063 23396.011 23396.011 -1854.381 -1854.381 13000 -8425.831 -8425.831 -8501.4374 -8501.4374 292.60453 292.60453 23422.187 23422.187 -3114.1289 -3114.1289 Loop time of 27.636 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.677 hours/ns, 36.185 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 | 27.554 | 27.554 | 27.554 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015031 | 0.015031 | 0.015031 | 0.0 | 0.05 Output | 3.9274e-05 | 3.9274e-05 | 3.9274e-05 | 0.0 | 0.00 Modify | 0.061892 | 0.061892 | 0.061892 | 0.0 | 0.22 Other | | 0.005354 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128222 ave 128222 max 128222 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128222 Ave neighs/atom = 64.111 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.719562955009, Press = -2.88455392600861 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8425.831 -8425.831 -8501.4374 -8501.4374 292.60453 292.60453 23422.187 23422.187 -3114.1289 -3114.1289 14000 -8425.5726 -8425.5726 -8502.3565 -8502.3565 297.1618 297.1618 23438.668 23438.668 -4369.0116 -4369.0116 Loop time of 27.5402 on 1 procs for 1000 steps with 2000 atoms Performance: 3.137 ns/day, 7.650 hours/ns, 36.311 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 | 27.458 | 27.458 | 27.458 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015036 | 0.015036 | 0.015036 | 0.0 | 0.05 Output | 0.00012601 | 0.00012601 | 0.00012601 | 0.0 | 0.00 Modify | 0.061956 | 0.061956 | 0.061956 | 0.0 | 0.22 Other | | 0.005364 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 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: 128244 ave 128244 max 128244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128244 Ave neighs/atom = 64.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.803185208462, Press = 7.38195951453321 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8425.5726 -8425.5726 -8502.3565 -8502.3565 297.1618 297.1618 23438.668 23438.668 -4369.0116 -4369.0116 15000 -8423.2757 -8423.2757 -8501.5127 -8501.5127 302.78539 302.78539 23390.866 23390.866 -825.44484 -825.44484 Loop time of 27.5248 on 1 procs for 1000 steps with 2000 atoms Performance: 3.139 ns/day, 7.646 hours/ns, 36.331 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.443 | 27.443 | 27.443 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014971 | 0.014971 | 0.014971 | 0.0 | 0.05 Output | 4.0726e-05 | 4.0726e-05 | 4.0726e-05 | 0.0 | 0.00 Modify | 0.061857 | 0.061857 | 0.061857 | 0.0 | 0.22 Other | | 0.005373 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128226 ave 128226 max 128226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128226 Ave neighs/atom = 64.113 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.927260103103, Press = 0.0789765641289921 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8423.2757 -8423.2757 -8501.5127 -8501.5127 302.78539 302.78539 23390.866 23390.866 -825.44484 -825.44484 16000 -8427.0811 -8427.0811 -8502.4292 -8502.4292 291.60484 291.60484 23382.235 23382.235 -473.17325 -473.17325 Loop time of 27.6343 on 1 procs for 1000 steps with 2000 atoms Performance: 3.127 ns/day, 7.676 hours/ns, 36.187 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 | 27.552 | 27.552 | 27.552 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015009 | 0.015009 | 0.015009 | 0.0 | 0.05 Output | 7.2446e-05 | 7.2446e-05 | 7.2446e-05 | 0.0 | 0.00 Modify | 0.06199 | 0.06199 | 0.06199 | 0.0 | 0.22 Other | | 0.005371 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128320 ave 128320 max 128320 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128320 Ave neighs/atom = 64.16 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.890791247792, Press = -0.399617515043604 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8427.0811 -8427.0811 -8502.4292 -8502.4292 291.60484 291.60484 23382.235 23382.235 -473.17325 -473.17325 17000 -8423.814 -8423.814 -8500.0332 -8500.0332 294.97647 294.97647 23378.838 23378.838 112.823 112.823 Loop time of 27.6483 on 1 procs for 1000 steps with 2000 atoms Performance: 3.125 ns/day, 7.680 hours/ns, 36.169 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 | 27.566 | 27.566 | 27.566 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015032 | 0.015032 | 0.015032 | 0.0 | 0.05 Output | 3.8693e-05 | 3.8693e-05 | 3.8693e-05 | 0.0 | 0.00 Modify | 0.06199 | 0.06199 | 0.06199 | 0.0 | 0.22 Other | | 0.005409 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128296 ave 128296 max 128296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128296 Ave neighs/atom = 64.148 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.921387383435, Press = -0.712500124879138 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8423.814 -8423.814 -8500.0332 -8500.0332 294.97647 294.97647 23378.838 23378.838 112.823 112.823 18000 -8428.3976 -8428.3976 -8503.8566 -8503.8566 292.03426 292.03426 23358.354 23358.354 931.42419 931.42419 Loop time of 27.6474 on 1 procs for 1000 steps with 2000 atoms Performance: 3.125 ns/day, 7.680 hours/ns, 36.170 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 | 27.565 | 27.565 | 27.565 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015078 | 0.015078 | 0.015078 | 0.0 | 0.05 Output | 6.0264e-05 | 6.0264e-05 | 6.0264e-05 | 0.0 | 0.00 Modify | 0.061973 | 0.061973 | 0.061973 | 0.0 | 0.22 Other | | 0.005442 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128302 ave 128302 max 128302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128302 Ave neighs/atom = 64.151 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.841841512426, Press = -0.257867207990757 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8428.3976 -8428.3976 -8503.8566 -8503.8566 292.03426 292.03426 23358.354 23358.354 931.42419 931.42419 19000 -8423.575 -8423.575 -8500.6637 -8500.6637 298.34129 298.34129 23335.987 23335.987 3050.8711 3050.8711 Loop time of 27.5812 on 1 procs for 1000 steps with 2000 atoms Performance: 3.133 ns/day, 7.661 hours/ns, 36.257 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 | 27.499 | 27.499 | 27.499 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014969 | 0.014969 | 0.014969 | 0.0 | 0.05 Output | 3.9314e-05 | 3.9314e-05 | 3.9314e-05 | 0.0 | 0.00 Modify | 0.061801 | 0.061801 | 0.061801 | 0.0 | 0.22 Other | | 0.005434 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128354 ave 128354 max 128354 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128354 Ave neighs/atom = 64.177 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.800126017697, Press = 2.04051997155633 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8423.575 -8423.575 -8500.6637 -8500.6637 298.34129 298.34129 23335.987 23335.987 3050.8711 3050.8711 20000 -8424.7848 -8424.7848 -8500.9455 -8500.9455 294.75012 294.75012 23334.046 23334.046 3157.3028 3157.3028 Loop time of 27.6846 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.690 hours/ns, 36.121 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 | 27.602 | 27.602 | 27.602 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015047 | 0.015047 | 0.015047 | 0.0 | 0.05 Output | 5.5815e-05 | 5.5815e-05 | 5.5815e-05 | 0.0 | 0.00 Modify | 0.061933 | 0.061933 | 0.061933 | 0.0 | 0.22 Other | | 0.005431 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128348 ave 128348 max 128348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128348 Ave neighs/atom = 64.174 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.845165937642, Press = -0.290817186100178 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8424.7848 -8424.7848 -8500.9455 -8500.9455 294.75012 294.75012 23334.046 23334.046 3157.3028 3157.3028 21000 -8422.9342 -8422.9342 -8499.1961 -8499.1961 295.14127 295.14127 23360.87 23360.87 1508.6448 1508.6448 Loop time of 27.5702 on 1 procs for 1000 steps with 2000 atoms Performance: 3.134 ns/day, 7.658 hours/ns, 36.271 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 | 27.488 | 27.488 | 27.488 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014949 | 0.014949 | 0.014949 | 0.0 | 0.05 Output | 3.735e-05 | 3.735e-05 | 3.735e-05 | 0.0 | 0.00 Modify | 0.061907 | 0.061907 | 0.061907 | 0.0 | 0.22 Other | | 0.005378 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 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: 128370 ave 128370 max 128370 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128370 Ave neighs/atom = 64.185 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.945562495342, Press = -2.1317558445033 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8422.9342 -8422.9342 -8499.1961 -8499.1961 295.14127 295.14127 23360.87 23360.87 1508.6448 1508.6448 22000 -8424.9224 -8424.9224 -8501.108 -8501.108 294.846 294.846 23361.635 23361.635 1080.5559 1080.5559 Loop time of 27.6045 on 1 procs for 1000 steps with 2000 atoms Performance: 3.130 ns/day, 7.668 hours/ns, 36.226 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 | 27.522 | 27.522 | 27.522 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014998 | 0.014998 | 0.014998 | 0.0 | 0.05 Output | 3.9855e-05 | 3.9855e-05 | 3.9855e-05 | 0.0 | 0.00 Modify | 0.061836 | 0.061836 | 0.061836 | 0.0 | 0.22 Other | | 0.005394 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128334 ave 128334 max 128334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128334 Ave neighs/atom = 64.167 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.918466814599, Press = -3.28525965059679 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8424.9224 -8424.9224 -8501.108 -8501.108 294.846 294.846 23361.635 23361.635 1080.5559 1080.5559 23000 -8426.1084 -8426.1084 -8502.2494 -8502.2494 294.67339 294.67339 23352.42 23352.42 1597.6823 1597.6823 Loop time of 27.7203 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.700 hours/ns, 36.075 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 | 27.637 | 27.637 | 27.637 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015073 | 0.015073 | 0.015073 | 0.0 | 0.05 Output | 0.00019667 | 0.00019667 | 0.00019667 | 0.0 | 0.00 Modify | 0.062104 | 0.062104 | 0.062104 | 0.0 | 0.22 Other | | 0.005385 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128296 ave 128296 max 128296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128296 Ave neighs/atom = 64.148 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.885913561198, Press = -4.28493247307687 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8426.1084 -8426.1084 -8502.2494 -8502.2494 294.67339 294.67339 23352.42 23352.42 1597.6823 1597.6823 24000 -8425.8884 -8425.8884 -8501.0316 -8501.0316 290.81215 290.81215 23349.575 23349.575 1924.0489 1924.0489 Loop time of 27.6883 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.691 hours/ns, 36.116 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 | 27.605 | 27.605 | 27.605 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015244 | 0.015244 | 0.015244 | 0.0 | 0.06 Output | 3.4224e-05 | 3.4224e-05 | 3.4224e-05 | 0.0 | 0.00 Modify | 0.062304 | 0.062304 | 0.062304 | 0.0 | 0.23 Other | | 0.005377 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128316 ave 128316 max 128316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128316 Ave neighs/atom = 64.158 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.914987699289, Press = -4.95388106769248 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8425.8884 -8425.8884 -8501.0316 -8501.0316 290.81215 290.81215 23349.575 23349.575 1924.0489 1924.0489 25000 -8424.3489 -8424.3489 -8499.5017 -8499.5017 290.84925 290.84925 23351.686 23351.686 2105.5164 2105.5164 Loop time of 27.6269 on 1 procs for 1000 steps with 2000 atoms Performance: 3.127 ns/day, 7.674 hours/ns, 36.197 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 | 27.543 | 27.543 | 27.543 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01555 | 0.01555 | 0.01555 | 0.0 | 0.06 Output | 4.8622e-05 | 4.8622e-05 | 4.8622e-05 | 0.0 | 0.00 Modify | 0.062718 | 0.062718 | 0.062718 | 0.0 | 0.23 Other | | 0.005521 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128352 ave 128352 max 128352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128352 Ave neighs/atom = 64.176 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.911724843779, Press = -7.23996077412509 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8424.3489 -8424.3489 -8499.5017 -8499.5017 290.84925 290.84925 23351.686 23351.686 2105.5164 2105.5164 26000 -8427.8524 -8427.8524 -8503.1106 -8503.1106 291.25704 291.25704 23370.389 23370.389 202.67088 202.67088 Loop time of 27.7966 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.721 hours/ns, 35.976 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 | 27.713 | 27.713 | 27.713 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015401 | 0.015401 | 0.015401 | 0.0 | 0.06 Output | 5.348e-05 | 5.348e-05 | 5.348e-05 | 0.0 | 0.00 Modify | 0.062794 | 0.062794 | 0.062794 | 0.0 | 0.23 Other | | 0.005554 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128334 ave 128334 max 128334 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128334 Ave neighs/atom = 64.167 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.864996623238, Press = -5.44635795032695 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8427.8524 -8427.8524 -8503.1106 -8503.1106 291.25704 291.25704 23370.389 23370.389 202.67088 202.67088 27000 -8423.3032 -8423.3032 -8501.3596 -8501.3596 302.08645 302.08645 23390.191 23390.191 -898.91075 -898.91075 Loop time of 27.6677 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.685 hours/ns, 36.143 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 | 27.584 | 27.584 | 27.584 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015322 | 0.015322 | 0.015322 | 0.0 | 0.06 Output | 5.0345e-05 | 5.0345e-05 | 5.0345e-05 | 0.0 | 0.00 Modify | 0.062642 | 0.062642 | 0.062642 | 0.0 | 0.23 Other | | 0.005549 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128260 ave 128260 max 128260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128260 Ave neighs/atom = 64.13 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.786236805424, Press = -3.71715138447256 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8423.3032 -8423.3032 -8501.3596 -8501.3596 302.08645 302.08645 23390.191 23390.191 -898.91075 -898.91075 28000 -8429.3865 -8429.3865 -8503.9363 -8503.9363 288.51534 288.51534 23384.465 23384.465 -892.15435 -892.15435 Loop time of 27.7407 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.706 hours/ns, 36.048 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 | 27.656 | 27.656 | 27.656 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015918 | 0.015918 | 0.015918 | 0.0 | 0.06 Output | 6.346e-05 | 6.346e-05 | 6.346e-05 | 0.0 | 0.00 Modify | 0.062995 | 0.062995 | 0.062995 | 0.0 | 0.23 Other | | 0.005622 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128324 ave 128324 max 128324 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128324 Ave neighs/atom = 64.162 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.755265380206, Press = -3.11968681058543 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8429.3865 -8429.3865 -8503.9363 -8503.9363 288.51534 288.51534 23384.465 23384.465 -892.15435 -892.15435 29000 -8424.6588 -8424.6588 -8502.9717 -8502.9717 303.07884 303.07884 23401.754 23401.754 -1909.8248 -1909.8248 Loop time of 27.7867 on 1 procs for 1000 steps with 2000 atoms Performance: 3.109 ns/day, 7.719 hours/ns, 35.988 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 | 27.704 | 27.704 | 27.704 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015079 | 0.015079 | 0.015079 | 0.0 | 0.05 Output | 7.9991e-05 | 7.9991e-05 | 7.9991e-05 | 0.0 | 0.00 Modify | 0.062153 | 0.062153 | 0.062153 | 0.0 | 0.22 Other | | 0.005666 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128244 ave 128244 max 128244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128244 Ave neighs/atom = 64.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.648059850447, Press = -2.90069849610449 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8424.6588 -8424.6588 -8502.9717 -8502.9717 303.07884 303.07884 23401.754 23401.754 -1909.8248 -1909.8248 30000 -8427.9639 -8427.9639 -8502.0795 -8502.0795 286.8349 286.8349 23420.624 23420.624 -3157.4533 -3157.4533 Loop time of 27.867 on 1 procs for 1000 steps with 2000 atoms Performance: 3.100 ns/day, 7.741 hours/ns, 35.885 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 | 27.784 | 27.784 | 27.784 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015062 | 0.015062 | 0.015062 | 0.0 | 0.05 Output | 4.5525e-05 | 4.5525e-05 | 4.5525e-05 | 0.0 | 0.00 Modify | 0.062081 | 0.062081 | 0.062081 | 0.0 | 0.22 Other | | 0.005545 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128246 ave 128246 max 128246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128246 Ave neighs/atom = 64.123 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.646303103125, Press = -2.28029815757885 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8427.9639 -8427.9639 -8502.0795 -8502.0795 286.8349 286.8349 23420.624 23420.624 -3157.4533 -3157.4533 31000 -8423.4456 -8423.4456 -8499.3806 -8499.3806 293.87648 293.87648 23424.261 23424.261 -2892.6355 -2892.6355 Loop time of 27.8909 on 1 procs for 1000 steps with 2000 atoms Performance: 3.098 ns/day, 7.747 hours/ns, 35.854 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 | 27.808 | 27.808 | 27.808 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015123 | 0.015123 | 0.015123 | 0.0 | 0.05 Output | 4.6487e-05 | 4.6487e-05 | 4.6487e-05 | 0.0 | 0.00 Modify | 0.062234 | 0.062234 | 0.062234 | 0.0 | 0.22 Other | | 0.005583 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128288 ave 128288 max 128288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128288 Ave neighs/atom = 64.144 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.609791072635, Press = -0.479137350292147 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8423.4456 -8423.4456 -8499.3806 -8499.3806 293.87648 293.87648 23424.261 23424.261 -2892.6355 -2892.6355 32000 -8425.23 -8425.23 -8500.482 -8500.482 291.23322 291.23322 23408.624 23408.624 -1934.4013 -1934.4013 Loop time of 27.8518 on 1 procs for 1000 steps with 2000 atoms Performance: 3.102 ns/day, 7.737 hours/ns, 35.904 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 | 27.769 | 27.769 | 27.769 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015053 | 0.015053 | 0.015053 | 0.0 | 0.05 Output | 4.4544e-05 | 4.4544e-05 | 4.4544e-05 | 0.0 | 0.00 Modify | 0.06198 | 0.06198 | 0.06198 | 0.0 | 0.22 Other | | 0.005553 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128244 ave 128244 max 128244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128244 Ave neighs/atom = 64.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.649996870109, Press = -0.177831333218111 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8425.23 -8425.23 -8500.482 -8500.482 291.23322 291.23322 23408.624 23408.624 -1934.4013 -1934.4013 33000 -8426.9668 -8426.9668 -8500.8809 -8500.8809 286.0554 286.0554 23394.457 23394.457 -1159.6326 -1159.6326 Loop time of 27.9202 on 1 procs for 1000 steps with 2000 atoms Performance: 3.095 ns/day, 7.756 hours/ns, 35.816 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 | 27.837 | 27.837 | 27.837 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015226 | 0.015226 | 0.015226 | 0.0 | 0.05 Output | 4.5075e-05 | 4.5075e-05 | 4.5075e-05 | 0.0 | 0.00 Modify | 0.062352 | 0.062352 | 0.062352 | 0.0 | 0.22 Other | | 0.005566 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128268 ave 128268 max 128268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128268 Ave neighs/atom = 64.134 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.776635138868, Press = -0.226136639183929 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8426.9668 -8426.9668 -8500.8809 -8500.8809 286.0554 286.0554 23394.457 23394.457 -1159.6326 -1159.6326 34000 -8422.1792 -8422.1792 -8498.3909 -8498.3909 294.94731 294.94731 23381.401 23381.401 206.06833 206.06833 Loop time of 27.9798 on 1 procs for 1000 steps with 2000 atoms Performance: 3.088 ns/day, 7.772 hours/ns, 35.740 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 | 27.897 | 27.897 | 27.897 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0151 | 0.0151 | 0.0151 | 0.0 | 0.05 Output | 2.9485e-05 | 2.9485e-05 | 2.9485e-05 | 0.0 | 0.00 Modify | 0.06235 | 0.06235 | 0.06235 | 0.0 | 0.22 Other | | 0.005558 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128230 ave 128230 max 128230 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128230 Ave neighs/atom = 64.115 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.813506349424, Press = 0.488869918368321 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8422.1792 -8422.1792 -8498.3909 -8498.3909 294.94731 294.94731 23381.401 23381.401 206.06833 206.06833 35000 -8425.9269 -8425.9269 -8500.7635 -8500.7635 289.62546 289.62546 23372.653 23372.653 396.09443 396.09443 Loop time of 27.9708 on 1 procs for 1000 steps with 2000 atoms Performance: 3.089 ns/day, 7.770 hours/ns, 35.752 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 | 27.888 | 27.888 | 27.888 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015155 | 0.015155 | 0.015155 | 0.0 | 0.05 Output | 5.0765e-05 | 5.0765e-05 | 5.0765e-05 | 0.0 | 0.00 Modify | 0.062182 | 0.062182 | 0.062182 | 0.0 | 0.22 Other | | 0.005547 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128312 ave 128312 max 128312 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128312 Ave neighs/atom = 64.156 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.820067643927, Press = -0.00408794228121867 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8425.9269 -8425.9269 -8500.7635 -8500.7635 289.62546 289.62546 23372.653 23372.653 396.09443 396.09443 36000 -8425.0201 -8425.0201 -8502.6489 -8502.6489 300.43122 300.43122 23358.885 23358.885 1274.2405 1274.2405 Loop time of 27.9341 on 1 procs for 1000 steps with 2000 atoms Performance: 3.093 ns/day, 7.759 hours/ns, 35.799 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 | 27.851 | 27.851 | 27.851 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015164 | 0.015164 | 0.015164 | 0.0 | 0.05 Output | 3.2271e-05 | 3.2271e-05 | 3.2271e-05 | 0.0 | 0.00 Modify | 0.062478 | 0.062478 | 0.062478 | 0.0 | 0.22 Other | | 0.005545 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128296 ave 128296 max 128296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128296 Ave neighs/atom = 64.148 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.784195678385, Press = 0.161615432208807 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8425.0201 -8425.0201 -8502.6489 -8502.6489 300.43122 300.43122 23358.885 23358.885 1274.2405 1274.2405 37000 -8425.4425 -8425.4425 -8501.5233 -8501.5233 294.44052 294.44052 23342.28 23342.28 2469.7108 2469.7108 Loop time of 28.0219 on 1 procs for 1000 steps with 2000 atoms Performance: 3.083 ns/day, 7.784 hours/ns, 35.686 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 | 27.939 | 27.939 | 27.939 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0152 | 0.0152 | 0.0152 | 0.0 | 0.05 Output | 5.2028e-05 | 5.2028e-05 | 5.2028e-05 | 0.0 | 0.00 Modify | 0.062513 | 0.062513 | 0.062513 | 0.0 | 0.22 Other | | 0.005541 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128266 ave 128266 max 128266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128266 Ave neighs/atom = 64.133 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.75072462663, Press = 0.027807625779501 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8425.4425 -8425.4425 -8501.5233 -8501.5233 294.44052 294.44052 23342.28 23342.28 2469.7108 2469.7108 38000 -8426.1379 -8426.1379 -8500.8417 -8500.8417 289.11134 289.11134 23322.43 23322.43 3888.5946 3888.5946 Loop time of 27.848 on 1 procs for 1000 steps with 2000 atoms Performance: 3.103 ns/day, 7.736 hours/ns, 35.909 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 | 27.765 | 27.765 | 27.765 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015044 | 0.015044 | 0.015044 | 0.0 | 0.05 Output | 3.0156e-05 | 3.0156e-05 | 3.0156e-05 | 0.0 | 0.00 Modify | 0.062125 | 0.062125 | 0.062125 | 0.0 | 0.22 Other | | 0.005496 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128294 ave 128294 max 128294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128294 Ave neighs/atom = 64.147 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.755995828553, Press = -0.541067561705761 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8426.1379 -8426.1379 -8500.8417 -8500.8417 289.11134 289.11134 23322.43 23322.43 3888.5946 3888.5946 39000 -8427.9446 -8427.9446 -8503.0737 -8503.0737 290.75712 290.75712 23345.015 23345.015 2023.3926 2023.3926 Loop time of 27.8797 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.744 hours/ns, 35.868 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 | 27.797 | 27.797 | 27.797 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015046 | 0.015046 | 0.015046 | 0.0 | 0.05 Output | 4.8591e-05 | 4.8591e-05 | 4.8591e-05 | 0.0 | 0.00 Modify | 0.06215 | 0.06215 | 0.06215 | 0.0 | 0.22 Other | | 0.005515 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128386 ave 128386 max 128386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128386 Ave neighs/atom = 64.193 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.653828590833, Press = -1.32230740935561 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8427.9446 -8427.9446 -8503.0737 -8503.0737 290.75712 290.75712 23345.015 23345.015 2023.3926 2023.3926 40000 -8425.037 -8425.037 -8501.5616 -8501.5616 296.15828 296.15828 23364.189 23364.189 1011.8022 1011.8022 Loop time of 27.8143 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.726 hours/ns, 35.953 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 | 27.732 | 27.732 | 27.732 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015113 | 0.015113 | 0.015113 | 0.0 | 0.05 Output | 2.8674e-05 | 2.8674e-05 | 2.8674e-05 | 0.0 | 0.00 Modify | 0.062094 | 0.062094 | 0.062094 | 0.0 | 0.22 Other | | 0.005508 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128322 ave 128322 max 128322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128322 Ave neighs/atom = 64.161 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.654684647475, Press = -1.22067475848189 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8425.037 -8425.037 -8501.5616 -8501.5616 296.15828 296.15828 23364.189 23364.189 1011.8022 1011.8022 41000 -8426.9211 -8426.9211 -8503.101 -8503.101 294.82405 294.82405 23358.198 23358.198 1061.3476 1061.3476 Loop time of 27.7183 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.700 hours/ns, 36.077 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 | 27.636 | 27.636 | 27.636 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01509 | 0.01509 | 0.01509 | 0.0 | 0.05 Output | 4.6127e-05 | 4.6127e-05 | 4.6127e-05 | 0.0 | 0.00 Modify | 0.062084 | 0.062084 | 0.062084 | 0.0 | 0.22 Other | | 0.005488 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128280 ave 128280 max 128280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128280 Ave neighs/atom = 64.14 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.594685672274, Press = -1.59731283629212 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8426.9211 -8426.9211 -8503.101 -8503.101 294.82405 294.82405 23358.198 23358.198 1061.3476 1061.3476 42000 -8425.941 -8425.941 -8501.8992 -8501.8992 293.9663 293.9663 23352.181 23352.181 1647.9268 1647.9268 Loop time of 27.8588 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.739 hours/ns, 35.895 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 | 27.776 | 27.776 | 27.776 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015081 | 0.015081 | 0.015081 | 0.0 | 0.05 Output | 3.0447e-05 | 3.0447e-05 | 3.0447e-05 | 0.0 | 0.00 Modify | 0.062155 | 0.062155 | 0.062155 | 0.0 | 0.22 Other | | 0.005509 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128282 ave 128282 max 128282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128282 Ave neighs/atom = 64.141 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.597667308077, Press = -2.16163965351338 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8425.941 -8425.941 -8501.8992 -8501.8992 293.9663 293.9663 23352.181 23352.181 1647.9268 1647.9268 43000 -8426.4807 -8426.4807 -8502.3341 -8502.3341 293.56021 293.56021 23342.905 23342.905 2291.2641 2291.2641 Loop time of 27.8258 on 1 procs for 1000 steps with 2000 atoms Performance: 3.105 ns/day, 7.729 hours/ns, 35.938 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 | 27.743 | 27.743 | 27.743 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015127 | 0.015127 | 0.015127 | 0.0 | 0.05 Output | 4.784e-05 | 4.784e-05 | 4.784e-05 | 0.0 | 0.00 Modify | 0.062064 | 0.062064 | 0.062064 | 0.0 | 0.22 Other | | 0.005357 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128316 ave 128316 max 128316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128316 Ave neighs/atom = 64.158 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.54618012943, Press = -3.22780254578035 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8426.4807 -8426.4807 -8502.3341 -8502.3341 293.56021 293.56021 23342.905 23342.905 2291.2641 2291.2641 44000 -8426.6899 -8426.6899 -8501.4876 -8501.4876 289.47484 289.47484 23359.037 23359.037 1254.9749 1254.9749 Loop time of 27.8268 on 1 procs for 1000 steps with 2000 atoms Performance: 3.105 ns/day, 7.730 hours/ns, 35.937 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 | 27.744 | 27.744 | 27.744 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015213 | 0.015213 | 0.015213 | 0.0 | 0.05 Output | 3.1629e-05 | 3.1629e-05 | 3.1629e-05 | 0.0 | 0.00 Modify | 0.062072 | 0.062072 | 0.062072 | 0.0 | 0.22 Other | | 0.005418 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128328 ave 128328 max 128328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128328 Ave neighs/atom = 64.164 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.526736128521, Press = -3.2825892769329 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8426.6899 -8426.6899 -8501.4876 -8501.4876 289.47484 289.47484 23359.037 23359.037 1254.9749 1254.9749 45000 -8425.596 -8425.596 -8501.7927 -8501.7927 294.88884 294.88884 23383.049 23383.049 -363.19086 -363.19086 Loop time of 27.8671 on 1 procs for 1000 steps with 2000 atoms Performance: 3.100 ns/day, 7.741 hours/ns, 35.885 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 | 27.784 | 27.784 | 27.784 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015178 | 0.015178 | 0.015178 | 0.0 | 0.05 Output | 4.7188e-05 | 4.7188e-05 | 4.7188e-05 | 0.0 | 0.00 Modify | 0.062228 | 0.062228 | 0.062228 | 0.0 | 0.22 Other | | 0.005449 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128266 ave 128266 max 128266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128266 Ave neighs/atom = 64.133 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.47111365215, Press = -2.69332445603743 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8425.596 -8425.596 -8501.7927 -8501.7927 294.88884 294.88884 23383.049 23383.049 -363.19086 -363.19086 46000 -8427.3555 -8427.3555 -8502.6297 -8502.6297 291.31904 291.31904 23388.598 23388.598 -995.81503 -995.81503 Loop time of 27.7395 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.705 hours/ns, 36.050 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 | 27.657 | 27.657 | 27.657 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015057 | 0.015057 | 0.015057 | 0.0 | 0.05 Output | 2.9606e-05 | 2.9606e-05 | 2.9606e-05 | 0.0 | 0.00 Modify | 0.061846 | 0.061846 | 0.061846 | 0.0 | 0.22 Other | | 0.005409 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128252 ave 128252 max 128252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128252 Ave neighs/atom = 64.126 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.481790452254, Press = -2.44580209183897 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8427.3555 -8427.3555 -8502.6297 -8502.6297 291.31904 291.31904 23388.598 23388.598 -995.81503 -995.81503 47000 -8421.6687 -8421.6687 -8498.4001 -8498.4001 296.95857 296.95857 23408.887 23408.887 -1651.7523 -1651.7523 Loop time of 27.7793 on 1 procs for 1000 steps with 2000 atoms Performance: 3.110 ns/day, 7.716 hours/ns, 35.998 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 | 27.697 | 27.697 | 27.697 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014993 | 0.014993 | 0.014993 | 0.0 | 0.05 Output | 4.2019e-05 | 4.2019e-05 | 4.2019e-05 | 0.0 | 0.00 Modify | 0.061849 | 0.061849 | 0.061849 | 0.0 | 0.22 Other | | 0.005417 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128224 ave 128224 max 128224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128224 Ave neighs/atom = 64.112 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.551573863463, Press = -1.93462108070635 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8421.6687 -8421.6687 -8498.4001 -8498.4001 296.95857 296.95857 23408.887 23408.887 -1651.7523 -1651.7523 48000 -8425.6413 -8425.6413 -8501.2166 -8501.2166 292.48401 292.48401 23395.967 23395.967 -1233.3892 -1233.3892 Loop time of 27.6815 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.689 hours/ns, 36.125 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 | 27.599 | 27.599 | 27.599 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014928 | 0.014928 | 0.014928 | 0.0 | 0.05 Output | 2.9606e-05 | 2.9606e-05 | 2.9606e-05 | 0.0 | 0.00 Modify | 0.061776 | 0.061776 | 0.061776 | 0.0 | 0.22 Other | | 0.005372 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128264 ave 128264 max 128264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128264 Ave neighs/atom = 64.132 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.592304352434, Press = -1.36626607684635 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8425.6413 -8425.6413 -8501.2166 -8501.2166 292.48401 292.48401 23395.967 23395.967 -1233.3892 -1233.3892 49000 -8429.2351 -8429.2351 -8501.4903 -8501.4903 279.63504 279.63504 23375.225 23375.225 -37.741255 -37.741255 Loop time of 27.7639 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.712 hours/ns, 36.018 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 | 27.682 | 27.682 | 27.682 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015002 | 0.015002 | 0.015002 | 0.0 | 0.05 Output | 2.9164e-05 | 2.9164e-05 | 2.9164e-05 | 0.0 | 0.00 Modify | 0.061779 | 0.061779 | 0.061779 | 0.0 | 0.22 Other | | 0.005411 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128304 ave 128304 max 128304 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128304 Ave neighs/atom = 64.152 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.630275348681, Press = -0.859148286695117 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8429.2351 -8429.2351 -8501.4903 -8501.4903 279.63504 279.63504 23375.225 23375.225 -37.741255 -37.741255 50000 -8424.6233 -8424.6233 -8499.1571 -8499.1571 288.45335 288.45335 23380.712 23380.712 53.411573 53.411573 Loop time of 27.7279 on 1 procs for 1000 steps with 2000 atoms Performance: 3.116 ns/day, 7.702 hours/ns, 36.065 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 | 27.646 | 27.646 | 27.646 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014991 | 0.014991 | 0.014991 | 0.0 | 0.05 Output | 4.9333e-05 | 4.9333e-05 | 4.9333e-05 | 0.0 | 0.00 Modify | 0.061927 | 0.061927 | 0.061927 | 0.0 | 0.22 Other | | 0.005413 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128288 ave 128288 max 128288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128288 Ave neighs/atom = 64.144 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.603073313559, Press = -0.691351744573702 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8424.6233 -8424.6233 -8499.1571 -8499.1571 288.45335 288.45335 23380.712 23380.712 53.411573 53.411573 51000 -8427.7174 -8427.7174 -8501.6799 -8501.6799 286.24261 286.24261 23384.217 23384.217 -590.6056 -590.6056 Loop time of 27.6693 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.686 hours/ns, 36.141 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 | 27.587 | 27.587 | 27.587 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015035 | 0.015035 | 0.015035 | 0.0 | 0.05 Output | 2.8303e-05 | 2.8303e-05 | 2.8303e-05 | 0.0 | 0.00 Modify | 0.061805 | 0.061805 | 0.061805 | 0.0 | 0.22 Other | | 0.005373 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128332 ave 128332 max 128332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128332 Ave neighs/atom = 64.166 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.599638942893, Press = -0.651017344593932 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8427.7174 -8427.7174 -8501.6799 -8501.6799 286.24261 286.24261 23384.217 23384.217 -590.6056 -590.6056 52000 -8425.3785 -8425.3785 -8501.773 -8501.773 295.65458 295.65458 23392.295 23392.295 -1146.8997 -1146.8997 Loop time of 27.803 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.723 hours/ns, 35.967 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 | 27.721 | 27.721 | 27.721 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015074 | 0.015074 | 0.015074 | 0.0 | 0.05 Output | 7.6343e-05 | 7.6343e-05 | 7.6343e-05 | 0.0 | 0.00 Modify | 0.061791 | 0.061791 | 0.061791 | 0.0 | 0.22 Other | | 0.005381 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128306 ave 128306 max 128306 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128306 Ave neighs/atom = 64.153 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.557068411014, Press = 0.359473093554384 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8425.3785 -8425.3785 -8501.773 -8501.773 295.65458 295.65458 23392.295 23392.295 -1146.8997 -1146.8997 53000 -8428.5253 -8428.5253 -8503.7395 -8503.7395 291.08671 291.08671 23380.096 23380.096 -615.538 -615.538 Loop time of 27.8793 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.744 hours/ns, 35.869 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 | 27.797 | 27.797 | 27.797 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015082 | 0.015082 | 0.015082 | 0.0 | 0.05 Output | 2.9505e-05 | 2.9505e-05 | 2.9505e-05 | 0.0 | 0.00 Modify | 0.061781 | 0.061781 | 0.061781 | 0.0 | 0.22 Other | | 0.00539 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128250 ave 128250 max 128250 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128250 Ave neighs/atom = 64.125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.561361522603, Press = 0.466438324236125 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8428.5253 -8428.5253 -8503.7395 -8503.7395 291.08671 291.08671 23380.096 23380.096 -615.538 -615.538 54000 -8425.5402 -8425.5402 -8502.4363 -8502.4363 297.59581 297.59581 23372.314 23372.314 206.91415 206.91415 Loop time of 27.8316 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.731 hours/ns, 35.930 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 | 27.749 | 27.749 | 27.749 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015133 | 0.015133 | 0.015133 | 0.0 | 0.05 Output | 4.9072e-05 | 4.9072e-05 | 4.9072e-05 | 0.0 | 0.00 Modify | 0.061876 | 0.061876 | 0.061876 | 0.0 | 0.22 Other | | 0.005405 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128252 ave 128252 max 128252 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128252 Ave neighs/atom = 64.126 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.517039745047, Press = 0.738307291292952 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8425.5402 -8425.5402 -8502.4363 -8502.4363 297.59581 297.59581 23372.314 23372.314 206.91415 206.91415 55000 -8424.6442 -8424.6442 -8500.7764 -8500.7764 294.63935 294.63935 23369.221 23369.221 696.53103 696.53103 Loop time of 27.7722 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.715 hours/ns, 36.007 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 | 27.69 | 27.69 | 27.69 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015086 | 0.015086 | 0.015086 | 0.0 | 0.05 Output | 2.8914e-05 | 2.8914e-05 | 2.8914e-05 | 0.0 | 0.00 Modify | 0.061911 | 0.061911 | 0.061911 | 0.0 | 0.22 Other | | 0.005407 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128300 ave 128300 max 128300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128300 Ave neighs/atom = 64.15 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.503462336986, Press = 0.0977389125375547 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8424.6442 -8424.6442 -8500.7764 -8500.7764 294.63935 294.63935 23369.221 23369.221 696.53103 696.53103 56000 -8427.8546 -8427.8546 -8504.0202 -8504.0202 294.76875 294.76875 23364.107 23364.107 553.57371 553.57371 Loop time of 27.8637 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.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 | 27.781 | 27.781 | 27.781 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015163 | 0.015163 | 0.015163 | 0.0 | 0.05 Output | 4.3993e-05 | 4.3993e-05 | 4.3993e-05 | 0.0 | 0.00 Modify | 0.062015 | 0.062015 | 0.062015 | 0.0 | 0.22 Other | | 0.005401 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128290 ave 128290 max 128290 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128290 Ave neighs/atom = 64.145 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.459636506626, Press = -0.586751021387546 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8427.8546 -8427.8546 -8504.0202 -8504.0202 294.76875 294.76875 23364.107 23364.107 553.57371 553.57371 57000 -8426.6223 -8426.6223 -8503.0671 -8503.0671 295.84908 295.84908 23369.884 23369.884 331.41002 331.41002 Loop time of 27.8598 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.739 hours/ns, 35.894 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 | 27.778 | 27.778 | 27.778 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015045 | 0.015045 | 0.015045 | 0.0 | 0.05 Output | 2.9605e-05 | 2.9605e-05 | 2.9605e-05 | 0.0 | 0.00 Modify | 0.061838 | 0.061838 | 0.061838 | 0.0 | 0.22 Other | | 0.005385 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 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: 128232 ave 128232 max 128232 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128232 Ave neighs/atom = 64.116 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.456828909674, Press = -0.844091361807039 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8426.6223 -8426.6223 -8503.0671 -8503.0671 295.84908 295.84908 23369.884 23369.884 331.41002 331.41002 58000 -8424.108 -8424.108 -8500.3309 -8500.3309 294.99017 294.99017 23367.802 23367.802 815.58093 815.58093 Loop time of 27.8055 on 1 procs for 1000 steps with 2000 atoms Performance: 3.107 ns/day, 7.724 hours/ns, 35.964 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 | 27.723 | 27.723 | 27.723 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015037 | 0.015037 | 0.015037 | 0.0 | 0.05 Output | 4.3652e-05 | 4.3652e-05 | 4.3652e-05 | 0.0 | 0.00 Modify | 0.061749 | 0.061749 | 0.061749 | 0.0 | 0.22 Other | | 0.00539 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128264 ave 128264 max 128264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128264 Ave neighs/atom = 64.132 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.46224128484, Press = -0.942742744631752 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8424.108 -8424.108 -8500.3309 -8500.3309 294.99017 294.99017 23367.802 23367.802 815.58093 815.58093 59000 -8424.7053 -8424.7053 -8501.5803 -8501.5803 297.51425 297.51425 23346.031 23346.031 2187.9898 2187.9898 Loop time of 27.7913 on 1 procs for 1000 steps with 2000 atoms Performance: 3.109 ns/day, 7.720 hours/ns, 35.982 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 | 27.709 | 27.709 | 27.709 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014984 | 0.014984 | 0.014984 | 0.0 | 0.05 Output | 3.209e-05 | 3.209e-05 | 3.209e-05 | 0.0 | 0.00 Modify | 0.06172 | 0.06172 | 0.06172 | 0.0 | 0.22 Other | | 0.005391 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128264 ave 128264 max 128264 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128264 Ave neighs/atom = 64.132 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.526976982012, Press = -1.54776114821731 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8424.7053 -8424.7053 -8501.5803 -8501.5803 297.51425 297.51425 23346.031 23346.031 2187.9898 2187.9898 60000 -8425.1249 -8425.1249 -8501.4698 -8501.4698 295.4629 295.4629 23346.213 23346.213 2107.5901 2107.5901 Loop time of 27.7321 on 1 procs for 1000 steps with 2000 atoms Performance: 3.116 ns/day, 7.703 hours/ns, 36.059 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 | 27.65 | 27.65 | 27.65 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015148 | 0.015148 | 0.015148 | 0.0 | 0.05 Output | 4.4594e-05 | 4.4594e-05 | 4.4594e-05 | 0.0 | 0.00 Modify | 0.061854 | 0.061854 | 0.061854 | 0.0 | 0.22 Other | | 0.0054 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128274 ave 128274 max 128274 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128274 Ave neighs/atom = 64.137 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.534461559233, Press = -2.07561076009089 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8425.1249 -8425.1249 -8501.4698 -8501.4698 295.4629 295.4629 23346.213 23346.213 2107.5901 2107.5901 61000 -8423.5526 -8423.5526 -8500.9229 -8500.9229 299.43119 299.43119 23365.629 23365.629 824.74165 824.74165 Loop time of 27.7893 on 1 procs for 1000 steps with 2000 atoms Performance: 3.109 ns/day, 7.719 hours/ns, 35.985 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 | 27.707 | 27.707 | 27.707 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014996 | 0.014996 | 0.014996 | 0.0 | 0.05 Output | 3.0227e-05 | 3.0227e-05 | 3.0227e-05 | 0.0 | 0.00 Modify | 0.061803 | 0.061803 | 0.061803 | 0.0 | 0.22 Other | | 0.005403 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128342 ave 128342 max 128342 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128342 Ave neighs/atom = 64.171 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.599654943377, Press = -2.21829508607364 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8423.5526 -8423.5526 -8500.9229 -8500.9229 299.43119 299.43119 23365.629 23365.629 824.74165 824.74165 62000 -8425.2686 -8425.2686 -8499.7402 -8499.7402 288.21274 288.21274 23376.6 23376.6 179.89464 179.89464 Loop time of 27.7703 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.714 hours/ns, 36.010 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 | 27.688 | 27.688 | 27.688 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015024 | 0.015024 | 0.015024 | 0.0 | 0.05 Output | 3.8863e-05 | 3.8863e-05 | 3.8863e-05 | 0.0 | 0.00 Modify | 0.061907 | 0.061907 | 0.061907 | 0.0 | 0.22 Other | | 0.00541 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128262 ave 128262 max 128262 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128262 Ave neighs/atom = 64.131 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.606337259642, Press = -1.54495222176839 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8425.2686 -8425.2686 -8499.7402 -8499.7402 288.21274 288.21274 23376.6 23376.6 179.89464 179.89464 63000 -8425.1096 -8425.1096 -8500.6402 -8500.6402 292.31106 292.31106 23388.09 23388.09 -634.76941 -634.76941 Loop time of 27.9226 on 1 procs for 1000 steps with 2000 atoms Performance: 3.094 ns/day, 7.756 hours/ns, 35.813 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 | 27.841 | 27.841 | 27.841 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015015 | 0.015015 | 0.015015 | 0.0 | 0.05 Output | 2.9906e-05 | 2.9906e-05 | 2.9906e-05 | 0.0 | 0.00 Modify | 0.061674 | 0.061674 | 0.061674 | 0.0 | 0.22 Other | | 0.005378 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128360 ave 128360 max 128360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128360 Ave neighs/atom = 64.18 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.649864564325, Press = -1.40689632673251 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8425.1096 -8425.1096 -8500.6402 -8500.6402 292.31106 292.31106 23388.09 23388.09 -634.76941 -634.76941 64000 -8424.1819 -8424.1819 -8500.8695 -8500.8695 296.78906 296.78906 23391.997 23391.997 -951.20793 -951.20793 Loop time of 27.8173 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.727 hours/ns, 35.949 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 | 27.735 | 27.735 | 27.735 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015002 | 0.015002 | 0.015002 | 0.0 | 0.05 Output | 2.9656e-05 | 2.9656e-05 | 2.9656e-05 | 0.0 | 0.00 Modify | 0.061868 | 0.061868 | 0.061868 | 0.0 | 0.22 Other | | 0.005379 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128332 ave 128332 max 128332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128332 Ave neighs/atom = 64.166 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.637027489872, Press = -1.04699189412152 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8424.1819 -8424.1819 -8500.8695 -8500.8695 296.78906 296.78906 23391.997 23391.997 -951.20793 -951.20793 65000 -8425.6552 -8425.6552 -8499.5596 -8499.5596 286.01774 286.01774 23408.488 23408.488 -1953.8332 -1953.8332 Loop time of 27.8636 on 1 procs for 1000 steps with 2000 atoms Performance: 3.101 ns/day, 7.740 hours/ns, 35.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 | 27.781 | 27.781 | 27.781 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015047 | 0.015047 | 0.015047 | 0.0 | 0.05 Output | 4.9453e-05 | 4.9453e-05 | 4.9453e-05 | 0.0 | 0.00 Modify | 0.061845 | 0.061845 | 0.061845 | 0.0 | 0.22 Other | | 0.005395 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 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: 128326 ave 128326 max 128326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128326 Ave neighs/atom = 64.163 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.642134074576, Press = -1.33932005257693 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8425.6552 -8425.6552 -8499.5596 -8499.5596 286.01774 286.01774 23408.488 23408.488 -1953.8332 -1953.8332 66000 -8430.5413 -8430.5413 -8503.6777 -8503.6777 283.04525 283.04525 23430.162 23430.162 -4209.9167 -4209.9167 Loop time of 27.8485 on 1 procs for 1000 steps with 2000 atoms Performance: 3.103 ns/day, 7.736 hours/ns, 35.909 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 | 27.766 | 27.766 | 27.766 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014996 | 0.014996 | 0.014996 | 0.0 | 0.05 Output | 2.9536e-05 | 2.9536e-05 | 2.9536e-05 | 0.0 | 0.00 Modify | 0.061789 | 0.061789 | 0.061789 | 0.0 | 0.22 Other | | 0.005387 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128270 ave 128270 max 128270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128270 Ave neighs/atom = 64.135 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.634534739158, Press = -1.07509339679376 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8430.5413 -8430.5413 -8503.6777 -8503.6777 283.04525 283.04525 23430.162 23430.162 -4209.9167 -4209.9167 67000 -8425.4288 -8425.4288 -8500.4349 -8500.4349 290.28154 290.28154 23412.155 23412.155 -2343.7808 -2343.7808 Loop time of 27.8818 on 1 procs for 1000 steps with 2000 atoms Performance: 3.099 ns/day, 7.745 hours/ns, 35.866 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 | 27.799 | 27.799 | 27.799 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015165 | 0.015165 | 0.015165 | 0.0 | 0.05 Output | 4.835e-05 | 4.835e-05 | 4.835e-05 | 0.0 | 0.00 Modify | 0.061919 | 0.061919 | 0.061919 | 0.0 | 0.22 Other | | 0.005424 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128250 ave 128250 max 128250 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128250 Ave neighs/atom = 64.125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.596240645491, Press = -0.475152536958357 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8425.4288 -8425.4288 -8500.4349 -8500.4349 290.28154 290.28154 23412.155 23412.155 -2343.7808 -2343.7808 68000 -8427.4471 -8427.4471 -8502.0034 -8502.0034 288.5405 288.5405 23391.777 23391.777 -1246.6905 -1246.6905 Loop time of 27.8136 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.726 hours/ns, 35.954 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 | 27.731 | 27.731 | 27.731 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015014 | 0.015014 | 0.015014 | 0.0 | 0.05 Output | 2.9135e-05 | 2.9135e-05 | 2.9135e-05 | 0.0 | 0.00 Modify | 0.061741 | 0.061741 | 0.061741 | 0.0 | 0.22 Other | | 0.005372 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128280 ave 128280 max 128280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128280 Ave neighs/atom = 64.14 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.591324707926, Press = -0.403414817724083 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8427.4471 -8427.4471 -8502.0034 -8502.0034 288.5405 288.5405 23391.777 23391.777 -1246.6905 -1246.6905 69000 -8425.5428 -8425.5428 -8502.0464 -8502.0464 296.07693 296.07693 23386.717 23386.717 -781.85137 -781.85137 Loop time of 27.819 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.728 hours/ns, 35.947 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 | 27.736 | 27.736 | 27.736 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015111 | 0.015111 | 0.015111 | 0.0 | 0.05 Output | 4.4093e-05 | 4.4093e-05 | 4.4093e-05 | 0.0 | 0.00 Modify | 0.061983 | 0.061983 | 0.061983 | 0.0 | 0.22 Other | | 0.005434 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128246 ave 128246 max 128246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128246 Ave neighs/atom = 64.123 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.550940374655, Press = -0.412102629158766 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8425.5428 -8425.5428 -8502.0464 -8502.0464 296.07693 296.07693 23386.717 23386.717 -781.85137 -781.85137 70000 -8426.6147 -8426.6147 -8500.9594 -8500.9594 287.72186 287.72186 23380.144 23380.144 -167.64642 -167.64642 Loop time of 27.8072 on 1 procs for 1000 steps with 2000 atoms Performance: 3.107 ns/day, 7.724 hours/ns, 35.962 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 | 27.725 | 27.725 | 27.725 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01517 | 0.01517 | 0.01517 | 0.0 | 0.05 Output | 2.8173e-05 | 2.8173e-05 | 2.8173e-05 | 0.0 | 0.00 Modify | 0.061956 | 0.061956 | 0.061956 | 0.0 | 0.22 Other | | 0.005414 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128276 ave 128276 max 128276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128276 Ave neighs/atom = 64.138 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.555557970074, Press = -0.230180394997757 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -8426.6147 -8426.6147 -8500.9594 -8500.9594 287.72186 287.72186 23380.144 23380.144 -167.64642 -167.64642 71000 -8422.9164 -8422.9164 -8496.7293 -8496.7293 285.66353 285.66353 23370.523 23370.523 1089.8281 1089.8281 Loop time of 27.7648 on 1 procs for 1000 steps with 2000 atoms Performance: 3.112 ns/day, 7.712 hours/ns, 36.017 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 | 27.682 | 27.682 | 27.682 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015029 | 0.015029 | 0.015029 | 0.0 | 0.05 Output | 4.4193e-05 | 4.4193e-05 | 4.4193e-05 | 0.0 | 0.00 Modify | 0.061911 | 0.061911 | 0.061911 | 0.0 | 0.22 Other | | 0.005394 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128298 ave 128298 max 128298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128298 Ave neighs/atom = 64.149 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.586244223325, Press = 1.03750474207642 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -8422.9164 -8422.9164 -8496.7293 -8496.7293 285.66353 285.66353 23370.523 23370.523 1089.8281 1089.8281 72000 -8425.9748 -8425.9748 -8501.043 -8501.043 290.52164 290.52164 23356.672 23356.672 1424.5252 1424.5252 Loop time of 27.8046 on 1 procs for 1000 steps with 2000 atoms Performance: 3.107 ns/day, 7.723 hours/ns, 35.965 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 | 27.722 | 27.722 | 27.722 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015146 | 0.015146 | 0.015146 | 0.0 | 0.05 Output | 2.9926e-05 | 2.9926e-05 | 2.9926e-05 | 0.0 | 0.00 Modify | 0.061779 | 0.061779 | 0.061779 | 0.0 | 0.22 Other | | 0.005402 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128340 ave 128340 max 128340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128340 Ave neighs/atom = 64.17 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.607616424137, Press = 0.327564634659862 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -8425.9748 -8425.9748 -8501.043 -8501.043 290.52164 290.52164 23356.672 23356.672 1424.5252 1424.5252 73000 -8422.1886 -8422.1886 -8500.8753 -8500.8753 304.52581 304.52581 23364.977 23364.977 1085.4262 1085.4262 Loop time of 27.7764 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.716 hours/ns, 36.002 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 | 27.694 | 27.694 | 27.694 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015085 | 0.015085 | 0.015085 | 0.0 | 0.05 Output | 4.3492e-05 | 4.3492e-05 | 4.3492e-05 | 0.0 | 0.00 Modify | 0.061818 | 0.061818 | 0.061818 | 0.0 | 0.22 Other | | 0.005408 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128302 ave 128302 max 128302 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128302 Ave neighs/atom = 64.151 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.652932116069, Press = -0.206776734365308 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -8422.1886 -8422.1886 -8500.8753 -8500.8753 304.52581 304.52581 23364.977 23364.977 1085.4262 1085.4262 74000 -8424.8004 -8424.8004 -8500.0261 -8500.0261 291.13116 291.13116 23362.923 23362.923 1128.0642 1128.0642 Loop time of 27.6408 on 1 procs for 1000 steps with 2000 atoms Performance: 3.126 ns/day, 7.678 hours/ns, 36.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 | 27.558 | 27.558 | 27.558 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015064 | 0.015064 | 0.015064 | 0.0 | 0.05 Output | 2.9285e-05 | 2.9285e-05 | 2.9285e-05 | 0.0 | 0.00 Modify | 0.061872 | 0.061872 | 0.061872 | 0.0 | 0.22 Other | | 0.0054 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128278 ave 128278 max 128278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128278 Ave neighs/atom = 64.139 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.652918192541, Press = -0.308771373738985 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -8424.8004 -8424.8004 -8500.0261 -8500.0261 291.13116 291.13116 23362.923 23362.923 1128.0642 1128.0642 75000 -8424.4813 -8424.4813 -8501.0029 -8501.0029 296.1465 296.1465 23362.835 23362.835 1165.8514 1165.8514 Loop time of 27.811 on 1 procs for 1000 steps with 2000 atoms Performance: 3.107 ns/day, 7.725 hours/ns, 35.957 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 | 27.729 | 27.729 | 27.729 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015086 | 0.015086 | 0.015086 | 0.0 | 0.05 Output | 3.8312e-05 | 3.8312e-05 | 3.8312e-05 | 0.0 | 0.00 Modify | 0.061772 | 0.061772 | 0.061772 | 0.0 | 0.22 Other | | 0.005385 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128328 ave 128328 max 128328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128328 Ave neighs/atom = 64.164 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.634446465342, Press = -0.426051467090434 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -8424.4813 -8424.4813 -8501.0029 -8501.0029 296.1465 296.1465 23362.835 23362.835 1165.8514 1165.8514 76000 -8427.0906 -8427.0906 -8503.918 -8503.918 297.3301 297.3301 23331.187 23331.187 2925.548 2925.548 Loop time of 27.8204 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.728 hours/ns, 35.945 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 | 27.738 | 27.738 | 27.738 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015006 | 0.015006 | 0.015006 | 0.0 | 0.05 Output | 3.0297e-05 | 3.0297e-05 | 3.0297e-05 | 0.0 | 0.00 Modify | 0.061819 | 0.061819 | 0.061819 | 0.0 | 0.22 Other | | 0.00538 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128250 ave 128250 max 128250 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128250 Ave neighs/atom = 64.125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.644407472407, Press = -0.623042171071476 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -8427.0906 -8427.0906 -8503.918 -8503.918 297.3301 297.3301 23331.187 23331.187 2925.548 2925.548 77000 -8423.1748 -8423.1748 -8498.8023 -8498.8023 292.68629 292.68629 23326.736 23326.736 3890.1591 3890.1591 Loop time of 27.672 on 1 procs for 1000 steps with 2000 atoms Performance: 3.122 ns/day, 7.687 hours/ns, 36.138 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 | 27.59 | 27.59 | 27.59 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015075 | 0.015075 | 0.015075 | 0.0 | 0.05 Output | 2.9265e-05 | 2.9265e-05 | 2.9265e-05 | 0.0 | 0.00 Modify | 0.061792 | 0.061792 | 0.061792 | 0.0 | 0.22 Other | | 0.005393 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128266 ave 128266 max 128266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128266 Ave neighs/atom = 64.133 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.684351297909, Press = -1.10448049200005 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -8423.1748 -8423.1748 -8498.8023 -8498.8023 292.68629 292.68629 23326.736 23326.736 3890.1591 3890.1591 78000 -8428.2523 -8428.2523 -8505.0984 -8505.0984 297.4022 297.4022 23351.938 23351.938 1235.0337 1235.0337 Loop time of 27.8207 on 1 procs for 1000 steps with 2000 atoms Performance: 3.106 ns/day, 7.728 hours/ns, 35.944 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 | 27.738 | 27.738 | 27.738 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015087 | 0.015087 | 0.015087 | 0.0 | 0.05 Output | 4.8782e-05 | 4.8782e-05 | 4.8782e-05 | 0.0 | 0.00 Modify | 0.061886 | 0.061886 | 0.061886 | 0.0 | 0.22 Other | | 0.005413 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128336 ave 128336 max 128336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128336 Ave neighs/atom = 64.168 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.684510965105, Press = -1.16525677427933 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -8428.2523 -8428.2523 -8505.0984 -8505.0984 297.4022 297.4022 23351.938 23351.938 1235.0337 1235.0337 79000 -8425.4191 -8425.4191 -8500.5225 -8500.5225 290.65794 290.65794 23370.338 23370.338 518.98292 518.98292 Loop time of 27.776 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.716 hours/ns, 36.002 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 | 27.694 | 27.694 | 27.694 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01511 | 0.01511 | 0.01511 | 0.0 | 0.05 Output | 2.9896e-05 | 2.9896e-05 | 2.9896e-05 | 0.0 | 0.00 Modify | 0.061852 | 0.061852 | 0.061852 | 0.0 | 0.22 Other | | 0.005394 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128292 ave 128292 max 128292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128292 Ave neighs/atom = 64.146 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.683408456283, Press = -0.950812287628618 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -8425.4191 -8425.4191 -8500.5225 -8500.5225 290.65794 290.65794 23370.338 23370.338 518.98292 518.98292 80000 -8427.8848 -8427.8848 -8503.1474 -8503.1474 291.27386 291.27386 23367.385 23367.385 304.26435 304.26435 Loop time of 27.8382 on 1 procs for 1000 steps with 2000 atoms Performance: 3.104 ns/day, 7.733 hours/ns, 35.922 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 27.756 | 27.756 | 27.756 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015159 | 0.015159 | 0.015159 | 0.0 | 0.05 Output | 3.9855e-05 | 3.9855e-05 | 3.9855e-05 | 0.0 | 0.00 Modify | 0.061994 | 0.061994 | 0.061994 | 0.0 | 0.22 Other | | 0.005406 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128296 ave 128296 max 128296 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128296 Ave neighs/atom = 64.148 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.689574435011, Press = -1.21106910590616 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 80000 -8427.8848 -8427.8848 -8503.1474 -8503.1474 291.27386 291.27386 23367.385 23367.385 304.26435 304.26435 81000 -8424.9641 -8424.9641 -8500.2815 -8500.2815 291.48644 291.48644 23379.388 23379.388 -51.666982 -51.666982 Loop time of 27.8533 on 1 procs for 1000 steps with 2000 atoms Performance: 3.102 ns/day, 7.737 hours/ns, 35.902 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 | 27.771 | 27.771 | 27.771 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014993 | 0.014993 | 0.014993 | 0.0 | 0.05 Output | 2.5648e-05 | 2.5648e-05 | 2.5648e-05 | 0.0 | 0.00 Modify | 0.061942 | 0.061942 | 0.061942 | 0.0 | 0.22 Other | | 0.005373 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128280 ave 128280 max 128280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128280 Ave neighs/atom = 64.14 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.671941464175, Press = -1.62123554594626 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 81000 -8424.9641 -8424.9641 -8500.2815 -8500.2815 291.48644 291.48644 23379.388 23379.388 -51.666982 -51.666982 82000 -8429.267 -8429.267 -8503.0242 -8503.0242 285.44798 285.44798 23403.899 23403.899 -2162.0451 -2162.0451 Loop time of 27.7949 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.721 hours/ns, 35.978 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 | 27.713 | 27.713 | 27.713 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014983 | 0.014983 | 0.014983 | 0.0 | 0.05 Output | 3.9765e-05 | 3.9765e-05 | 3.9765e-05 | 0.0 | 0.00 Modify | 0.061933 | 0.061933 | 0.061933 | 0.0 | 0.22 Other | | 0.005401 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128336 ave 128336 max 128336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128336 Ave neighs/atom = 64.168 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.66243781175, Press = -2.42290531473398 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 82000 -8429.267 -8429.267 -8503.0242 -8503.0242 285.44798 285.44798 23403.899 23403.899 -2162.0451 -2162.0451 83000 -8425.1647 -8425.1647 -8499.2244 -8499.2244 286.6186 286.6186 23405.267 23405.267 -1648.6472 -1648.6472 Loop time of 27.6791 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.689 hours/ns, 36.128 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 | 27.597 | 27.597 | 27.597 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015 | 0.015 | 0.015 | 0.0 | 0.05 Output | 2.3253e-05 | 2.3253e-05 | 2.3253e-05 | 0.0 | 0.00 Modify | 0.061866 | 0.061866 | 0.061866 | 0.0 | 0.22 Other | | 0.005361 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128222 ave 128222 max 128222 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128222 Ave neighs/atom = 64.111 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.640532538293, Press = -1.32347325296739 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 83000 -8425.1647 -8425.1647 -8499.2244 -8499.2244 286.6186 286.6186 23405.267 23405.267 -1648.6472 -1648.6472 84000 -8425.393 -8425.393 -8501.4977 -8501.4977 294.53311 294.53311 23406.38 23406.38 -2027.7099 -2027.7099 Loop time of 27.7224 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.701 hours/ns, 36.072 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 | 27.64 | 27.64 | 27.64 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015018 | 0.015018 | 0.015018 | 0.0 | 0.05 Output | 3.4575e-05 | 3.4575e-05 | 3.4575e-05 | 0.0 | 0.00 Modify | 0.061778 | 0.061778 | 0.061778 | 0.0 | 0.22 Other | | 0.005399 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128246 ave 128246 max 128246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128246 Ave neighs/atom = 64.123 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.671552623536, Press = -0.938620436815806 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 84000 -8425.393 -8425.393 -8501.4977 -8501.4977 294.53311 294.53311 23406.38 23406.38 -2027.7099 -2027.7099 85000 -8424.8517 -8424.8517 -8502.4407 -8502.4407 300.27747 300.27747 23399.396 23399.396 -1659.3826 -1659.3826 Loop time of 27.7532 on 1 procs for 1000 steps with 2000 atoms Performance: 3.113 ns/day, 7.709 hours/ns, 36.032 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 | 27.671 | 27.671 | 27.671 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014999 | 0.014999 | 0.014999 | 0.0 | 0.05 Output | 2.4466e-05 | 2.4466e-05 | 2.4466e-05 | 0.0 | 0.00 Modify | 0.061862 | 0.061862 | 0.061862 | 0.0 | 0.22 Other | | 0.005379 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128246 ave 128246 max 128246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128246 Ave neighs/atom = 64.123 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.680878032909, Press = -0.557929278201732 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 85000 -8424.8517 -8424.8517 -8502.4407 -8502.4407 300.27747 300.27747 23399.396 23399.396 -1659.3826 -1659.3826 86000 -8424.8133 -8424.8133 -8501.4286 -8501.4286 296.50911 296.50911 23394.691 23394.691 -1174.0817 -1174.0817 Loop time of 27.6217 on 1 procs for 1000 steps with 2000 atoms Performance: 3.128 ns/day, 7.673 hours/ns, 36.203 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 | 27.539 | 27.539 | 27.539 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01497 | 0.01497 | 0.01497 | 0.0 | 0.05 Output | 3.2882e-05 | 3.2882e-05 | 3.2882e-05 | 0.0 | 0.00 Modify | 0.061895 | 0.061895 | 0.061895 | 0.0 | 0.22 Other | | 0.005415 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128226 ave 128226 max 128226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128226 Ave neighs/atom = 64.113 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.7118856502, Press = -0.583755971086901 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 86000 -8424.8133 -8424.8133 -8501.4286 -8501.4286 296.50911 296.50911 23394.691 23394.691 -1174.0817 -1174.0817 87000 -8424.3391 -8424.3391 -8499.1283 -8499.1283 289.44175 289.44175 23401.314 23401.314 -1455.0457 -1455.0457 Loop time of 27.7126 on 1 procs for 1000 steps with 2000 atoms Performance: 3.118 ns/day, 7.698 hours/ns, 36.085 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 | 27.63 | 27.63 | 27.63 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015056 | 0.015056 | 0.015056 | 0.0 | 0.05 Output | 2.5158e-05 | 2.5158e-05 | 2.5158e-05 | 0.0 | 0.00 Modify | 0.061825 | 0.061825 | 0.061825 | 0.0 | 0.22 Other | | 0.00538 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128242 ave 128242 max 128242 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128242 Ave neighs/atom = 64.121 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.717307806866, Press = -0.403872843614705 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 87000 -8424.3391 -8424.3391 -8499.1283 -8499.1283 289.44175 289.44175 23401.314 23401.314 -1455.0457 -1455.0457 88000 -8423.6368 -8423.6368 -8502.1804 -8502.1804 303.97215 303.97215 23421.133 23421.133 -2901.365 -2901.365 Loop time of 27.7325 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.703 hours/ns, 36.059 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 | 27.65 | 27.65 | 27.65 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015008 | 0.015008 | 0.015008 | 0.0 | 0.05 Output | 3.1199e-05 | 3.1199e-05 | 3.1199e-05 | 0.0 | 0.00 Modify | 0.06189 | 0.06189 | 0.06189 | 0.0 | 0.22 Other | | 0.005415 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128278 ave 128278 max 128278 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128278 Ave neighs/atom = 64.139 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.764697155405, Press = 0.0245256448201855 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 88000 -8423.6368 -8423.6368 -8502.1804 -8502.1804 303.97215 303.97215 23421.133 23421.133 -2901.365 -2901.365 89000 -8427.1938 -8427.1938 -8501.2789 -8501.2789 286.71712 286.71712 23407.346 23407.346 -2097.7903 -2097.7903 Loop time of 27.7572 on 1 procs for 1000 steps with 2000 atoms Performance: 3.113 ns/day, 7.710 hours/ns, 36.027 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 | 27.675 | 27.675 | 27.675 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01505 | 0.01505 | 0.01505 | 0.0 | 0.05 Output | 2.5468e-05 | 2.5468e-05 | 2.5468e-05 | 0.0 | 0.00 Modify | 0.061853 | 0.061853 | 0.061853 | 0.0 | 0.22 Other | | 0.005379 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128232 ave 128232 max 128232 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128232 Ave neighs/atom = 64.116 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.774629914216, Press = 0.535470239051692 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 89000 -8427.1938 -8427.1938 -8501.2789 -8501.2789 286.71712 286.71712 23407.346 23407.346 -2097.7903 -2097.7903 90000 -8421.7915 -8421.7915 -8500.302 -8500.302 303.84377 303.84377 23393.562 23393.562 -902.57913 -902.57913 Loop time of 27.7714 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.714 hours/ns, 36.008 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 | 27.689 | 27.689 | 27.689 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015072 | 0.015072 | 0.015072 | 0.0 | 0.05 Output | 4.823e-05 | 4.823e-05 | 4.823e-05 | 0.0 | 0.00 Modify | 0.061775 | 0.061775 | 0.061775 | 0.0 | 0.22 Other | | 0.005384 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128318 ave 128318 max 128318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128318 Ave neighs/atom = 64.159 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.813499280765, Press = 0.147140688347479 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 90000 -8421.7915 -8421.7915 -8500.302 -8500.302 303.84377 303.84377 23393.562 23393.562 -902.57913 -902.57913 91000 -8425.9676 -8425.9676 -8501.608 -8501.608 292.73584 292.73584 23376.172 23376.172 84.921108 84.921108 Loop time of 27.6967 on 1 procs for 1000 steps with 2000 atoms Performance: 3.119 ns/day, 7.694 hours/ns, 36.105 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 | 27.614 | 27.614 | 27.614 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015118 | 0.015118 | 0.015118 | 0.0 | 0.05 Output | 3.8492e-05 | 3.8492e-05 | 3.8492e-05 | 0.0 | 0.00 Modify | 0.061847 | 0.061847 | 0.061847 | 0.0 | 0.22 Other | | 0.005417 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128326 ave 128326 max 128326 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128326 Ave neighs/atom = 64.163 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.838655653809, Press = -0.0343006649629954 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 91000 -8425.9676 -8425.9676 -8501.608 -8501.608 292.73584 292.73584 23376.172 23376.172 84.921108 84.921108 92000 -8426.1133 -8426.1133 -8502.0499 -8502.0499 293.88267 293.88267 23362.346 23362.346 1114.0328 1114.0328 Loop time of 27.7098 on 1 procs for 1000 steps with 2000 atoms Performance: 3.118 ns/day, 7.697 hours/ns, 36.088 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 | 27.627 | 27.627 | 27.627 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01515 | 0.01515 | 0.01515 | 0.0 | 0.05 Output | 2.3715e-05 | 2.3715e-05 | 2.3715e-05 | 0.0 | 0.00 Modify | 0.061862 | 0.061862 | 0.061862 | 0.0 | 0.22 Other | | 0.005374 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128308 ave 128308 max 128308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128308 Ave neighs/atom = 64.154 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.86846510233, Press = -0.0665028656274954 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 92000 -8426.1133 -8426.1133 -8502.0499 -8502.0499 293.88267 293.88267 23362.346 23362.346 1114.0328 1114.0328 93000 -8424.9308 -8424.9308 -8501.3935 -8501.3935 295.91852 295.91852 23352.396 23352.396 1788.0316 1788.0316 Loop time of 27.7884 on 1 procs for 1000 steps with 2000 atoms Performance: 3.109 ns/day, 7.719 hours/ns, 35.986 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 | 27.706 | 27.706 | 27.706 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015059 | 0.015059 | 0.015059 | 0.0 | 0.05 Output | 4.1147e-05 | 4.1147e-05 | 4.1147e-05 | 0.0 | 0.00 Modify | 0.061986 | 0.061986 | 0.061986 | 0.0 | 0.22 Other | | 0.005421 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128282 ave 128282 max 128282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128282 Ave neighs/atom = 64.141 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.849181763053, Press = -0.19168614481995 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 93000 -8424.9308 -8424.9308 -8501.3935 -8501.3935 295.91852 295.91852 23352.396 23352.396 1788.0316 1788.0316 94000 -8430.1579 -8430.1579 -8503.4461 -8503.4461 283.63262 283.63262 23336.865 23336.865 2444.6978 2444.6978 Loop time of 27.7362 on 1 procs for 1000 steps with 2000 atoms Performance: 3.115 ns/day, 7.705 hours/ns, 36.054 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 | 27.654 | 27.654 | 27.654 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014971 | 0.014971 | 0.014971 | 0.0 | 0.05 Output | 2.3965e-05 | 2.3965e-05 | 2.3965e-05 | 0.0 | 0.00 Modify | 0.061852 | 0.061852 | 0.061852 | 0.0 | 0.22 Other | | 0.005409 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128308 ave 128308 max 128308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128308 Ave neighs/atom = 64.154 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.839085785908, Press = -0.393841753490865 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 94000 -8430.1579 -8430.1579 -8503.4461 -8503.4461 283.63262 283.63262 23336.865 23336.865 2444.6978 2444.6978 95000 -8425.09 -8425.09 -8500.7566 -8500.7566 292.83772 292.83772 23336.071 23336.071 3003.1433 3003.1433 Loop time of 27.5778 on 1 procs for 1000 steps with 2000 atoms Performance: 3.133 ns/day, 7.660 hours/ns, 36.261 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 | 27.495 | 27.495 | 27.495 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015058 | 0.015058 | 0.015058 | 0.0 | 0.05 Output | 3.748e-05 | 3.748e-05 | 3.748e-05 | 0.0 | 0.00 Modify | 0.061851 | 0.061851 | 0.061851 | 0.0 | 0.22 Other | | 0.005396 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128262 ave 128262 max 128262 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128262 Ave neighs/atom = 64.131 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.811423322978, Press = -0.514123922502528 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 95000 -8425.09 -8425.09 -8500.7566 -8500.7566 292.83772 292.83772 23336.071 23336.071 3003.1433 3003.1433 96000 -8426.9149 -8426.9149 -8502.3961 -8502.3961 292.11993 292.11993 23336.695 23336.695 2667.2728 2667.2728 Loop time of 27.7726 on 1 procs for 1000 steps with 2000 atoms Performance: 3.111 ns/day, 7.715 hours/ns, 36.007 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 | 27.69 | 27.69 | 27.69 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015108 | 0.015108 | 0.015108 | 0.0 | 0.05 Output | 2.3023e-05 | 2.3023e-05 | 2.3023e-05 | 0.0 | 0.00 Modify | 0.061819 | 0.061819 | 0.061819 | 0.0 | 0.22 Other | | 0.005406 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128366 ave 128366 max 128366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128366 Ave neighs/atom = 64.183 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.823790529313, Press = -0.920490178437149 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 96000 -8426.9149 -8426.9149 -8502.3961 -8502.3961 292.11993 292.11993 23336.695 23336.695 2667.2728 2667.2728 97000 -8423.5028 -8423.5028 -8499.0245 -8499.0245 292.27683 292.27683 23367.024 23367.024 1106.3308 1106.3308 Loop time of 27.6763 on 1 procs for 1000 steps with 2000 atoms Performance: 3.122 ns/day, 7.688 hours/ns, 36.132 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 | 27.594 | 27.594 | 27.594 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015051 | 0.015051 | 0.015051 | 0.0 | 0.05 Output | 3.3282e-05 | 3.3282e-05 | 3.3282e-05 | 0.0 | 0.00 Modify | 0.06185 | 0.06185 | 0.06185 | 0.0 | 0.22 Other | | 0.005406 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128318 ave 128318 max 128318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128318 Ave neighs/atom = 64.159 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.813367707112, Press = -0.688794797776799 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 97000 -8423.5028 -8423.5028 -8499.0245 -8499.0245 292.27683 292.27683 23367.024 23367.024 1106.3308 1106.3308 98000 -8426.65 -8426.65 -8503.622 -8503.622 297.88947 297.88947 23371.066 23371.066 250.19973 250.19973 Loop time of 27.7997 on 1 procs for 1000 steps with 2000 atoms Performance: 3.108 ns/day, 7.722 hours/ns, 35.972 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 | 27.717 | 27.717 | 27.717 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014985 | 0.014985 | 0.014985 | 0.0 | 0.05 Output | 2.4967e-05 | 2.4967e-05 | 2.4967e-05 | 0.0 | 0.00 Modify | 0.061877 | 0.061877 | 0.061877 | 0.0 | 0.22 Other | | 0.00539 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128292 ave 128292 max 128292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128292 Ave neighs/atom = 64.146 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.84361056738, Press = -0.790834887715438 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 98000 -8426.65 -8426.65 -8503.622 -8503.622 297.88947 297.88947 23371.066 23371.066 250.19973 250.19973 99000 -8425.3734 -8425.3734 -8499.8207 -8499.8207 288.11878 288.11878 23376.485 23376.485 271.55166 271.55166 Loop time of 27.6564 on 1 procs for 1000 steps with 2000 atoms Performance: 3.124 ns/day, 7.682 hours/ns, 36.158 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 | 27.574 | 27.574 | 27.574 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014997 | 0.014997 | 0.014997 | 0.0 | 0.05 Output | 3.3423e-05 | 3.3423e-05 | 3.3423e-05 | 0.0 | 0.00 Modify | 0.06182 | 0.06182 | 0.06182 | 0.0 | 0.22 Other | | 0.005392 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128260 ave 128260 max 128260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128260 Ave neighs/atom = 64.13 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.860945480941, Press = -0.667510434783123 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 99000 -8425.3734 -8425.3734 -8499.8207 -8499.8207 288.11878 288.11878 23376.485 23376.485 271.55166 271.55166 100000 -8424.2913 -8424.2913 -8499.9436 -8499.9436 292.78231 292.78231 23389.059 23389.059 -587.1622 -587.1622 Loop time of 27.6865 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.691 hours/ns, 36.119 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 | 27.604 | 27.604 | 27.604 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015108 | 0.015108 | 0.015108 | 0.0 | 0.05 Output | 2.4546e-05 | 2.4546e-05 | 2.4546e-05 | 0.0 | 0.00 Modify | 0.061788 | 0.061788 | 0.061788 | 0.0 | 0.22 Other | | 0.005381 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128316 ave 128316 max 128316 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128316 Ave neighs/atom = 64.158 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.876191707061, Press = -0.71799517878992 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 100000 -8424.2913 -8424.2913 -8499.9436 -8499.9436 292.78231 292.78231 23389.059 23389.059 -587.1622 -587.1622 101000 -8426.4617 -8426.4617 -8501.2189 -8501.2189 289.31818 289.31818 23406.966 23406.966 -2035.5405 -2035.5405 Loop time of 27.631 on 1 procs for 1000 steps with 2000 atoms Performance: 3.127 ns/day, 7.675 hours/ns, 36.191 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 | 27.549 | 27.549 | 27.549 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015149 | 0.015149 | 0.015149 | 0.0 | 0.05 Output | 3.209e-05 | 3.209e-05 | 3.209e-05 | 0.0 | 0.00 Modify | 0.061867 | 0.061867 | 0.061867 | 0.0 | 0.22 Other | | 0.005373 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128294 ave 128294 max 128294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128294 Ave neighs/atom = 64.147 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.868891180367, Press = -0.925240369966065 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 101000 -8426.4617 -8426.4617 -8501.2189 -8501.2189 289.31818 289.31818 23406.966 23406.966 -2035.5405 -2035.5405 102000 -8422.322 -8422.322 -8500.1679 -8500.1679 301.27192 301.27192 23425.335 23425.335 -3042.498 -3042.498 Loop time of 27.6667 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.685 hours/ns, 36.145 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 | 27.584 | 27.584 | 27.584 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015086 | 0.015086 | 0.015086 | 0.0 | 0.05 Output | 2.4396e-05 | 2.4396e-05 | 2.4396e-05 | 0.0 | 0.00 Modify | 0.061981 | 0.061981 | 0.061981 | 0.0 | 0.22 Other | | 0.005407 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128214 ave 128214 max 128214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128214 Ave neighs/atom = 64.107 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.895372225795, Press = -0.874613096123947 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 102000 -8422.322 -8422.322 -8500.1679 -8500.1679 301.27192 301.27192 23425.335 23425.335 -3042.498 -3042.498 103000 -8427.9012 -8427.9012 -8501.7423 -8501.7423 285.77255 285.77255 23410.989 23410.989 -2409.2164 -2409.2164 Loop time of 27.6646 on 1 procs for 1000 steps with 2000 atoms Performance: 3.123 ns/day, 7.685 hours/ns, 36.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 | 27.582 | 27.582 | 27.582 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01513 | 0.01513 | 0.01513 | 0.0 | 0.05 Output | 2.3925e-05 | 2.3925e-05 | 2.3925e-05 | 0.0 | 0.00 Modify | 0.061967 | 0.061967 | 0.061967 | 0.0 | 0.22 Other | | 0.005379 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128238 ave 128238 max 128238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128238 Ave neighs/atom = 64.119 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.903968823509, Press = -0.529859591166613 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 103000 -8427.9012 -8427.9012 -8501.7423 -8501.7423 285.77255 285.77255 23410.989 23410.989 -2409.2164 -2409.2164 104000 -8423.3318 -8423.3318 -8498.3223 -8498.3223 290.22108 290.22108 23399.968 23399.968 -1131.1853 -1131.1853 Loop time of 27.6484 on 1 procs for 1000 steps with 2000 atoms Performance: 3.125 ns/day, 7.680 hours/ns, 36.168 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 | 27.566 | 27.566 | 27.566 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014995 | 0.014995 | 0.014995 | 0.0 | 0.05 Output | 3.8803e-05 | 3.8803e-05 | 3.8803e-05 | 0.0 | 0.00 Modify | 0.061908 | 0.061908 | 0.061908 | 0.0 | 0.22 Other | | 0.005427 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128224 ave 128224 max 128224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128224 Ave neighs/atom = 64.112 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.903939954785, Press = -0.309541997144311 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 104000 -8423.3318 -8423.3318 -8498.3223 -8498.3223 290.22108 290.22108 23399.968 23399.968 -1131.1853 -1131.1853 105000 -8427.1534 -8427.1534 -8501.9265 -8501.9265 289.37951 289.37951 23385.015 23385.015 -649.96897 -649.96897 Loop time of 27.6958 on 1 procs for 1000 steps with 2000 atoms Performance: 3.120 ns/day, 7.693 hours/ns, 36.107 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 | 27.613 | 27.613 | 27.613 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015052 | 0.015052 | 0.015052 | 0.0 | 0.05 Output | 2.3825e-05 | 2.3825e-05 | 2.3825e-05 | 0.0 | 0.00 Modify | 0.061955 | 0.061955 | 0.061955 | 0.0 | 0.22 Other | | 0.005411 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128284 ave 128284 max 128284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128284 Ave neighs/atom = 64.142 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.921142661144, Press = -0.337285517050374 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 105000 -8427.1534 -8427.1534 -8501.9265 -8501.9265 289.37951 289.37951 23385.015 23385.015 -649.96897 -649.96897 106000 -8423.326 -8423.326 -8500.2955 -8500.2955 297.87993 297.87993 23387.406 23387.406 -526.08721 -526.08721 Loop time of 27.7217 on 1 procs for 1000 steps with 2000 atoms Performance: 3.117 ns/day, 7.700 hours/ns, 36.073 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 | 27.639 | 27.639 | 27.639 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015052 | 0.015052 | 0.015052 | 0.0 | 0.05 Output | 3.8493e-05 | 3.8493e-05 | 3.8493e-05 | 0.0 | 0.00 Modify | 0.062028 | 0.062028 | 0.062028 | 0.0 | 0.22 Other | | 0.005432 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128244 ave 128244 max 128244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128244 Ave neighs/atom = 64.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.945698496157, Press = -0.224251006763526 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 106000 -8423.326 -8423.326 -8500.2955 -8500.2955 297.87993 297.87993 23387.406 23387.406 -526.08721 -526.08721 107000 -8427.6584 -8427.6584 -8501.4379 -8501.4379 285.53445 285.53445 23375.202 23375.202 -6.3138709 -6.3138709 Loop time of 27.686 on 1 procs for 1000 steps with 2000 atoms Performance: 3.121 ns/day, 7.691 hours/ns, 36.119 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 | 27.604 | 27.604 | 27.604 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014957 | 0.014957 | 0.014957 | 0.0 | 0.05 Output | 2.2642e-05 | 2.2642e-05 | 2.2642e-05 | 0.0 | 0.00 Modify | 0.061848 | 0.061848 | 0.061848 | 0.0 | 0.22 Other | | 0.005359 | | | 0.02 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 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: 128280 ave 128280 max 128280 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128280 Ave neighs/atom = 64.14 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 23377.4526407948 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0