# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 2.8809778466820717*${_u_distance} variable latticeconst_converted equal 2.8809778466820717*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097784668207 Lattice spacing in x,y,z = 2.8809778 2.8809778 2.8809778 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.809778 28.809778 28.809778) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0 0 0) to (28.809778 28.809778 28.809778) create_atoms CPU = 0.006 seconds variable mass_converted equal 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cr #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_LeeShimPark_2001_FeCr__MO_150993986463_001 pair_coeff * * Cr #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23912.2122169252 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2122169252/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2122169252/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2122169252/(1*1*${_u_distance}) variable V0_metal equal 23912.2122169252/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2122169252*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2122169252 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 313.15*${_u_temperature} variable temp_converted equal 313.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 313.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 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.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 "313.15 - 0.2" variable T_up equal "313.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_150993986463_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8119.0848 -8119.0848 -8200 -8200 313.15 313.15 23912.212 23912.212 3614.3324 3614.3324 1000 -8031.4482 -8031.4482 -8116.2855 -8116.2855 328.32891 328.32891 24096.422 24096.422 294.28761 294.28761 Loop time of 101.353 on 1 procs for 1000 steps with 2000 atoms Performance: 0.852 ns/day, 28.154 hours/ns, 9.866 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 | 100.84 | 100.84 | 100.84 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099597 | 0.099597 | 0.099597 | 0.0 | 0.10 Output | 0.00021377 | 0.00021377 | 0.00021377 | 0.0 | 0.00 Modify | 0.35425 | 0.35425 | 0.35425 | 0.0 | 0.35 Other | | 0.05999 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8031.4482 -8031.4482 -8116.2855 -8116.2855 328.32891 328.32891 24096.422 24096.422 294.28761 294.28761 2000 -8033.3256 -8033.3256 -8111.5068 -8111.5068 302.56915 302.56915 24120.17 24120.17 -1646.173 -1646.173 Loop time of 104.871 on 1 procs for 1000 steps with 2000 atoms Performance: 0.824 ns/day, 29.131 hours/ns, 9.536 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 | 104.35 | 104.35 | 104.35 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099378 | 0.099378 | 0.099378 | 0.0 | 0.09 Output | 0.00024973 | 0.00024973 | 0.00024973 | 0.0 | 0.00 Modify | 0.35515 | 0.35515 | 0.35515 | 0.0 | 0.34 Other | | 0.06118 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8033.3256 -8033.3256 -8111.5068 -8111.5068 302.56915 302.56915 24120.17 24120.17 -1646.173 -1646.173 3000 -8033.4728 -8033.4728 -8111.9074 -8111.9074 303.55003 303.55003 24104.445 24104.445 -354.90808 -354.90808 Loop time of 105.641 on 1 procs for 1000 steps with 2000 atoms Performance: 0.818 ns/day, 29.345 hours/ns, 9.466 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 | 105.12 | 105.12 | 105.12 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099842 | 0.099842 | 0.099842 | 0.0 | 0.09 Output | 0.00021236 | 0.00021236 | 0.00021236 | 0.0 | 0.00 Modify | 0.35743 | 0.35743 | 0.35743 | 0.0 | 0.34 Other | | 0.06064 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127954 ave 127954 max 127954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127954 Ave neighs/atom = 63.977 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8033.4728 -8033.4728 -8111.9074 -8111.9074 303.55003 303.55003 24104.445 24104.445 -354.90808 -354.90808 4000 -8032.231 -8032.231 -8115.0644 -8115.0644 320.57394 320.57394 24071.012 24071.012 1979.3964 1979.3964 Loop time of 107.011 on 1 procs for 1000 steps with 2000 atoms Performance: 0.807 ns/day, 29.725 hours/ns, 9.345 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.48 | 106.48 | 106.48 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10017 | 0.10017 | 0.10017 | 0.0 | 0.09 Output | 0.00020528 | 0.00020528 | 0.00020528 | 0.0 | 0.00 Modify | 0.36551 | 0.36551 | 0.36551 | 0.0 | 0.34 Other | | 0.0616 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8032.231 -8032.231 -8115.0644 -8115.0644 320.57394 320.57394 24071.012 24071.012 1979.3964 1979.3964 5000 -8033.9861 -8033.9861 -8114.1873 -8114.1873 310.38709 310.38709 24080.433 24080.433 1502.5626 1502.5626 Loop time of 105.883 on 1 procs for 1000 steps with 2000 atoms Performance: 0.816 ns/day, 29.412 hours/ns, 9.444 timesteps/s 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 | 105.36 | 105.36 | 105.36 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09906 | 0.09906 | 0.09906 | 0.0 | 0.09 Output | 0.00016676 | 0.00016676 | 0.00016676 | 0.0 | 0.00 Modify | 0.36116 | 0.36116 | 0.36116 | 0.0 | 0.34 Other | | 0.06149 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127930 ave 127930 max 127930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127930 Ave neighs/atom = 63.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 310.505877234437, Press = 2108.16126467697 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8033.9861 -8033.9861 -8114.1873 -8114.1873 310.38709 310.38709 24080.433 24080.433 1502.5626 1502.5626 6000 -8031.9152 -8031.9152 -8113.6606 -8113.6606 316.36348 316.36348 24138.155 24138.155 -2982.8728 -2982.8728 Loop time of 105.555 on 1 procs for 1000 steps with 2000 atoms Performance: 0.819 ns/day, 29.321 hours/ns, 9.474 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 | 105.02 | 105.02 | 105.02 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099039 | 0.099039 | 0.099039 | 0.0 | 0.09 Output | 0.00016632 | 0.00016632 | 0.00016632 | 0.0 | 0.00 Modify | 0.38001 | 0.38001 | 0.38001 | 0.0 | 0.36 Other | | 0.06037 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.328116538341, Press = 91.2940866791823 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8031.9152 -8031.9152 -8113.6606 -8113.6606 316.36348 316.36348 24138.155 24138.155 -2982.8728 -2982.8728 7000 -8036.7364 -8036.7364 -8116.0932 -8116.0932 307.11914 307.11914 24100.523 24100.523 -562.04398 -562.04398 Loop time of 105.538 on 1 procs for 1000 steps with 2000 atoms Performance: 0.819 ns/day, 29.316 hours/ns, 9.475 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 | 105 | 105 | 105 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09875 | 0.09875 | 0.09875 | 0.0 | 0.09 Output | 0.00016812 | 0.00016812 | 0.00016812 | 0.0 | 0.00 Modify | 0.37864 | 0.37864 | 0.37864 | 0.0 | 0.36 Other | | 0.06075 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127914 ave 127914 max 127914 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127914 Ave neighs/atom = 63.957 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.819936744632, Press = 9.26497414712279 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8036.7364 -8036.7364 -8116.0932 -8116.0932 307.11914 307.11914 24100.523 24100.523 -562.04398 -562.04398 8000 -8031.483 -8031.483 -8112.8135 -8112.8135 314.75728 314.75728 24073.359 24073.359 1954.9676 1954.9676 Loop time of 106.666 on 1 procs for 1000 steps with 2000 atoms Performance: 0.810 ns/day, 29.629 hours/ns, 9.375 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.12 | 106.12 | 106.12 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09958 | 0.09958 | 0.09958 | 0.0 | 0.09 Output | 0.00016818 | 0.00016818 | 0.00016818 | 0.0 | 0.00 Modify | 0.38275 | 0.38275 | 0.38275 | 0.0 | 0.36 Other | | 0.06145 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127968 ave 127968 max 127968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127968 Ave neighs/atom = 63.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.748302946048, Press = 27.37735809229 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8031.483 -8031.483 -8112.8135 -8112.8135 314.75728 314.75728 24073.359 24073.359 1954.9676 1954.9676 9000 -8035.299 -8035.299 -8116.2316 -8116.2316 313.21782 313.21782 24095.235 24095.235 -77.447304 -77.447304 Loop time of 107.133 on 1 procs for 1000 steps with 2000 atoms Performance: 0.806 ns/day, 29.759 hours/ns, 9.334 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.59 | 106.59 | 106.59 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10051 | 0.10051 | 0.10051 | 0.0 | 0.09 Output | 0.0001652 | 0.0001652 | 0.0001652 | 0.0 | 0.00 Modify | 0.38493 | 0.38493 | 0.38493 | 0.0 | 0.36 Other | | 0.06141 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127952 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.639019668948, Press = 34.4665124945172 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8035.299 -8035.299 -8116.2316 -8116.2316 313.21782 313.21782 24095.235 24095.235 -77.447304 -77.447304 10000 -8032.9393 -8032.9393 -8114.0123 -8114.0123 313.7608 313.7608 24141.973 24141.973 -3210.9774 -3210.9774 Loop time of 107.442 on 1 procs for 1000 steps with 2000 atoms Performance: 0.804 ns/day, 29.845 hours/ns, 9.307 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.89 | 106.89 | 106.89 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10038 | 0.10038 | 0.10038 | 0.0 | 0.09 Output | 0.00016984 | 0.00016984 | 0.00016984 | 0.0 | 0.00 Modify | 0.38744 | 0.38744 | 0.38744 | 0.0 | 0.36 Other | | 0.06135 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.40749329183, Press = 13.6423712861536 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8032.9393 -8032.9393 -8114.0123 -8114.0123 313.7608 313.7608 24141.973 24141.973 -3210.9774 -3210.9774 11000 -8030.5081 -8030.5081 -8112.6296 -8112.6296 317.81853 317.81853 24099.059 24099.059 134.34875 134.34875 Loop time of 105.982 on 1 procs for 1000 steps with 2000 atoms Performance: 0.815 ns/day, 29.440 hours/ns, 9.436 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 | 105.44 | 105.44 | 105.44 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099719 | 0.099719 | 0.099719 | 0.0 | 0.09 Output | 0.00016566 | 0.00016566 | 0.00016566 | 0.0 | 0.00 Modify | 0.38003 | 0.38003 | 0.38003 | 0.0 | 0.36 Other | | 0.06109 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 311.562996600313, Press = -3.61400749776307 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8030.5081 -8030.5081 -8112.6296 -8112.6296 317.81853 317.81853 24099.059 24099.059 134.34875 134.34875 12000 -8033.0004 -8033.0004 -8111.6273 -8111.6273 304.29427 304.29427 24067.304 24067.304 2547.4102 2547.4102 Loop time of 106.382 on 1 procs for 1000 steps with 2000 atoms Performance: 0.812 ns/day, 29.550 hours/ns, 9.400 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 | 105.84 | 105.84 | 105.84 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10024 | 0.10024 | 0.10024 | 0.0 | 0.09 Output | 0.00016677 | 0.00016677 | 0.00016677 | 0.0 | 0.00 Modify | 0.38311 | 0.38311 | 0.38311 | 0.0 | 0.36 Other | | 0.06146 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127962 ave 127962 max 127962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127962 Ave neighs/atom = 63.981 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.299198516676, Press = 13.728344696469 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8033.0004 -8033.0004 -8111.6273 -8111.6273 304.29427 304.29427 24067.304 24067.304 2547.4102 2547.4102 13000 -8031.8601 -8031.8601 -8111.3962 -8111.3962 307.81277 307.81277 24100.378 24100.378 66.716748 66.716748 Loop time of 106.437 on 1 procs for 1000 steps with 2000 atoms Performance: 0.812 ns/day, 29.566 hours/ns, 9.395 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 | 105.89 | 105.89 | 105.89 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1006 | 0.1006 | 0.1006 | 0.0 | 0.09 Output | 0.00022832 | 0.00022832 | 0.00022832 | 0.0 | 0.00 Modify | 0.38547 | 0.38547 | 0.38547 | 0.0 | 0.36 Other | | 0.06078 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.50894699716, Press = 16.1453963114664 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8031.8601 -8031.8601 -8111.3962 -8111.3962 307.81277 307.81277 24100.378 24100.378 66.716748 66.716748 14000 -8033.4001 -8033.4001 -8113.4602 -8113.4602 309.84094 309.84094 24117.175 24117.175 -1409.145 -1409.145 Loop time of 106.032 on 1 procs for 1000 steps with 2000 atoms Performance: 0.815 ns/day, 29.453 hours/ns, 9.431 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 | 105.49 | 105.49 | 105.49 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09872 | 0.09872 | 0.09872 | 0.0 | 0.09 Output | 0.00042813 | 0.00042813 | 0.00042813 | 0.0 | 0.00 Modify | 0.37771 | 0.37771 | 0.37771 | 0.0 | 0.36 Other | | 0.06122 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127922 ave 127922 max 127922 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127922 Ave neighs/atom = 63.961 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.649014260331, Press = 7.04057221739001 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8033.4001 -8033.4001 -8113.4602 -8113.4602 309.84094 309.84094 24117.175 24117.175 -1409.145 -1409.145 15000 -8031.5912 -8031.5912 -8112.251 -8112.251 312.16185 312.16185 24087.267 24087.267 1100.1587 1100.1587 Loop time of 104.552 on 1 procs for 1000 steps with 2000 atoms Performance: 0.826 ns/day, 29.042 hours/ns, 9.565 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 | 104.02 | 104.02 | 104.02 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098685 | 0.098685 | 0.098685 | 0.0 | 0.09 Output | 0.00019936 | 0.00019936 | 0.00019936 | 0.0 | 0.00 Modify | 0.37566 | 0.37566 | 0.37566 | 0.0 | 0.36 Other | | 0.05982 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127930 ave 127930 max 127930 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127930 Ave neighs/atom = 63.965 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.602095413784, Press = 4.88470744074263 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8031.5912 -8031.5912 -8112.251 -8112.251 312.16185 312.16185 24087.267 24087.267 1100.1587 1100.1587 16000 -8035.8265 -8035.8265 -8115.8709 -8115.8709 309.78016 309.78016 24029.63 24029.63 5022.6405 5022.6405 Loop time of 107.169 on 1 procs for 1000 steps with 2000 atoms Performance: 0.806 ns/day, 29.769 hours/ns, 9.331 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.62 | 106.62 | 106.62 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098657 | 0.098657 | 0.098657 | 0.0 | 0.09 Output | 0.00016566 | 0.00016566 | 0.00016566 | 0.0 | 0.00 Modify | 0.38545 | 0.38545 | 0.38545 | 0.0 | 0.36 Other | | 0.0615 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.544546825932, Press = 15.7774162373622 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8035.8265 -8035.8265 -8115.8709 -8115.8709 309.78016 309.78016 24029.63 24029.63 5022.6405 5022.6405 17000 -8033.5414 -8033.5414 -8114.9964 -8114.9964 315.2393 315.2393 24124.108 24124.108 -2034.7306 -2034.7306 Loop time of 107.099 on 1 procs for 1000 steps with 2000 atoms Performance: 0.807 ns/day, 29.750 hours/ns, 9.337 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.55 | 106.55 | 106.55 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099805 | 0.099805 | 0.099805 | 0.0 | 0.09 Output | 0.00020092 | 0.00020092 | 0.00020092 | 0.0 | 0.00 Modify | 0.38543 | 0.38543 | 0.38543 | 0.0 | 0.36 Other | | 0.06215 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127968 ave 127968 max 127968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127968 Ave neighs/atom = 63.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.340349768781, Press = 13.0004051848193 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8033.5414 -8033.5414 -8114.9964 -8114.9964 315.2393 315.2393 24124.108 24124.108 -2034.7306 -2034.7306 18000 -8032.6128 -8032.6128 -8112.8953 -8112.8953 310.70164 310.70164 24122.994 24122.994 -1753.5896 -1753.5896 Loop time of 106.414 on 1 procs for 1000 steps with 2000 atoms Performance: 0.812 ns/day, 29.559 hours/ns, 9.397 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 | 105.87 | 105.87 | 105.87 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099549 | 0.099549 | 0.099549 | 0.0 | 0.09 Output | 0.00017242 | 0.00017242 | 0.00017242 | 0.0 | 0.00 Modify | 0.38479 | 0.38479 | 0.38479 | 0.0 | 0.36 Other | | 0.06129 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127956 ave 127956 max 127956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127956 Ave neighs/atom = 63.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.456177813605, Press = 3.40215534485741 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8032.6128 -8032.6128 -8112.8953 -8112.8953 310.70164 310.70164 24122.994 24122.994 -1753.5896 -1753.5896 19000 -8035.6685 -8035.6685 -8115.5646 -8115.5646 309.20595 309.20595 24076.998 24076.998 1458.1779 1458.1779 Loop time of 107.068 on 1 procs for 1000 steps with 2000 atoms Performance: 0.807 ns/day, 29.741 hours/ns, 9.340 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.52 | 106.52 | 106.52 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10062 | 0.10062 | 0.10062 | 0.0 | 0.09 Output | 0.00016716 | 0.00016716 | 0.00016716 | 0.0 | 0.00 Modify | 0.38752 | 0.38752 | 0.38752 | 0.0 | 0.36 Other | | 0.06184 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127940 ave 127940 max 127940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127940 Ave neighs/atom = 63.97 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.307456543268, Press = 3.9028116097792 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8035.6685 -8035.6685 -8115.5646 -8115.5646 309.20595 309.20595 24076.998 24076.998 1458.1779 1458.1779 20000 -8031.2926 -8031.2926 -8112.9579 -8112.9579 316.05304 316.05304 24084.777 24084.777 1331.0728 1331.0728 Loop time of 107.094 on 1 procs for 1000 steps with 2000 atoms Performance: 0.807 ns/day, 29.748 hours/ns, 9.338 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.55 | 106.55 | 106.55 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099514 | 0.099514 | 0.099514 | 0.0 | 0.09 Output | 0.0001663 | 0.0001663 | 0.0001663 | 0.0 | 0.00 Modify | 0.38761 | 0.38761 | 0.38761 | 0.0 | 0.36 Other | | 0.06139 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.330448302622, Press = 8.67168008291633 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8031.2926 -8031.2926 -8112.9579 -8112.9579 316.05304 316.05304 24084.777 24084.777 1331.0728 1331.0728 21000 -8030.7532 -8030.7532 -8113.2826 -8113.2826 319.39756 319.39756 24142.994 24142.994 -3287.2249 -3287.2249 Loop time of 106.038 on 1 procs for 1000 steps with 2000 atoms Performance: 0.815 ns/day, 29.455 hours/ns, 9.431 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 | 105.5 | 105.5 | 105.5 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098983 | 0.098983 | 0.098983 | 0.0 | 0.09 Output | 0.00017053 | 0.00017053 | 0.00017053 | 0.0 | 0.00 Modify | 0.38073 | 0.38073 | 0.38073 | 0.0 | 0.36 Other | | 0.06072 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127924 ave 127924 max 127924 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127924 Ave neighs/atom = 63.962 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.264801241275, Press = 7.899695388101 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8030.7532 -8030.7532 -8113.2826 -8113.2826 319.39756 319.39756 24142.994 24142.994 -3287.2249 -3287.2249 22000 -8031.9959 -8031.9959 -8111.4902 -8111.4902 307.6512 307.6512 24128.381 24128.381 -1962.3615 -1962.3615 Loop time of 106.849 on 1 procs for 1000 steps with 2000 atoms Performance: 0.809 ns/day, 29.680 hours/ns, 9.359 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.3 | 106.3 | 106.3 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10005 | 0.10005 | 0.10005 | 0.0 | 0.09 Output | 0.00016684 | 0.00016684 | 0.00016684 | 0.0 | 0.00 Modify | 0.38583 | 0.38583 | 0.38583 | 0.0 | 0.36 Other | | 0.06098 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.317071479951, Press = -0.482812603713935 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8031.9959 -8031.9959 -8111.4902 -8111.4902 307.6512 307.6512 24128.381 24128.381 -1962.3615 -1962.3615 23000 -8033.1838 -8033.1838 -8114.0425 -8114.0425 312.93154 312.93154 24076.779 24076.779 1701.0252 1701.0252 Loop time of 106.1 on 1 procs for 1000 steps with 2000 atoms Performance: 0.814 ns/day, 29.472 hours/ns, 9.425 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 | 105.56 | 105.56 | 105.56 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099342 | 0.099342 | 0.099342 | 0.0 | 0.09 Output | 0.00018956 | 0.00018956 | 0.00018956 | 0.0 | 0.00 Modify | 0.38092 | 0.38092 | 0.38092 | 0.0 | 0.36 Other | | 0.06138 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.555340819037, Press = 4.05360527194935 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8033.1838 -8033.1838 -8114.0425 -8114.0425 312.93154 312.93154 24076.779 24076.779 1701.0252 1701.0252 24000 -8028.9886 -8028.9886 -8113.0115 -8113.0115 325.1775 325.1775 24096.57 24096.57 466.64078 466.64078 Loop time of 106.352 on 1 procs for 1000 steps with 2000 atoms Performance: 0.812 ns/day, 29.542 hours/ns, 9.403 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 | 105.81 | 105.81 | 105.81 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099074 | 0.099074 | 0.099074 | 0.0 | 0.09 Output | 0.00016572 | 0.00016572 | 0.00016572 | 0.0 | 0.00 Modify | 0.3824 | 0.3824 | 0.3824 | 0.0 | 0.36 Other | | 0.06074 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.632194831821, Press = 7.02688669612929 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8028.9886 -8028.9886 -8113.0115 -8113.0115 325.1775 325.1775 24096.57 24096.57 466.64078 466.64078 25000 -8035.0262 -8035.0262 -8114.4742 -8114.4742 307.4721 307.4721 24115.259 24115.259 -1388.9503 -1388.9503 Loop time of 106.237 on 1 procs for 1000 steps with 2000 atoms Performance: 0.813 ns/day, 29.510 hours/ns, 9.413 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 | 105.69 | 105.69 | 105.69 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099414 | 0.099414 | 0.099414 | 0.0 | 0.09 Output | 0.00021065 | 0.00021065 | 0.00021065 | 0.0 | 0.00 Modify | 0.38513 | 0.38513 | 0.38513 | 0.0 | 0.36 Other | | 0.06109 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.77418439473, Press = 5.55540698213455 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -8035.0262 -8035.0262 -8114.4742 -8114.4742 307.4721 307.4721 24115.259 24115.259 -1388.9503 -1388.9503 26000 -8036.1466 -8036.1466 -8113.9433 -8113.9433 301.08121 301.08121 24129.707 24129.707 -2484.4072 -2484.4072 Loop time of 105.314 on 1 procs for 1000 steps with 2000 atoms Performance: 0.820 ns/day, 29.254 hours/ns, 9.495 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 | 104.77 | 104.77 | 104.77 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098734 | 0.098734 | 0.098734 | 0.0 | 0.09 Output | 0.00016665 | 0.00016665 | 0.00016665 | 0.0 | 0.00 Modify | 0.38044 | 0.38044 | 0.38044 | 0.0 | 0.36 Other | | 0.0604 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.737354790873, Press = 0.0681367101167972 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -8036.1466 -8036.1466 -8113.9433 -8113.9433 301.08121 301.08121 24129.707 24129.707 -2484.4072 -2484.4072 27000 -8031.5519 -8031.5519 -8111.951 -8111.951 311.15312 311.15312 24047.571 24047.571 4219.7142 4219.7142 Loop time of 105.325 on 1 procs for 1000 steps with 2000 atoms Performance: 0.820 ns/day, 29.257 hours/ns, 9.494 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 | 104.78 | 104.78 | 104.78 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099485 | 0.099485 | 0.099485 | 0.0 | 0.09 Output | 0.00016623 | 0.00016623 | 0.00016623 | 0.0 | 0.00 Modify | 0.38008 | 0.38008 | 0.38008 | 0.0 | 0.36 Other | | 0.06096 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127936 ave 127936 max 127936 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127936 Ave neighs/atom = 63.968 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.69139959434, Press = 0.32233386483217 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -8031.5519 -8031.5519 -8111.951 -8111.951 311.15312 311.15312 24047.571 24047.571 4219.7142 4219.7142 28000 -8034.9396 -8034.9396 -8115.1081 -8115.1081 310.2604 310.2604 24070.927 24070.927 1910.0035 1910.0035 Loop time of 105.29 on 1 procs for 1000 steps with 2000 atoms Performance: 0.821 ns/day, 29.247 hours/ns, 9.498 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 | 104.75 | 104.75 | 104.75 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098895 | 0.098895 | 0.098895 | 0.0 | 0.09 Output | 0.00016386 | 0.00016386 | 0.00016386 | 0.0 | 0.00 Modify | 0.37811 | 0.37811 | 0.37811 | 0.0 | 0.36 Other | | 0.06027 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.60008321995, Press = 6.76255403117256 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -8034.9396 -8034.9396 -8115.1081 -8115.1081 310.2604 310.2604 24070.927 24070.927 1910.0035 1910.0035 29000 -8034.1726 -8034.1726 -8116.4532 -8116.4532 318.43472 318.43472 24114.042 24114.042 -1539.3675 -1539.3675 Loop time of 106.289 on 1 procs for 1000 steps with 2000 atoms Performance: 0.813 ns/day, 29.525 hours/ns, 9.408 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 | 105.75 | 105.75 | 105.75 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099458 | 0.099458 | 0.099458 | 0.0 | 0.09 Output | 0.0001667 | 0.0001667 | 0.0001667 | 0.0 | 0.00 Modify | 0.38293 | 0.38293 | 0.38293 | 0.0 | 0.36 Other | | 0.06152 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.605053600727, Press = 5.61310223798098 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -8034.1726 -8034.1726 -8116.4532 -8116.4532 318.43472 318.43472 24114.042 24114.042 -1539.3675 -1539.3675 30000 -8033.9251 -8033.9251 -8114.7554 -8114.7554 312.82195 312.82195 24116.905 24116.905 -1551.3221 -1551.3221 Loop time of 105.875 on 1 procs for 1000 steps with 2000 atoms Performance: 0.816 ns/day, 29.410 hours/ns, 9.445 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 | 105.33 | 105.33 | 105.33 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099623 | 0.099623 | 0.099623 | 0.0 | 0.09 Output | 0.00016583 | 0.00016583 | 0.00016583 | 0.0 | 0.00 Modify | 0.3808 | 0.3808 | 0.3808 | 0.0 | 0.36 Other | | 0.06074 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.645874176377, Press = 2.33059037060541 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -8033.9251 -8033.9251 -8114.7554 -8114.7554 312.82195 312.82195 24116.905 24116.905 -1551.3221 -1551.3221 31000 -8028.716 -8028.716 -8111.7474 -8111.7474 321.34017 321.34017 24082.678 24082.678 1623.5119 1623.5119 Loop time of 106.916 on 1 procs for 1000 steps with 2000 atoms Performance: 0.808 ns/day, 29.699 hours/ns, 9.353 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.37 | 106.37 | 106.37 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099655 | 0.099655 | 0.099655 | 0.0 | 0.09 Output | 0.00016669 | 0.00016669 | 0.00016669 | 0.0 | 0.00 Modify | 0.38453 | 0.38453 | 0.38453 | 0.0 | 0.36 Other | | 0.06144 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.737154630549, Press = 2.74102683224549 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -8028.716 -8028.716 -8111.7474 -8111.7474 321.34017 321.34017 24082.678 24082.678 1623.5119 1623.5119 32000 -8033.0846 -8033.0846 -8111.6545 -8111.6545 304.07387 304.07387 24079.977 24079.977 1675.8412 1675.8412 Loop time of 106.051 on 1 procs for 1000 steps with 2000 atoms Performance: 0.815 ns/day, 29.459 hours/ns, 9.429 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 | 105.51 | 105.51 | 105.51 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098592 | 0.098592 | 0.098592 | 0.0 | 0.09 Output | 0.00016444 | 0.00016444 | 0.00016444 | 0.0 | 0.00 Modify | 0.3804 | 0.3804 | 0.3804 | 0.0 | 0.36 Other | | 0.06146 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.795963872726, Press = 5.40991639642288 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -8033.0846 -8033.0846 -8111.6545 -8111.6545 304.07387 304.07387 24079.977 24079.977 1675.8412 1675.8412 33000 -8033.7553 -8033.7553 -8116.0097 -8116.0097 318.33317 318.33317 24115.244 24115.244 -1528.5726 -1528.5726 Loop time of 106.806 on 1 procs for 1000 steps with 2000 atoms Performance: 0.809 ns/day, 29.668 hours/ns, 9.363 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.26 | 106.26 | 106.26 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10115 | 0.10115 | 0.10115 | 0.0 | 0.09 Output | 0.00016997 | 0.00016997 | 0.00016997 | 0.0 | 0.00 Modify | 0.38482 | 0.38482 | 0.38482 | 0.0 | 0.36 Other | | 0.06047 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.82520473472, Press = 4.23041992339181 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -8033.7553 -8033.7553 -8116.0097 -8116.0097 318.33317 318.33317 24115.244 24115.244 -1528.5726 -1528.5726 34000 -8034.3846 -8034.3846 -8115.4331 -8115.4331 313.66602 313.66602 24103.284 24103.284 -605.34858 -605.34858 Loop time of 104.755 on 1 procs for 1000 steps with 2000 atoms Performance: 0.825 ns/day, 29.099 hours/ns, 9.546 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 | 104.22 | 104.22 | 104.22 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098063 | 0.098063 | 0.098063 | 0.0 | 0.09 Output | 0.00016693 | 0.00016693 | 0.00016693 | 0.0 | 0.00 Modify | 0.37369 | 0.37369 | 0.37369 | 0.0 | 0.36 Other | | 0.06036 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.74159097585, Press = 2.71266592820251 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -8034.3846 -8034.3846 -8115.4331 -8115.4331 313.66602 313.66602 24103.284 24103.284 -605.34858 -605.34858 35000 -8031.7802 -8031.7802 -8114.3602 -8114.3602 319.59305 319.59305 24092.231 24092.231 549.34444 549.34444 Loop time of 106.316 on 1 procs for 1000 steps with 2000 atoms Performance: 0.813 ns/day, 29.532 hours/ns, 9.406 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 | 105.77 | 105.77 | 105.77 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099778 | 0.099778 | 0.099778 | 0.0 | 0.09 Output | 0.00016833 | 0.00016833 | 0.00016833 | 0.0 | 0.00 Modify | 0.38098 | 0.38098 | 0.38098 | 0.0 | 0.36 Other | | 0.06104 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127952 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.785998832175, Press = 2.91948362710848 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -8031.7802 -8031.7802 -8114.3602 -8114.3602 319.59305 319.59305 24092.231 24092.231 549.34444 549.34444 36000 -8031.728 -8031.728 -8113.1274 -8113.1274 315.02395 315.02395 24097.78 24097.78 199.28338 199.28338 Loop time of 105.873 on 1 procs for 1000 steps with 2000 atoms Performance: 0.816 ns/day, 29.409 hours/ns, 9.445 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 | 105.33 | 105.33 | 105.33 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099044 | 0.099044 | 0.099044 | 0.0 | 0.09 Output | 0.00016542 | 0.00016542 | 0.00016542 | 0.0 | 0.00 Modify | 0.38016 | 0.38016 | 0.38016 | 0.0 | 0.36 Other | | 0.06092 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.799733933511, Press = 3.43735838789556 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -8031.728 -8031.728 -8113.1274 -8113.1274 315.02395 315.02395 24097.78 24097.78 199.28338 199.28338 37000 -8036.0819 -8036.0819 -8115.2792 -8115.2792 306.50171 306.50171 24095.732 24095.732 -16.66659 -16.66659 Loop time of 107.158 on 1 procs for 1000 steps with 2000 atoms Performance: 0.806 ns/day, 29.766 hours/ns, 9.332 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.61 | 106.61 | 106.61 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10029 | 0.10029 | 0.10029 | 0.0 | 0.09 Output | 0.00016551 | 0.00016551 | 0.00016551 | 0.0 | 0.00 Modify | 0.3871 | 0.3871 | 0.3871 | 0.0 | 0.36 Other | | 0.06139 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.828431178357, Press = 2.74065713163282 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -8036.0819 -8036.0819 -8115.2792 -8115.2792 306.50171 306.50171 24095.732 24095.732 -16.66659 -16.66659 38000 -8031.2037 -8031.2037 -8114.1655 -8114.1655 321.07092 321.07092 24098.691 24098.691 70.344769 70.344769 Loop time of 107.832 on 1 procs for 1000 steps with 2000 atoms Performance: 0.801 ns/day, 29.953 hours/ns, 9.274 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 | 107.28 | 107.28 | 107.28 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10024 | 0.10024 | 0.10024 | 0.0 | 0.09 Output | 0.00016382 | 0.00016382 | 0.00016382 | 0.0 | 0.00 Modify | 0.38873 | 0.38873 | 0.38873 | 0.0 | 0.36 Other | | 0.06145 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.841570141351, Press = 2.79177337173536 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -8031.2037 -8031.2037 -8114.1655 -8114.1655 321.07092 321.07092 24098.691 24098.691 70.344769 70.344769 39000 -8034.1903 -8034.1903 -8114.0386 -8114.0386 309.02108 309.02108 24093.156 24093.156 337.99878 337.99878 Loop time of 106.767 on 1 procs for 1000 steps with 2000 atoms Performance: 0.809 ns/day, 29.658 hours/ns, 9.366 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.22 | 106.22 | 106.22 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098605 | 0.098605 | 0.098605 | 0.0 | 0.09 Output | 0.00016551 | 0.00016551 | 0.00016551 | 0.0 | 0.00 Modify | 0.38283 | 0.38283 | 0.38283 | 0.0 | 0.36 Other | | 0.06098 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.885774000184, Press = 3.30926127317541 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -8034.1903 -8034.1903 -8114.0386 -8114.0386 309.02108 309.02108 24093.156 24093.156 337.99878 337.99878 40000 -8035.8893 -8035.8893 -8114.0442 -8114.0442 302.46755 302.46755 24117.559 24117.559 -1545.6051 -1545.6051 Loop time of 106.669 on 1 procs for 1000 steps with 2000 atoms Performance: 0.810 ns/day, 29.630 hours/ns, 9.375 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.12 | 106.12 | 106.12 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10011 | 0.10011 | 0.10011 | 0.0 | 0.09 Output | 0.00016465 | 0.00016465 | 0.00016465 | 0.0 | 0.00 Modify | 0.38538 | 0.38538 | 0.38538 | 0.0 | 0.36 Other | | 0.06144 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127958 ave 127958 max 127958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127958 Ave neighs/atom = 63.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.932392872667, Press = 2.98718672782542 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -8035.8893 -8035.8893 -8114.0442 -8114.0442 302.46755 302.46755 24117.559 24117.559 -1545.6051 -1545.6051 41000 -8033.3182 -8033.3182 -8115.9479 -8115.9479 319.78543 319.78543 24116.622 24116.622 -1513.3864 -1513.3864 Loop time of 106.424 on 1 procs for 1000 steps with 2000 atoms Performance: 0.812 ns/day, 29.562 hours/ns, 9.396 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 | 105.88 | 105.88 | 105.88 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099755 | 0.099755 | 0.099755 | 0.0 | 0.09 Output | 0.00016661 | 0.00016661 | 0.00016661 | 0.0 | 0.00 Modify | 0.3834 | 0.3834 | 0.3834 | 0.0 | 0.36 Other | | 0.06129 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127968 ave 127968 max 127968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127968 Ave neighs/atom = 63.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.864739459238, Press = 0.763687174359922 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -8033.3182 -8033.3182 -8115.9479 -8115.9479 319.78543 319.78543 24116.622 24116.622 -1513.3864 -1513.3864 42000 -8034.5174 -8034.5174 -8114.5515 -8114.5515 309.74047 309.74047 24059.64 24059.64 2901.3648 2901.3648 Loop time of 106.311 on 1 procs for 1000 steps with 2000 atoms Performance: 0.813 ns/day, 29.531 hours/ns, 9.406 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 | 105.77 | 105.77 | 105.77 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10005 | 0.10005 | 0.10005 | 0.0 | 0.09 Output | 0.00016566 | 0.00016566 | 0.00016566 | 0.0 | 0.00 Modify | 0.38261 | 0.38261 | 0.38261 | 0.0 | 0.36 Other | | 0.06133 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127956 ave 127956 max 127956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127956 Ave neighs/atom = 63.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.845183139519, Press = 1.4645827204163 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -8034.5174 -8034.5174 -8114.5515 -8114.5515 309.74047 309.74047 24059.64 24059.64 2901.3648 2901.3648 43000 -8033.5502 -8033.5502 -8114.3787 -8114.3787 312.81472 312.81472 24071.882 24071.882 1886.1087 1886.1087 Loop time of 106.086 on 1 procs for 1000 steps with 2000 atoms Performance: 0.814 ns/day, 29.468 hours/ns, 9.426 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 | 105.54 | 105.54 | 105.54 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1006 | 0.1006 | 0.1006 | 0.0 | 0.09 Output | 0.00016491 | 0.00016491 | 0.00016491 | 0.0 | 0.00 Modify | 0.38098 | 0.38098 | 0.38098 | 0.0 | 0.36 Other | | 0.06116 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.783844558105, Press = 4.43078172243075 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -8033.5502 -8033.5502 -8114.3787 -8114.3787 312.81472 312.81472 24071.882 24071.882 1886.1087 1886.1087 44000 -8033.2797 -8033.2797 -8113.093 -8113.093 308.88543 308.88543 24116.523 24116.523 -1289.5949 -1289.5949 Loop time of 106.028 on 1 procs for 1000 steps with 2000 atoms Performance: 0.815 ns/day, 29.452 hours/ns, 9.431 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 | 105.49 | 105.49 | 105.49 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099383 | 0.099383 | 0.099383 | 0.0 | 0.09 Output | 0.00016467 | 0.00016467 | 0.00016467 | 0.0 | 0.00 Modify | 0.38221 | 0.38221 | 0.38221 | 0.0 | 0.36 Other | | 0.0608 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.777785584023, Press = 2.91824240077459 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -8033.2797 -8033.2797 -8113.093 -8113.093 308.88543 308.88543 24116.523 24116.523 -1289.5949 -1289.5949 45000 -8035.2925 -8035.2925 -8116.6112 -8116.6112 314.71188 314.71188 24103.15 24103.15 -832.39198 -832.39198 Loop time of 105.658 on 1 procs for 1000 steps with 2000 atoms Performance: 0.818 ns/day, 29.349 hours/ns, 9.464 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 | 105.12 | 105.12 | 105.12 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099185 | 0.099185 | 0.099185 | 0.0 | 0.09 Output | 0.00016346 | 0.00016346 | 0.00016346 | 0.0 | 0.00 Modify | 0.37872 | 0.37872 | 0.37872 | 0.0 | 0.36 Other | | 0.0603 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127928 ave 127928 max 127928 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127928 Ave neighs/atom = 63.964 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.70351511017, Press = 1.80829758220136 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -8035.2925 -8035.2925 -8116.6112 -8116.6112 314.71188 314.71188 24103.15 24103.15 -832.39198 -832.39198 46000 -8033.0147 -8033.0147 -8115.5098 -8115.5098 319.26465 319.26465 24086.549 24086.549 878.6648 878.6648 Loop time of 105.784 on 1 procs for 1000 steps with 2000 atoms Performance: 0.817 ns/day, 29.384 hours/ns, 9.453 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 | 105.24 | 105.24 | 105.24 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10016 | 0.10016 | 0.10016 | 0.0 | 0.09 Output | 0.00022592 | 0.00022592 | 0.00022592 | 0.0 | 0.00 Modify | 0.38064 | 0.38064 | 0.38064 | 0.0 | 0.36 Other | | 0.0609 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.708672524436, Press = 2.11045401152572 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -8033.0147 -8033.0147 -8115.5098 -8115.5098 319.26465 319.26465 24086.549 24086.549 878.6648 878.6648 47000 -8035.7258 -8035.7258 -8116.1867 -8116.1867 311.39194 311.39194 24093.13 24093.13 152.8763 152.8763 Loop time of 107.524 on 1 procs for 1000 steps with 2000 atoms Performance: 0.804 ns/day, 29.868 hours/ns, 9.300 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.97 | 106.97 | 106.97 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099997 | 0.099997 | 0.099997 | 0.0 | 0.09 Output | 0.00020068 | 0.00020068 | 0.00020068 | 0.0 | 0.00 Modify | 0.38855 | 0.38855 | 0.38855 | 0.0 | 0.36 Other | | 0.06135 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127966 ave 127966 max 127966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127966 Ave neighs/atom = 63.983 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.636517622118, Press = 3.14537653522207 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -8035.7258 -8035.7258 -8116.1867 -8116.1867 311.39194 311.39194 24093.13 24093.13 152.8763 152.8763 48000 -8032.6636 -8032.6636 -8113.1866 -8113.1866 311.63213 311.63213 24142.77 24142.77 -3266.2896 -3266.2896 Loop time of 108.054 on 1 procs for 1000 steps with 2000 atoms Performance: 0.800 ns/day, 30.015 hours/ns, 9.255 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 | 107.5 | 107.5 | 107.5 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10102 | 0.10102 | 0.10102 | 0.0 | 0.09 Output | 0.00016425 | 0.00016425 | 0.00016425 | 0.0 | 0.00 Modify | 0.39264 | 0.39264 | 0.39264 | 0.0 | 0.36 Other | | 0.06239 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127964 ave 127964 max 127964 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127964 Ave neighs/atom = 63.982 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.633471002439, Press = 1.93441324063025 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -8032.6636 -8032.6636 -8113.1866 -8113.1866 311.63213 311.63213 24142.77 24142.77 -3266.2896 -3266.2896 49000 -8029.6595 -8029.6595 -8112.825 -8112.825 321.85901 321.85901 24104.126 24104.126 -186.68933 -186.68933 Loop time of 107.397 on 1 procs for 1000 steps with 2000 atoms Performance: 0.804 ns/day, 29.832 hours/ns, 9.311 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.85 | 106.85 | 106.85 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099995 | 0.099995 | 0.099995 | 0.0 | 0.09 Output | 0.00016427 | 0.00016427 | 0.00016427 | 0.0 | 0.00 Modify | 0.38754 | 0.38754 | 0.38754 | 0.0 | 0.36 Other | | 0.06098 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.62906807969, Press = 0.103471567928528 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -8029.6595 -8029.6595 -8112.825 -8112.825 321.85901 321.85901 24104.126 24104.126 -186.68933 -186.68933 50000 -8033.2681 -8033.2681 -8112.8635 -8112.8635 308.04234 308.04234 24064.479 24064.479 2720.7607 2720.7607 Loop time of 107.058 on 1 procs for 1000 steps with 2000 atoms Performance: 0.807 ns/day, 29.738 hours/ns, 9.341 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.51 | 106.51 | 106.51 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099526 | 0.099526 | 0.099526 | 0.0 | 0.09 Output | 0.00016547 | 0.00016547 | 0.00016547 | 0.0 | 0.00 Modify | 0.38766 | 0.38766 | 0.38766 | 0.0 | 0.36 Other | | 0.06132 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127966 ave 127966 max 127966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127966 Ave neighs/atom = 63.983 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.692015460085, Press = 2.10505708701884 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -8033.2681 -8033.2681 -8112.8635 -8112.8635 308.04234 308.04234 24064.479 24064.479 2720.7607 2720.7607 51000 -8031.1022 -8031.1022 -8112.7787 -8112.7787 316.09683 316.09683 24100.808 24100.808 131.94822 131.94822 Loop time of 106.735 on 1 procs for 1000 steps with 2000 atoms Performance: 0.809 ns/day, 29.648 hours/ns, 9.369 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.19 | 106.19 | 106.19 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10055 | 0.10055 | 0.10055 | 0.0 | 0.09 Output | 0.00016585 | 0.00016585 | 0.00016585 | 0.0 | 0.00 Modify | 0.38695 | 0.38695 | 0.38695 | 0.0 | 0.36 Other | | 0.06127 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127978 ave 127978 max 127978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127978 Ave neighs/atom = 63.989 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.734184548541, Press = 2.73428370896126 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -8031.1022 -8031.1022 -8112.7787 -8112.7787 316.09683 316.09683 24100.808 24100.808 131.94822 131.94822 52000 -8034.8303 -8034.8303 -8114.2778 -8114.2778 307.46999 307.46999 24106.761 24106.761 -579.97853 -579.97853 Loop time of 105.627 on 1 procs for 1000 steps with 2000 atoms Performance: 0.818 ns/day, 29.341 hours/ns, 9.467 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 | 105.09 | 105.09 | 105.09 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099681 | 0.099681 | 0.099681 | 0.0 | 0.09 Output | 0.00042459 | 0.00042459 | 0.00042459 | 0.0 | 0.00 Modify | 0.37856 | 0.37856 | 0.37856 | 0.0 | 0.36 Other | | 0.0611 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127958 ave 127958 max 127958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127958 Ave neighs/atom = 63.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.752082052002, Press = 2.04648414811958 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -8034.8303 -8034.8303 -8114.2778 -8114.2778 307.46999 307.46999 24106.761 24106.761 -579.97853 -579.97853 53000 -8031.5461 -8031.5461 -8112.5699 -8112.5699 313.57048 313.57048 24104.212 24104.212 -135.81201 -135.81201 Loop time of 106.311 on 1 procs for 1000 steps with 2000 atoms Performance: 0.813 ns/day, 29.531 hours/ns, 9.406 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 | 105.77 | 105.77 | 105.77 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099969 | 0.099969 | 0.099969 | 0.0 | 0.09 Output | 0.00016637 | 0.00016637 | 0.00016637 | 0.0 | 0.00 Modify | 0.3832 | 0.3832 | 0.3832 | 0.0 | 0.36 Other | | 0.06078 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.817278300523, Press = 1.26920004289729 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -8031.5461 -8031.5461 -8112.5699 -8112.5699 313.57048 313.57048 24104.212 24104.212 -135.81201 -135.81201 54000 -8031.8886 -8031.8886 -8113.9146 -8113.9146 317.44921 317.44921 24095.558 24095.558 350.65293 350.65293 Loop time of 106.335 on 1 procs for 1000 steps with 2000 atoms Performance: 0.813 ns/day, 29.538 hours/ns, 9.404 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 | 105.79 | 105.79 | 105.79 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099588 | 0.099588 | 0.099588 | 0.0 | 0.09 Output | 0.00020288 | 0.00020288 | 0.00020288 | 0.0 | 0.00 Modify | 0.38021 | 0.38021 | 0.38021 | 0.0 | 0.36 Other | | 0.06113 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127974 ave 127974 max 127974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127974 Ave neighs/atom = 63.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 = 312.833312233682, Press = 1.5991316352979 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -8031.8886 -8031.8886 -8113.9146 -8113.9146 317.44921 317.44921 24095.558 24095.558 350.65293 350.65293 55000 -8032.4989 -8032.4989 -8111.9149 -8111.9149 307.34817 307.34817 24095.645 24095.645 386.24085 386.24085 Loop time of 106.122 on 1 procs for 1000 steps with 2000 atoms Performance: 0.814 ns/day, 29.478 hours/ns, 9.423 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 | 105.58 | 105.58 | 105.58 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099055 | 0.099055 | 0.099055 | 0.0 | 0.09 Output | 0.00016374 | 0.00016374 | 0.00016374 | 0.0 | 0.00 Modify | 0.38185 | 0.38185 | 0.38185 | 0.0 | 0.36 Other | | 0.06093 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127956 ave 127956 max 127956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127956 Ave neighs/atom = 63.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.906683775497, Press = 1.68292206094969 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -8032.4989 -8032.4989 -8111.9149 -8111.9149 307.34817 307.34817 24095.645 24095.645 386.24085 386.24085 56000 -8031.7731 -8031.7731 -8114.9114 -8114.9114 321.75345 321.75345 24104.853 24104.853 -575.27799 -575.27799 Loop time of 105.245 on 1 procs for 1000 steps with 2000 atoms Performance: 0.821 ns/day, 29.235 hours/ns, 9.502 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 | 104.71 | 104.71 | 104.71 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097785 | 0.097785 | 0.097785 | 0.0 | 0.09 Output | 0.00016525 | 0.00016525 | 0.00016525 | 0.0 | 0.00 Modify | 0.37767 | 0.37767 | 0.37767 | 0.0 | 0.36 Other | | 0.06058 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.892003432572, Press = 1.75635226729667 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -8031.7731 -8031.7731 -8114.9114 -8114.9114 321.75345 321.75345 24104.853 24104.853 -575.27799 -575.27799 57000 -8032.3897 -8032.3897 -8113.0562 -8113.0562 312.18775 312.18775 24113.261 24113.261 -1093.755 -1093.755 Loop time of 106.551 on 1 procs for 1000 steps with 2000 atoms Performance: 0.811 ns/day, 29.597 hours/ns, 9.385 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.01 | 106.01 | 106.01 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099142 | 0.099142 | 0.099142 | 0.0 | 0.09 Output | 0.00016521 | 0.00016521 | 0.00016521 | 0.0 | 0.00 Modify | 0.38352 | 0.38352 | 0.38352 | 0.0 | 0.36 Other | | 0.06093 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4114 ave 4114 max 4114 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.872482176962, Press = 1.02422462369335 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -8032.3897 -8032.3897 -8113.0562 -8113.0562 312.18775 312.18775 24113.261 24113.261 -1093.755 -1093.755 58000 -8027.8898 -8027.8898 -8111.9424 -8111.9424 325.2924 325.2924 24088.838 24088.838 1112.87 1112.87 Loop time of 106.075 on 1 procs for 1000 steps with 2000 atoms Performance: 0.815 ns/day, 29.465 hours/ns, 9.427 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 | 105.53 | 105.53 | 105.53 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099765 | 0.099765 | 0.099765 | 0.0 | 0.09 Output | 0.00021116 | 0.00021116 | 0.00021116 | 0.0 | 0.00 Modify | 0.38054 | 0.38054 | 0.38054 | 0.0 | 0.36 Other | | 0.06087 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127968 ave 127968 max 127968 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127968 Ave neighs/atom = 63.984 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.883464335805, Press = 0.558583221148334 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -8027.8898 -8027.8898 -8111.9424 -8111.9424 325.2924 325.2924 24088.838 24088.838 1112.87 1112.87 59000 -8033.4832 -8033.4832 -8115.044 -8115.044 315.64903 315.64903 24063.274 24063.274 2593.2546 2593.2546 Loop time of 104.657 on 1 procs for 1000 steps with 2000 atoms Performance: 0.826 ns/day, 29.071 hours/ns, 9.555 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 | 104.12 | 104.12 | 104.12 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097751 | 0.097751 | 0.097751 | 0.0 | 0.09 Output | 0.00016476 | 0.00016476 | 0.00016476 | 0.0 | 0.00 Modify | 0.37743 | 0.37743 | 0.37743 | 0.0 | 0.36 Other | | 0.0604 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127944 ave 127944 max 127944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127944 Ave neighs/atom = 63.972 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.932961214109, Press = 2.2671819382865 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -8033.4832 -8033.4832 -8115.044 -8115.044 315.64903 315.64903 24063.274 24063.274 2593.2546 2593.2546 60000 -8030.6252 -8030.6252 -8111.5332 -8111.5332 313.12227 313.12227 24116.666 24116.666 -1134.1 -1134.1 Loop time of 105.708 on 1 procs for 1000 steps with 2000 atoms Performance: 0.817 ns/day, 29.363 hours/ns, 9.460 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 | 105.17 | 105.17 | 105.17 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099094 | 0.099094 | 0.099094 | 0.0 | 0.09 Output | 0.00016492 | 0.00016492 | 0.00016492 | 0.0 | 0.00 Modify | 0.38125 | 0.38125 | 0.38125 | 0.0 | 0.36 Other | | 0.06087 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.95645021833, Press = 2.47613440167424 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -8030.6252 -8030.6252 -8111.5332 -8111.5332 313.12227 313.12227 24116.666 24116.666 -1134.1 -1134.1 61000 -8032.7597 -8032.7597 -8114.6677 -8114.6677 316.99262 316.99262 24122.695 24122.695 -1842.7545 -1842.7545 Loop time of 105.875 on 1 procs for 1000 steps with 2000 atoms Performance: 0.816 ns/day, 29.410 hours/ns, 9.445 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 | 105.33 | 105.33 | 105.33 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09922 | 0.09922 | 0.09922 | 0.0 | 0.09 Output | 0.00020555 | 0.00020555 | 0.00020555 | 0.0 | 0.00 Modify | 0.38255 | 0.38255 | 0.38255 | 0.0 | 0.36 Other | | 0.0609 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127966 ave 127966 max 127966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127966 Ave neighs/atom = 63.983 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.930446688469, Press = 0.866190429372373 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -8032.7597 -8032.7597 -8114.6677 -8114.6677 316.99262 316.99262 24122.695 24122.695 -1842.7545 -1842.7545 62000 -8032.2151 -8032.2151 -8114.0797 -8114.0797 316.82413 316.82413 24090.709 24090.709 651.77698 651.77698 Loop time of 105.045 on 1 procs for 1000 steps with 2000 atoms Performance: 0.823 ns/day, 29.179 hours/ns, 9.520 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 | 104.51 | 104.51 | 104.51 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099135 | 0.099135 | 0.099135 | 0.0 | 0.09 Output | 0.00016433 | 0.00016433 | 0.00016433 | 0.0 | 0.00 Modify | 0.37671 | 0.37671 | 0.37671 | 0.0 | 0.36 Other | | 0.06108 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.956771006074, Press = 0.96624297787497 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -8032.2151 -8032.2151 -8114.0797 -8114.0797 316.82413 316.82413 24090.709 24090.709 651.77698 651.77698 63000 -8033.0391 -8033.0391 -8115.3901 -8115.3901 318.70688 318.70688 24093.088 24093.088 367.85693 367.85693 Loop time of 105.136 on 1 procs for 1000 steps with 2000 atoms Performance: 0.822 ns/day, 29.205 hours/ns, 9.511 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 | 104.6 | 104.6 | 104.6 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099132 | 0.099132 | 0.099132 | 0.0 | 0.09 Output | 0.00016533 | 0.00016533 | 0.00016533 | 0.0 | 0.00 Modify | 0.37688 | 0.37688 | 0.37688 | 0.0 | 0.36 Other | | 0.0605 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.965778966852, Press = 1.54456126565792 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -8033.0391 -8033.0391 -8115.3901 -8115.3901 318.70688 318.70688 24093.088 24093.088 367.85693 367.85693 64000 -8028.9443 -8028.9443 -8111.2453 -8111.2453 318.51348 318.51348 24109 24109 -386.08295 -386.08295 Loop time of 104.952 on 1 procs for 1000 steps with 2000 atoms Performance: 0.823 ns/day, 29.153 hours/ns, 9.528 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 | 104.42 | 104.42 | 104.42 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099099 | 0.099099 | 0.099099 | 0.0 | 0.09 Output | 0.00016486 | 0.00016486 | 0.00016486 | 0.0 | 0.00 Modify | 0.37508 | 0.37508 | 0.37508 | 0.0 | 0.36 Other | | 0.06045 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127952 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.019767598066, Press = 1.46790016523211 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -8028.9443 -8028.9443 -8111.2453 -8111.2453 318.51348 318.51348 24109 24109 -386.08295 -386.08295 65000 -8034.5623 -8034.5623 -8115.461 -8115.461 313.08652 313.08652 24110.203 24110.203 -1140.7483 -1140.7483 Loop time of 105.295 on 1 procs for 1000 steps with 2000 atoms Performance: 0.821 ns/day, 29.249 hours/ns, 9.497 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 | 104.76 | 104.76 | 104.76 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098945 | 0.098945 | 0.098945 | 0.0 | 0.09 Output | 0.0001654 | 0.0001654 | 0.0001654 | 0.0 | 0.00 Modify | 0.37616 | 0.37616 | 0.37616 | 0.0 | 0.36 Other | | 0.0605 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.033685211353, Press = 0.77548159472234 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -8034.5623 -8034.5623 -8115.461 -8115.461 313.08652 313.08652 24110.203 24110.203 -1140.7483 -1140.7483 66000 -8031.5059 -8031.5059 -8113.6323 -8113.6323 317.83762 317.83762 24082.808 24082.808 1279.0688 1279.0688 Loop time of 104.962 on 1 procs for 1000 steps with 2000 atoms Performance: 0.823 ns/day, 29.156 hours/ns, 9.527 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 | 104.43 | 104.43 | 104.43 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098407 | 0.098407 | 0.098407 | 0.0 | 0.09 Output | 0.00016389 | 0.00016389 | 0.00016389 | 0.0 | 0.00 Modify | 0.37323 | 0.37323 | 0.37323 | 0.0 | 0.36 Other | | 0.05975 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127960 ave 127960 max 127960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127960 Ave neighs/atom = 63.98 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.080709076027, Press = 0.799108182059808 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -8031.5059 -8031.5059 -8113.6323 -8113.6323 317.83762 317.83762 24082.808 24082.808 1279.0688 1279.0688 67000 -8031.9249 -8031.9249 -8113.6734 -8113.6734 316.37503 316.37503 24079.38 24079.38 1518.7853 1518.7853 Loop time of 104.472 on 1 procs for 1000 steps with 2000 atoms Performance: 0.827 ns/day, 29.020 hours/ns, 9.572 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 103.94 | 103.94 | 103.94 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098264 | 0.098264 | 0.098264 | 0.0 | 0.09 Output | 0.00016374 | 0.00016374 | 0.00016374 | 0.0 | 0.00 Modify | 0.37361 | 0.37361 | 0.37361 | 0.0 | 0.36 Other | | 0.06065 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127972 ave 127972 max 127972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127972 Ave neighs/atom = 63.986 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.089731959568, Press = 1.89760463118244 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -8031.9249 -8031.9249 -8113.6734 -8113.6734 316.37503 316.37503 24079.38 24079.38 1518.7853 1518.7853 68000 -8033.2198 -8033.2198 -8114.4937 -8114.4937 314.53834 314.53834 24128.26 24128.26 -2395.1134 -2395.1134 Loop time of 106.669 on 1 procs for 1000 steps with 2000 atoms Performance: 0.810 ns/day, 29.630 hours/ns, 9.375 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.12 | 106.12 | 106.12 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10004 | 0.10004 | 0.10004 | 0.0 | 0.09 Output | 0.00016433 | 0.00016433 | 0.00016433 | 0.0 | 0.00 Modify | 0.38342 | 0.38342 | 0.38342 | 0.0 | 0.36 Other | | 0.06159 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.13749022962, Press = 1.93132896636839 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -8033.2198 -8033.2198 -8114.4937 -8114.4937 314.53834 314.53834 24128.26 24128.26 -2395.1134 -2395.1134 69000 -8030.7217 -8030.7217 -8111.5395 -8111.5395 312.77316 312.77316 24135.39 24135.39 -2493.8758 -2493.8758 Loop time of 107.205 on 1 procs for 1000 steps with 2000 atoms Performance: 0.806 ns/day, 29.779 hours/ns, 9.328 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 106.66 | 106.66 | 106.66 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099775 | 0.099775 | 0.099775 | 0.0 | 0.09 Output | 0.00016553 | 0.00016553 | 0.00016553 | 0.0 | 0.00 Modify | 0.38695 | 0.38695 | 0.38695 | 0.0 | 0.36 Other | | 0.06091 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127956 ave 127956 max 127956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127956 Ave neighs/atom = 63.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.132757020586, Press = 0.22721858287102 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -8030.7217 -8030.7217 -8111.5395 -8111.5395 312.77316 312.77316 24135.39 24135.39 -2493.8758 -2493.8758 70000 -8035.7345 -8035.7345 -8115.3022 -8115.3022 307.93524 307.93524 24068.336 24068.336 2004.6037 2004.6037 Loop time of 105.823 on 1 procs for 1000 steps with 2000 atoms Performance: 0.816 ns/day, 29.395 hours/ns, 9.450 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 | 105.28 | 105.28 | 105.28 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098466 | 0.098466 | 0.098466 | 0.0 | 0.09 Output | 0.0001625 | 0.0001625 | 0.0001625 | 0.0 | 0.00 Modify | 0.38138 | 0.38138 | 0.38138 | 0.0 | 0.36 Other | | 0.0612 | | | 0.06 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4117 ave 4117 max 4117 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 24098.7129795634 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0