# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 3.565719813108445*${_u_distance} variable latticeconst_converted equal 3.565719813108445*1 lattice diamond ${latticeconst_converted} lattice diamond 3.56571981310845 Lattice spacing in x,y,z = 3.5657198 3.5657198 3.5657198 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.657198 35.657198 35.657198) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.657198 35.657198 35.657198) create_atoms CPU = 0.005 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions C #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_PlummerTucker_2019_TiAlC__MO_736419017411_000 pair_coeff * * C #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 45335.8374670428 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45335.8374670428/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 45335.8374670428/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 45335.8374670428/(1*1*${_u_distance}) variable V0_metal equal 45335.8374670428/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 45335.8374670428*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 45335.8374670428 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 273.15*${_u_temperature} variable temp_converted equal 273.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 273.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 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.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 "273.15 - 0.2" variable T_up equal "273.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_736419017411_000#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58703.099 -58703.099 -58985.523 -58985.523 273.15 273.15 45335.837 45335.837 6654.0788 6654.0788 1000 -58394.489 -58394.489 -58687.813 -58687.813 283.69228 283.69228 45521.66 45521.66 2781.7767 2781.7767 Loop time of 410.878 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.133 hours/ns, 2.434 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 | 408.98 | 408.98 | 408.98 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30548 | 0.30548 | 0.30548 | 0.0 | 0.07 Output | 0.00041017 | 0.00041017 | 0.00041017 | 0.0 | 0.00 Modify | 1.4198 | 1.4198 | 1.4198 | 0.0 | 0.35 Other | | 0.1768 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58394.489 -58394.489 -58687.813 -58687.813 283.69228 283.69228 45521.66 45521.66 2781.7767 2781.7767 2000 -58423.305 -58423.305 -58692.116 -58692.116 259.98401 259.98401 45534.823 45534.823 641.19916 641.19916 Loop time of 412.542 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.595 hours/ns, 2.424 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 | 410.63 | 410.63 | 410.63 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29972 | 0.29972 | 0.29972 | 0.0 | 0.07 Output | 0.00025694 | 0.00025694 | 0.00025694 | 0.0 | 0.00 Modify | 1.4308 | 1.4308 | 1.4308 | 0.0 | 0.35 Other | | 0.1759 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58423.305 -58423.305 -58692.116 -58692.116 259.98401 259.98401 45534.823 45534.823 641.19916 641.19916 3000 -58411.52 -58411.52 -58695.088 -58695.088 274.2564 274.2564 45552.081 45552.081 -758.26069 -758.26069 Loop time of 411.781 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.384 hours/ns, 2.428 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 409.88 | 409.88 | 409.88 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29742 | 0.29742 | 0.29742 | 0.0 | 0.07 Output | 0.00038286 | 0.00038286 | 0.00038286 | 0.0 | 0.00 Modify | 1.4236 | 1.4236 | 1.4236 | 0.0 | 0.35 Other | | 0.1751 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58411.52 -58411.52 -58695.088 -58695.088 274.2564 274.2564 45552.081 45552.081 -758.26069 -758.26069 4000 -58413.855 -58413.855 -58701.63 -58701.63 278.32551 278.32551 45558.192 45558.192 -1782.5871 -1782.5871 Loop time of 410.547 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.041 hours/ns, 2.436 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 408.66 | 408.66 | 408.66 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29415 | 0.29415 | 0.29415 | 0.0 | 0.07 Output | 0.00025678 | 0.00025678 | 0.00025678 | 0.0 | 0.00 Modify | 1.4179 | 1.4179 | 1.4179 | 0.0 | 0.35 Other | | 0.1771 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58413.855 -58413.855 -58701.63 -58701.63 278.32551 278.32551 45558.192 45558.192 -1782.5871 -1782.5871 5000 -58418.502 -58418.502 -58695.077 -58695.077 267.49372 267.49372 45563.436 45563.436 -2001.2892 -2001.2892 Loop time of 411.204 on 1 procs for 1000 steps with 8000 atoms Performance: 0.210 ns/day, 114.223 hours/ns, 2.432 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 409.28 | 409.28 | 409.28 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29655 | 0.29655 | 0.29655 | 0.0 | 0.07 Output | 0.00022339 | 0.00022339 | 0.00022339 | 0.0 | 0.00 Modify | 1.4479 | 1.4479 | 1.4479 | 0.0 | 0.35 Other | | 0.178 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.214665691907, Press = 121.840201029227 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58418.502 -58418.502 -58695.077 -58695.077 267.49372 267.49372 45563.436 45563.436 -2001.2892 -2001.2892 6000 -58409.48 -58409.48 -58693.088 -58693.088 274.29561 274.29561 45568.384 45568.384 -2288.2433 -2288.2433 Loop time of 408.862 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.573 hours/ns, 2.446 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 406.95 | 406.95 | 406.95 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29419 | 0.29419 | 0.29419 | 0.0 | 0.07 Output | 0.00022904 | 0.00022904 | 0.00022904 | 0.0 | 0.00 Modify | 1.4388 | 1.4388 | 1.4388 | 0.0 | 0.35 Other | | 0.1741 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.816319002215, Press = -44.3117970705917 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58409.48 -58409.48 -58693.088 -58693.088 274.29561 274.29561 45568.384 45568.384 -2288.2433 -2288.2433 7000 -58419.745 -58419.745 -58700.865 -58700.865 271.88902 271.88902 45534.376 45534.376 598.70823 598.70823 Loop time of 413.402 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 114.834 hours/ns, 2.419 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 411.45 | 411.45 | 411.45 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29757 | 0.29757 | 0.29757 | 0.0 | 0.07 Output | 0.00034895 | 0.00034895 | 0.00034895 | 0.0 | 0.00 Modify | 1.477 | 1.477 | 1.477 | 0.0 | 0.36 Other | | 0.1777 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.983536569135, Press = -19.7239168697871 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58419.745 -58419.745 -58700.865 -58700.865 271.88902 271.88902 45534.376 45534.376 598.70823 598.70823 8000 -58411.138 -58411.138 -58704.77 -58704.77 283.99061 283.99061 45528.059 45528.059 1356.0255 1356.0255 Loop time of 410.274 on 1 procs for 1000 steps with 8000 atoms Performance: 0.211 ns/day, 113.965 hours/ns, 2.437 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 408.33 | 408.33 | 408.33 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29599 | 0.29599 | 0.29599 | 0.0 | 0.07 Output | 0.00027444 | 0.00027444 | 0.00027444 | 0.0 | 0.00 Modify | 1.4767 | 1.4767 | 1.4767 | 0.0 | 0.36 Other | | 0.1759 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.114996768754, Press = 3.70512375287354 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58411.138 -58411.138 -58704.77 -58704.77 283.99061 283.99061 45528.059 45528.059 1356.0255 1356.0255 9000 -58415.951 -58415.951 -58692.725 -58692.725 267.6857 267.6857 45525.849 45525.849 1649.3666 1649.3666 Loop time of 420.338 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.760 hours/ns, 2.379 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 | 418.34 | 418.34 | 418.34 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29991 | 0.29991 | 0.29991 | 0.0 | 0.07 Output | 0.00031495 | 0.00031495 | 0.00031495 | 0.0 | 0.00 Modify | 1.5147 | 1.5147 | 1.5147 | 0.0 | 0.36 Other | | 0.1788 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.02345591127, Press = 9.36832084950779 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58415.951 -58415.951 -58692.725 -58692.725 267.6857 267.6857 45525.849 45525.849 1649.3666 1649.3666 10000 -58417.683 -58417.683 -58705.798 -58705.798 278.65471 278.65471 45525.286 45525.286 1545.8776 1545.8776 Loop time of 420.061 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.684 hours/ns, 2.381 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 418.08 | 418.08 | 418.08 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29716 | 0.29716 | 0.29716 | 0.0 | 0.07 Output | 0.00026676 | 0.00026676 | 0.00026676 | 0.0 | 0.00 Modify | 1.5072 | 1.5072 | 1.5072 | 0.0 | 0.36 Other | | 0.1779 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.122505994381, Press = 11.8341972623501 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58417.683 -58417.683 -58705.798 -58705.798 278.65471 278.65471 45525.286 45525.286 1545.8776 1545.8776 11000 -58410.951 -58410.951 -58696.307 -58696.307 275.9862 275.9862 45535.049 45535.049 949.44016 949.44016 Loop time of 414.287 on 1 procs for 1000 steps with 8000 atoms Performance: 0.209 ns/day, 115.080 hours/ns, 2.414 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 412.34 | 412.34 | 412.34 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2951 | 0.2951 | 0.2951 | 0.0 | 0.07 Output | 0.00022143 | 0.00022143 | 0.00022143 | 0.0 | 0.00 Modify | 1.4758 | 1.4758 | 1.4758 | 0.0 | 0.36 Other | | 0.1767 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.012084543245, Press = 16.4706444700482 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58410.951 -58410.951 -58696.307 -58696.307 275.9862 275.9862 45535.049 45535.049 949.44016 949.44016 12000 -58419.18 -58419.18 -58697.228 -58697.228 268.91838 268.91838 45555.733 45555.733 -1495.8198 -1495.8198 Loop time of 420.818 on 1 procs for 1000 steps with 8000 atoms Performance: 0.205 ns/day, 116.894 hours/ns, 2.376 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 | 418.84 | 418.84 | 418.84 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.3006 | 0.3006 | 0.3006 | 0.0 | 0.07 Output | 0.00021314 | 0.00021314 | 0.00021314 | 0.0 | 0.00 Modify | 1.4955 | 1.4955 | 1.4955 | 0.0 | 0.36 Other | | 0.1785 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.981719116143, Press = 17.2888989630335 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58419.18 -58419.18 -58697.228 -58697.228 268.91838 268.91838 45555.733 45555.733 -1495.8198 -1495.8198 13000 -58412.667 -58412.667 -58689.505 -58689.505 267.74792 267.74792 45577.07 45577.07 -3295.7288 -3295.7288 Loop time of 426.61 on 1 procs for 1000 steps with 8000 atoms Performance: 0.203 ns/day, 118.503 hours/ns, 2.344 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 424.59 | 424.59 | 424.59 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30316 | 0.30316 | 0.30316 | 0.0 | 0.07 Output | 0.00034593 | 0.00034593 | 0.00034593 | 0.0 | 0.00 Modify | 1.5317 | 1.5317 | 1.5317 | 0.0 | 0.36 Other | | 0.1804 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.880291502604, Press = 9.21108281832474 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58412.667 -58412.667 -58689.505 -58689.505 267.74792 267.74792 45577.07 45577.07 -3295.7288 -3295.7288 14000 -58422.903 -58422.903 -58699.896 -58699.896 267.89692 267.89692 45552.367 45552.367 -1249.2268 -1249.2268 Loop time of 426.731 on 1 procs for 1000 steps with 8000 atoms Performance: 0.202 ns/day, 118.536 hours/ns, 2.343 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 424.72 | 424.72 | 424.72 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30133 | 0.30133 | 0.30133 | 0.0 | 0.07 Output | 0.00022395 | 0.00022395 | 0.00022395 | 0.0 | 0.00 Modify | 1.5276 | 1.5276 | 1.5276 | 0.0 | 0.36 Other | | 0.1808 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.854195531853, Press = 3.54757197956548 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58422.903 -58422.903 -58699.896 -58699.896 267.89692 267.89692 45552.367 45552.367 -1249.2268 -1249.2268 15000 -58413.817 -58413.817 -58696.876 -58696.876 273.76331 273.76331 45551.485 45551.485 -940.38257 -940.38257 Loop time of 424.772 on 1 procs for 1000 steps with 8000 atoms Performance: 0.203 ns/day, 117.992 hours/ns, 2.354 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 422.77 | 422.77 | 422.77 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30244 | 0.30244 | 0.30244 | 0.0 | 0.07 Output | 0.00021968 | 0.00021968 | 0.00021968 | 0.0 | 0.00 Modify | 1.5198 | 1.5198 | 1.5198 | 0.0 | 0.36 Other | | 0.1792 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264004 Ave neighs/atom = 158.00050 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.798426530718, Press = 1.78863122442973 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58413.817 -58413.817 -58696.876 -58696.876 273.76331 273.76331 45551.485 45551.485 -940.38257 -940.38257 16000 -58415.191 -58415.191 -58695.177 -58695.177 270.79181 270.79181 45543.7 45543.7 -139.51645 -139.51645 Loop time of 423.732 on 1 procs for 1000 steps with 8000 atoms Performance: 0.204 ns/day, 117.703 hours/ns, 2.360 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 421.72 | 421.72 | 421.72 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30269 | 0.30269 | 0.30269 | 0.0 | 0.07 Output | 0.00022648 | 0.00022648 | 0.00022648 | 0.0 | 0.00 Modify | 1.5333 | 1.5333 | 1.5333 | 0.0 | 0.36 Other | | 0.1802 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.779761695205, Press = 0.290069552132714 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58415.191 -58415.191 -58695.177 -58695.177 270.79181 270.79181 45543.7 45543.7 -139.51645 -139.51645 17000 -58412.741 -58412.741 -58698.39 -58698.39 276.26933 276.26933 45523.805 45523.805 1865.9045 1865.9045 Loop time of 421.537 on 1 procs for 1000 steps with 8000 atoms Performance: 0.205 ns/day, 117.094 hours/ns, 2.372 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 419.52 | 419.52 | 419.52 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30325 | 0.30325 | 0.30325 | 0.0 | 0.07 Output | 0.00023464 | 0.00023464 | 0.00023464 | 0.0 | 0.00 Modify | 1.5364 | 1.5364 | 1.5364 | 0.0 | 0.36 Other | | 0.1812 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.881284501864, Press = -1.76333472641371 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58412.741 -58412.741 -58698.39 -58698.39 276.26933 276.26933 45523.805 45523.805 1865.9045 1865.9045 18000 -58408.145 -58408.145 -58695.607 -58695.607 278.02343 278.02343 45503.84 45503.84 4125.1826 4125.1826 Loop time of 421.055 on 1 procs for 1000 steps with 8000 atoms Performance: 0.205 ns/day, 116.960 hours/ns, 2.375 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 419.04 | 419.04 | 419.04 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30242 | 0.30242 | 0.30242 | 0.0 | 0.07 Output | 0.00022513 | 0.00022513 | 0.00022513 | 0.0 | 0.00 Modify | 1.5338 | 1.5338 | 1.5338 | 0.0 | 0.36 Other | | 0.18 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.939269127846, Press = 1.66891287893339 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58408.145 -58408.145 -58695.607 -58695.607 278.02343 278.02343 45503.84 45503.84 4125.1826 4125.1826 19000 -58416.818 -58416.818 -58705.044 -58705.044 278.76202 278.76202 45510.675 45510.675 2983.5093 2983.5093 Loop time of 420.543 on 1 procs for 1000 steps with 8000 atoms Performance: 0.205 ns/day, 116.818 hours/ns, 2.378 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 418.56 | 418.56 | 418.56 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30004 | 0.30004 | 0.30004 | 0.0 | 0.07 Output | 0.00030424 | 0.00030424 | 0.00030424 | 0.0 | 0.00 Modify | 1.5062 | 1.5062 | 1.5062 | 0.0 | 0.36 Other | | 0.1784 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.026459969701, Press = 4.97011062255636 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58416.818 -58416.818 -58705.044 -58705.044 278.76202 278.76202 45510.675 45510.675 2983.5093 2983.5093 20000 -58410.829 -58410.829 -58693.545 -58693.545 273.43286 273.43286 45530.613 45530.613 1335.4093 1335.4093 Loop time of 418.549 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.264 hours/ns, 2.389 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 416.59 | 416.59 | 416.59 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29957 | 0.29957 | 0.29957 | 0.0 | 0.07 Output | 0.0002233 | 0.0002233 | 0.0002233 | 0.0 | 0.00 Modify | 1.4825 | 1.4825 | 1.4825 | 0.0 | 0.35 Other | | 0.1771 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.037969850958, Press = 6.04850880868614 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58410.829 -58410.829 -58693.545 -58693.545 273.43286 273.43286 45530.613 45530.613 1335.4093 1335.4093 21000 -58417.81 -58417.81 -58695.687 -58695.687 268.75267 268.75267 45545.049 45545.049 -296.07266 -296.07266 Loop time of 415.738 on 1 procs for 1000 steps with 8000 atoms Performance: 0.208 ns/day, 115.483 hours/ns, 2.405 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 413.78 | 413.78 | 413.78 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29751 | 0.29751 | 0.29751 | 0.0 | 0.07 Output | 0.00023229 | 0.00023229 | 0.00023229 | 0.0 | 0.00 Modify | 1.4813 | 1.4813 | 1.4813 | 0.0 | 0.36 Other | | 0.1761 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.096178238496, Press = 5.42877809600851 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58417.81 -58417.81 -58695.687 -58695.687 268.75267 268.75267 45545.049 45545.049 -296.07266 -296.07266 22000 -58412.026 -58412.026 -58695.537 -58695.537 274.20186 274.20186 45556.175 45556.175 -1155.1386 -1155.1386 Loop time of 418.627 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.285 hours/ns, 2.389 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 416.63 | 416.63 | 416.63 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30167 | 0.30167 | 0.30167 | 0.0 | 0.07 Output | 0.00022462 | 0.00022462 | 0.00022462 | 0.0 | 0.00 Modify | 1.512 | 1.512 | 1.512 | 0.0 | 0.36 Other | | 0.1789 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.161515330064, Press = 3.52438805919934 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58412.026 -58412.026 -58695.537 -58695.537 274.20186 274.20186 45556.175 45556.175 -1155.1386 -1155.1386 23000 -58415.94 -58415.94 -58694.365 -58694.365 269.28219 269.28219 45551.263 45551.263 -932.9443 -932.9443 Loop time of 422.607 on 1 procs for 1000 steps with 8000 atoms Performance: 0.204 ns/day, 117.391 hours/ns, 2.366 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 420.58 | 420.58 | 420.58 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30258 | 0.30258 | 0.30258 | 0.0 | 0.07 Output | 0.00030844 | 0.00030844 | 0.00030844 | 0.0 | 0.00 Modify | 1.5405 | 1.5405 | 1.5405 | 0.0 | 0.36 Other | | 0.1816 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.229047063518, Press = 1.99737476374848 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58415.94 -58415.94 -58694.365 -58694.365 269.28219 269.28219 45551.263 45551.263 -932.9443 -932.9443 24000 -58408.568 -58408.568 -58690.984 -58690.984 273.14242 273.14242 45549.219 45549.219 -403.56413 -403.56413 Loop time of 419.532 on 1 procs for 1000 steps with 8000 atoms Performance: 0.206 ns/day, 116.537 hours/ns, 2.384 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 417.57 | 417.57 | 417.57 | 0.0 | 99.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.29915 | 0.29915 | 0.29915 | 0.0 | 0.07 Output | 0.00022008 | 0.00022008 | 0.00022008 | 0.0 | 0.00 Modify | 1.4889 | 1.4889 | 1.4889 | 0.0 | 0.35 Other | | 0.1787 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264002 Ave neighs/atom = 158.00025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.267022262791, Press = 1.56805617461637 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58408.568 -58408.568 -58690.984 -58690.984 273.14242 273.14242 45549.219 45549.219 -403.56413 -403.56413 25000 -58413.512 -58413.512 -58695.74 -58695.74 272.96033 272.96033 45540.914 45540.914 245.35714 245.35714 Loop time of 417.175 on 1 procs for 1000 steps with 8000 atoms Performance: 0.207 ns/day, 115.882 hours/ns, 2.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 | 415.18 | 415.18 | 415.18 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30281 | 0.30281 | 0.30281 | 0.0 | 0.07 Output | 0.00035134 | 0.00035134 | 0.00035134 | 0.0 | 0.00 Modify | 1.5146 | 1.5146 | 1.5146 | 0.0 | 0.36 Other | | 0.181 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.265218421963, Press = 1.08258783974467 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.04112 ghost atom cutoff = 6.04112 binsize = 3.02056, bins = 12 12 12 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 6.04112 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 15.86 | 15.86 | 15.86 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58413.512 -58413.512 -58695.74 -58695.74 272.96033 272.96033 45540.914 45540.914 245.35714 245.35714 26000 -58419.272 -58419.272 -58698.747 -58698.747 270.29786 270.29786 45522.898 45522.898 1688.8913 1688.8913 Loop time of 422.563 on 1 procs for 1000 steps with 8000 atoms Performance: 0.204 ns/day, 117.379 hours/ns, 2.367 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 | 420.55 | 420.55 | 420.55 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.30262 | 0.30262 | 0.30262 | 0.0 | 0.07 Output | 0.0003059 | 0.0003059 | 0.0003059 | 0.0 | 0.00 Modify | 1.5321 | 1.5321 | 1.5321 | 0.0 | 0.36 Other | | 0.1794 | | | 0.04 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 10629.0 ave 10629 max 10629 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.26400e+06 ave 1.264e+06 max 1.264e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1264000 Ave neighs/atom = 158.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 45542.6116131922 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0