# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.031088918447495*${_u_distance} variable latticeconst_converted equal 3.031088918447495*1 lattice bcc ${latticeconst_converted} lattice bcc 3.03108891844749 Lattice spacing in x,y,z = 3.0310889 3.0310889 3.0310889 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (30.310889 30.310889 30.310889) 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 (30.310889 30.310889 30.310889) create_atoms CPU = 0.000 seconds variable mass_converted equal 50.9415*${_u_mass} variable mass_converted equal 50.9415*1 kim_interactions V WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions V #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_OhSeolLee_2020_CoV__MO_771146361182_002 pair_coeff * * V #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 50.9415 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 27848.1295338222 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1295338222/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1295338222/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1295338222/(1*1*${_u_distance}) variable V0_metal equal 27848.1295338222/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 27848.1295338222*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 27848.1295338222 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_771146361182_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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -10524.253 -10524.253 -10600 -10600 293.15 293.15 27848.13 27848.13 2905.2837 2905.2837 1000 -10441.898 -10441.898 -10524.384 -10524.384 319.22967 319.22967 28071.997 28071.997 -1746.6919 -1746.6919 Loop time of 38.3215 on 1 procs for 1000 steps with 2000 atoms Performance: 2.255 ns/day, 10.645 hours/ns, 26.095 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 | 38.241 | 38.241 | 38.241 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015093 | 0.015093 | 0.015093 | 0.0 | 0.04 Output | 0.0001282 | 0.0001282 | 0.0001282 | 0.0 | 0.00 Modify | 0.059751 | 0.059751 | 0.059751 | 0.0 | 0.16 Other | | 0.005312 | | | 0.01 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: 224000 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 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 = 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -10441.898 -10441.898 -10524.384 -10524.384 319.22967 319.22967 28071.997 28071.997 -1746.6919 -1746.6919 2000 -10445.504 -10445.504 -10522.254 -10522.254 297.02906 297.02906 28054.604 28054.604 -712.02634 -712.02634 Loop time of 37.7173 on 1 procs for 1000 steps with 2000 atoms Performance: 2.291 ns/day, 10.477 hours/ns, 26.513 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 | 37.638 | 37.638 | 37.638 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014954 | 0.014954 | 0.014954 | 0.0 | 0.04 Output | 3.7199e-05 | 3.7199e-05 | 3.7199e-05 | 0.0 | 0.00 Modify | 0.059345 | 0.059345 | 0.059345 | 0.0 | 0.16 Other | | 0.005315 | | | 0.01 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: 197550 ave 197550 max 197550 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197550 Ave neighs/atom = 98.775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -10445.504 -10445.504 -10522.254 -10522.254 297.02906 297.02906 28054.604 28054.604 -712.02634 -712.02634 3000 -10444.915 -10444.915 -10520.059 -10520.059 290.81287 290.81287 28010.515 28010.515 1791.5538 1791.5538 Loop time of 37.8083 on 1 procs for 1000 steps with 2000 atoms Performance: 2.285 ns/day, 10.502 hours/ns, 26.449 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 | 37.729 | 37.729 | 37.729 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014898 | 0.014898 | 0.014898 | 0.0 | 0.04 Output | 3.763e-05 | 3.763e-05 | 3.763e-05 | 0.0 | 0.00 Modify | 0.059372 | 0.059372 | 0.059372 | 0.0 | 0.16 Other | | 0.005315 | | | 0.01 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: 197860 ave 197860 max 197860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197860 Ave neighs/atom = 98.93 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -10444.915 -10444.915 -10520.059 -10520.059 290.81287 290.81287 28010.515 28010.515 1791.5538 1791.5538 4000 -10444.654 -10444.654 -10517.275 -10517.275 281.04808 281.04808 28040.941 28040.941 192.57984 192.57984 Loop time of 37.8219 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.506 hours/ns, 26.440 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 | 37.742 | 37.742 | 37.742 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01507 | 0.01507 | 0.01507 | 0.0 | 0.04 Output | 3.5677e-05 | 3.5677e-05 | 3.5677e-05 | 0.0 | 0.00 Modify | 0.059475 | 0.059475 | 0.059475 | 0.0 | 0.16 Other | | 0.005283 | | | 0.01 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: 198282 ave 198282 max 198282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198282 Ave neighs/atom = 99.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 = 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -10444.654 -10444.654 -10517.275 -10517.275 281.04808 281.04808 28040.941 28040.941 192.57984 192.57984 5000 -10443.647 -10443.647 -10520.943 -10520.943 299.14295 299.14295 28088.505 28088.505 -2260.2623 -2260.2623 Loop time of 37.912 on 1 procs for 1000 steps with 2000 atoms Performance: 2.279 ns/day, 10.531 hours/ns, 26.377 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 | 37.832 | 37.832 | 37.832 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015019 | 0.015019 | 0.015019 | 0.0 | 0.04 Output | 2.9425e-05 | 2.9425e-05 | 2.9425e-05 | 0.0 | 0.00 Modify | 0.059639 | 0.059639 | 0.059639 | 0.0 | 0.16 Other | | 0.00524 | | | 0.01 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: 197758 ave 197758 max 197758 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197758 Ave neighs/atom = 98.879 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 294.811331918821, Press = -357.219376738518 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -10443.647 -10443.647 -10520.943 -10520.943 299.14295 299.14295 28088.505 28088.505 -2260.2623 -2260.2623 6000 -10443.558 -10443.558 -10519.883 -10519.883 295.38835 295.38835 27980.476 27980.476 3507.9645 3507.9645 Loop time of 37.8363 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.510 hours/ns, 26.430 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 | 37.754 | 37.754 | 37.754 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014967 | 0.014967 | 0.014967 | 0.0 | 0.04 Output | 2.8424e-05 | 2.8424e-05 | 2.8424e-05 | 0.0 | 0.00 Modify | 0.06177 | 0.06177 | 0.06177 | 0.0 | 0.16 Other | | 0.005269 | | | 0.01 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: 197322 ave 197322 max 197322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197322 Ave neighs/atom = 98.661 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.625270826574, Press = -13.3497987604808 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -10443.558 -10443.558 -10519.883 -10519.883 295.38835 295.38835 27980.476 27980.476 3507.9645 3507.9645 7000 -10444.393 -10444.393 -10518.323 -10518.323 286.11549 286.11549 28044.034 28044.034 -70.330602 -70.330602 Loop time of 37.9354 on 1 procs for 1000 steps with 2000 atoms Performance: 2.278 ns/day, 10.538 hours/ns, 26.361 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 | 37.853 | 37.853 | 37.853 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015011 | 0.015011 | 0.015011 | 0.0 | 0.04 Output | 2.1781e-05 | 2.1781e-05 | 2.1781e-05 | 0.0 | 0.00 Modify | 0.061696 | 0.061696 | 0.061696 | 0.0 | 0.16 Other | | 0.00528 | | | 0.01 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: 198962 ave 198962 max 198962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198962 Ave neighs/atom = 99.481 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.785172898974, Press = 31.8757738827128 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -10444.393 -10444.393 -10518.323 -10518.323 286.11549 286.11549 28044.034 28044.034 -70.330602 -70.330602 8000 -10444.072 -10444.072 -10518.847 -10518.847 289.38527 289.38527 28061.95 28061.95 -1031.2505 -1031.2505 Loop time of 37.7685 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.491 hours/ns, 26.477 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 | 37.686 | 37.686 | 37.686 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014985 | 0.014985 | 0.014985 | 0.0 | 0.04 Output | 3.0507e-05 | 3.0507e-05 | 3.0507e-05 | 0.0 | 0.00 Modify | 0.061723 | 0.061723 | 0.061723 | 0.0 | 0.16 Other | | 0.005265 | | | 0.01 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: 197444 ave 197444 max 197444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197444 Ave neighs/atom = 98.722 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.449905166716, Press = -3.27198104636613 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -10444.072 -10444.072 -10518.847 -10518.847 289.38527 289.38527 28061.95 28061.95 -1031.2505 -1031.2505 9000 -10445.272 -10445.272 -10518.606 -10518.606 283.80988 283.80988 28005.563 28005.563 1896.0438 1896.0438 Loop time of 37.8332 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.509 hours/ns, 26.432 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 | 37.751 | 37.751 | 37.751 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015107 | 0.015107 | 0.015107 | 0.0 | 0.04 Output | 2.133e-05 | 2.133e-05 | 2.133e-05 | 0.0 | 0.00 Modify | 0.061728 | 0.061728 | 0.061728 | 0.0 | 0.16 Other | | 0.005235 | | | 0.01 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: 197606 ave 197606 max 197606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197606 Ave neighs/atom = 98.803 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.447287165828, Press = 4.90301217091995 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -10445.272 -10445.272 -10518.606 -10518.606 283.80988 283.80988 28005.563 28005.563 1896.0438 1896.0438 10000 -10444.604 -10444.604 -10519.176 -10519.176 288.60241 288.60241 28052.602 28052.602 -680.76604 -680.76604 Loop time of 37.9003 on 1 procs for 1000 steps with 2000 atoms Performance: 2.280 ns/day, 10.528 hours/ns, 26.385 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 | 37.818 | 37.818 | 37.818 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015013 | 0.015013 | 0.015013 | 0.0 | 0.04 Output | 2.9836e-05 | 2.9836e-05 | 2.9836e-05 | 0.0 | 0.00 Modify | 0.061796 | 0.061796 | 0.061796 | 0.0 | 0.16 Other | | 0.00529 | | | 0.01 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: 198332 ave 198332 max 198332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198332 Ave neighs/atom = 99.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.119494529992, Press = 14.5990009994487 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -10444.604 -10444.604 -10519.176 -10519.176 288.60241 288.60241 28052.602 28052.602 -680.76604 -680.76604 11000 -10446.222 -10446.222 -10523.953 -10523.953 300.82693 300.82693 28080.586 28080.586 -2391.0322 -2391.0322 Loop time of 37.8627 on 1 procs for 1000 steps with 2000 atoms Performance: 2.282 ns/day, 10.517 hours/ns, 26.411 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 | 37.781 | 37.781 | 37.781 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014964 | 0.014964 | 0.014964 | 0.0 | 0.04 Output | 2.9896e-05 | 2.9896e-05 | 2.9896e-05 | 0.0 | 0.00 Modify | 0.061704 | 0.061704 | 0.061704 | 0.0 | 0.16 Other | | 0.00527 | | | 0.01 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: 197410 ave 197410 max 197410 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197410 Ave neighs/atom = 98.705 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.28058771501, Press = -8.30208852762694 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -10446.222 -10446.222 -10523.953 -10523.953 300.82693 300.82693 28080.586 28080.586 -2391.0322 -2391.0322 12000 -10444.799 -10444.799 -10522.108 -10522.108 299.19394 299.19394 27991.327 27991.327 2509.9626 2509.9626 Loop time of 37.8704 on 1 procs for 1000 steps with 2000 atoms Performance: 2.281 ns/day, 10.520 hours/ns, 26.406 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 | 37.788 | 37.788 | 37.788 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014973 | 0.014973 | 0.014973 | 0.0 | 0.04 Output | 2.144e-05 | 2.144e-05 | 2.144e-05 | 0.0 | 0.00 Modify | 0.061684 | 0.061684 | 0.061684 | 0.0 | 0.16 Other | | 0.005253 | | | 0.01 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: 197348 ave 197348 max 197348 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197348 Ave neighs/atom = 98.674 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.273392222233, Press = 2.2819475821355 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -10444.799 -10444.799 -10522.108 -10522.108 299.19394 299.19394 27991.327 27991.327 2509.9626 2509.9626 13000 -10447.664 -10447.664 -10520.946 -10520.946 283.61117 283.61117 28048.427 28048.427 -393.40387 -393.40387 Loop time of 37.9601 on 1 procs for 1000 steps with 2000 atoms Performance: 2.276 ns/day, 10.544 hours/ns, 26.343 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 | 37.878 | 37.878 | 37.878 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014927 | 0.014927 | 0.014927 | 0.0 | 0.04 Output | 3.0508e-05 | 3.0508e-05 | 3.0508e-05 | 0.0 | 0.00 Modify | 0.061681 | 0.061681 | 0.061681 | 0.0 | 0.16 Other | | 0.005258 | | | 0.01 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: 198922 ave 198922 max 198922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198922 Ave neighs/atom = 99.461 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.122452414149, Press = 6.88735303981599 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -10447.664 -10447.664 -10520.946 -10520.946 283.61117 283.61117 28048.427 28048.427 -393.40387 -393.40387 14000 -10442.279 -10442.279 -10521.274 -10521.274 305.71521 305.71521 28057.233 28057.233 -720.15035 -720.15035 Loop time of 37.905 on 1 procs for 1000 steps with 2000 atoms Performance: 2.279 ns/day, 10.529 hours/ns, 26.382 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 | 37.823 | 37.823 | 37.823 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015039 | 0.015039 | 0.015039 | 0.0 | 0.04 Output | 2.8914e-05 | 2.8914e-05 | 2.8914e-05 | 0.0 | 0.00 Modify | 0.061742 | 0.061742 | 0.061742 | 0.0 | 0.16 Other | | 0.005279 | | | 0.01 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: 198058 ave 198058 max 198058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198058 Ave neighs/atom = 99.029 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.218871732001, Press = 0.90759215656111 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -10442.279 -10442.279 -10521.274 -10521.274 305.71521 305.71521 28057.233 28057.233 -720.15035 -720.15035 15000 -10445.644 -10445.644 -10520.577 -10520.577 289.99945 289.99945 28023.528 28023.528 1016.8742 1016.8742 Loop time of 37.891 on 1 procs for 1000 steps with 2000 atoms Performance: 2.280 ns/day, 10.525 hours/ns, 26.392 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 | 37.809 | 37.809 | 37.809 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014948 | 0.014948 | 0.014948 | 0.0 | 0.04 Output | 2.1531e-05 | 2.1531e-05 | 2.1531e-05 | 0.0 | 0.00 Modify | 0.061571 | 0.061571 | 0.061571 | 0.0 | 0.16 Other | | 0.005278 | | | 0.01 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: 197764 ave 197764 max 197764 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197764 Ave neighs/atom = 98.882 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.396797245154, Press = 3.01883596543926 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -10445.644 -10445.644 -10520.577 -10520.577 289.99945 289.99945 28023.528 28023.528 1016.8742 1016.8742 16000 -10444.718 -10444.718 -10521.895 -10521.895 298.68321 298.68321 28064.642 28064.642 -1244.5074 -1244.5074 Loop time of 37.806 on 1 procs for 1000 steps with 2000 atoms Performance: 2.285 ns/day, 10.502 hours/ns, 26.451 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 | 37.724 | 37.724 | 37.724 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01495 | 0.01495 | 0.01495 | 0.0 | 0.04 Output | 2.9575e-05 | 2.9575e-05 | 2.9575e-05 | 0.0 | 0.00 Modify | 0.06166 | 0.06166 | 0.06166 | 0.0 | 0.16 Other | | 0.005248 | | | 0.01 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: 198130 ave 198130 max 198130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198130 Ave neighs/atom = 99.065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.603380706292, Press = 6.1003639355624 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -10444.718 -10444.718 -10521.895 -10521.895 298.68321 298.68321 28064.642 28064.642 -1244.5074 -1244.5074 17000 -10448.606 -10448.606 -10521.692 -10521.692 282.84862 282.84862 28057.171 28057.171 -1145.4761 -1145.4761 Loop time of 37.7803 on 1 procs for 1000 steps with 2000 atoms Performance: 2.287 ns/day, 10.495 hours/ns, 26.469 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 | 37.698 | 37.698 | 37.698 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014971 | 0.014971 | 0.014971 | 0.0 | 0.04 Output | 2.136e-05 | 2.136e-05 | 2.136e-05 | 0.0 | 0.00 Modify | 0.061652 | 0.061652 | 0.061652 | 0.0 | 0.16 Other | | 0.005251 | | | 0.01 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: 197474 ave 197474 max 197474 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197474 Ave neighs/atom = 98.737 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.651586968365, Press = -3.74623688113404 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -10448.606 -10448.606 -10521.692 -10521.692 282.84862 282.84862 28057.171 28057.171 -1145.4761 -1145.4761 18000 -10444.229 -10444.229 -10518.981 -10518.981 289.29628 289.29628 28000.493 28000.493 2244.8708 2244.8708 Loop time of 37.8834 on 1 procs for 1000 steps with 2000 atoms Performance: 2.281 ns/day, 10.523 hours/ns, 26.397 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 | 37.801 | 37.801 | 37.801 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014997 | 0.014997 | 0.014997 | 0.0 | 0.04 Output | 3.1779e-05 | 3.1779e-05 | 3.1779e-05 | 0.0 | 0.00 Modify | 0.06167 | 0.06167 | 0.06167 | 0.0 | 0.16 Other | | 0.005251 | | | 0.01 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: 197882 ave 197882 max 197882 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197882 Ave neighs/atom = 98.941 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.584270317625, Press = 2.3122000831702 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -10444.229 -10444.229 -10518.981 -10518.981 289.29628 289.29628 28000.493 28000.493 2244.8708 2244.8708 19000 -10445.908 -10445.908 -10522.241 -10522.241 295.41943 295.41943 28053.98 28053.98 -825.52306 -825.52306 Loop time of 37.9561 on 1 procs for 1000 steps with 2000 atoms Performance: 2.276 ns/day, 10.543 hours/ns, 26.346 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 | 37.874 | 37.874 | 37.874 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014953 | 0.014953 | 0.014953 | 0.0 | 0.04 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.061699 | 0.061699 | 0.061699 | 0.0 | 0.16 Other | | 0.005275 | | | 0.01 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: 198516 ave 198516 max 198516 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198516 Ave neighs/atom = 99.258 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.509904579164, Press = 3.69021879220212 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -10445.908 -10445.908 -10522.241 -10522.241 295.41943 295.41943 28053.98 28053.98 -825.52306 -825.52306 20000 -10444.737 -10444.737 -10521.36 -10521.36 296.53774 296.53774 28052.225 28052.225 -667.91193 -667.91193 Loop time of 37.8315 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.509 hours/ns, 26.433 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 | 37.749 | 37.749 | 37.749 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015048 | 0.015048 | 0.015048 | 0.0 | 0.04 Output | 2.1591e-05 | 2.1591e-05 | 2.1591e-05 | 0.0 | 0.00 Modify | 0.06174 | 0.06174 | 0.06174 | 0.0 | 0.16 Other | | 0.00526 | | | 0.01 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: 197872 ave 197872 max 197872 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197872 Ave neighs/atom = 98.936 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.535684446602, Press = 0.513719677917435 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -10444.737 -10444.737 -10521.36 -10521.36 296.53774 296.53774 28052.225 28052.225 -667.91193 -667.91193 21000 -10447.116 -10447.116 -10521.339 -10521.339 287.24929 287.24929 28032.361 28032.361 356.81524 356.81524 Loop time of 37.8567 on 1 procs for 1000 steps with 2000 atoms Performance: 2.282 ns/day, 10.516 hours/ns, 26.415 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 | 37.775 | 37.775 | 37.775 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015034 | 0.015034 | 0.015034 | 0.0 | 0.04 Output | 3.22e-05 | 3.22e-05 | 3.22e-05 | 0.0 | 0.00 Modify | 0.061731 | 0.061731 | 0.061731 | 0.0 | 0.16 Other | | 0.005279 | | | 0.01 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: 197754 ave 197754 max 197754 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197754 Ave neighs/atom = 98.877 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.565177066069, Press = 1.34397711087243 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -10447.116 -10447.116 -10521.339 -10521.339 287.24929 287.24929 28032.361 28032.361 356.81524 356.81524 22000 -10444.959 -10444.959 -10521.648 -10521.648 296.79614 296.79614 28042.159 28042.159 -138.77459 -138.77459 Loop time of 37.8153 on 1 procs for 1000 steps with 2000 atoms Performance: 2.285 ns/day, 10.504 hours/ns, 26.444 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 | 37.733 | 37.733 | 37.733 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014955 | 0.014955 | 0.014955 | 0.0 | 0.04 Output | 3.8041e-05 | 3.8041e-05 | 3.8041e-05 | 0.0 | 0.00 Modify | 0.06168 | 0.06168 | 0.06168 | 0.0 | 0.16 Other | | 0.005263 | | | 0.01 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: 197936 ave 197936 max 197936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197936 Ave neighs/atom = 98.968 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.699972628022, Press = 1.1832063345419 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -10444.959 -10444.959 -10521.648 -10521.648 296.79614 296.79614 28042.159 28042.159 -138.77459 -138.77459 23000 -10444.642 -10444.642 -10519.391 -10519.391 289.28749 289.28749 28044.181 28044.181 -21.007492 -21.007492 Loop time of 37.853 on 1 procs for 1000 steps with 2000 atoms Performance: 2.283 ns/day, 10.515 hours/ns, 26.418 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 | 37.771 | 37.771 | 37.771 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014962 | 0.014962 | 0.014962 | 0.0 | 0.04 Output | 2.1791e-05 | 2.1791e-05 | 2.1791e-05 | 0.0 | 0.00 Modify | 0.061718 | 0.061718 | 0.061718 | 0.0 | 0.16 Other | | 0.005268 | | | 0.01 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: 198008 ave 198008 max 198008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198008 Ave neighs/atom = 99.004 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.798010451202, Press = 1.04117841573871 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -10444.642 -10444.642 -10519.391 -10519.391 289.28749 289.28749 28044.181 28044.181 -21.007492 -21.007492 24000 -10445.977 -10445.977 -10521.757 -10521.757 293.27716 293.27716 28043.861 28043.861 -197.20996 -197.20996 Loop time of 37.8207 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.506 hours/ns, 26.441 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 | 37.739 | 37.739 | 37.739 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014983 | 0.014983 | 0.014983 | 0.0 | 0.04 Output | 3.2471e-05 | 3.2471e-05 | 3.2471e-05 | 0.0 | 0.00 Modify | 0.061688 | 0.061688 | 0.061688 | 0.0 | 0.16 Other | | 0.005271 | | | 0.01 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: 197692 ave 197692 max 197692 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197692 Ave neighs/atom = 98.846 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.825971769307, Press = 0.735192912140639 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -10445.977 -10445.977 -10521.757 -10521.757 293.27716 293.27716 28043.861 28043.861 -197.20996 -197.20996 25000 -10442.951 -10442.951 -10519.798 -10519.798 297.40686 297.40686 28022.16 28022.16 1131.1785 1131.1785 Loop time of 37.8585 on 1 procs for 1000 steps with 2000 atoms Performance: 2.282 ns/day, 10.516 hours/ns, 26.414 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 | 37.776 | 37.776 | 37.776 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01514 | 0.01514 | 0.01514 | 0.0 | 0.04 Output | 2.8944e-05 | 2.8944e-05 | 2.8944e-05 | 0.0 | 0.00 Modify | 0.061629 | 0.061629 | 0.061629 | 0.0 | 0.16 Other | | 0.005271 | | | 0.01 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: 197988 ave 197988 max 197988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197988 Ave neighs/atom = 98.994 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.863551649373, Press = 0.418364506641503 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -10442.951 -10442.951 -10519.798 -10519.798 297.40686 297.40686 28022.16 28022.16 1131.1785 1131.1785 26000 -10442.312 -10442.312 -10519.117 -10519.117 297.24334 297.24334 28052.476 28052.476 -410.98413 -410.98413 Loop time of 37.8304 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.508 hours/ns, 26.434 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 | 37.748 | 37.748 | 37.748 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01505 | 0.01505 | 0.01505 | 0.0 | 0.04 Output | 2.2843e-05 | 2.2843e-05 | 2.2843e-05 | 0.0 | 0.00 Modify | 0.061647 | 0.061647 | 0.061647 | 0.0 | 0.16 Other | | 0.00526 | | | 0.01 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: 198118 ave 198118 max 198118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198118 Ave neighs/atom = 99.059 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.908005771671, Press = 3.06355108561794 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -10442.312 -10442.312 -10519.117 -10519.117 297.24334 297.24334 28052.476 28052.476 -410.98413 -410.98413 27000 -10448.021 -10448.021 -10522.607 -10522.607 288.65531 288.65531 28065.481 28065.481 -1598.9938 -1598.9938 Loop time of 37.8335 on 1 procs for 1000 steps with 2000 atoms Performance: 2.284 ns/day, 10.509 hours/ns, 26.432 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 | 37.752 | 37.752 | 37.752 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015067 | 0.015067 | 0.015067 | 0.0 | 0.04 Output | 3.2791e-05 | 3.2791e-05 | 3.2791e-05 | 0.0 | 0.00 Modify | 0.0616 | 0.0616 | 0.0616 | 0.0 | 0.16 Other | | 0.005269 | | | 0.01 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: 197550 ave 197550 max 197550 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197550 Ave neighs/atom = 98.775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.861387758093, Press = -1.67386285908711 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -10448.021 -10448.021 -10522.607 -10522.607 288.65531 288.65531 28065.481 28065.481 -1598.9938 -1598.9938 28000 -10443.415 -10443.415 -10520.433 -10520.433 298.07065 298.07065 27989.457 27989.457 2939.5658 2939.5658 Loop time of 37.7691 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.491 hours/ns, 26.477 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 | 37.687 | 37.687 | 37.687 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014975 | 0.014975 | 0.014975 | 0.0 | 0.04 Output | 2.135e-05 | 2.135e-05 | 2.135e-05 | 0.0 | 0.00 Modify | 0.061454 | 0.061454 | 0.061454 | 0.0 | 0.16 Other | | 0.005239 | | | 0.01 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: 197638 ave 197638 max 197638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197638 Ave neighs/atom = 98.819 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.845617501707, Press = 0.301845654120105 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -10443.415 -10443.415 -10520.433 -10520.433 298.07065 298.07065 27989.457 27989.457 2939.5658 2939.5658 29000 -10446.926 -10446.926 -10523.451 -10523.451 296.15883 296.15883 28049.459 28049.459 -747.11554 -747.11554 Loop time of 37.8033 on 1 procs for 1000 steps with 2000 atoms Performance: 2.286 ns/day, 10.501 hours/ns, 26.453 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 | 37.722 | 37.722 | 37.722 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014966 | 0.014966 | 0.014966 | 0.0 | 0.04 Output | 3.4104e-05 | 3.4104e-05 | 3.4104e-05 | 0.0 | 0.00 Modify | 0.061511 | 0.061511 | 0.061511 | 0.0 | 0.16 Other | | 0.005246 | | | 0.01 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: 198708 ave 198708 max 198708 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198708 Ave neighs/atom = 99.354 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.855547024936, Press = 2.64197104791216 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -10446.926 -10446.926 -10523.451 -10523.451 296.15883 296.15883 28049.459 28049.459 -747.11554 -747.11554 30000 -10443.098 -10443.098 -10520.314 -10520.314 298.83523 298.83523 28049.985 28049.985 -489.16044 -489.16044 Loop time of 37.8518 on 1 procs for 1000 steps with 2000 atoms Performance: 2.283 ns/day, 10.514 hours/ns, 26.419 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 | 37.77 | 37.77 | 37.77 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014977 | 0.014977 | 0.014977 | 0.0 | 0.04 Output | 3.3462e-05 | 3.3462e-05 | 3.3462e-05 | 0.0 | 0.00 Modify | 0.061572 | 0.061572 | 0.061572 | 0.0 | 0.16 Other | | 0.005221 | | | 0.01 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: 198148 ave 198148 max 198148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198148 Ave neighs/atom = 99.074 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.783986126449, Press = -0.229028062209577 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -10443.098 -10443.098 -10520.314 -10520.314 298.83523 298.83523 28049.985 28049.985 -489.16044 -489.16044 31000 -10445.422 -10445.422 -10522.55 -10522.55 298.49077 298.49077 28031.04 28031.04 432.50117 432.50117 Loop time of 37.6384 on 1 procs for 1000 steps with 2000 atoms Performance: 2.296 ns/day, 10.455 hours/ns, 26.569 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 | 37.557 | 37.557 | 37.557 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014999 | 0.014999 | 0.014999 | 0.0 | 0.04 Output | 2.156e-05 | 2.156e-05 | 2.156e-05 | 0.0 | 0.00 Modify | 0.061484 | 0.061484 | 0.061484 | 0.0 | 0.16 Other | | 0.005242 | | | 0.01 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: 197768 ave 197768 max 197768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197768 Ave neighs/atom = 98.884 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.772319884482, Press = 1.024741455497 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -10445.422 -10445.422 -10522.55 -10522.55 298.49077 298.49077 28031.04 28031.04 432.50117 432.50117 32000 -10441.375 -10441.375 -10517.282 -10517.282 293.76663 293.76663 28064.755 28064.755 -889.49222 -889.49222 Loop time of 37.7724 on 1 procs for 1000 steps with 2000 atoms Performance: 2.287 ns/day, 10.492 hours/ns, 26.474 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 | 37.691 | 37.691 | 37.691 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01496 | 0.01496 | 0.01496 | 0.0 | 0.04 Output | 3.3433e-05 | 3.3433e-05 | 3.3433e-05 | 0.0 | 0.00 Modify | 0.061495 | 0.061495 | 0.061495 | 0.0 | 0.16 Other | | 0.005234 | | | 0.01 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: 198440 ave 198440 max 198440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198440 Ave neighs/atom = 99.22 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.867780428708, Press = 1.01943414192411 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -10441.375 -10441.375 -10517.282 -10517.282 293.76663 293.76663 28064.755 28064.755 -889.49222 -889.49222 33000 -10443.682 -10443.682 -10520.154 -10520.154 295.95538 295.95538 28039.84 28039.84 252.35433 252.35433 Loop time of 37.6793 on 1 procs for 1000 steps with 2000 atoms Performance: 2.293 ns/day, 10.466 hours/ns, 26.540 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 | 37.598 | 37.598 | 37.598 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014978 | 0.014978 | 0.014978 | 0.0 | 0.04 Output | 3.187e-05 | 3.187e-05 | 3.187e-05 | 0.0 | 0.00 Modify | 0.061551 | 0.061551 | 0.061551 | 0.0 | 0.16 Other | | 0.005257 | | | 0.01 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: 197238 ave 197238 max 197238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197238 Ave neighs/atom = 98.619 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.872196905421, Press = -1.68575201157226 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -10443.682 -10443.682 -10520.154 -10520.154 295.95538 295.95538 28039.84 28039.84 252.35433 252.35433 34000 -10447.072 -10447.072 -10521.304 -10521.304 287.28522 287.28522 27993.954 27993.954 2260.8841 2260.8841 Loop time of 37.7483 on 1 procs for 1000 steps with 2000 atoms Performance: 2.289 ns/day, 10.486 hours/ns, 26.491 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 | 37.667 | 37.667 | 37.667 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01495 | 0.01495 | 0.01495 | 0.0 | 0.04 Output | 2.5268e-05 | 2.5268e-05 | 2.5268e-05 | 0.0 | 0.00 Modify | 0.061496 | 0.061496 | 0.061496 | 0.0 | 0.16 Other | | 0.005249 | | | 0.01 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: 197892 ave 197892 max 197892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197892 Ave neighs/atom = 98.946 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.829132647213, Press = 1.73597129323296 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -10447.072 -10447.072 -10521.304 -10521.304 287.28522 287.28522 27993.954 27993.954 2260.8841 2260.8841 35000 -10443.748 -10443.748 -10519.555 -10519.555 293.37787 293.37787 28072.291 28072.291 -1547.0358 -1547.0358 Loop time of 37.895 on 1 procs for 1000 steps with 2000 atoms Performance: 2.280 ns/day, 10.526 hours/ns, 26.389 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 | 37.813 | 37.813 | 37.813 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01497 | 0.01497 | 0.01497 | 0.0 | 0.04 Output | 3.3603e-05 | 3.3603e-05 | 3.3603e-05 | 0.0 | 0.00 Modify | 0.061509 | 0.061509 | 0.061509 | 0.0 | 0.16 Other | | 0.005233 | | | 0.01 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: 198814 ave 198814 max 198814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198814 Ave neighs/atom = 99.407 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.754716014018, Press = 1.4287070653134 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -10443.748 -10443.748 -10519.555 -10519.555 293.37787 293.37787 28072.291 28072.291 -1547.0358 -1547.0358 36000 -10447.151 -10447.151 -10522.024 -10522.024 289.76776 289.76776 28039.238 28039.238 -94.997658 -94.997658 Loop time of 37.7578 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.488 hours/ns, 26.485 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 | 37.676 | 37.676 | 37.676 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014934 | 0.014934 | 0.014934 | 0.0 | 0.04 Output | 2.1811e-05 | 2.1811e-05 | 2.1811e-05 | 0.0 | 0.00 Modify | 0.061562 | 0.061562 | 0.061562 | 0.0 | 0.16 Other | | 0.005246 | | | 0.01 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: 197372 ave 197372 max 197372 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197372 Ave neighs/atom = 98.686 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.719651871546, Press = -0.698577928012571 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -10447.151 -10447.151 -10522.024 -10522.024 289.76776 289.76776 28039.238 28039.238 -94.997658 -94.997658 37000 -10442.775 -10442.775 -10520.324 -10520.324 300.12066 300.12066 28036.244 28036.244 446.42106 446.42106 Loop time of 37.6974 on 1 procs for 1000 steps with 2000 atoms Performance: 2.292 ns/day, 10.471 hours/ns, 26.527 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 | 37.616 | 37.616 | 37.616 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01501 | 0.01501 | 0.01501 | 0.0 | 0.04 Output | 3.3893e-05 | 3.3893e-05 | 3.3893e-05 | 0.0 | 0.00 Modify | 0.061533 | 0.061533 | 0.061533 | 0.0 | 0.16 Other | | 0.00525 | | | 0.01 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: 198066 ave 198066 max 198066 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198066 Ave neighs/atom = 99.033 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.741618866102, Press = 1.07279474017029 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -10442.775 -10442.775 -10520.324 -10520.324 300.12066 300.12066 28036.244 28036.244 446.42106 446.42106 38000 -10445.918 -10445.918 -10520.889 -10520.889 290.14569 290.14569 28050.635 28050.635 -673.00789 -673.00789 Loop time of 37.7884 on 1 procs for 1000 steps with 2000 atoms Performance: 2.286 ns/day, 10.497 hours/ns, 26.463 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 | 37.706 | 37.706 | 37.706 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015023 | 0.015023 | 0.015023 | 0.0 | 0.04 Output | 3.219e-05 | 3.219e-05 | 3.219e-05 | 0.0 | 0.00 Modify | 0.061553 | 0.061553 | 0.061553 | 0.0 | 0.16 Other | | 0.00527 | | | 0.01 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: 197928 ave 197928 max 197928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197928 Ave neighs/atom = 98.964 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.819401454133, Press = 0.311907172566036 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -10445.918 -10445.918 -10520.889 -10520.889 290.14569 290.14569 28050.635 28050.635 -673.00789 -673.00789 39000 -10440.251 -10440.251 -10518.496 -10518.496 302.81665 302.81665 28036.112 28036.112 516.2549 516.2549 Loop time of 37.7067 on 1 procs for 1000 steps with 2000 atoms Performance: 2.291 ns/day, 10.474 hours/ns, 26.521 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 | 37.625 | 37.625 | 37.625 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014909 | 0.014909 | 0.014909 | 0.0 | 0.04 Output | 2.1731e-05 | 2.1731e-05 | 2.1731e-05 | 0.0 | 0.00 Modify | 0.061499 | 0.061499 | 0.061499 | 0.0 | 0.16 Other | | 0.005243 | | | 0.01 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: 197626 ave 197626 max 197626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197626 Ave neighs/atom = 98.813 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.885577440635, Press = 0.152878805883558 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -10440.251 -10440.251 -10518.496 -10518.496 302.81665 302.81665 28036.112 28036.112 516.2549 516.2549 40000 -10446.27 -10446.27 -10522.207 -10522.207 293.8862 293.8862 28041.727 28041.727 -246.49528 -246.49528 Loop time of 37.7538 on 1 procs for 1000 steps with 2000 atoms Performance: 2.289 ns/day, 10.487 hours/ns, 26.487 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 | 37.672 | 37.672 | 37.672 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015029 | 0.015029 | 0.015029 | 0.0 | 0.04 Output | 3.3693e-05 | 3.3693e-05 | 3.3693e-05 | 0.0 | 0.00 Modify | 0.061353 | 0.061353 | 0.061353 | 0.0 | 0.16 Other | | 0.005256 | | | 0.01 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: 198008 ave 198008 max 198008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198008 Ave neighs/atom = 99.004 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.953316387033, Press = 1.04649599890546 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -10446.27 -10446.27 -10522.207 -10522.207 293.8862 293.8862 28041.727 28041.727 -246.49528 -246.49528 41000 -10444.932 -10444.932 -10520.374 -10520.374 291.96744 291.96744 28063.85 28063.85 -1236.0941 -1236.0941 Loop time of 37.7371 on 1 procs for 1000 steps with 2000 atoms Performance: 2.290 ns/day, 10.483 hours/ns, 26.499 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 | 37.655 | 37.655 | 37.655 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01492 | 0.01492 | 0.01492 | 0.0 | 0.04 Output | 3.187e-05 | 3.187e-05 | 3.187e-05 | 0.0 | 0.00 Modify | 0.061496 | 0.061496 | 0.061496 | 0.0 | 0.16 Other | | 0.005254 | | | 0.01 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: 197886 ave 197886 max 197886 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197886 Ave neighs/atom = 98.943 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.97412051731, Press = -0.33335794239129 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -10444.932 -10444.932 -10520.374 -10520.374 291.96744 291.96744 28063.85 28063.85 -1236.0941 -1236.0941 42000 -10446.254 -10446.254 -10522.252 -10522.252 294.11956 294.11956 27984.556 27984.556 2952.0532 2952.0532 Loop time of 37.7585 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.488 hours/ns, 26.484 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 | 37.677 | 37.677 | 37.677 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01491 | 0.01491 | 0.01491 | 0.0 | 0.04 Output | 2.1691e-05 | 2.1691e-05 | 2.1691e-05 | 0.0 | 0.00 Modify | 0.061472 | 0.061472 | 0.061472 | 0.0 | 0.16 Other | | 0.005236 | | | 0.01 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: 197500 ave 197500 max 197500 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197500 Ave neighs/atom = 98.75 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.995151462955, Press = -0.447449354123717 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -10446.254 -10446.254 -10522.252 -10522.252 294.11956 294.11956 27984.556 27984.556 2952.0532 2952.0532 43000 -10446.989 -10446.989 -10521.493 -10521.493 288.34153 288.34153 28041.856 28041.856 -155.74008 -155.74008 Loop time of 37.8976 on 1 procs for 1000 steps with 2000 atoms Performance: 2.280 ns/day, 10.527 hours/ns, 26.387 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 | 37.816 | 37.816 | 37.816 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015061 | 0.015061 | 0.015061 | 0.0 | 0.04 Output | 3.3603e-05 | 3.3603e-05 | 3.3603e-05 | 0.0 | 0.00 Modify | 0.061584 | 0.061584 | 0.061584 | 0.0 | 0.16 Other | | 0.005258 | | | 0.01 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: 199216 ave 199216 max 199216 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 199216 Ave neighs/atom = 99.608 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.947241039062, Press = 2.50995827023787 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -10446.989 -10446.989 -10521.493 -10521.493 288.34153 288.34153 28041.856 28041.856 -155.74008 -155.74008 44000 -10443.704 -10443.704 -10519.697 -10519.697 294.09815 294.09815 28067.639 28067.639 -1287.4773 -1287.4773 Loop time of 37.7405 on 1 procs for 1000 steps with 2000 atoms Performance: 2.289 ns/day, 10.483 hours/ns, 26.497 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 | 37.659 | 37.659 | 37.659 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014998 | 0.014998 | 0.014998 | 0.0 | 0.04 Output | 2.166e-05 | 2.166e-05 | 2.166e-05 | 0.0 | 0.00 Modify | 0.061417 | 0.061417 | 0.061417 | 0.0 | 0.16 Other | | 0.005237 | | | 0.01 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: 198090 ave 198090 max 198090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198090 Ave neighs/atom = 99.045 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.920906135679, Press = -0.351839449717169 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -10443.704 -10443.704 -10519.697 -10519.697 294.09815 294.09815 28067.639 28067.639 -1287.4773 -1287.4773 45000 -10445.857 -10445.857 -10520.837 -10520.837 290.17846 290.17846 28015.307 28015.307 1503.4472 1503.4472 Loop time of 37.6378 on 1 procs for 1000 steps with 2000 atoms Performance: 2.296 ns/day, 10.455 hours/ns, 26.569 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 | 37.556 | 37.556 | 37.556 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015008 | 0.015008 | 0.015008 | 0.0 | 0.04 Output | 5.5123e-05 | 5.5123e-05 | 5.5123e-05 | 0.0 | 0.00 Modify | 0.061483 | 0.061483 | 0.061483 | 0.0 | 0.16 Other | | 0.005249 | | | 0.01 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: 197510 ave 197510 max 197510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197510 Ave neighs/atom = 98.755 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.92946449826, Press = 0.060983869829119 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -10445.857 -10445.857 -10520.837 -10520.837 290.17846 290.17846 28015.307 28015.307 1503.4472 1503.4472 46000 -10447.264 -10447.264 -10520.892 -10520.892 284.94932 284.94932 28046.075 28046.075 -477.10307 -477.10307 Loop time of 37.7738 on 1 procs for 1000 steps with 2000 atoms Performance: 2.287 ns/day, 10.493 hours/ns, 26.473 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 | 37.692 | 37.692 | 37.692 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015018 | 0.015018 | 0.015018 | 0.0 | 0.04 Output | 3.3072e-05 | 3.3072e-05 | 3.3072e-05 | 0.0 | 0.00 Modify | 0.061524 | 0.061524 | 0.061524 | 0.0 | 0.16 Other | | 0.005256 | | | 0.01 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: 198584 ave 198584 max 198584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198584 Ave neighs/atom = 99.292 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.855569299118, Press = 1.05548721455302 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -10447.264 -10447.264 -10520.892 -10520.892 284.94932 284.94932 28046.075 28046.075 -477.10307 -477.10307 47000 -10444.937 -10444.937 -10519.26 -10519.26 287.63851 287.63851 28060.837 28060.837 -1011.1343 -1011.1343 Loop time of 37.7403 on 1 procs for 1000 steps with 2000 atoms Performance: 2.289 ns/day, 10.483 hours/ns, 26.497 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 | 37.659 | 37.659 | 37.659 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014978 | 0.014978 | 0.014978 | 0.0 | 0.04 Output | 2.1711e-05 | 2.1711e-05 | 2.1711e-05 | 0.0 | 0.00 Modify | 0.061471 | 0.061471 | 0.061471 | 0.0 | 0.16 Other | | 0.005232 | | | 0.01 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: 197934 ave 197934 max 197934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197934 Ave neighs/atom = 98.967 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.856415831027, Press = -0.553363480521711 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -10444.937 -10444.937 -10519.26 -10519.26 287.63851 287.63851 28060.837 28060.837 -1011.1343 -1011.1343 48000 -10444.771 -10444.771 -10520.076 -10520.076 291.4354 291.4354 28001.671 28001.671 2157.3071 2157.3071 Loop time of 37.6778 on 1 procs for 1000 steps with 2000 atoms Performance: 2.293 ns/day, 10.466 hours/ns, 26.541 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 | 37.596 | 37.596 | 37.596 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014979 | 0.014979 | 0.014979 | 0.0 | 0.04 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.061445 | 0.061445 | 0.061445 | 0.0 | 0.16 Other | | 0.005252 | | | 0.01 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: 197358 ave 197358 max 197358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197358 Ave neighs/atom = 98.679 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.827594647776, Press = 0.333896880095969 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -10444.771 -10444.771 -10520.076 -10520.076 291.4354 291.4354 28001.671 28001.671 2157.3071 2157.3071 49000 -10448.39 -10448.39 -10522.161 -10522.161 285.50291 285.50291 28053.15 28053.15 -883.14641 -883.14641 Loop time of 37.7953 on 1 procs for 1000 steps with 2000 atoms Performance: 2.286 ns/day, 10.499 hours/ns, 26.458 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 | 37.714 | 37.714 | 37.714 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014958 | 0.014958 | 0.014958 | 0.0 | 0.04 Output | 3.3423e-05 | 3.3423e-05 | 3.3423e-05 | 0.0 | 0.00 Modify | 0.061524 | 0.061524 | 0.061524 | 0.0 | 0.16 Other | | 0.005241 | | | 0.01 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: 198504 ave 198504 max 198504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198504 Ave neighs/atom = 99.252 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.814898291891, Press = 1.199429272033 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -10448.39 -10448.39 -10522.161 -10522.161 285.50291 285.50291 28053.15 28053.15 -883.14641 -883.14641 50000 -10443.34 -10443.34 -10519.838 -10519.838 296.05478 296.05478 28062.755 28062.755 -1126.4213 -1126.4213 Loop time of 37.7137 on 1 procs for 1000 steps with 2000 atoms Performance: 2.291 ns/day, 10.476 hours/ns, 26.516 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 | 37.632 | 37.632 | 37.632 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01492 | 0.01492 | 0.01492 | 0.0 | 0.04 Output | 2.1931e-05 | 2.1931e-05 | 2.1931e-05 | 0.0 | 0.00 Modify | 0.061525 | 0.061525 | 0.061525 | 0.0 | 0.16 Other | | 0.005242 | | | 0.01 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: 197736 ave 197736 max 197736 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197736 Ave neighs/atom = 98.868 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.758425398283, Press = -0.72145001189176 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -10443.34 -10443.34 -10519.838 -10519.838 296.05478 296.05478 28062.755 28062.755 -1126.4213 -1126.4213 51000 -10444.325 -10444.325 -10521.483 -10521.483 298.61013 298.61013 28004.62 28004.62 2010.8245 2010.8245 Loop time of 37.5814 on 1 procs for 1000 steps with 2000 atoms Performance: 2.299 ns/day, 10.439 hours/ns, 26.609 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 | 37.5 | 37.5 | 37.5 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014912 | 0.014912 | 0.014912 | 0.0 | 0.04 Output | 3.4083e-05 | 3.4083e-05 | 3.4083e-05 | 0.0 | 0.00 Modify | 0.061559 | 0.061559 | 0.061559 | 0.0 | 0.16 Other | | 0.005255 | | | 0.01 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: 197506 ave 197506 max 197506 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197506 Ave neighs/atom = 98.753 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.758582609819, Press = 0.290696050938604 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -10444.325 -10444.325 -10521.483 -10521.483 298.61013 298.61013 28004.62 28004.62 2010.8245 2010.8245 52000 -10444.485 -10444.485 -10520.734 -10520.734 295.09295 295.09295 28075.244 28075.244 -1858.6532 -1858.6532 Loop time of 37.6931 on 1 procs for 1000 steps with 2000 atoms Performance: 2.292 ns/day, 10.470 hours/ns, 26.530 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 | 37.611 | 37.611 | 37.611 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014996 | 0.014996 | 0.014996 | 0.0 | 0.04 Output | 2.1871e-05 | 2.1871e-05 | 2.1871e-05 | 0.0 | 0.00 Modify | 0.061525 | 0.061525 | 0.061525 | 0.0 | 0.16 Other | | 0.005248 | | | 0.01 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: 198734 ave 198734 max 198734 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198734 Ave neighs/atom = 99.367 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.829311454658, Press = 2.97685099586851 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -10444.485 -10444.485 -10520.734 -10520.734 295.09295 295.09295 28075.244 28075.244 -1858.6532 -1858.6532 53000 -10445.47 -10445.47 -10520.861 -10520.861 291.77375 291.77375 28073.171 28073.171 -1818.0713 -1818.0713 Loop time of 37.6178 on 1 procs for 1000 steps with 2000 atoms Performance: 2.297 ns/day, 10.449 hours/ns, 26.583 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 | 37.536 | 37.536 | 37.536 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014935 | 0.014935 | 0.014935 | 0.0 | 0.04 Output | 3.2782e-05 | 3.2782e-05 | 3.2782e-05 | 0.0 | 0.00 Modify | 0.061467 | 0.061467 | 0.061467 | 0.0 | 0.16 Other | | 0.005239 | | | 0.01 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: 197562 ave 197562 max 197562 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197562 Ave neighs/atom = 98.781 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.814666067083, Press = -0.554752542632976 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -10445.47 -10445.47 -10520.861 -10520.861 291.77375 291.77375 28073.171 28073.171 -1818.0713 -1818.0713 54000 -10443.268 -10443.268 -10521.143 -10521.143 301.38443 301.38443 28020.068 28020.068 1258.5758 1258.5758 Loop time of 37.6318 on 1 procs for 1000 steps with 2000 atoms Performance: 2.296 ns/day, 10.453 hours/ns, 26.573 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 | 37.55 | 37.55 | 37.55 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014892 | 0.014892 | 0.014892 | 0.0 | 0.04 Output | 3.3663e-05 | 3.3663e-05 | 3.3663e-05 | 0.0 | 0.00 Modify | 0.061481 | 0.061481 | 0.061481 | 0.0 | 0.16 Other | | 0.005254 | | | 0.01 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: 197318 ave 197318 max 197318 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197318 Ave neighs/atom = 98.659 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.84896915177, Press = 0.108864303562832 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -10443.268 -10443.268 -10521.143 -10521.143 301.38443 301.38443 28020.068 28020.068 1258.5758 1258.5758 55000 -10442.682 -10442.682 -10519.936 -10519.936 298.98018 298.98018 28039.714 28039.714 195.2827 195.2827 Loop time of 37.701 on 1 procs for 1000 steps with 2000 atoms Performance: 2.292 ns/day, 10.473 hours/ns, 26.524 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 | 37.619 | 37.619 | 37.619 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014972 | 0.014972 | 0.014972 | 0.0 | 0.04 Output | 2.1541e-05 | 2.1541e-05 | 2.1541e-05 | 0.0 | 0.00 Modify | 0.061449 | 0.061449 | 0.061449 | 0.0 | 0.16 Other | | 0.005251 | | | 0.01 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: 198360 ave 198360 max 198360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198360 Ave neighs/atom = 99.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.833003954086, Press = 1.065202150285 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -10442.682 -10442.682 -10519.936 -10519.936 298.98018 298.98018 28039.714 28039.714 195.2827 195.2827 56000 -10442.5 -10442.5 -10517.726 -10517.726 291.1334 291.1334 28073.77 28073.77 -1539.3624 -1539.3624 Loop time of 37.7632 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.490 hours/ns, 26.481 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 | 37.681 | 37.681 | 37.681 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015003 | 0.015003 | 0.015003 | 0.0 | 0.04 Output | 3.2731e-05 | 3.2731e-05 | 3.2731e-05 | 0.0 | 0.00 Modify | 0.061422 | 0.061422 | 0.061422 | 0.0 | 0.16 Other | | 0.005263 | | | 0.01 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: 197938 ave 197938 max 197938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197938 Ave neighs/atom = 98.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.82519836376, Press = -0.0587299045724374 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -10442.5 -10442.5 -10517.726 -10517.726 291.1334 291.1334 28073.77 28073.77 -1539.3624 -1539.3624 57000 -10445.775 -10445.775 -10520.532 -10520.532 289.31769 289.31769 27983.74 27983.74 3208.0601 3208.0601 Loop time of 37.6839 on 1 procs for 1000 steps with 2000 atoms Performance: 2.293 ns/day, 10.468 hours/ns, 26.537 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 | 37.602 | 37.602 | 37.602 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014973 | 0.014973 | 0.014973 | 0.0 | 0.04 Output | 3.4685e-05 | 3.4685e-05 | 3.4685e-05 | 0.0 | 0.00 Modify | 0.06152 | 0.06152 | 0.06152 | 0.0 | 0.16 Other | | 0.005268 | | | 0.01 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: 197360 ave 197360 max 197360 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197360 Ave neighs/atom = 98.68 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.877057437887, Press = -0.516529757449419 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -10445.775 -10445.775 -10520.532 -10520.532 289.31769 289.31769 27983.74 27983.74 3208.0601 3208.0601 58000 -10447.72 -10447.72 -10523.645 -10523.645 293.8382 293.8382 28027.55 28027.55 434.73621 434.73621 Loop time of 37.8502 on 1 procs for 1000 steps with 2000 atoms Performance: 2.283 ns/day, 10.514 hours/ns, 26.420 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 | 37.768 | 37.768 | 37.768 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01495 | 0.01495 | 0.01495 | 0.0 | 0.04 Output | 2.1831e-05 | 2.1831e-05 | 2.1831e-05 | 0.0 | 0.00 Modify | 0.061555 | 0.061555 | 0.061555 | 0.0 | 0.16 Other | | 0.00525 | | | 0.01 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: 199028 ave 199028 max 199028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 199028 Ave neighs/atom = 99.514 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.899600646964, Press = 1.76981118583046 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -10447.72 -10447.72 -10523.645 -10523.645 293.8382 293.8382 28027.55 28027.55 434.73621 434.73621 59000 -10443.861 -10443.861 -10518.483 -10518.483 288.79392 288.79392 28077.43 28077.43 -1814.5712 -1814.5712 Loop time of 37.8694 on 1 procs for 1000 steps with 2000 atoms Performance: 2.282 ns/day, 10.519 hours/ns, 26.407 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 | 37.788 | 37.788 | 37.788 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014987 | 0.014987 | 0.014987 | 0.0 | 0.04 Output | 3.2941e-05 | 3.2941e-05 | 3.2941e-05 | 0.0 | 0.00 Modify | 0.061452 | 0.061452 | 0.061452 | 0.0 | 0.16 Other | | 0.005262 | | | 0.01 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: 198376 ave 198376 max 198376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198376 Ave neighs/atom = 99.188 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.848376142354, Press = 0.0457663932398356 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -10443.861 -10443.861 -10518.483 -10518.483 288.79392 288.79392 28077.43 28077.43 -1814.5712 -1814.5712 60000 -10446.711 -10446.711 -10520.979 -10520.979 287.42695 287.42695 28015.288 28015.288 1296.046 1296.046 Loop time of 37.6865 on 1 procs for 1000 steps with 2000 atoms Performance: 2.293 ns/day, 10.468 hours/ns, 26.535 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 | 37.605 | 37.605 | 37.605 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014933 | 0.014933 | 0.014933 | 0.0 | 0.04 Output | 2.9916e-05 | 2.9916e-05 | 2.9916e-05 | 0.0 | 0.00 Modify | 0.061464 | 0.061464 | 0.061464 | 0.0 | 0.16 Other | | 0.005247 | | | 0.01 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: 197196 ave 197196 max 197196 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197196 Ave neighs/atom = 98.598 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.849409094842, Press = -0.0427077014755022 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -10446.711 -10446.711 -10520.979 -10520.979 287.42695 287.42695 28015.288 28015.288 1296.046 1296.046 61000 -10442.512 -10442.512 -10519.836 -10519.836 299.25103 299.25103 28035.346 28035.346 394.93771 394.93771 Loop time of 37.9007 on 1 procs for 1000 steps with 2000 atoms Performance: 2.280 ns/day, 10.528 hours/ns, 26.385 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 | 37.819 | 37.819 | 37.819 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014947 | 0.014947 | 0.014947 | 0.0 | 0.04 Output | 2.1981e-05 | 2.1981e-05 | 2.1981e-05 | 0.0 | 0.00 Modify | 0.061471 | 0.061471 | 0.061471 | 0.0 | 0.16 Other | | 0.005248 | | | 0.01 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: 198490 ave 198490 max 198490 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198490 Ave neighs/atom = 99.245 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.854031495275, Press = 1.00897184603438 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -10442.512 -10442.512 -10519.836 -10519.836 299.25103 299.25103 28035.346 28035.346 394.93771 394.93771 62000 -10446.022 -10446.022 -10522.826 -10522.826 297.23852 297.23852 28081.06 28081.06 -2378.2023 -2378.2023 Loop time of 37.7639 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.490 hours/ns, 26.480 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 37.682 | 37.682 | 37.682 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014956 | 0.014956 | 0.014956 | 0.0 | 0.04 Output | 3.0477e-05 | 3.0477e-05 | 3.0477e-05 | 0.0 | 0.00 Modify | 0.061424 | 0.061424 | 0.061424 | 0.0 | 0.16 Other | | 0.005257 | | | 0.01 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: 197674 ave 197674 max 197674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197674 Ave neighs/atom = 98.837 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.879176370518, Press = 0.13278991049023 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -10446.022 -10446.022 -10522.826 -10522.826 297.23852 297.23852 28081.06 28081.06 -2378.2023 -2378.2023 63000 -10440.162 -10440.162 -10517.441 -10517.441 299.07476 299.07476 27991.024 27991.024 3233.3799 3233.3799 Loop time of 37.6587 on 1 procs for 1000 steps with 2000 atoms Performance: 2.294 ns/day, 10.461 hours/ns, 26.554 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 | 37.577 | 37.577 | 37.577 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014966 | 0.014966 | 0.014966 | 0.0 | 0.04 Output | 2.17e-05 | 2.17e-05 | 2.17e-05 | 0.0 | 0.00 Modify | 0.06145 | 0.06145 | 0.06145 | 0.0 | 0.16 Other | | 0.005253 | | | 0.01 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: 197442 ave 197442 max 197442 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197442 Ave neighs/atom = 98.721 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.924227934411, Press = -0.919949679364577 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -10440.162 -10440.162 -10517.441 -10517.441 299.07476 299.07476 27991.024 27991.024 3233.3799 3233.3799 64000 -10447.215 -10447.215 -10521.278 -10521.278 286.63059 286.63059 28025.068 28025.068 701.43615 701.43615 Loop time of 37.8393 on 1 procs for 1000 steps with 2000 atoms Performance: 2.283 ns/day, 10.511 hours/ns, 26.428 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 | 37.758 | 37.758 | 37.758 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014997 | 0.014997 | 0.014997 | 0.0 | 0.04 Output | 3.2911e-05 | 3.2911e-05 | 3.2911e-05 | 0.0 | 0.00 Modify | 0.061476 | 0.061476 | 0.061476 | 0.0 | 0.16 Other | | 0.005257 | | | 0.01 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: 198720 ave 198720 max 198720 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198720 Ave neighs/atom = 99.36 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.94287916477, Press = 1.40954098917893 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -10447.215 -10447.215 -10521.278 -10521.278 286.63059 286.63059 28025.068 28025.068 701.43615 701.43615 65000 -10441.362 -10441.362 -10518.306 -10518.306 297.7811 297.7811 28067.664 28067.664 -1225.5603 -1225.5603 Loop time of 37.8589 on 1 procs for 1000 steps with 2000 atoms Performance: 2.282 ns/day, 10.516 hours/ns, 26.414 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 | 37.777 | 37.777 | 37.777 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014983 | 0.014983 | 0.014983 | 0.0 | 0.04 Output | 3.1449e-05 | 3.1449e-05 | 3.1449e-05 | 0.0 | 0.00 Modify | 0.061541 | 0.061541 | 0.061541 | 0.0 | 0.16 Other | | 0.005257 | | | 0.01 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: 198308 ave 198308 max 198308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 198308 Ave neighs/atom = 99.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.951596746203, Press = 0.357093859443322 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -10441.362 -10441.362 -10518.306 -10518.306 297.7811 297.7811 28067.664 28067.664 -1225.5603 -1225.5603 66000 -10445.053 -10445.053 -10520.432 -10520.432 291.72535 291.72535 28033.152 28033.152 350.16981 350.16981 Loop time of 37.7629 on 1 procs for 1000 steps with 2000 atoms Performance: 2.288 ns/day, 10.490 hours/ns, 26.481 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 | 37.681 | 37.681 | 37.681 | 0.0 | 99.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014977 | 0.014977 | 0.014977 | 0.0 | 0.04 Output | 2.135e-05 | 2.135e-05 | 2.135e-05 | 0.0 | 0.00 Modify | 0.061504 | 0.061504 | 0.061504 | 0.0 | 0.16 Other | | 0.005237 | | | 0.01 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: 197276 ave 197276 max 197276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 197276 Ave neighs/atom = 98.638 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 28041.3556736811 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0