# 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 4.044650763273239*${_u_distance} variable latticeconst_converted equal 4.044650763273239*1 lattice fcc ${latticeconst_converted} lattice fcc 4.04465076327324 Lattice spacing in x,y,z = 4.0446508 4.0446508 4.0446508 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (40.446508 40.446508 40.446508) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (40.446508 40.446508 40.446508) create_atoms CPU = 0.001 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Al #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_JeongParkDo_2018_PdAl__MO_616482358807_002 pair_coeff * * Al #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66167.2499448559 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2499448559/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2499448559/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66167.2499448559/(1*1*${_u_distance}) variable V0_metal equal 66167.2499448559/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66167.2499448559*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66167.2499448559 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_616482358807_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13288.467 -13288.467 -13440 -13440 293.15 293.15 66167.25 66167.25 2446.1515 2446.1515 1000 -13120.358 -13120.358 -13281.421 -13281.421 311.58758 311.58758 67342.825 67342.825 460.24889 460.24889 Loop time of 56.4614 on 1 procs for 1000 steps with 4000 atoms Performance: 1.530 ns/day, 15.684 hours/ns, 17.711 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 | 56.311 | 56.311 | 56.311 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021906 | 0.021906 | 0.021906 | 0.0 | 0.04 Output | 0.0001379 | 0.0001379 | 0.0001379 | 0.0 | 0.00 Modify | 0.11799 | 0.11799 | 0.11799 | 0.0 | 0.21 Other | | 0.01062 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13120.358 -13120.358 -13281.421 -13281.421 311.58758 311.58758 67342.825 67342.825 460.24889 460.24889 2000 -13137.099 -13137.099 -13284.832 -13284.832 285.79968 285.79968 67337.849 67337.849 55.575816 55.575816 Loop time of 62.9412 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.484 hours/ns, 15.888 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 | 62.792 | 62.792 | 62.792 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021781 | 0.021781 | 0.021781 | 0.0 | 0.03 Output | 5.1727e-05 | 5.1727e-05 | 5.1727e-05 | 0.0 | 0.00 Modify | 0.11724 | 0.11724 | 0.11724 | 0.0 | 0.19 Other | | 0.01028 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282292 ave 282292 max 282292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282292 Ave neighs/atom = 70.573 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13137.099 -13137.099 -13284.832 -13284.832 285.79968 285.79968 67337.849 67337.849 55.575816 55.575816 3000 -13126.302 -13126.302 -13273.049 -13273.049 283.89204 283.89204 67374.641 67374.641 377.59978 377.59978 Loop time of 63.0679 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.519 hours/ns, 15.856 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 | 62.919 | 62.919 | 62.919 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02176 | 0.02176 | 0.02176 | 0.0 | 0.03 Output | 5.317e-05 | 5.317e-05 | 5.317e-05 | 0.0 | 0.00 Modify | 0.1173 | 0.1173 | 0.1173 | 0.0 | 0.19 Other | | 0.0103 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282664 ave 282664 max 282664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282664 Ave neighs/atom = 70.666 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13126.302 -13126.302 -13273.049 -13273.049 283.89204 283.89204 67374.641 67374.641 377.59978 377.59978 4000 -13134.176 -13134.176 -13282.226 -13282.226 286.4127 286.4127 67346.851 67346.851 57.550229 57.550229 Loop time of 62.7118 on 1 procs for 1000 steps with 4000 atoms Performance: 1.378 ns/day, 17.420 hours/ns, 15.946 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 | 62.563 | 62.563 | 62.563 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021639 | 0.021639 | 0.021639 | 0.0 | 0.03 Output | 4.9954e-05 | 4.9954e-05 | 4.9954e-05 | 0.0 | 0.00 Modify | 0.11701 | 0.11701 | 0.11701 | 0.0 | 0.19 Other | | 0.01027 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281420 ave 281420 max 281420 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281420 Ave neighs/atom = 70.355 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13134.176 -13134.176 -13282.226 -13282.226 286.4127 286.4127 67346.851 67346.851 57.550229 57.550229 5000 -13130.352 -13130.352 -13279.931 -13279.931 289.37116 289.37116 67366.533 67366.533 80.270629 80.270629 Loop time of 63.0352 on 1 procs for 1000 steps with 4000 atoms Performance: 1.371 ns/day, 17.510 hours/ns, 15.864 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 | 62.885 | 62.885 | 62.885 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021723 | 0.021723 | 0.021723 | 0.0 | 0.03 Output | 5.5755e-05 | 5.5755e-05 | 5.5755e-05 | 0.0 | 0.00 Modify | 0.11766 | 0.11766 | 0.11766 | 0.0 | 0.19 Other | | 0.01028 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282340 ave 282340 max 282340 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282340 Ave neighs/atom = 70.585 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 295.113469595809, Press = -251.259183226589 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13130.352 -13130.352 -13279.931 -13279.931 289.37116 289.37116 67366.533 67366.533 80.270629 80.270629 6000 -13129.899 -13129.899 -13279.701 -13279.701 289.80189 289.80189 67427.319 67427.319 -576.26393 -576.26393 Loop time of 62.8891 on 1 procs for 1000 steps with 4000 atoms Performance: 1.374 ns/day, 17.469 hours/ns, 15.901 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 | 62.736 | 62.736 | 62.736 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021775 | 0.021775 | 0.021775 | 0.0 | 0.03 Output | 3.9634e-05 | 3.9634e-05 | 3.9634e-05 | 0.0 | 0.00 Modify | 0.12092 | 0.12092 | 0.12092 | 0.0 | 0.19 Other | | 0.01029 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282124 ave 282124 max 282124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282124 Ave neighs/atom = 70.531 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.648676694165, Press = -30.5405621217436 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13129.899 -13129.899 -13279.701 -13279.701 289.80189 289.80189 67427.319 67427.319 -576.26393 -576.26393 7000 -13132.505 -13132.505 -13284.442 -13284.442 293.93294 293.93294 67483.951 67483.951 -1587.5619 -1587.5619 Loop time of 62.9465 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.485 hours/ns, 15.887 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 | 62.794 | 62.794 | 62.794 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0217 | 0.0217 | 0.0217 | 0.0 | 0.03 Output | 3.7651e-05 | 3.7651e-05 | 3.7651e-05 | 0.0 | 0.00 Modify | 0.12091 | 0.12091 | 0.12091 | 0.0 | 0.19 Other | | 0.01029 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281838 ave 281838 max 281838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281838 Ave neighs/atom = 70.4595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.16581851598, Press = -4.16237662521135 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13132.505 -13132.505 -13284.442 -13284.442 293.93294 293.93294 67483.951 67483.951 -1587.5619 -1587.5619 8000 -13129.222 -13129.222 -13284.649 -13284.649 300.6839 300.6839 67430.538 67430.538 -900.11101 -900.11101 Loop time of 62.7936 on 1 procs for 1000 steps with 4000 atoms Performance: 1.376 ns/day, 17.443 hours/ns, 15.925 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 | 62.641 | 62.641 | 62.641 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021636 | 0.021636 | 0.021636 | 0.0 | 0.03 Output | 3.8924e-05 | 3.8924e-05 | 3.8924e-05 | 0.0 | 0.00 Modify | 0.12084 | 0.12084 | 0.12084 | 0.0 | 0.19 Other | | 0.01029 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281374 ave 281374 max 281374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281374 Ave neighs/atom = 70.3435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.969967752312, Press = 5.88814504934923 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13129.222 -13129.222 -13284.649 -13284.649 300.6839 300.6839 67430.538 67430.538 -900.11101 -900.11101 9000 -13130.205 -13130.205 -13280.096 -13280.096 289.97518 289.97518 67344.611 67344.611 304.62038 304.62038 Loop time of 63.116 on 1 procs for 1000 steps with 4000 atoms Performance: 1.369 ns/day, 17.532 hours/ns, 15.844 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 | 62.963 | 62.963 | 62.963 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021728 | 0.021728 | 0.021728 | 0.0 | 0.03 Output | 4.5125e-05 | 4.5125e-05 | 4.5125e-05 | 0.0 | 0.00 Modify | 0.12105 | 0.12105 | 0.12105 | 0.0 | 0.19 Other | | 0.01031 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281800 ave 281800 max 281800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281800 Ave neighs/atom = 70.45 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.171866895761, Press = 2.57196454226811 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13130.205 -13130.205 -13280.096 -13280.096 289.97518 289.97518 67344.611 67344.611 304.62038 304.62038 10000 -13131.255 -13131.255 -13281.936 -13281.936 291.50231 291.50231 67334.324 67334.324 299.22145 299.22145 Loop time of 62.9063 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.474 hours/ns, 15.897 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 | 62.753 | 62.753 | 62.753 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021741 | 0.021741 | 0.021741 | 0.0 | 0.03 Output | 3.6959e-05 | 3.6959e-05 | 3.6959e-05 | 0.0 | 0.00 Modify | 0.12087 | 0.12087 | 0.12087 | 0.0 | 0.19 Other | | 0.01029 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282684 ave 282684 max 282684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282684 Ave neighs/atom = 70.671 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.490505131016, Press = -2.45059087311464 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13131.255 -13131.255 -13281.936 -13281.936 291.50231 291.50231 67334.324 67334.324 299.22145 299.22145 11000 -13128.427 -13128.427 -13280.954 -13280.954 295.073 295.073 67367.676 67367.676 40.215433 40.215433 Loop time of 62.9279 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.480 hours/ns, 15.891 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 | 62.775 | 62.775 | 62.775 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021788 | 0.021788 | 0.021788 | 0.0 | 0.03 Output | 3.7651e-05 | 3.7651e-05 | 3.7651e-05 | 0.0 | 0.00 Modify | 0.12074 | 0.12074 | 0.12074 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282588 ave 282588 max 282588 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282588 Ave neighs/atom = 70.647 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.481201716565, Press = -3.59386517983697 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13128.427 -13128.427 -13280.954 -13280.954 295.073 295.073 67367.676 67367.676 40.215433 40.215433 12000 -13133.067 -13133.067 -13281.942 -13281.942 288.00989 288.00989 67381.803 67381.803 -212.65157 -212.65157 Loop time of 63.2726 on 1 procs for 1000 steps with 4000 atoms Performance: 1.366 ns/day, 17.576 hours/ns, 15.805 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 | 63.119 | 63.119 | 63.119 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021798 | 0.021798 | 0.021798 | 0.0 | 0.03 Output | 3.8061e-05 | 3.8061e-05 | 3.8061e-05 | 0.0 | 0.00 Modify | 0.12149 | 0.12149 | 0.12149 | 0.0 | 0.19 Other | | 0.0103 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282088 ave 282088 max 282088 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282088 Ave neighs/atom = 70.522 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.514208327595, Press = -3.81599246628644 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13133.067 -13133.067 -13281.942 -13281.942 288.00989 288.00989 67381.803 67381.803 -212.65157 -212.65157 13000 -13124.324 -13124.324 -13279.6 -13279.6 300.39127 300.39127 67470.293 67470.293 -937.93394 -937.93394 Loop time of 63.0168 on 1 procs for 1000 steps with 4000 atoms Performance: 1.371 ns/day, 17.505 hours/ns, 15.869 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.864 | 62.864 | 62.864 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021627 | 0.021627 | 0.021627 | 0.0 | 0.03 Output | 4.5806e-05 | 4.5806e-05 | 4.5806e-05 | 0.0 | 0.00 Modify | 0.1209 | 0.1209 | 0.1209 | 0.0 | 0.19 Other | | 0.01027 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282148 ave 282148 max 282148 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282148 Ave neighs/atom = 70.537 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.675418704274, Press = -2.62377766849278 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13124.324 -13124.324 -13279.6 -13279.6 300.39127 300.39127 67470.293 67470.293 -937.93394 -937.93394 14000 -13134.343 -13134.343 -13284.079 -13284.079 289.67326 289.67326 67417.812 67417.812 -826.98452 -826.98452 Loop time of 63.37 on 1 procs for 1000 steps with 4000 atoms Performance: 1.363 ns/day, 17.603 hours/ns, 15.780 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.216 | 63.216 | 63.216 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021979 | 0.021979 | 0.021979 | 0.0 | 0.03 Output | 3.739e-05 | 3.739e-05 | 3.739e-05 | 0.0 | 0.00 Modify | 0.12194 | 0.12194 | 0.12194 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281380 ave 281380 max 281380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281380 Ave neighs/atom = 70.345 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.682331012165, Press = 1.22315270663735 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13134.343 -13134.343 -13284.079 -13284.079 289.67326 289.67326 67417.812 67417.812 -826.98452 -826.98452 15000 -13132.151 -13132.151 -13282.727 -13282.727 291.29986 291.29986 67366.283 67366.283 -119.53489 -119.53489 Loop time of 62.8862 on 1 procs for 1000 steps with 4000 atoms Performance: 1.374 ns/day, 17.468 hours/ns, 15.902 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.734 | 62.734 | 62.734 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021636 | 0.021636 | 0.021636 | 0.0 | 0.03 Output | 3.726e-05 | 3.726e-05 | 3.726e-05 | 0.0 | 0.00 Modify | 0.12074 | 0.12074 | 0.12074 | 0.0 | 0.19 Other | | 0.01027 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281910 ave 281910 max 281910 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281910 Ave neighs/atom = 70.4775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.485985919675, Press = 2.73271462839924 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13132.151 -13132.151 -13282.727 -13282.727 291.29986 291.29986 67366.283 67366.283 -119.53489 -119.53489 16000 -13131.699 -13131.699 -13284.792 -13284.792 296.1698 296.1698 67313.719 67313.719 367.1629 367.1629 Loop time of 62.9309 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.481 hours/ns, 15.890 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 | 62.778 | 62.778 | 62.778 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021657 | 0.021657 | 0.021657 | 0.0 | 0.03 Output | 3.8523e-05 | 3.8523e-05 | 3.8523e-05 | 0.0 | 0.00 Modify | 0.12075 | 0.12075 | 0.12075 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282392 ave 282392 max 282392 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282392 Ave neighs/atom = 70.598 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.372372413869, Press = 0.18367054674154 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13131.699 -13131.699 -13284.792 -13284.792 296.1698 296.1698 67313.719 67313.719 367.1629 367.1629 17000 -13128.13 -13128.13 -13282.28 -13282.28 298.21366 298.21366 67345.568 67345.568 216.78799 216.78799 Loop time of 62.9691 on 1 procs for 1000 steps with 4000 atoms Performance: 1.372 ns/day, 17.491 hours/ns, 15.881 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 | 62.816 | 62.816 | 62.816 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021698 | 0.021698 | 0.021698 | 0.0 | 0.03 Output | 3.8062e-05 | 3.8062e-05 | 3.8062e-05 | 0.0 | 0.00 Modify | 0.12078 | 0.12078 | 0.12078 | 0.0 | 0.19 Other | | 0.01028 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282942 ave 282942 max 282942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282942 Ave neighs/atom = 70.7355 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.376428326485, Press = -1.19796027876495 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13128.13 -13128.13 -13282.28 -13282.28 298.21366 298.21366 67345.568 67345.568 216.78799 216.78799 18000 -13131.18 -13131.18 -13278.327 -13278.327 284.66585 284.66585 67325.486 67325.486 598.67045 598.67045 Loop time of 62.8557 on 1 procs for 1000 steps with 4000 atoms Performance: 1.375 ns/day, 17.460 hours/ns, 15.909 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.703 | 62.703 | 62.703 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021678 | 0.021678 | 0.021678 | 0.0 | 0.03 Output | 3.7481e-05 | 3.7481e-05 | 3.7481e-05 | 0.0 | 0.00 Modify | 0.12067 | 0.12067 | 0.12067 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282680 ave 282680 max 282680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282680 Ave neighs/atom = 70.67 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.233781293916, Press = -1.11788406594092 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13131.18 -13131.18 -13278.327 -13278.327 284.66585 284.66585 67325.486 67325.486 598.67045 598.67045 19000 -13132.646 -13132.646 -13282.721 -13282.721 290.33104 290.33104 67316.014 67316.014 427.5871 427.5871 Loop time of 63.043 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.512 hours/ns, 15.862 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 | 62.89 | 62.89 | 62.89 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021803 | 0.021803 | 0.021803 | 0.0 | 0.03 Output | 3.8492e-05 | 3.8492e-05 | 3.8492e-05 | 0.0 | 0.00 Modify | 0.12081 | 0.12081 | 0.12081 | 0.0 | 0.19 Other | | 0.01028 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282288 ave 282288 max 282288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282288 Ave neighs/atom = 70.572 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.251815465469, Press = -1.87407335941831 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13132.646 -13132.646 -13282.721 -13282.721 290.33104 290.33104 67316.014 67316.014 427.5871 427.5871 20000 -13129.3 -13129.3 -13281.636 -13281.636 294.70256 294.70256 67369.805 67369.805 -136.73667 -136.73667 Loop time of 62.9368 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.482 hours/ns, 15.889 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.784 | 62.784 | 62.784 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021767 | 0.021767 | 0.021767 | 0.0 | 0.03 Output | 3.8793e-05 | 3.8793e-05 | 3.8793e-05 | 0.0 | 0.00 Modify | 0.12089 | 0.12089 | 0.12089 | 0.0 | 0.19 Other | | 0.01027 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282508 ave 282508 max 282508 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282508 Ave neighs/atom = 70.627 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.194352205356, Press = -4.31610906826328 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13129.3 -13129.3 -13281.636 -13281.636 294.70256 294.70256 67369.805 67369.805 -136.73667 -136.73667 21000 -13136.61 -13136.61 -13286.43 -13286.43 289.83768 289.83768 67421.548 67421.548 -1037.4146 -1037.4146 Loop time of 62.8219 on 1 procs for 1000 steps with 4000 atoms Performance: 1.375 ns/day, 17.451 hours/ns, 15.918 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 | 62.669 | 62.669 | 62.669 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02184 | 0.02184 | 0.02184 | 0.0 | 0.03 Output | 3.8673e-05 | 3.8673e-05 | 3.8673e-05 | 0.0 | 0.00 Modify | 0.12069 | 0.12069 | 0.12069 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281782 ave 281782 max 281782 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281782 Ave neighs/atom = 70.4455 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.090627435629, Press = -2.59746297896808 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13136.61 -13136.61 -13286.43 -13286.43 289.83768 289.83768 67421.548 67421.548 -1037.4146 -1037.4146 22000 -13128.367 -13128.367 -13279.725 -13279.725 292.81095 292.81095 67446.246 67446.246 -803.11979 -803.11979 Loop time of 62.9692 on 1 procs for 1000 steps with 4000 atoms Performance: 1.372 ns/day, 17.491 hours/ns, 15.881 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 | 62.816 | 62.816 | 62.816 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021846 | 0.021846 | 0.021846 | 0.0 | 0.03 Output | 3.9865e-05 | 3.9865e-05 | 3.9865e-05 | 0.0 | 0.00 Modify | 0.12078 | 0.12078 | 0.12078 | 0.0 | 0.19 Other | | 0.01027 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282270 ave 282270 max 282270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282270 Ave neighs/atom = 70.5675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.016413008705, Press = -0.615112881543189 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13128.367 -13128.367 -13279.725 -13279.725 292.81095 292.81095 67446.246 67446.246 -803.11979 -803.11979 23000 -13130.701 -13130.701 -13284.268 -13284.268 297.08584 297.08584 67393.623 67393.623 -467.13362 -467.13362 Loop time of 63.0498 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.514 hours/ns, 15.860 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 | 62.897 | 62.897 | 62.897 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021735 | 0.021735 | 0.021735 | 0.0 | 0.03 Output | 4.0266e-05 | 4.0266e-05 | 4.0266e-05 | 0.0 | 0.00 Modify | 0.12085 | 0.12085 | 0.12085 | 0.0 | 0.19 Other | | 0.01029 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281514 ave 281514 max 281514 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281514 Ave neighs/atom = 70.3785 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.958797655895, Press = 0.365932375756417 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13130.701 -13130.701 -13284.268 -13284.268 297.08584 297.08584 67393.623 67393.623 -467.13362 -467.13362 24000 -13129.594 -13129.594 -13280.435 -13280.435 291.81277 291.81277 67352.369 67352.369 163.6588 163.6588 Loop time of 62.9641 on 1 procs for 1000 steps with 4000 atoms Performance: 1.372 ns/day, 17.490 hours/ns, 15.882 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 | 62.811 | 62.811 | 62.811 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021644 | 0.021644 | 0.021644 | 0.0 | 0.03 Output | 3.8412e-05 | 3.8412e-05 | 3.8412e-05 | 0.0 | 0.00 Modify | 0.12072 | 0.12072 | 0.12072 | 0.0 | 0.19 Other | | 0.01023 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282332 ave 282332 max 282332 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282332 Ave neighs/atom = 70.583 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.956934594972, Press = 0.570987893493081 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13129.594 -13129.594 -13280.435 -13280.435 291.81277 291.81277 67352.369 67352.369 163.6588 163.6588 25000 -13133.552 -13133.552 -13286.577 -13286.577 296.03563 296.03563 67269.968 67269.968 751.15276 751.15276 Loop time of 63.0487 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.514 hours/ns, 15.861 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 | 62.896 | 62.896 | 62.896 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021797 | 0.021797 | 0.021797 | 0.0 | 0.03 Output | 5.6095e-05 | 5.6095e-05 | 5.6095e-05 | 0.0 | 0.00 Modify | 0.12089 | 0.12089 | 0.12089 | 0.0 | 0.19 Other | | 0.01028 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282456 ave 282456 max 282456 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282456 Ave neighs/atom = 70.614 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.05084251793, Press = 0.616682196286681 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13133.552 -13133.552 -13286.577 -13286.577 296.03563 296.03563 67269.968 67269.968 751.15276 751.15276 26000 -13129.573 -13129.573 -13282.191 -13282.191 295.24879 295.24879 67196.202 67196.202 1863.0319 1863.0319 Loop time of 63.0606 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.517 hours/ns, 15.858 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 | 62.908 | 62.908 | 62.908 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021756 | 0.021756 | 0.021756 | 0.0 | 0.03 Output | 3.8793e-05 | 3.8793e-05 | 3.8793e-05 | 0.0 | 0.00 Modify | 0.12082 | 0.12082 | 0.12082 | 0.0 | 0.19 Other | | 0.01028 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 283530 ave 283530 max 283530 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 283530 Ave neighs/atom = 70.8825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.033373969515, Press = -0.719488165483886 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13129.573 -13129.573 -13282.191 -13282.191 295.24879 295.24879 67196.202 67196.202 1863.0319 1863.0319 27000 -13135.128 -13135.128 -13283.518 -13283.518 287.07025 287.07025 67287.891 67287.891 608.12456 608.12456 Loop time of 63.0875 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.524 hours/ns, 15.851 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 | 62.935 | 62.935 | 62.935 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021745 | 0.021745 | 0.021745 | 0.0 | 0.03 Output | 3.8522e-05 | 3.8522e-05 | 3.8522e-05 | 0.0 | 0.00 Modify | 0.1207 | 0.1207 | 0.1207 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 283948 ave 283948 max 283948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 283948 Ave neighs/atom = 70.987 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.954914978035, Press = -1.69852766284853 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13135.128 -13135.128 -13283.518 -13283.518 287.07025 287.07025 67287.891 67287.891 608.12456 608.12456 28000 -13127.655 -13127.655 -13281.989 -13281.989 298.57051 298.57051 67383.077 67383.077 -233.45682 -233.45682 Loop time of 62.8607 on 1 procs for 1000 steps with 4000 atoms Performance: 1.374 ns/day, 17.461 hours/ns, 15.908 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 | 62.708 | 62.708 | 62.708 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021737 | 0.021737 | 0.021737 | 0.0 | 0.03 Output | 4.285e-05 | 4.285e-05 | 4.285e-05 | 0.0 | 0.00 Modify | 0.12067 | 0.12067 | 0.12067 | 0.0 | 0.19 Other | | 0.01025 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 283038 ave 283038 max 283038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 283038 Ave neighs/atom = 70.7595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.919291976814, Press = -1.14608218138864 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13127.655 -13127.655 -13281.989 -13281.989 298.57051 298.57051 67383.077 67383.077 -233.45682 -233.45682 29000 -13130.785 -13130.785 -13281.32 -13281.32 291.22024 291.22024 67401.197 67401.197 -446.32061 -446.32061 Loop time of 63.2708 on 1 procs for 1000 steps with 4000 atoms Performance: 1.366 ns/day, 17.575 hours/ns, 15.805 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 | 63.117 | 63.117 | 63.117 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0218 | 0.0218 | 0.0218 | 0.0 | 0.03 Output | 3.4314e-05 | 3.4314e-05 | 3.4314e-05 | 0.0 | 0.00 Modify | 0.12127 | 0.12127 | 0.12127 | 0.0 | 0.19 Other | | 0.0103 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282270 ave 282270 max 282270 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282270 Ave neighs/atom = 70.5675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.924193520467, Press = -1.04557475610523 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13130.785 -13130.785 -13281.32 -13281.32 291.22024 291.22024 67401.197 67401.197 -446.32061 -446.32061 30000 -13130.41 -13130.41 -13281.013 -13281.013 291.35283 291.35283 67445.557 67445.557 -929.25933 -929.25933 Loop time of 62.9055 on 1 procs for 1000 steps with 4000 atoms Performance: 1.373 ns/day, 17.474 hours/ns, 15.897 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 | 62.753 | 62.753 | 62.753 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021725 | 0.021725 | 0.021725 | 0.0 | 0.03 Output | 3.6458e-05 | 3.6458e-05 | 3.6458e-05 | 0.0 | 0.00 Modify | 0.12088 | 0.12088 | 0.12088 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281828 ave 281828 max 281828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281828 Ave neighs/atom = 70.457 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.915645048002, Press = -0.288836807641584 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13130.41 -13130.41 -13281.013 -13281.013 291.35283 291.35283 67445.557 67445.557 -929.25933 -929.25933 31000 -13131.446 -13131.446 -13280.557 -13280.557 288.46536 288.46536 67511.67 67511.67 -1673.6268 -1673.6268 Loop time of 63.0871 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.524 hours/ns, 15.851 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 | 62.933 | 62.933 | 62.933 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02183 | 0.02183 | 0.02183 | 0.0 | 0.03 Output | 3.6789e-05 | 3.6789e-05 | 3.6789e-05 | 0.0 | 0.00 Modify | 0.12155 | 0.12155 | 0.12155 | 0.0 | 0.19 Other | | 0.01032 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281626 ave 281626 max 281626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281626 Ave neighs/atom = 70.4065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.941581469056, Press = 1.327707175952 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13131.446 -13131.446 -13280.557 -13280.557 288.46536 288.46536 67511.67 67511.67 -1673.6268 -1673.6268 32000 -13133.185 -13133.185 -13283.314 -13283.314 290.43584 290.43584 67353.665 67353.665 -36.9462 -36.9462 Loop time of 62.8864 on 1 procs for 1000 steps with 4000 atoms Performance: 1.374 ns/day, 17.468 hours/ns, 15.902 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.734 | 62.734 | 62.734 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021774 | 0.021774 | 0.021774 | 0.0 | 0.03 Output | 3.721e-05 | 3.721e-05 | 3.721e-05 | 0.0 | 0.00 Modify | 0.12071 | 0.12071 | 0.12071 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 280844 ave 280844 max 280844 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 280844 Ave neighs/atom = 70.211 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.932698538662, Press = 1.07269007321979 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13133.185 -13133.185 -13283.314 -13283.314 290.43584 290.43584 67353.665 67353.665 -36.9462 -36.9462 33000 -13126.951 -13126.951 -13281.361 -13281.361 298.71615 298.71615 67344.464 67344.464 295.28564 295.28564 Loop time of 63.0151 on 1 procs for 1000 steps with 4000 atoms Performance: 1.371 ns/day, 17.504 hours/ns, 15.869 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.862 | 62.862 | 62.862 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021737 | 0.021737 | 0.021737 | 0.0 | 0.03 Output | 3.9214e-05 | 3.9214e-05 | 3.9214e-05 | 0.0 | 0.00 Modify | 0.12089 | 0.12089 | 0.12089 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282358 ave 282358 max 282358 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282358 Ave neighs/atom = 70.5895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.93211658787, Press = 0.44954190111861 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13126.951 -13126.951 -13281.361 -13281.361 298.71615 298.71615 67344.464 67344.464 295.28564 295.28564 34000 -13131.762 -13131.762 -13283.816 -13283.816 294.15947 294.15947 67304.179 67304.179 483.28535 483.28535 Loop time of 63.5904 on 1 procs for 1000 steps with 4000 atoms Performance: 1.359 ns/day, 17.664 hours/ns, 15.726 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 | 63.436 | 63.436 | 63.436 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021885 | 0.021885 | 0.021885 | 0.0 | 0.03 Output | 3.8062e-05 | 3.8062e-05 | 3.8062e-05 | 0.0 | 0.00 Modify | 0.12173 | 0.12173 | 0.12173 | 0.0 | 0.19 Other | | 0.01033 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282500 ave 282500 max 282500 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282500 Ave neighs/atom = 70.625 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.925697499388, Press = -0.113264453783891 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13131.762 -13131.762 -13283.816 -13283.816 294.15947 294.15947 67304.179 67304.179 483.28535 483.28535 35000 -13129.231 -13129.231 -13279.761 -13279.761 291.21231 291.21231 67308.343 67308.343 700.61762 700.61762 Loop time of 63.5574 on 1 procs for 1000 steps with 4000 atoms Performance: 1.359 ns/day, 17.655 hours/ns, 15.734 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 | 63.403 | 63.403 | 63.403 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022082 | 0.022082 | 0.022082 | 0.0 | 0.03 Output | 3.9865e-05 | 3.9865e-05 | 3.9865e-05 | 0.0 | 0.00 Modify | 0.12212 | 0.12212 | 0.12212 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282762 ave 282762 max 282762 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282762 Ave neighs/atom = 70.6905 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.924805978392, Press = -0.678383985306639 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13129.231 -13129.231 -13279.761 -13279.761 291.21231 291.21231 67308.343 67308.343 700.61762 700.61762 36000 -13132.501 -13132.501 -13285.303 -13285.303 295.6054 295.6054 67313.409 67313.409 311.61534 311.61534 Loop time of 63.4846 on 1 procs for 1000 steps with 4000 atoms Performance: 1.361 ns/day, 17.635 hours/ns, 15.752 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.33 | 63.33 | 63.33 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022005 | 0.022005 | 0.022005 | 0.0 | 0.03 Output | 4.0206e-05 | 4.0206e-05 | 4.0206e-05 | 0.0 | 0.00 Modify | 0.1218 | 0.1218 | 0.1218 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282662 ave 282662 max 282662 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282662 Ave neighs/atom = 70.6655 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.956431369291, Press = -1.42873178527996 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13132.501 -13132.501 -13285.303 -13285.303 295.6054 295.6054 67313.409 67313.409 311.61534 311.61534 37000 -13125.502 -13125.502 -13278.728 -13278.728 296.42617 296.42617 67429.878 67429.878 -518.08969 -518.08969 Loop time of 63.7448 on 1 procs for 1000 steps with 4000 atoms Performance: 1.355 ns/day, 17.707 hours/ns, 15.688 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 | 63.59 | 63.59 | 63.59 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021958 | 0.021958 | 0.021958 | 0.0 | 0.03 Output | 3.8693e-05 | 3.8693e-05 | 3.8693e-05 | 0.0 | 0.00 Modify | 0.12221 | 0.12221 | 0.12221 | 0.0 | 0.19 Other | | 0.01036 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282962 ave 282962 max 282962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282962 Ave neighs/atom = 70.7405 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.004220145258, Press = -1.59585759737793 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13125.502 -13125.502 -13278.728 -13278.728 296.42617 296.42617 67429.878 67429.878 -518.08969 -518.08969 38000 -13132.519 -13132.519 -13283.324 -13283.324 291.74139 291.74139 67403.218 67403.218 -600.05043 -600.05043 Loop time of 63.7557 on 1 procs for 1000 steps with 4000 atoms Performance: 1.355 ns/day, 17.710 hours/ns, 15.685 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 | 63.601 | 63.601 | 63.601 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021945 | 0.021945 | 0.021945 | 0.0 | 0.03 Output | 6.406e-05 | 6.406e-05 | 6.406e-05 | 0.0 | 0.00 Modify | 0.1225 | 0.1225 | 0.1225 | 0.0 | 0.19 Other | | 0.01035 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281374 ave 281374 max 281374 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281374 Ave neighs/atom = 70.3435 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.035272445879, Press = -0.571037386569842 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13132.519 -13132.519 -13283.324 -13283.324 291.74139 291.74139 67403.218 67403.218 -600.05043 -600.05043 39000 -13126.446 -13126.446 -13277.562 -13277.562 292.34387 292.34387 67400.04 67400.04 -125.53151 -125.53151 Loop time of 63.4513 on 1 procs for 1000 steps with 4000 atoms Performance: 1.362 ns/day, 17.625 hours/ns, 15.760 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 | 63.297 | 63.297 | 63.297 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021952 | 0.021952 | 0.021952 | 0.0 | 0.03 Output | 4.0396e-05 | 4.0396e-05 | 4.0396e-05 | 0.0 | 0.00 Modify | 0.12198 | 0.12198 | 0.12198 | 0.0 | 0.19 Other | | 0.01033 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282046 ave 282046 max 282046 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282046 Ave neighs/atom = 70.5115 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.070406380934, Press = -0.309183346225676 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13126.446 -13126.446 -13277.562 -13277.562 292.34387 292.34387 67400.04 67400.04 -125.53151 -125.53151 40000 -13129.816 -13129.816 -13282.934 -13282.934 296.21677 296.21677 67370.969 67370.969 -109.99407 -109.99407 Loop time of 63.1114 on 1 procs for 1000 steps with 4000 atoms Performance: 1.369 ns/day, 17.531 hours/ns, 15.845 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 | 62.958 | 62.958 | 62.958 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021821 | 0.021821 | 0.021821 | 0.0 | 0.03 Output | 3.9645e-05 | 3.9645e-05 | 3.9645e-05 | 0.0 | 0.00 Modify | 0.12142 | 0.12142 | 0.12142 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281558 ave 281558 max 281558 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281558 Ave neighs/atom = 70.3895 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.04524204612, Press = 0.244756764445314 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13129.816 -13129.816 -13282.934 -13282.934 296.21677 296.21677 67370.969 67370.969 -109.99407 -109.99407 41000 -13135.847 -13135.847 -13286.665 -13286.665 291.76881 291.76881 67309.692 67309.692 226.44118 226.44118 Loop time of 63.6965 on 1 procs for 1000 steps with 4000 atoms Performance: 1.356 ns/day, 17.693 hours/ns, 15.699 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 | 63.542 | 63.542 | 63.542 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.022015 | 0.022015 | 0.022015 | 0.0 | 0.03 Output | 3.9785e-05 | 3.9785e-05 | 3.9785e-05 | 0.0 | 0.00 Modify | 0.12217 | 0.12217 | 0.12217 | 0.0 | 0.19 Other | | 0.01036 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282450 ave 282450 max 282450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282450 Ave neighs/atom = 70.6125 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.025347002183, Press = 0.297540392316527 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13135.847 -13135.847 -13286.665 -13286.665 291.76881 291.76881 67309.692 67309.692 226.44118 226.44118 42000 -13129.826 -13129.826 -13283.124 -13283.124 296.56541 296.56541 67258.912 67258.912 1073.0191 1073.0191 Loop time of 63.6016 on 1 procs for 1000 steps with 4000 atoms Performance: 1.358 ns/day, 17.667 hours/ns, 15.723 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 | 63.447 | 63.447 | 63.447 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021981 | 0.021981 | 0.021981 | 0.0 | 0.03 Output | 4.0155e-05 | 4.0155e-05 | 4.0155e-05 | 0.0 | 0.00 Modify | 0.12258 | 0.12258 | 0.12258 | 0.0 | 0.19 Other | | 0.01037 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282726 ave 282726 max 282726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282726 Ave neighs/atom = 70.6815 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.012710920173, Press = 0.22133724649144 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13129.826 -13129.826 -13283.124 -13283.124 296.56541 296.56541 67258.912 67258.912 1073.0191 1073.0191 43000 -13138.174 -13138.174 -13285.657 -13285.657 285.31524 285.31524 67226.499 67226.499 1190.6025 1190.6025 Loop time of 63.5736 on 1 procs for 1000 steps with 4000 atoms Performance: 1.359 ns/day, 17.659 hours/ns, 15.730 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 | 63.419 | 63.419 | 63.419 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021798 | 0.021798 | 0.021798 | 0.0 | 0.03 Output | 4.0176e-05 | 4.0176e-05 | 4.0176e-05 | 0.0 | 0.00 Modify | 0.12219 | 0.12219 | 0.12219 | 0.0 | 0.19 Other | | 0.01039 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 283346 ave 283346 max 283346 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 283346 Ave neighs/atom = 70.8365 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.97739183811, Press = -0.780621114719207 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13138.174 -13138.174 -13285.657 -13285.657 285.31524 285.31524 67226.499 67226.499 1190.6025 1190.6025 44000 -13130.174 -13130.174 -13283.117 -13283.117 295.87855 295.87855 67355.158 67355.158 -6.9020674 -6.9020674 Loop time of 63.3993 on 1 procs for 1000 steps with 4000 atoms Performance: 1.363 ns/day, 17.611 hours/ns, 15.773 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.245 | 63.245 | 63.245 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02186 | 0.02186 | 0.02186 | 0.0 | 0.03 Output | 3.9754e-05 | 3.9754e-05 | 3.9754e-05 | 0.0 | 0.00 Modify | 0.12186 | 0.12186 | 0.12186 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 283474 ave 283474 max 283474 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 283474 Ave neighs/atom = 70.8685 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.934025187193, Press = -0.639411749807102 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13130.174 -13130.174 -13283.117 -13283.117 295.87855 295.87855 67355.158 67355.158 -6.9020674 -6.9020674 45000 -13135.903 -13135.903 -13285.541 -13285.541 289.48463 289.48463 67344.573 67344.573 -116.54352 -116.54352 Loop time of 63.5248 on 1 procs for 1000 steps with 4000 atoms Performance: 1.360 ns/day, 17.646 hours/ns, 15.742 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.37 | 63.37 | 63.37 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021941 | 0.021941 | 0.021941 | 0.0 | 0.03 Output | 3.9825e-05 | 3.9825e-05 | 3.9825e-05 | 0.0 | 0.00 Modify | 0.12202 | 0.12202 | 0.12202 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282386 ave 282386 max 282386 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282386 Ave neighs/atom = 70.5965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.916419004833, Press = -0.405315303240614 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13135.903 -13135.903 -13285.541 -13285.541 289.48463 289.48463 67344.573 67344.573 -116.54352 -116.54352 46000 -13132.977 -13132.977 -13283.692 -13283.692 291.56918 291.56918 67371.432 67371.432 -278.81594 -278.81594 Loop time of 63.5022 on 1 procs for 1000 steps with 4000 atoms Performance: 1.361 ns/day, 17.640 hours/ns, 15.747 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.348 | 63.348 | 63.348 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021864 | 0.021864 | 0.021864 | 0.0 | 0.03 Output | 3.8663e-05 | 3.8663e-05 | 3.8663e-05 | 0.0 | 0.00 Modify | 0.1219 | 0.1219 | 0.1219 | 0.0 | 0.19 Other | | 0.01036 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282432 ave 282432 max 282432 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282432 Ave neighs/atom = 70.608 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.901973774788, Press = -0.227401861376063 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -13132.977 -13132.977 -13283.692 -13283.692 291.56918 291.56918 67371.432 67371.432 -278.81594 -278.81594 47000 -13130.53 -13130.53 -13280.424 -13280.424 289.98021 289.98021 67425.233 67425.233 -641.58584 -641.58584 Loop time of 63.5592 on 1 procs for 1000 steps with 4000 atoms Performance: 1.359 ns/day, 17.655 hours/ns, 15.733 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.405 | 63.405 | 63.405 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021946 | 0.021946 | 0.021946 | 0.0 | 0.03 Output | 3.6358e-05 | 3.6358e-05 | 3.6358e-05 | 0.0 | 0.00 Modify | 0.12201 | 0.12201 | 0.12201 | 0.0 | 0.19 Other | | 0.01042 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282330 ave 282330 max 282330 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282330 Ave neighs/atom = 70.5825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.940687524458, Press = -0.143535812867192 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -13130.53 -13130.53 -13280.424 -13280.424 289.98021 289.98021 67425.233 67425.233 -641.58584 -641.58584 48000 -13127.564 -13127.564 -13280.493 -13280.493 295.85198 295.85198 67443.222 67443.222 -829.58175 -829.58175 Loop time of 63.1108 on 1 procs for 1000 steps with 4000 atoms Performance: 1.369 ns/day, 17.531 hours/ns, 15.845 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.957 | 62.957 | 62.957 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02181 | 0.02181 | 0.02181 | 0.0 | 0.03 Output | 3.8042e-05 | 3.8042e-05 | 3.8042e-05 | 0.0 | 0.00 Modify | 0.12145 | 0.12145 | 0.12145 | 0.0 | 0.19 Other | | 0.01032 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281448 ave 281448 max 281448 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281448 Ave neighs/atom = 70.362 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.972084974892, Press = 0.359006728784176 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -13127.564 -13127.564 -13280.493 -13280.493 295.85198 295.85198 67443.222 67443.222 -829.58175 -829.58175 49000 -13131.02 -13131.02 -13280.856 -13280.856 289.86882 289.86882 67345.693 67345.693 197.41675 197.41675 Loop time of 63.2992 on 1 procs for 1000 steps with 4000 atoms Performance: 1.365 ns/day, 17.583 hours/ns, 15.798 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.146 | 63.146 | 63.146 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021945 | 0.021945 | 0.021945 | 0.0 | 0.03 Output | 3.8002e-05 | 3.8002e-05 | 3.8002e-05 | 0.0 | 0.00 Modify | 0.12136 | 0.12136 | 0.12136 | 0.0 | 0.19 Other | | 0.01031 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281480 ave 281480 max 281480 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281480 Ave neighs/atom = 70.37 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.011400803473, Press = 0.767888460415261 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -13131.02 -13131.02 -13280.856 -13280.856 289.86882 289.86882 67345.693 67345.693 197.41675 197.41675 50000 -13128.407 -13128.407 -13280.178 -13280.178 293.61228 293.61228 67281.721 67281.721 967.23362 967.23362 Loop time of 63.5545 on 1 procs for 1000 steps with 4000 atoms Performance: 1.359 ns/day, 17.654 hours/ns, 15.735 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.4 | 63.4 | 63.4 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021916 | 0.021916 | 0.021916 | 0.0 | 0.03 Output | 3.721e-05 | 3.721e-05 | 3.721e-05 | 0.0 | 0.00 Modify | 0.12186 | 0.12186 | 0.12186 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282292 ave 282292 max 282292 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282292 Ave neighs/atom = 70.573 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.01676297187, Press = 0.36123406043208 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -13128.407 -13128.407 -13280.178 -13280.178 293.61228 293.61228 67281.721 67281.721 967.23362 967.23362 51000 -13129.721 -13129.721 -13279.99 -13279.99 290.70608 290.70608 67294.53 67294.53 838.11148 838.11148 Loop time of 63.7022 on 1 procs for 1000 steps with 4000 atoms Performance: 1.356 ns/day, 17.695 hours/ns, 15.698 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.548 | 63.548 | 63.548 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021887 | 0.021887 | 0.021887 | 0.0 | 0.03 Output | 3.8572e-05 | 3.8572e-05 | 3.8572e-05 | 0.0 | 0.00 Modify | 0.12205 | 0.12205 | 0.12205 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282618 ave 282618 max 282618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282618 Ave neighs/atom = 70.6545 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.072816540954, Press = -0.29317442787254 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -13129.721 -13129.721 -13279.99 -13279.99 290.70608 290.70608 67294.53 67294.53 838.11148 838.11148 52000 -13133.765 -13133.765 -13283.15 -13283.15 288.99508 288.99508 67346.845 67346.845 7.4713277 7.4713277 Loop time of 63.4152 on 1 procs for 1000 steps with 4000 atoms Performance: 1.362 ns/day, 17.615 hours/ns, 15.769 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.261 | 63.261 | 63.261 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021871 | 0.021871 | 0.021871 | 0.0 | 0.03 Output | 3.8793e-05 | 3.8793e-05 | 3.8793e-05 | 0.0 | 0.00 Modify | 0.12187 | 0.12187 | 0.12187 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282700 ave 282700 max 282700 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282700 Ave neighs/atom = 70.675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.078131593202, Press = -0.389921927896569 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -13133.765 -13133.765 -13283.15 -13283.15 288.99508 288.99508 67346.845 67346.845 7.4713277 7.4713277 53000 -13128.704 -13128.704 -13280.386 -13280.386 293.43934 293.43934 67403.838 67403.838 -447.54845 -447.54845 Loop time of 63.5739 on 1 procs for 1000 steps with 4000 atoms Performance: 1.359 ns/day, 17.659 hours/ns, 15.730 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.42 | 63.42 | 63.42 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021953 | 0.021953 | 0.021953 | 0.0 | 0.03 Output | 3.9224e-05 | 3.9224e-05 | 3.9224e-05 | 0.0 | 0.00 Modify | 0.12205 | 0.12205 | 0.12205 | 0.0 | 0.19 Other | | 0.01034 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282344 ave 282344 max 282344 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282344 Ave neighs/atom = 70.586 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.076980596827, Press = -0.241395730316112 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -13128.704 -13128.704 -13280.386 -13280.386 293.43934 293.43934 67403.838 67403.838 -447.54845 -447.54845 54000 -13135.348 -13135.348 -13281.287 -13281.287 282.32941 282.32941 67369.773 67369.773 -171.25568 -171.25568 Loop time of 63.0828 on 1 procs for 1000 steps with 4000 atoms Performance: 1.370 ns/day, 17.523 hours/ns, 15.852 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 62.93 | 62.93 | 62.93 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021484 | 0.021484 | 0.021484 | 0.0 | 0.03 Output | 3.6398e-05 | 3.6398e-05 | 3.6398e-05 | 0.0 | 0.00 Modify | 0.1212 | 0.1212 | 0.1212 | 0.0 | 0.19 Other | | 0.01024 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 281442 ave 281442 max 281442 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 281442 Ave neighs/atom = 70.3605 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.078743984126, Press = 0.378442953203937 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -13135.348 -13135.348 -13281.287 -13281.287 282.32941 282.32941 67369.773 67369.773 -171.25568 -171.25568 55000 -13128.743 -13128.743 -13281.822 -13281.822 296.14305 296.14305 67285.663 67285.663 918.58856 918.58856 Loop time of 63.3307 on 1 procs for 1000 steps with 4000 atoms Performance: 1.364 ns/day, 17.592 hours/ns, 15.790 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.177 | 63.177 | 63.177 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021554 | 0.021554 | 0.021554 | 0.0 | 0.03 Output | 3.5677e-05 | 3.5677e-05 | 3.5677e-05 | 0.0 | 0.00 Modify | 0.1219 | 0.1219 | 0.1219 | 0.0 | 0.19 Other | | 0.01026 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 282072 ave 282072 max 282072 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 282072 Ave neighs/atom = 70.518 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.041668505915, Press = 0.700843799629844 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -13128.743 -13128.743 -13281.822 -13281.822 296.14305 296.14305 67285.663 67285.663 918.58856 918.58856 56000 -13134.705 -13134.705 -13283.116 -13283.116 287.11224 287.11224 67227.097 67227.097 1398.8933 1398.8933 Loop time of 63.5403 on 1 procs for 1000 steps with 4000 atoms Performance: 1.360 ns/day, 17.650 hours/ns, 15.738 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 63.386 | 63.386 | 63.386 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.021616 | 0.021616 | 0.021616 | 0.0 | 0.03 Output | 4.263e-05 | 4.263e-05 | 4.263e-05 | 0.0 | 0.00 Modify | 0.12203 | 0.12203 | 0.12203 | 0.0 | 0.19 Other | | 0.01027 | | | 0.02 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 283052 ave 283052 max 283052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 283052 Ave neighs/atom = 70.763 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 67359.7583366955 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0