# 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.031088910996914*${_u_distance} variable latticeconst_converted equal 3.031088910996914*1 lattice bcc ${latticeconst_converted} lattice bcc 3.03108891099691 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_ShimKoKim_2013_NiVH__MO_612225165948_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.1293284656 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*1*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 27848.1293284656*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 27848.1293284656 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_612225165948_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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.129 27848.129 2905.2951 2905.2951 1000 -10441.898 -10441.898 -10524.384 -10524.384 319.22967 319.22967 28071.997 28071.997 -1746.6929 -1746.6929 Loop time of 44.4541 on 1 procs for 1000 steps with 2000 atoms Performance: 1.944 ns/day, 12.348 hours/ns, 22.495 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 44.374 | 44.374 | 44.374 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015048 | 0.015048 | 0.015048 | 0.0 | 0.03 Output | 0.000145 | 0.000145 | 0.000145 | 0.0 | 0.00 Modify | 0.059851 | 0.059851 | 0.059851 | 0.0 | 0.13 Other | | 0.005473 | | | 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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.6929 -1746.6929 2000 -10445.504 -10445.504 -10522.254 -10522.254 297.02906 297.02906 28054.604 28054.604 -712.0263 -712.0263 Loop time of 46.3597 on 1 procs for 1000 steps with 2000 atoms Performance: 1.864 ns/day, 12.878 hours/ns, 21.570 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 | 46.28 | 46.28 | 46.28 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014807 | 0.014807 | 0.014807 | 0.0 | 0.03 Output | 5.0284e-05 | 5.0284e-05 | 5.0284e-05 | 0.0 | 0.00 Modify | 0.059556 | 0.059556 | 0.059556 | 0.0 | 0.13 Other | | 0.005393 | | | 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: 222502 ave 222502 max 222502 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222502 Ave neighs/atom = 111.251 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.0263 -712.0263 3000 -10444.915 -10444.915 -10520.059 -10520.059 290.81287 290.81287 28010.515 28010.515 1791.5517 1791.5517 Loop time of 46.5397 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.928 hours/ns, 21.487 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 | 46.46 | 46.46 | 46.46 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014775 | 0.014775 | 0.014775 | 0.0 | 0.03 Output | 6.2417e-05 | 6.2417e-05 | 6.2417e-05 | 0.0 | 0.00 Modify | 0.059426 | 0.059426 | 0.059426 | 0.0 | 0.13 Other | | 0.005341 | | | 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: 222234 ave 222234 max 222234 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222234 Ave neighs/atom = 111.117 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.5517 1791.5517 4000 -10444.654 -10444.654 -10517.275 -10517.275 281.04808 281.04808 28040.941 28040.941 192.58089 192.58089 Loop time of 46.3791 on 1 procs for 1000 steps with 2000 atoms Performance: 1.863 ns/day, 12.883 hours/ns, 21.561 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 | 46.299 | 46.299 | 46.299 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014939 | 0.014939 | 0.014939 | 0.0 | 0.03 Output | 4.8011e-05 | 4.8011e-05 | 4.8011e-05 | 0.0 | 0.00 Modify | 0.059394 | 0.059394 | 0.059394 | 0.0 | 0.13 Other | | 0.005357 | | | 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: 222114 ave 222114 max 222114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222114 Ave neighs/atom = 111.057 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.58089 192.58089 5000 -10443.647 -10443.647 -10520.943 -10520.943 299.14295 299.14295 28088.505 28088.505 -2260.2533 -2260.2533 Loop time of 46.432 on 1 procs for 1000 steps with 2000 atoms Performance: 1.861 ns/day, 12.898 hours/ns, 21.537 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 | 46.352 | 46.352 | 46.352 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014852 | 0.014852 | 0.014852 | 0.0 | 0.03 Output | 2.5367e-05 | 2.5367e-05 | 2.5367e-05 | 0.0 | 0.00 Modify | 0.059685 | 0.059685 | 0.059685 | 0.0 | 0.13 Other | | 0.005341 | | | 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: 221982 ave 221982 max 221982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221982 Ave neighs/atom = 110.991 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.811332621969, Press = -357.21742051635 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.2533 -2260.2533 6000 -10443.558 -10443.558 -10519.883 -10519.883 295.38835 295.38835 27980.475 27980.475 3507.9732 3507.9732 Loop time of 46.5067 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.919 hours/ns, 21.502 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 | 46.425 | 46.425 | 46.425 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014821 | 0.014821 | 0.014821 | 0.0 | 0.03 Output | 3.4034e-05 | 3.4034e-05 | 3.4034e-05 | 0.0 | 0.00 Modify | 0.061686 | 0.061686 | 0.061686 | 0.0 | 0.13 Other | | 0.005373 | | | 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: 222110 ave 222110 max 222110 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222110 Ave neighs/atom = 111.055 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.625270653338, Press = -13.3499043480081 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.475 27980.475 3507.9732 3507.9732 7000 -10444.393 -10444.393 -10518.323 -10518.323 286.11549 286.11549 28044.034 28044.034 -70.33013 -70.33013 Loop time of 46.4971 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.916 hours/ns, 21.507 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 | 46.415 | 46.415 | 46.415 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014854 | 0.014854 | 0.014854 | 0.0 | 0.03 Output | 3.6488e-05 | 3.6488e-05 | 3.6488e-05 | 0.0 | 0.00 Modify | 0.061699 | 0.061699 | 0.061699 | 0.0 | 0.13 Other | | 0.00537 | | | 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: 222390 ave 222390 max 222390 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222390 Ave neighs/atom = 111.195 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.785173117947, Press = 31.875815086933 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.33013 -70.33013 8000 -10444.072 -10444.072 -10518.846 -10518.846 289.38614 289.38614 28061.951 28061.951 -1031.2381 -1031.2381 Loop time of 46.4432 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.901 hours/ns, 21.532 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 | 46.361 | 46.361 | 46.361 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014837 | 0.014837 | 0.014837 | 0.0 | 0.03 Output | 3.2681e-05 | 3.2681e-05 | 3.2681e-05 | 0.0 | 0.00 Modify | 0.061691 | 0.061691 | 0.061691 | 0.0 | 0.13 Other | | 0.005411 | | | 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: 222084 ave 222084 max 222084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222084 Ave neighs/atom = 111.042 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.449863231454, Press = -3.27210374632974 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.846 -10518.846 289.38614 289.38614 28061.951 28061.951 -1031.2381 -1031.2381 9000 -10445.266 -10445.266 -10518.602 -10518.602 283.82038 283.82038 28005.57 28005.57 1896.0852 1896.0852 Loop time of 46.5237 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.923 hours/ns, 21.494 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 | 46.442 | 46.442 | 46.442 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014979 | 0.014979 | 0.014979 | 0.0 | 0.03 Output | 3.1459e-05 | 3.1459e-05 | 3.1459e-05 | 0.0 | 0.00 Modify | 0.061695 | 0.061695 | 0.061695 | 0.0 | 0.13 Other | | 0.005397 | | | 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: 222048 ave 222048 max 222048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222048 Ave neighs/atom = 111.024 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.4472570056, Press = 4.90421290644326 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.266 -10445.266 -10518.602 -10518.602 283.82038 283.82038 28005.57 28005.57 1896.0852 1896.0852 10000 -10444.521 -10444.521 -10519.122 -10519.122 288.71398 288.71398 28052.764 28052.764 -683.36074 -683.36074 Loop time of 46.5071 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.919 hours/ns, 21.502 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 | 46.425 | 46.425 | 46.425 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014831 | 0.014831 | 0.014831 | 0.0 | 0.03 Output | 2.3244e-05 | 2.3244e-05 | 2.3244e-05 | 0.0 | 0.00 Modify | 0.061718 | 0.061718 | 0.061718 | 0.0 | 0.13 Other | | 0.00539 | | | 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: 222120 ave 222120 max 222120 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222120 Ave neighs/atom = 111.06 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.122331487122, Press = 14.6167327472399 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.521 -10444.521 -10519.122 -10519.122 288.71398 288.71398 28052.764 28052.764 -683.36074 -683.36074 11000 -10446.13 -10446.13 -10523.9 -10523.9 300.97996 300.97996 28080.489 28080.489 -2379.1015 -2379.1015 Loop time of 46.5474 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.930 hours/ns, 21.483 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 | 46.465 | 46.465 | 46.465 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014856 | 0.014856 | 0.014856 | 0.0 | 0.03 Output | 3.3142e-05 | 3.3142e-05 | 3.3142e-05 | 0.0 | 0.00 Modify | 0.061675 | 0.061675 | 0.061675 | 0.0 | 0.13 Other | | 0.00541 | | | 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: 222128 ave 222128 max 222128 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222128 Ave neighs/atom = 111.064 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.289155259355, Press = -8.26414027999726 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.13 -10446.13 -10523.9 -10523.9 300.97996 300.97996 28080.489 28080.489 -2379.1015 -2379.1015 12000 -10443.858 -10443.858 -10521.612 -10521.612 300.91524 300.91524 27991.92 27991.92 2544.1264 2544.1264 Loop time of 46.5983 on 1 procs for 1000 steps with 2000 atoms Performance: 1.854 ns/day, 12.944 hours/ns, 21.460 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 | 46.516 | 46.516 | 46.516 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014851 | 0.014851 | 0.014851 | 0.0 | 0.03 Output | 3.2371e-05 | 3.2371e-05 | 3.2371e-05 | 0.0 | 0.00 Modify | 0.061685 | 0.061685 | 0.061685 | 0.0 | 0.13 Other | | 0.005418 | | | 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: 222300 ave 222300 max 222300 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222300 Ave neighs/atom = 111.15 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.399933574674, Press = 2.10010283125164 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.858 -10443.858 -10521.612 -10521.612 300.91524 300.91524 27991.92 27991.92 2544.1264 2544.1264 13000 -10440.611 -10440.611 -10517.048 -10517.048 295.81937 295.81937 28058.812 28058.812 -436.00739 -436.00739 Loop time of 46.5947 on 1 procs for 1000 steps with 2000 atoms Performance: 1.854 ns/day, 12.943 hours/ns, 21.462 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 | 46.513 | 46.513 | 46.513 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014821 | 0.014821 | 0.014821 | 0.0 | 0.03 Output | 3.2561e-05 | 3.2561e-05 | 3.2561e-05 | 0.0 | 0.00 Modify | 0.061674 | 0.061674 | 0.061674 | 0.0 | 0.13 Other | | 0.005402 | | | 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: 222366 ave 222366 max 222366 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222366 Ave neighs/atom = 111.183 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.618091194675, Press = 6.5041007648301 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10440.611 -10440.611 -10517.048 -10517.048 295.81937 295.81937 28058.812 28058.812 -436.00739 -436.00739 14000 -10443.803 -10443.803 -10522.107 -10522.107 303.04524 303.04524 28054.058 28054.058 -657.54165 -657.54165 Loop time of 46.5276 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.924 hours/ns, 21.493 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 | 46.446 | 46.446 | 46.446 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015026 | 0.015026 | 0.015026 | 0.0 | 0.03 Output | 4.5926e-05 | 4.5926e-05 | 4.5926e-05 | 0.0 | 0.00 Modify | 0.06165 | 0.06165 | 0.06165 | 0.0 | 0.13 Other | | 0.005368 | | | 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: 222088 ave 222088 max 222088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222088 Ave neighs/atom = 111.044 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.617972311277, Press = 0.543360325159209 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.803 -10443.803 -10522.107 -10522.107 303.04524 303.04524 28054.058 28054.058 -657.54165 -657.54165 15000 -10445.052 -10445.052 -10520.237 -10520.237 290.97255 290.97255 28022.368 28022.368 1129.5976 1129.5976 Loop time of 46.5481 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.930 hours/ns, 21.483 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 | 46.466 | 46.466 | 46.466 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014797 | 0.014797 | 0.014797 | 0.0 | 0.03 Output | 3.224e-05 | 3.224e-05 | 3.224e-05 | 0.0 | 0.00 Modify | 0.06164 | 0.06164 | 0.06164 | 0.0 | 0.13 Other | | 0.005385 | | | 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: 222258 ave 222258 max 222258 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222258 Ave neighs/atom = 111.129 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.490720571304, Press = 3.68743742672027 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.052 -10445.052 -10520.237 -10520.237 290.97255 290.97255 28022.368 28022.368 1129.5976 1129.5976 16000 -10444.209 -10444.209 -10521.456 -10521.456 298.95308 298.95308 28076.542 28076.542 -1843.7556 -1843.7556 Loop time of 46.4582 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.905 hours/ns, 21.525 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 | 46.376 | 46.376 | 46.376 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014896 | 0.014896 | 0.014896 | 0.0 | 0.03 Output | 3.3232e-05 | 3.3232e-05 | 3.3232e-05 | 0.0 | 0.00 Modify | 0.061668 | 0.061668 | 0.061668 | 0.0 | 0.13 Other | | 0.00542 | | | 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: 222210 ave 222210 max 222210 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222210 Ave neighs/atom = 111.105 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.600339282073, Press = 5.55964348843551 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.209 -10444.209 -10521.456 -10521.456 298.95308 298.95308 28076.542 28076.542 -1843.7556 -1843.7556 17000 -10445.493 -10445.493 -10520.033 -10520.033 288.4762 288.4762 28053.005 28053.005 -685.834 -685.834 Loop time of 46.4517 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.903 hours/ns, 21.528 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 | 46.37 | 46.37 | 46.37 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014926 | 0.014926 | 0.014926 | 0.0 | 0.03 Output | 3.2642e-05 | 3.2642e-05 | 3.2642e-05 | 0.0 | 0.00 Modify | 0.061666 | 0.061666 | 0.061666 | 0.0 | 0.13 Other | | 0.005381 | | | 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: 222182 ave 222182 max 222182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222182 Ave neighs/atom = 111.091 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.580353363917, Press = -4.64075842574943 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.493 -10445.493 -10520.033 -10520.033 288.4762 288.4762 28053.005 28053.005 -685.834 -685.834 18000 -10443.812 -10443.812 -10518.63 -10518.63 289.55419 289.55419 28002.231 28002.231 2184.4359 2184.4359 Loop time of 46.5479 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.930 hours/ns, 21.483 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 | 46.466 | 46.466 | 46.466 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014783 | 0.014783 | 0.014783 | 0.0 | 0.03 Output | 3.0387e-05 | 3.0387e-05 | 3.0387e-05 | 0.0 | 0.00 Modify | 0.061667 | 0.061667 | 0.061667 | 0.0 | 0.13 Other | | 0.005389 | | | 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: 222168 ave 222168 max 222168 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222168 Ave neighs/atom = 111.084 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.549177217674, Press = 3.17464101306993 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.812 -10443.812 -10518.63 -10518.63 289.55419 289.55419 28002.231 28002.231 2184.4359 2184.4359 19000 -10445.893 -10445.893 -10522.285 -10522.285 295.64771 295.64771 28059.339 28059.339 -1119.3521 -1119.3521 Loop time of 46.5361 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.927 hours/ns, 21.489 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 | 46.454 | 46.454 | 46.454 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014804 | 0.014804 | 0.014804 | 0.0 | 0.03 Output | 2.2863e-05 | 2.2863e-05 | 2.2863e-05 | 0.0 | 0.00 Modify | 0.061685 | 0.061685 | 0.061685 | 0.0 | 0.13 Other | | 0.005371 | | | 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: 222244 ave 222244 max 222244 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222244 Ave neighs/atom = 111.122 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.508385188071, Press = 3.30507935784158 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.893 -10445.893 -10522.285 -10522.285 295.64771 295.64771 28059.339 28059.339 -1119.3521 -1119.3521 20000 -10445.138 -10445.138 -10521.502 -10521.502 295.53687 295.53687 28049.795 28049.795 -558.24494 -558.24494 Loop time of 46.4625 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.906 hours/ns, 21.523 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 | 46.38 | 46.38 | 46.38 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014889 | 0.014889 | 0.014889 | 0.0 | 0.03 Output | 3.3854e-05 | 3.3854e-05 | 3.3854e-05 | 0.0 | 0.00 Modify | 0.061746 | 0.061746 | 0.061746 | 0.0 | 0.13 Other | | 0.005386 | | | 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: 222294 ave 222294 max 222294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222294 Ave neighs/atom = 111.147 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.342880275207, Press = 0.141868477934754 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.138 -10445.138 -10521.502 -10521.502 295.53687 295.53687 28049.795 28049.795 -558.24494 -558.24494 21000 -10445.047 -10445.047 -10520.286 -10520.286 291.18414 291.18414 28022.987 28022.987 1019.3608 1019.3608 Loop time of 46.5123 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.920 hours/ns, 21.500 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 | 46.43 | 46.43 | 46.43 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014947 | 0.014947 | 0.014947 | 0.0 | 0.03 Output | 3.2681e-05 | 3.2681e-05 | 3.2681e-05 | 0.0 | 0.00 Modify | 0.061801 | 0.061801 | 0.061801 | 0.0 | 0.13 Other | | 0.005383 | | | 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: 222168 ave 222168 max 222168 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222168 Ave neighs/atom = 111.084 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.381892404156, Press = 1.98741512625875 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.047 -10445.047 -10520.286 -10520.286 291.18414 291.18414 28022.987 28022.987 1019.3608 1019.3608 22000 -10446.942 -10446.942 -10522.838 -10522.838 293.72637 293.72637 28071.09 28071.09 -1843.8482 -1843.8482 Loop time of 46.4685 on 1 procs for 1000 steps with 2000 atoms Performance: 1.859 ns/day, 12.908 hours/ns, 21.520 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 | 46.387 | 46.387 | 46.387 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014835 | 0.014835 | 0.014835 | 0.0 | 0.03 Output | 3.201e-05 | 3.201e-05 | 3.201e-05 | 0.0 | 0.00 Modify | 0.061735 | 0.061735 | 0.061735 | 0.0 | 0.13 Other | | 0.005374 | | | 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: 222332 ave 222332 max 222332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222332 Ave neighs/atom = 111.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.230752641714, Press = 3.04565689912434 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10446.942 -10446.942 -10522.838 -10522.838 293.72637 293.72637 28071.09 28071.09 -1843.8482 -1843.8482 23000 -10444.403 -10444.403 -10519.24 -10519.24 289.62683 289.62683 28052.897 28052.897 -476.25368 -476.25368 Loop time of 46.4884 on 1 procs for 1000 steps with 2000 atoms Performance: 1.859 ns/day, 12.913 hours/ns, 21.511 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 | 46.406 | 46.406 | 46.406 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01485 | 0.01485 | 0.01485 | 0.0 | 0.03 Output | 2.3284e-05 | 2.3284e-05 | 2.3284e-05 | 0.0 | 0.00 Modify | 0.061744 | 0.061744 | 0.061744 | 0.0 | 0.13 Other | | 0.005405 | | | 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: 222344 ave 222344 max 222344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222344 Ave neighs/atom = 111.172 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.270121984326, Press = -3.3671668676334 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.403 -10444.403 -10519.24 -10519.24 289.62683 289.62683 28052.897 28052.897 -476.25368 -476.25368 24000 -10444.116 -10444.116 -10520.422 -10520.422 295.31217 295.31217 28002.281 28002.281 2229.5458 2229.5458 Loop time of 46.5051 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.918 hours/ns, 21.503 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 | 46.423 | 46.423 | 46.423 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014841 | 0.014841 | 0.014841 | 0.0 | 0.03 Output | 3.2751e-05 | 3.2751e-05 | 3.2751e-05 | 0.0 | 0.00 Modify | 0.061695 | 0.061695 | 0.061695 | 0.0 | 0.13 Other | | 0.00538 | | | 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: 222198 ave 222198 max 222198 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222198 Ave neighs/atom = 111.099 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.183130837245, Press = 3.09569685468101 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10444.116 -10444.116 -10520.422 -10520.422 295.31217 295.31217 28002.281 28002.281 2229.5458 2229.5458 25000 -10445.647 -10445.647 -10520.844 -10520.844 291.02123 291.02123 28056.124 28056.124 -891.4489 -891.4489 Loop time of 46.5344 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.926 hours/ns, 21.489 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 | 46.452 | 46.452 | 46.452 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014938 | 0.014938 | 0.014938 | 0.0 | 0.03 Output | 3.2731e-05 | 3.2731e-05 | 3.2731e-05 | 0.0 | 0.00 Modify | 0.061772 | 0.061772 | 0.061772 | 0.0 | 0.13 Other | | 0.005393 | | | 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: 222408 ave 222408 max 222408 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222408 Ave neighs/atom = 111.204 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.278962802139, Press = 2.1052415614041 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.647 -10445.647 -10520.844 -10520.844 291.02123 291.02123 28056.124 28056.124 -891.4489 -891.4489 26000 -10443.007 -10443.007 -10519.985 -10519.985 297.91384 297.91384 28048.286 28048.286 -260.70409 -260.70409 Loop time of 46.4982 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.916 hours/ns, 21.506 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 | 46.416 | 46.416 | 46.416 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014911 | 0.014911 | 0.014911 | 0.0 | 0.03 Output | 3.4244e-05 | 3.4244e-05 | 3.4244e-05 | 0.0 | 0.00 Modify | 0.061676 | 0.061676 | 0.061676 | 0.0 | 0.13 Other | | 0.005374 | | | 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: 222162 ave 222162 max 222162 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222162 Ave neighs/atom = 111.081 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.393145548548, Press = 0.40606928558166 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.007 -10443.007 -10519.985 -10519.985 297.91384 297.91384 28048.286 28048.286 -260.70409 -260.70409 27000 -10446.565 -10446.565 -10522.007 -10522.007 291.96596 291.96596 28021.622 28021.622 887.04733 887.04733 Loop time of 46.5256 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.924 hours/ns, 21.494 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 | 46.444 | 46.444 | 46.444 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014806 | 0.014806 | 0.014806 | 0.0 | 0.03 Output | 2.3144e-05 | 2.3144e-05 | 2.3144e-05 | 0.0 | 0.00 Modify | 0.061698 | 0.061698 | 0.061698 | 0.0 | 0.13 Other | | 0.005396 | | | 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: 222246 ave 222246 max 222246 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222246 Ave neighs/atom = 111.123 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.393994891974, Press = 1.26583150038185 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10446.565 -10446.565 -10522.007 -10522.007 291.96596 291.96596 28021.622 28021.622 887.04733 887.04733 28000 -10444.775 -10444.775 -10521.2 -10521.2 295.77181 295.77181 28045.14 28045.14 -173.58962 -173.58962 Loop time of 46.5477 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.930 hours/ns, 21.483 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 | 46.466 | 46.466 | 46.466 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014868 | 0.014868 | 0.014868 | 0.0 | 0.03 Output | 3.3814e-05 | 3.3814e-05 | 3.3814e-05 | 0.0 | 0.00 Modify | 0.061676 | 0.061676 | 0.061676 | 0.0 | 0.13 Other | | 0.00539 | | | 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: 222284 ave 222284 max 222284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222284 Ave neighs/atom = 111.142 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.320913106298, Press = 1.06011367514635 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10444.775 -10444.775 -10521.2 -10521.2 295.77181 295.77181 28045.14 28045.14 -173.58962 -173.58962 29000 -10445.198 -10445.198 -10522.462 -10522.462 299.01827 299.01827 28043.235 28043.235 -254.58299 -254.58299 Loop time of 46.4646 on 1 procs for 1000 steps with 2000 atoms Performance: 1.859 ns/day, 12.907 hours/ns, 21.522 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 | 46.383 | 46.383 | 46.383 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01483 | 0.01483 | 0.01483 | 0.0 | 0.03 Output | 3.4165e-05 | 3.4165e-05 | 3.4165e-05 | 0.0 | 0.00 Modify | 0.061696 | 0.061696 | 0.061696 | 0.0 | 0.13 Other | | 0.00539 | | | 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: 222340 ave 222340 max 222340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222340 Ave neighs/atom = 111.17 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.373804064965, Press = 0.542268370327573 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.198 -10445.198 -10522.462 -10522.462 299.01827 299.01827 28043.235 28043.235 -254.58299 -254.58299 30000 -10442.367 -10442.367 -10520.163 -10520.163 301.07735 301.07735 28038.019 28038.019 176.59748 176.59748 Loop time of 46.5287 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.925 hours/ns, 21.492 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 | 46.447 | 46.447 | 46.447 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014964 | 0.014964 | 0.014964 | 0.0 | 0.03 Output | 3.2621e-05 | 3.2621e-05 | 3.2621e-05 | 0.0 | 0.00 Modify | 0.061673 | 0.061673 | 0.061673 | 0.0 | 0.13 Other | | 0.005393 | | | 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: 222240 ave 222240 max 222240 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222240 Ave neighs/atom = 111.12 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.460259363297, Press = 0.264411050467202 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10442.367 -10442.367 -10520.163 -10520.163 301.07735 301.07735 28038.019 28038.019 176.59748 176.59748 31000 -10444.649 -10444.649 -10522.453 -10522.453 301.10924 301.10924 28040.094 28040.094 -33.177473 -33.177473 Loop time of 46.3822 on 1 procs for 1000 steps with 2000 atoms Performance: 1.863 ns/day, 12.884 hours/ns, 21.560 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 | 46.3 | 46.3 | 46.3 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014811 | 0.014811 | 0.014811 | 0.0 | 0.03 Output | 3.2832e-05 | 3.2832e-05 | 3.2832e-05 | 0.0 | 0.00 Modify | 0.061798 | 0.061798 | 0.061798 | 0.0 | 0.13 Other | | 0.005382 | | | 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: 222328 ave 222328 max 222328 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222328 Ave neighs/atom = 111.164 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.475722626155, Press = 2.16220856342539 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10444.649 -10444.649 -10522.453 -10522.453 301.10924 301.10924 28040.094 28040.094 -33.177473 -33.177473 32000 -10446.656 -10446.656 -10520.117 -10520.117 284.29998 284.29998 28087.491 28087.491 -2464.7751 -2464.7751 Loop time of 46.5653 on 1 procs for 1000 steps with 2000 atoms Performance: 1.855 ns/day, 12.935 hours/ns, 21.475 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 | 46.484 | 46.484 | 46.484 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014807 | 0.014807 | 0.014807 | 0.0 | 0.03 Output | 2.3254e-05 | 2.3254e-05 | 2.3254e-05 | 0.0 | 0.00 Modify | 0.061613 | 0.061613 | 0.061613 | 0.0 | 0.13 Other | | 0.005356 | | | 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: 222412 ave 222412 max 222412 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222412 Ave neighs/atom = 111.206 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.419858728914, Press = -0.290298082375916 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10446.656 -10446.656 -10520.117 -10520.117 284.29998 284.29998 28087.491 28087.491 -2464.7751 -2464.7751 33000 -10442.757 -10442.757 -10520.339 -10520.339 300.24943 300.24943 28008.33 28008.33 2000.2893 2000.2893 Loop time of 46.5115 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.920 hours/ns, 21.500 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 | 46.429 | 46.429 | 46.429 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014882 | 0.014882 | 0.014882 | 0.0 | 0.03 Output | 3.4244e-05 | 3.4244e-05 | 3.4244e-05 | 0.0 | 0.00 Modify | 0.061704 | 0.061704 | 0.061704 | 0.0 | 0.13 Other | | 0.005392 | | | 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: 222058 ave 222058 max 222058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222058 Ave neighs/atom = 111.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.422997515467, Press = -0.56767574260751 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10442.757 -10442.757 -10520.339 -10520.339 300.24943 300.24943 28008.33 28008.33 2000.2893 2000.2893 34000 -10447.027 -10447.027 -10521.362 -10521.362 287.68603 287.68603 28030.902 28030.902 259.95886 259.95886 Loop time of 46.6018 on 1 procs for 1000 steps with 2000 atoms Performance: 1.854 ns/day, 12.945 hours/ns, 21.458 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 | 46.52 | 46.52 | 46.52 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014813 | 0.014813 | 0.014813 | 0.0 | 0.03 Output | 3.3543e-05 | 3.3543e-05 | 3.3543e-05 | 0.0 | 0.00 Modify | 0.061732 | 0.061732 | 0.061732 | 0.0 | 0.13 Other | | 0.005384 | | | 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: 222352 ave 222352 max 222352 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222352 Ave neighs/atom = 111.176 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.3628562555, Press = 1.93480247657099 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.027 -10447.027 -10521.362 -10521.362 287.68603 287.68603 28030.902 28030.902 259.95886 259.95886 35000 -10443.95 -10443.95 -10520.393 -10520.393 295.84339 295.84339 28055.984 28055.984 -747.12432 -747.12432 Loop time of 46.5769 on 1 procs for 1000 steps with 2000 atoms Performance: 1.855 ns/day, 12.938 hours/ns, 21.470 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 | 46.495 | 46.495 | 46.495 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014809 | 0.014809 | 0.014809 | 0.0 | 0.03 Output | 3.2921e-05 | 3.2921e-05 | 3.2921e-05 | 0.0 | 0.00 Modify | 0.061753 | 0.061753 | 0.061753 | 0.0 | 0.13 Other | | 0.005399 | | | 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: 222198 ave 222198 max 222198 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222198 Ave neighs/atom = 111.099 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.386786175472, Press = 0.441435679101293 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.95 -10443.95 -10520.393 -10520.393 295.84339 295.84339 28055.984 28055.984 -747.12432 -747.12432 36000 -10447.729 -10447.729 -10521.809 -10521.809 286.69717 286.69717 28033.198 28033.198 170.40422 170.40422 Loop time of 46.5749 on 1 procs for 1000 steps with 2000 atoms Performance: 1.855 ns/day, 12.937 hours/ns, 21.471 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 | 46.493 | 46.493 | 46.493 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014884 | 0.014884 | 0.014884 | 0.0 | 0.03 Output | 2.2823e-05 | 2.2823e-05 | 2.2823e-05 | 0.0 | 0.00 Modify | 0.061693 | 0.061693 | 0.061693 | 0.0 | 0.13 Other | | 0.005364 | | | 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: 222044 ave 222044 max 222044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222044 Ave neighs/atom = 111.022 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.36457164991, Press = 0.285422160173228 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.729 -10447.729 -10521.809 -10521.809 286.69717 286.69717 28033.198 28033.198 170.40422 170.40422 37000 -10442.968 -10442.968 -10519.971 -10519.971 298.00889 298.00889 28050.083 28050.083 -409.39667 -409.39667 Loop time of 46.4984 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.916 hours/ns, 21.506 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 | 46.416 | 46.416 | 46.416 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014836 | 0.014836 | 0.014836 | 0.0 | 0.03 Output | 3.3323e-05 | 3.3323e-05 | 3.3323e-05 | 0.0 | 0.00 Modify | 0.061697 | 0.061697 | 0.061697 | 0.0 | 0.13 Other | | 0.005385 | | | 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: 222284 ave 222284 max 222284 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222284 Ave neighs/atom = 111.142 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.329054357457, Press = 0.683654172086679 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.968 -10442.968 -10519.971 -10519.971 298.00889 298.00889 28050.083 28050.083 -409.39667 -409.39667 38000 -10447.094 -10447.094 -10521.637 -10521.637 288.48663 288.48663 28042.448 28042.448 -362.41139 -362.41139 Loop time of 46.5529 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.931 hours/ns, 21.481 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 | 46.471 | 46.471 | 46.471 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014825 | 0.014825 | 0.014825 | 0.0 | 0.03 Output | 3.184e-05 | 3.184e-05 | 3.184e-05 | 0.0 | 0.00 Modify | 0.061698 | 0.061698 | 0.061698 | 0.0 | 0.13 Other | | 0.005382 | | | 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: 222164 ave 222164 max 222164 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222164 Ave neighs/atom = 111.082 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.298320935744, Press = -0.158535621809239 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10447.094 -10447.094 -10521.637 -10521.637 288.48663 288.48663 28042.448 28042.448 -362.41139 -362.41139 39000 -10441.264 -10441.264 -10519.163 -10519.163 301.47798 301.47798 28003.678 28003.678 2158.7191 2158.7191 Loop time of 46.5231 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.923 hours/ns, 21.495 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 | 46.441 | 46.441 | 46.441 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014779 | 0.014779 | 0.014779 | 0.0 | 0.03 Output | 3.2802e-05 | 3.2802e-05 | 3.2802e-05 | 0.0 | 0.00 Modify | 0.061667 | 0.061667 | 0.061667 | 0.0 | 0.13 Other | | 0.005398 | | | 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: 222250 ave 222250 max 222250 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222250 Ave neighs/atom = 111.125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.371027911235, Press = 0.51025231040141 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10441.264 -10441.264 -10519.163 -10519.163 301.47798 301.47798 28003.678 28003.678 2158.7191 2158.7191 40000 -10446.026 -10446.026 -10521.442 -10521.442 291.86734 291.86734 28071.499 28071.499 -1815.6844 -1815.6844 Loop time of 46.5162 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.921 hours/ns, 21.498 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 | 46.434 | 46.434 | 46.434 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014827 | 0.014827 | 0.014827 | 0.0 | 0.03 Output | 3.1119e-05 | 3.1119e-05 | 3.1119e-05 | 0.0 | 0.00 Modify | 0.061679 | 0.061679 | 0.061679 | 0.0 | 0.13 Other | | 0.005396 | | | 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: 222120 ave 222120 max 222120 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222120 Ave neighs/atom = 111.06 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.47314478568, Press = 2.78265112900691 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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.026 -10446.026 -10521.442 -10521.442 291.86734 291.86734 28071.499 28071.499 -1815.6844 -1815.6844 41000 -10440.518 -10440.518 -10518.04 -10518.04 300.01943 300.01943 28069.658 28069.658 -1336.6375 -1336.6375 Loop time of 46.4338 on 1 procs for 1000 steps with 2000 atoms Performance: 1.861 ns/day, 12.898 hours/ns, 21.536 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 | 46.352 | 46.352 | 46.352 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014823 | 0.014823 | 0.014823 | 0.0 | 0.03 Output | 2.2983e-05 | 2.2983e-05 | 2.2983e-05 | 0.0 | 0.00 Modify | 0.061642 | 0.061642 | 0.061642 | 0.0 | 0.13 Other | | 0.005365 | | | 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: 222122 ave 222122 max 222122 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222122 Ave neighs/atom = 111.061 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.497858123295, Press = -1.04804986723031 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10440.518 -10440.518 -10518.04 -10518.04 300.01943 300.01943 28069.658 28069.658 -1336.6375 -1336.6375 42000 -10445.746 -10445.746 -10521.521 -10521.521 293.25573 293.25573 28010.04 28010.04 1488.9365 1488.9365 Loop time of 46.4608 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.906 hours/ns, 21.524 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 | 46.379 | 46.379 | 46.379 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01491 | 0.01491 | 0.01491 | 0.0 | 0.03 Output | 3.2501e-05 | 3.2501e-05 | 3.2501e-05 | 0.0 | 0.00 Modify | 0.061669 | 0.061669 | 0.061669 | 0.0 | 0.13 Other | | 0.005385 | | | 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: 221924 ave 221924 max 221924 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221924 Ave neighs/atom = 110.962 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.573903944402, Press = 0.623240243787818 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.746 -10445.746 -10521.521 -10521.521 293.25573 293.25573 28010.04 28010.04 1488.9365 1488.9365 43000 -10447.14 -10447.14 -10522.168 -10522.168 290.36764 290.36764 28047.448 28047.448 -552.7566 -552.7566 Loop time of 46.3902 on 1 procs for 1000 steps with 2000 atoms Performance: 1.862 ns/day, 12.886 hours/ns, 21.556 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 | 46.308 | 46.308 | 46.308 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014878 | 0.014878 | 0.014878 | 0.0 | 0.03 Output | 3.2652e-05 | 3.2652e-05 | 3.2652e-05 | 0.0 | 0.00 Modify | 0.061675 | 0.061675 | 0.061675 | 0.0 | 0.13 Other | | 0.005389 | | | 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: 222266 ave 222266 max 222266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222266 Ave neighs/atom = 111.133 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.571402349202, Press = 1.13076850227661 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10447.14 -10447.14 -10522.168 -10522.168 290.36764 290.36764 28047.448 28047.448 -552.7566 -552.7566 44000 -10444.882 -10444.882 -10518.74 -10518.74 285.83671 285.83671 28049.9 28049.9 -420.86257 -420.86257 Loop time of 46.3809 on 1 procs for 1000 steps with 2000 atoms Performance: 1.863 ns/day, 12.884 hours/ns, 21.561 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 | 46.299 | 46.299 | 46.299 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014836 | 0.014836 | 0.014836 | 0.0 | 0.03 Output | 3.3212e-05 | 3.3212e-05 | 3.3212e-05 | 0.0 | 0.00 Modify | 0.061723 | 0.061723 | 0.061723 | 0.0 | 0.13 Other | | 0.005377 | | | 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: 222248 ave 222248 max 222248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222248 Ave neighs/atom = 111.124 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.576720044408, Press = -0.293588368116263 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10444.882 -10444.882 -10518.74 -10518.74 285.83671 285.83671 28049.9 28049.9 -420.86257 -420.86257 45000 -10443.357 -10443.357 -10519.388 -10519.388 294.24611 294.24611 27999.513 27999.513 2461.8778 2461.8778 Loop time of 46.4473 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.902 hours/ns, 21.530 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 | 46.365 | 46.365 | 46.365 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014894 | 0.014894 | 0.014894 | 0.0 | 0.03 Output | 2.3043e-05 | 2.3043e-05 | 2.3043e-05 | 0.0 | 0.00 Modify | 0.061672 | 0.061672 | 0.061672 | 0.0 | 0.13 Other | | 0.005375 | | | 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: 222044 ave 222044 max 222044 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222044 Ave neighs/atom = 111.022 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.530398320934, Press = 0.459324209846178 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.357 -10443.357 -10519.388 -10519.388 294.24611 294.24611 27999.513 27999.513 2461.8778 2461.8778 46000 -10446.262 -10446.262 -10519.604 -10519.604 283.84168 283.84168 28073.094 28073.094 -1808.8955 -1808.8955 Loop time of 46.4473 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.902 hours/ns, 21.530 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 | 46.365 | 46.365 | 46.365 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014851 | 0.014851 | 0.014851 | 0.0 | 0.03 Output | 3.3423e-05 | 3.3423e-05 | 3.3423e-05 | 0.0 | 0.00 Modify | 0.061716 | 0.061716 | 0.061716 | 0.0 | 0.13 Other | | 0.005401 | | | 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: 222266 ave 222266 max 222266 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222266 Ave neighs/atom = 111.133 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.531469837227, Press = 2.25534232079278 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10446.262 -10446.262 -10519.604 -10519.604 283.84168 283.84168 28073.094 28073.094 -1808.8955 -1808.8955 47000 -10441.322 -10441.322 -10519.718 -10519.718 303.4009 303.4009 28075.032 28075.032 -1809.0635 -1809.0635 Loop time of 46.4631 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.906 hours/ns, 21.522 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 | 46.381 | 46.381 | 46.381 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01488 | 0.01488 | 0.01488 | 0.0 | 0.03 Output | 3.4746e-05 | 3.4746e-05 | 3.4746e-05 | 0.0 | 0.00 Modify | 0.061671 | 0.061671 | 0.061671 | 0.0 | 0.13 Other | | 0.005385 | | | 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: 222074 ave 222074 max 222074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222074 Ave neighs/atom = 111.037 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.588773229365, Press = -0.746349974113982 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10441.322 -10441.322 -10519.718 -10519.718 303.4009 303.4009 28075.032 28075.032 -1809.0635 -1809.0635 48000 -10446.371 -10446.371 -10520.566 -10520.566 287.14019 287.14019 28013.071 28013.071 1378.2831 1378.2831 Loop time of 46.3886 on 1 procs for 1000 steps with 2000 atoms Performance: 1.863 ns/day, 12.886 hours/ns, 21.557 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 | 46.307 | 46.307 | 46.307 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014932 | 0.014932 | 0.014932 | 0.0 | 0.03 Output | 3.2401e-05 | 3.2401e-05 | 3.2401e-05 | 0.0 | 0.00 Modify | 0.061643 | 0.061643 | 0.061643 | 0.0 | 0.13 Other | | 0.005398 | | | 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: 222032 ave 222032 max 222032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222032 Ave neighs/atom = 111.016 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.642366282988, Press = 0.462301480382319 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10446.371 -10446.371 -10520.566 -10520.566 287.14019 287.14019 28013.071 28013.071 1378.2831 1378.2831 49000 -10442.778 -10442.778 -10520.57 -10520.57 301.06481 301.06481 28058.417 28058.417 -848.34074 -848.34074 Loop time of 46.4459 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.902 hours/ns, 21.530 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 | 46.364 | 46.364 | 46.364 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014809 | 0.014809 | 0.014809 | 0.0 | 0.03 Output | 2.9355e-05 | 2.9355e-05 | 2.9355e-05 | 0.0 | 0.00 Modify | 0.061639 | 0.061639 | 0.061639 | 0.0 | 0.13 Other | | 0.005382 | | | 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: 222260 ave 222260 max 222260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222260 Ave neighs/atom = 111.13 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.67854410871, Press = 0.991245362978521 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10442.778 -10442.778 -10520.57 -10520.57 301.06481 301.06481 28058.417 28058.417 -848.34074 -848.34074 50000 -10447.65 -10447.65 -10521.443 -10521.443 285.58767 285.58767 28042.747 28042.747 -253.60578 -253.60578 Loop time of 46.495 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.915 hours/ns, 21.508 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 | 46.413 | 46.413 | 46.413 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014799 | 0.014799 | 0.014799 | 0.0 | 0.03 Output | 2.2823e-05 | 2.2823e-05 | 2.2823e-05 | 0.0 | 0.00 Modify | 0.061676 | 0.061676 | 0.061676 | 0.0 | 0.13 Other | | 0.005385 | | | 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: 222294 ave 222294 max 222294 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222294 Ave neighs/atom = 111.147 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.678326110259, Press = -0.405044495176172 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10447.65 -10447.65 -10521.443 -10521.443 285.58767 285.58767 28042.747 28042.747 -253.60578 -253.60578 51000 -10442.569 -10442.569 -10520.021 -10520.021 299.74712 299.74712 28013.994 28013.994 1699.8772 1699.8772 Loop time of 46.3768 on 1 procs for 1000 steps with 2000 atoms Performance: 1.863 ns/day, 12.882 hours/ns, 21.562 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 | 46.295 | 46.295 | 46.295 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014867 | 0.014867 | 0.014867 | 0.0 | 0.03 Output | 3.206e-05 | 3.206e-05 | 3.206e-05 | 0.0 | 0.00 Modify | 0.061666 | 0.061666 | 0.061666 | 0.0 | 0.13 Other | | 0.005386 | | | 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: 222182 ave 222182 max 222182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222182 Ave neighs/atom = 111.091 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.668143083753, Press = 0.597178641572657 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10442.569 -10442.569 -10520.021 -10520.021 299.74712 299.74712 28013.994 28013.994 1699.8772 1699.8772 52000 -10445.747 -10445.747 -10519.895 -10519.895 286.9615 286.9615 28066.056 28066.056 -1289.7855 -1289.7855 Loop time of 46.4587 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.905 hours/ns, 21.525 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 | 46.377 | 46.377 | 46.377 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014812 | 0.014812 | 0.014812 | 0.0 | 0.03 Output | 5.7999e-05 | 5.7999e-05 | 5.7999e-05 | 0.0 | 0.00 Modify | 0.061644 | 0.061644 | 0.061644 | 0.0 | 0.13 Other | | 0.005383 | | | 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: 222322 ave 222322 max 222322 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222322 Ave neighs/atom = 111.161 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.709466394952, Press = 1.64497721323293 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.747 -10445.747 -10519.895 -10519.895 286.9615 286.9615 28066.056 28066.056 -1289.7855 -1289.7855 53000 -10441.738 -10441.738 -10518.076 -10518.076 295.43752 295.43752 28081.188 28081.188 -1917.4927 -1917.4927 Loop time of 46.48 on 1 procs for 1000 steps with 2000 atoms Performance: 1.859 ns/day, 12.911 hours/ns, 21.515 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 | 46.398 | 46.398 | 46.398 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014812 | 0.014812 | 0.014812 | 0.0 | 0.03 Output | 3.168e-05 | 3.168e-05 | 3.168e-05 | 0.0 | 0.00 Modify | 0.061671 | 0.061671 | 0.061671 | 0.0 | 0.13 Other | | 0.005386 | | | 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: 222242 ave 222242 max 222242 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222242 Ave neighs/atom = 111.121 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.752188782813, Press = -0.816417447329472 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10441.738 -10441.738 -10518.076 -10518.076 295.43752 295.43752 28081.188 28081.188 -1917.4927 -1917.4927 54000 -10445.898 -10445.898 -10522.421 -10522.421 296.15471 296.15471 27996.167 27996.167 2271.6669 2271.6669 Loop time of 46.444 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.901 hours/ns, 21.531 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 | 46.362 | 46.362 | 46.362 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014828 | 0.014828 | 0.014828 | 0.0 | 0.03 Output | 2.2903e-05 | 2.2903e-05 | 2.2903e-05 | 0.0 | 0.00 Modify | 0.061707 | 0.061707 | 0.061707 | 0.0 | 0.13 Other | | 0.005384 | | | 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: 221990 ave 221990 max 221990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221990 Ave neighs/atom = 110.995 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.765430932675, Press = 0.125083792530483 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.898 -10445.898 -10522.421 -10522.421 296.15471 296.15471 27996.167 27996.167 2271.6669 2271.6669 55000 -10443.1 -10443.1 -10520.464 -10520.464 299.40494 299.40494 28046.682 28046.682 -321.35687 -321.35687 Loop time of 46.4822 on 1 procs for 1000 steps with 2000 atoms Performance: 1.859 ns/day, 12.912 hours/ns, 21.514 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 | 46.4 | 46.4 | 46.4 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014862 | 0.014862 | 0.014862 | 0.0 | 0.03 Output | 3.4504e-05 | 3.4504e-05 | 3.4504e-05 | 0.0 | 0.00 Modify | 0.061679 | 0.061679 | 0.061679 | 0.0 | 0.13 Other | | 0.005391 | | | 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: 222444 ave 222444 max 222444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222444 Ave neighs/atom = 111.222 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.756238629541, Press = 1.42261831189631 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.1 -10443.1 -10520.464 -10520.464 299.40494 299.40494 28046.682 28046.682 -321.35687 -321.35687 56000 -10444.075 -10444.075 -10518.188 -10518.188 286.82804 286.82804 28063.777 28063.777 -1149.1277 -1149.1277 Loop time of 46.5529 on 1 procs for 1000 steps with 2000 atoms Performance: 1.856 ns/day, 12.931 hours/ns, 21.481 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 | 46.471 | 46.471 | 46.471 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014905 | 0.014905 | 0.014905 | 0.0 | 0.03 Output | 3.3403e-05 | 3.3403e-05 | 3.3403e-05 | 0.0 | 0.00 Modify | 0.061709 | 0.061709 | 0.061709 | 0.0 | 0.13 Other | | 0.005397 | | | 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: 222178 ave 222178 max 222178 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222178 Ave neighs/atom = 111.089 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.75675425722, Press = -0.21136880529092 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10444.075 -10444.075 -10518.188 -10518.188 286.82804 286.82804 28063.777 28063.777 -1149.1277 -1149.1277 57000 -10447.529 -10447.529 -10520.222 -10520.222 281.33074 281.33074 28010.776 28010.776 1506.374 1506.374 Loop time of 46.4476 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.902 hours/ns, 21.530 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 | 46.366 | 46.366 | 46.366 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014879 | 0.014879 | 0.014879 | 0.0 | 0.03 Output | 3.2712e-05 | 3.2712e-05 | 3.2712e-05 | 0.0 | 0.00 Modify | 0.061748 | 0.061748 | 0.061748 | 0.0 | 0.13 Other | | 0.005401 | | | 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: 222098 ave 222098 max 222098 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222098 Ave neighs/atom = 111.049 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.772181717167, Press = 0.0757392259306066 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10447.529 -10447.529 -10520.222 -10520.222 281.33074 281.33074 28010.776 28010.776 1506.374 1506.374 58000 -10443.739 -10443.739 -10518.425 -10518.425 289.0407 289.0407 28039.966 28039.966 235.25705 235.25705 Loop time of 46.4475 on 1 procs for 1000 steps with 2000 atoms Performance: 1.860 ns/day, 12.902 hours/ns, 21.530 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 | 46.365 | 46.365 | 46.365 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014922 | 0.014922 | 0.014922 | 0.0 | 0.03 Output | 4.2069e-05 | 4.2069e-05 | 4.2069e-05 | 0.0 | 0.00 Modify | 0.061737 | 0.061737 | 0.061737 | 0.0 | 0.13 Other | | 0.005403 | | | 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: 222250 ave 222250 max 222250 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222250 Ave neighs/atom = 111.125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.764577937614, Press = 1.15416748824841 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.739 -10443.739 -10518.425 -10518.425 289.0407 289.0407 28039.966 28039.966 235.25705 235.25705 59000 -10445.356 -10445.356 -10518.157 -10518.157 281.74746 281.74746 28094.966 28094.966 -2974.8661 -2974.8661 Loop time of 46.3918 on 1 procs for 1000 steps with 2000 atoms Performance: 1.862 ns/day, 12.887 hours/ns, 21.556 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 | 46.31 | 46.31 | 46.31 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014837 | 0.014837 | 0.014837 | 0.0 | 0.03 Output | 3.2712e-05 | 3.2712e-05 | 3.2712e-05 | 0.0 | 0.00 Modify | 0.061673 | 0.061673 | 0.061673 | 0.0 | 0.13 Other | | 0.005481 | | | 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: 222050 ave 222050 max 222050 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222050 Ave neighs/atom = 111.025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.775983100323, Press = -0.394174262220601 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.356 -10445.356 -10518.157 -10518.157 281.74746 281.74746 28094.966 28094.966 -2974.8661 -2974.8661 60000 -10441.511 -10441.511 -10519.133 -10519.133 300.40369 300.40369 27994.451 27994.451 2554.3215 2554.3215 Loop time of 46.3671 on 1 procs for 1000 steps with 2000 atoms Performance: 1.863 ns/day, 12.880 hours/ns, 21.567 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 | 46.285 | 46.285 | 46.285 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014857 | 0.014857 | 0.014857 | 0.0 | 0.03 Output | 3.169e-05 | 3.169e-05 | 3.169e-05 | 0.0 | 0.00 Modify | 0.061735 | 0.061735 | 0.061735 | 0.0 | 0.13 Other | | 0.005438 | | | 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: 221970 ave 221970 max 221970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221970 Ave neighs/atom = 110.985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.828012662167, Press = -0.38015106645225 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10441.511 -10441.511 -10519.133 -10519.133 300.40369 300.40369 27994.451 27994.451 2554.3215 2554.3215 61000 -10446.851 -10446.851 -10521.178 -10521.178 287.65012 287.65012 28037.099 28037.099 27.640649 27.640649 Loop time of 46.4669 on 1 procs for 1000 steps with 2000 atoms Performance: 1.859 ns/day, 12.907 hours/ns, 21.521 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 | 46.385 | 46.385 | 46.385 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014866 | 0.014866 | 0.014866 | 0.0 | 0.03 Output | 3.1749e-05 | 3.1749e-05 | 3.1749e-05 | 0.0 | 0.00 Modify | 0.061699 | 0.061699 | 0.061699 | 0.0 | 0.13 Other | | 0.00539 | | | 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: 222292 ave 222292 max 222292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222292 Ave neighs/atom = 111.146 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.84287272829, Press = 1.002787991322 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10446.851 -10446.851 -10521.178 -10521.178 287.65012 287.65012 28037.099 28037.099 27.640649 27.640649 62000 -10443.537 -10443.537 -10519.714 -10519.714 294.8118 294.8118 28051.898 28051.898 -490.27804 -490.27804 Loop time of 46.4391 on 1 procs for 1000 steps with 2000 atoms Performance: 1.861 ns/day, 12.900 hours/ns, 21.534 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 | 46.357 | 46.357 | 46.357 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014928 | 0.014928 | 0.014928 | 0.0 | 0.03 Output | 2.8985e-05 | 2.8985e-05 | 2.8985e-05 | 0.0 | 0.00 Modify | 0.061681 | 0.061681 | 0.061681 | 0.0 | 0.13 Other | | 0.005411 | | | 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: 222248 ave 222248 max 222248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222248 Ave neighs/atom = 111.124 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.855490013243, Press = 0.115254796551228 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.537 -10443.537 -10519.714 -10519.714 294.8118 294.8118 28051.898 28051.898 -490.27804 -490.27804 63000 -10445.924 -10445.924 -10520.301 -10520.301 287.84692 287.84692 28027.889 28027.889 575.15465 575.15465 Loop time of 46.521 on 1 procs for 1000 steps with 2000 atoms Performance: 1.857 ns/day, 12.923 hours/ns, 21.496 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 | 46.439 | 46.439 | 46.439 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014864 | 0.014864 | 0.014864 | 0.0 | 0.03 Output | 2.2533e-05 | 2.2533e-05 | 2.2533e-05 | 0.0 | 0.00 Modify | 0.061664 | 0.061664 | 0.061664 | 0.0 | 0.13 Other | | 0.005406 | | | 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: 222032 ave 222032 max 222032 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222032 Ave neighs/atom = 111.016 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.860921218787, Press = 0.184424837595148 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10445.924 -10445.924 -10520.301 -10520.301 287.84692 287.84692 28027.889 28027.889 575.15465 575.15465 64000 -10444.519 -10444.519 -10520.286 -10520.286 293.22761 293.22761 28043.253 28043.253 -181.5224 -181.5224 Loop time of 46.4962 on 1 procs for 1000 steps with 2000 atoms Performance: 1.858 ns/day, 12.916 hours/ns, 21.507 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 | 46.414 | 46.414 | 46.414 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014831 | 0.014831 | 0.014831 | 0.0 | 0.03 Output | 4.78e-05 | 4.78e-05 | 4.78e-05 | 0.0 | 0.00 Modify | 0.061747 | 0.061747 | 0.061747 | 0.0 | 0.13 Other | | 0.005417 | | | 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: 222166 ave 222166 max 222166 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222166 Ave neighs/atom = 111.083 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.862943383742, Press = 0.879684046525604 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10444.519 -10444.519 -10520.286 -10520.286 293.22761 293.22761 28043.253 28043.253 -181.5224 -181.5224 65000 -10443.025 -10443.025 -10518.689 -10518.689 292.82677 292.82677 28073.589 28073.589 -1614.3407 -1614.3407 Loop time of 46.4177 on 1 procs for 1000 steps with 2000 atoms Performance: 1.861 ns/day, 12.894 hours/ns, 21.544 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 | 46.335 | 46.335 | 46.335 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014907 | 0.014907 | 0.014907 | 0.0 | 0.03 Output | 4.7139e-05 | 4.7139e-05 | 4.7139e-05 | 0.0 | 0.00 Modify | 0.061925 | 0.061925 | 0.061925 | 0.0 | 0.13 Other | | 0.005551 | | | 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: 222112 ave 222112 max 222112 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222112 Ave neighs/atom = 111.056 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.888311383954, Press = -0.38682241674966 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 -10443.025 -10443.025 -10518.689 -10518.689 292.82677 292.82677 28073.589 28073.589 -1614.3407 -1614.3407 66000 -10443.423 -10443.423 -10516.504 -10516.504 282.83073 282.83073 27995.01 27995.01 2771.6803 2771.6803 Loop time of 46.4095 on 1 procs for 1000 steps with 2000 atoms Performance: 1.862 ns/day, 12.892 hours/ns, 21.547 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 | 46.327 | 46.327 | 46.327 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014888 | 0.014888 | 0.014888 | 0.0 | 0.03 Output | 4.7389e-05 | 4.7389e-05 | 4.7389e-05 | 0.0 | 0.00 Modify | 0.061923 | 0.061923 | 0.061923 | 0.0 | 0.13 Other | | 0.005561 | | | 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: 222028 ave 222028 max 222028 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222028 Ave neighs/atom = 111.014 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.898081500013, Press = 0.0781541828169875 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 66000 -10443.423 -10443.423 -10516.504 -10516.504 282.83073 282.83073 27995.01 27995.01 2771.6803 2771.6803 67000 -10445.52 -10445.52 -10520.036 -10520.036 288.38517 288.38517 28041.212 28041.212 13.58805 13.58805 Loop time of 46.4222 on 1 procs for 1000 steps with 2000 atoms Performance: 1.861 ns/day, 12.895 hours/ns, 21.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 | 46.34 | 46.34 | 46.34 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014895 | 0.014895 | 0.014895 | 0.0 | 0.03 Output | 3.9134e-05 | 3.9134e-05 | 3.9134e-05 | 0.0 | 0.00 Modify | 0.061887 | 0.061887 | 0.061887 | 0.0 | 0.13 Other | | 0.005567 | | | 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: 222060 ave 222060 max 222060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222060 Ave neighs/atom = 111.03 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.949805290298, Press = 1.14759083330893 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 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 67000 -10445.52 -10445.52 -10520.036 -10520.036 288.38517 288.38517 28041.212 28041.212 13.58805 13.58805 68000 -10441.952 -10441.952 -10518.96 -10518.96 298.02872 298.02872 28067.919 28067.919 -1359.3262 -1359.3262 Loop time of 46.4117 on 1 procs for 1000 steps with 2000 atoms Performance: 1.862 ns/day, 12.892 hours/ns, 21.546 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 | 46.329 | 46.329 | 46.329 | 0.0 | 99.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014839 | 0.014839 | 0.014839 | 0.0 | 0.03 Output | 4.9994e-05 | 4.9994e-05 | 4.9994e-05 | 0.0 | 0.00 Modify | 0.06194 | 0.06194 | 0.06194 | 0.0 | 0.13 Other | | 0.00558 | | | 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: 222224 ave 222224 max 222224 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222224 Ave neighs/atom = 111.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" 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 28040.9670730345 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0