# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 4.0415970236062995*${_u_distance} variable latticeconst_converted equal 4.0415970236062995*1 lattice fcc ${latticeconst_converted} lattice fcc 4.0415970236063 Lattice spacing in x,y,z = 4.0415970 4.0415970 4.0415970 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 (40.415970 40.415970 40.415970) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (40.415970 40.415970 40.415970) create_atoms CPU = 0.001 seconds variable mass_converted equal 26.981538*${_u_mass} variable mass_converted equal 26.981538*1 kim_interactions Al WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Al #=== BEGIN kim interactions ================================== pair_style kim Tersoff_LAMMPS_PlummerRathodSrivastava_2021_TiAlC__MO_992900971352_000 pair_coeff * * Al #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 26.981538 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 66017.4928574219 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66017.4928574219/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 66017.4928574219/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 66017.4928574219/(1*1*${_u_distance}) variable V0_metal equal 66017.4928574219/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 66017.4928574219*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 66017.4928574219 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_992900971352_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 = 14 14 14 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) = 4.525 | 4.525 | 4.525 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13337.961 -13337.961 -13479.155 -13479.155 273.15 273.15 66017.493 66017.493 2284.4314 2284.4314 1000 -13175.014 -13175.014 -13329.195 -13329.195 298.27363 298.27363 68069.06 68069.06 -536.94421 -536.94421 Loop time of 259.266 on 1 procs for 1000 steps with 4000 atoms Performance: 0.333 ns/day, 72.018 hours/ns, 3.857 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 | 258.87 | 258.87 | 258.87 | 0.0 | 99.85 Neigh | 0.033421 | 0.033421 | 0.033421 | 0.0 | 0.01 Comm | 0.035722 | 0.035722 | 0.035722 | 0.0 | 0.01 Output | 0.00027932 | 0.00027932 | 0.00027932 | 0.0 | 0.00 Modify | 0.2853 | 0.2853 | 0.2853 | 0.0 | 0.11 Other | | 0.0371 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4104.00 ave 4104 max 4104 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: 215594.0 ave 215594 max 215594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215594 Ave neighs/atom = 53.898500 Neighbor list builds = 1 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13175.014 -13175.014 -13329.195 -13329.195 298.27363 298.27363 68069.06 68069.06 -536.94421 -536.94421 2000 -13195.458 -13195.458 -13333.016 -13333.016 266.11568 266.11568 68002.313 68002.313 -169.81966 -169.81966 Loop time of 257.607 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.557 hours/ns, 3.882 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 | 257.25 | 257.25 | 257.25 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036484 | 0.036484 | 0.036484 | 0.0 | 0.01 Output | 0.00013215 | 0.00013215 | 0.00013215 | 0.0 | 0.00 Modify | 0.28005 | 0.28005 | 0.28005 | 0.0 | 0.11 Other | | 0.03535 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4153.00 ave 4153 max 4153 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: 215638.0 ave 215638 max 215638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215638 Ave neighs/atom = 53.909500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13195.458 -13195.458 -13333.016 -13333.016 266.11568 266.11568 68002.313 68002.313 -169.81966 -169.81966 3000 -13183.329 -13183.329 -13324.121 -13324.121 272.37089 272.37089 68075.397 68075.397 -29.660541 -29.660541 Loop time of 257.983 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.662 hours/ns, 3.876 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 | 257.63 | 257.63 | 257.63 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0366 | 0.0366 | 0.0366 | 0.0 | 0.01 Output | 0.00013573 | 0.00013573 | 0.00013573 | 0.0 | 0.00 Modify | 0.28118 | 0.28118 | 0.28118 | 0.0 | 0.11 Other | | 0.03603 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4175.00 ave 4175 max 4175 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: 215644.0 ave 215644 max 215644 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215644 Ave neighs/atom = 53.911000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13183.329 -13183.329 -13324.121 -13324.121 272.37089 272.37089 68075.397 68075.397 -29.660541 -29.660541 4000 -13191.116 -13191.116 -13328.201 -13328.201 265.19852 265.19852 68036.559 68036.559 -113.51479 -113.51479 Loop time of 257.885 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.635 hours/ns, 3.878 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 | 257.53 | 257.53 | 257.53 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036384 | 0.036384 | 0.036384 | 0.0 | 0.01 Output | 0.0001385 | 0.0001385 | 0.0001385 | 0.0 | 0.00 Modify | 0.28031 | 0.28031 | 0.28031 | 0.0 | 0.11 Other | | 0.03495 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4146.00 ave 4146 max 4146 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: 215568.0 ave 215568 max 215568 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215568 Ave neighs/atom = 53.892000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13191.116 -13191.116 -13328.201 -13328.201 265.19852 265.19852 68036.559 68036.559 -113.51479 -113.51479 5000 -13187.174 -13187.174 -13329.203 -13329.203 274.76376 274.76376 68059.815 68059.815 -487.96364 -487.96364 Loop time of 257.541 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.539 hours/ns, 3.883 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 | 257.19 | 257.19 | 257.19 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036348 | 0.036348 | 0.036348 | 0.0 | 0.01 Output | 9.5038e-05 | 9.5038e-05 | 9.5038e-05 | 0.0 | 0.00 Modify | 0.28183 | 0.28183 | 0.28183 | 0.0 | 0.11 Other | | 0.03554 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4143.00 ave 4143 max 4143 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: 215626.0 ave 215626 max 215626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215626 Ave neighs/atom = 53.906500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 276.117864456736, Press = 611.732643326875 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13187.174 -13187.174 -13329.203 -13329.203 274.76376 274.76376 68059.815 68059.815 -487.96364 -487.96364 6000 -13188.059 -13188.059 -13330.143 -13330.143 274.87034 274.87034 68036.283 68036.283 -123.73391 -123.73391 Loop time of 257.872 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.631 hours/ns, 3.878 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 | 257.51 | 257.51 | 257.51 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0362 | 0.0362 | 0.0362 | 0.0 | 0.01 Output | 0.00010409 | 0.00010409 | 0.00010409 | 0.0 | 0.00 Modify | 0.28867 | 0.28867 | 0.28867 | 0.0 | 0.11 Other | | 0.03496 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4128.00 ave 4128 max 4128 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: 215624.0 ave 215624 max 215624 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215624 Ave neighs/atom = 53.906000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.875427982164, Press = 51.4916148276348 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13188.059 -13188.059 -13330.143 -13330.143 274.87034 274.87034 68036.283 68036.283 -123.73391 -123.73391 7000 -13187.571 -13187.571 -13331.253 -13331.253 277.96257 277.96257 67996.613 67996.613 491.00511 491.00511 Loop time of 258.52 on 1 procs for 1000 steps with 4000 atoms Performance: 0.334 ns/day, 71.811 hours/ns, 3.868 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 | 258.16 | 258.16 | 258.16 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036278 | 0.036278 | 0.036278 | 0.0 | 0.01 Output | 0.00010308 | 0.00010308 | 0.00010308 | 0.0 | 0.00 Modify | 0.29009 | 0.29009 | 0.29009 | 0.0 | 0.11 Other | | 0.03538 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4100.00 ave 4100 max 4100 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: 215650.0 ave 215650 max 215650 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215650 Ave neighs/atom = 53.912500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.225431091476, Press = 16.4231294878648 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13187.571 -13187.571 -13331.253 -13331.253 277.96257 277.96257 67996.613 67996.613 491.00511 491.00511 8000 -13188.356 -13188.356 -13330.502 -13330.502 274.99203 274.99203 67962.124 67962.124 1189.4602 1189.4602 Loop time of 258.221 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.728 hours/ns, 3.873 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 | 257.86 | 257.86 | 257.86 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036548 | 0.036548 | 0.036548 | 0.0 | 0.01 Output | 0.00010513 | 0.00010513 | 0.00010513 | 0.0 | 0.00 Modify | 0.29168 | 0.29168 | 0.29168 | 0.0 | 0.11 Other | | 0.03611 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4141.00 ave 4141 max 4141 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: 215702.0 ave 215702 max 215702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215702 Ave neighs/atom = 53.925500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.027577621109, Press = 11.4820827597827 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13188.356 -13188.356 -13330.502 -13330.502 274.99203 274.99203 67962.124 67962.124 1189.4602 1189.4602 9000 -13188.585 -13188.585 -13331.87 -13331.87 277.19545 277.19545 67936.249 67936.249 1370.4121 1370.4121 Loop time of 258.54 on 1 procs for 1000 steps with 4000 atoms Performance: 0.334 ns/day, 71.817 hours/ns, 3.868 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 | 258.17 | 258.17 | 258.17 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036659 | 0.036659 | 0.036659 | 0.0 | 0.01 Output | 0.00010436 | 0.00010436 | 0.00010436 | 0.0 | 0.00 Modify | 0.2923 | 0.2923 | 0.2923 | 0.0 | 0.11 Other | | 0.03633 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4151.00 ave 4151 max 4151 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: 215702.0 ave 215702 max 215702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215702 Ave neighs/atom = 53.925500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.09220974094, Press = 6.05908925613599 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13188.585 -13188.585 -13331.87 -13331.87 277.19545 277.19545 67936.249 67936.249 1370.4121 1370.4121 10000 -13187.341 -13187.341 -13330.34 -13330.34 276.64127 276.64127 67981.455 67981.455 677.96817 677.96817 Loop time of 258.076 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.688 hours/ns, 3.875 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 | 257.72 | 257.72 | 257.72 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035652 | 0.035652 | 0.035652 | 0.0 | 0.01 Output | 0.00010312 | 0.00010312 | 0.00010312 | 0.0 | 0.00 Modify | 0.28946 | 0.28946 | 0.28946 | 0.0 | 0.11 Other | | 0.03493 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4083.00 ave 4083 max 4083 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: 215686.0 ave 215686 max 215686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215686 Ave neighs/atom = 53.921500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.678774122892, Press = 2.98805664758408 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13187.341 -13187.341 -13330.34 -13330.34 276.64127 276.64127 67981.455 67981.455 677.96817 677.96817 11000 -13191.348 -13191.348 -13330.229 -13330.229 268.67516 268.67516 67955.865 67955.865 1219.4369 1219.4369 Loop time of 257.229 on 1 procs for 1000 steps with 4000 atoms Performance: 0.336 ns/day, 71.453 hours/ns, 3.888 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 | 256.87 | 256.87 | 256.87 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03615 | 0.03615 | 0.03615 | 0.0 | 0.01 Output | 0.00010221 | 0.00010221 | 0.00010221 | 0.0 | 0.00 Modify | 0.29056 | 0.29056 | 0.29056 | 0.0 | 0.11 Other | | 0.03593 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4095.00 ave 4095 max 4095 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: 215662.0 ave 215662 max 215662 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215662 Ave neighs/atom = 53.915500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.716358281159, Press = 2.66397877808791 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13191.348 -13191.348 -13330.229 -13330.229 268.67516 268.67516 67955.865 67955.865 1219.4369 1219.4369 12000 -13186.896 -13186.896 -13330.285 -13330.285 277.39558 277.39558 67997.27 67997.27 631.00485 631.00485 Loop time of 258.621 on 1 procs for 1000 steps with 4000 atoms Performance: 0.334 ns/day, 71.839 hours/ns, 3.867 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 | 258.26 | 258.26 | 258.26 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036408 | 0.036408 | 0.036408 | 0.0 | 0.01 Output | 0.00010193 | 0.00010193 | 0.00010193 | 0.0 | 0.00 Modify | 0.29093 | 0.29093 | 0.29093 | 0.0 | 0.11 Other | | 0.03596 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4129.00 ave 4129 max 4129 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: 215622.0 ave 215622 max 215622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215622 Ave neighs/atom = 53.905500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.638714311782, Press = 2.98503656096579 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13186.896 -13186.896 -13330.285 -13330.285 277.39558 277.39558 67997.27 67997.27 631.00485 631.00485 13000 -13187.305 -13187.305 -13327.349 -13327.349 270.92441 270.92441 68044.496 68044.496 118.3349 118.3349 Loop time of 257.936 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.649 hours/ns, 3.877 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 | 257.58 | 257.58 | 257.58 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036115 | 0.036115 | 0.036115 | 0.0 | 0.01 Output | 0.00011271 | 0.00011271 | 0.00011271 | 0.0 | 0.00 Modify | 0.28879 | 0.28879 | 0.28879 | 0.0 | 0.11 Other | | 0.03501 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4125.00 ave 4125 max 4125 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: 215632.0 ave 215632 max 215632 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215632 Ave neighs/atom = 53.908000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.488584964681, Press = 3.6639321701672 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13187.305 -13187.305 -13327.349 -13327.349 270.92441 270.92441 68044.496 68044.496 118.3349 118.3349 14000 -13190.631 -13190.631 -13332.301 -13332.301 274.07104 274.07104 68049.613 68049.613 -545.42823 -545.42823 Loop time of 257.681 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.578 hours/ns, 3.881 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 | 257.32 | 257.32 | 257.32 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036025 | 0.036025 | 0.036025 | 0.0 | 0.01 Output | 0.00010399 | 0.00010399 | 0.00010399 | 0.0 | 0.00 Modify | 0.28854 | 0.28854 | 0.28854 | 0.0 | 0.11 Other | | 0.03532 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4136.00 ave 4136 max 4136 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: 215622.0 ave 215622 max 215622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215622 Ave neighs/atom = 53.905500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.500250643434, Press = 3.87381197593877 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13190.631 -13190.631 -13332.301 -13332.301 274.07104 274.07104 68049.613 68049.613 -545.42823 -545.42823 15000 -13183.41 -13183.41 -13327.2 -13327.2 278.17248 278.17248 68134.907 68134.907 -1244.7512 -1244.7512 Loop time of 257.938 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.650 hours/ns, 3.877 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 | 257.58 | 257.58 | 257.58 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036325 | 0.036325 | 0.036325 | 0.0 | 0.01 Output | 0.00011291 | 0.00011291 | 0.00011291 | 0.0 | 0.00 Modify | 0.28936 | 0.28936 | 0.28936 | 0.0 | 0.11 Other | | 0.03543 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4124.00 ave 4124 max 4124 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: 215608.0 ave 215608 max 215608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215608 Ave neighs/atom = 53.902000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.697139559387, Press = 0.84501756283574 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 = 14 14 14 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) = 4.526 | 4.526 | 4.526 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13183.41 -13183.41 -13327.2 -13327.2 278.17248 278.17248 68134.907 68134.907 -1244.7512 -1244.7512 16000 -13189.247 -13189.247 -13327.956 -13327.956 268.34118 268.34118 68156.16 68156.16 -1711.8494 -1711.8494 Loop time of 258.095 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.693 hours/ns, 3.875 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 | 257.73 | 257.73 | 257.73 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035631 | 0.035631 | 0.035631 | 0.0 | 0.01 Output | 0.00011453 | 0.00011453 | 0.00011453 | 0.0 | 0.00 Modify | 0.2911 | 0.2911 | 0.2911 | 0.0 | 0.11 Other | | 0.03618 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4048.00 ave 4048 max 4048 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: 215614.0 ave 215614 max 215614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215614 Ave neighs/atom = 53.903500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.76952116312, Press = 3.98817468897016 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13189.247 -13189.247 -13327.956 -13327.956 268.34118 268.34118 68156.16 68156.16 -1711.8494 -1711.8494 17000 -13185.48 -13185.48 -13327.938 -13327.938 275.59482 275.59482 68120.017 68120.017 -1064.9312 -1064.9312 Loop time of 258.148 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.708 hours/ns, 3.874 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 | 257.79 | 257.79 | 257.79 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035895 | 0.035895 | 0.035895 | 0.0 | 0.01 Output | 0.00010276 | 0.00010276 | 0.00010276 | 0.0 | 0.00 Modify | 0.28951 | 0.28951 | 0.28951 | 0.0 | 0.11 Other | | 0.03524 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4083.00 ave 4083 max 4083 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: 215576.0 ave 215576 max 215576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215576 Ave neighs/atom = 53.894000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.757381371428, Press = 3.498250655369 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13185.48 -13185.48 -13327.938 -13327.938 275.59482 275.59482 68120.017 68120.017 -1064.9312 -1064.9312 18000 -13191.865 -13191.865 -13331.737 -13331.737 270.59092 270.59092 68060.611 68060.611 -743.41655 -743.41655 Loop time of 258.846 on 1 procs for 1000 steps with 4000 atoms Performance: 0.334 ns/day, 71.902 hours/ns, 3.863 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 | 258.48 | 258.48 | 258.48 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036135 | 0.036135 | 0.036135 | 0.0 | 0.01 Output | 9.0828e-05 | 9.0828e-05 | 9.0828e-05 | 0.0 | 0.00 Modify | 0.29003 | 0.29003 | 0.29003 | 0.0 | 0.11 Other | | 0.03515 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4125.00 ave 4125 max 4125 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: 215606.0 ave 215606 max 215606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215606 Ave neighs/atom = 53.901500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.746491210241, Press = 3.6134538819215 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13191.865 -13191.865 -13331.737 -13331.737 270.59092 270.59092 68060.611 68060.611 -743.41655 -743.41655 19000 -13187.614 -13187.614 -13329.499 -13329.499 274.4868 274.4868 68049.347 68049.347 -207.95413 -207.95413 Loop time of 256.298 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.194 hours/ns, 3.902 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 | 255.94 | 255.94 | 255.94 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035617 | 0.035617 | 0.035617 | 0.0 | 0.01 Output | 0.00010254 | 0.00010254 | 0.00010254 | 0.0 | 0.00 Modify | 0.2877 | 0.2877 | 0.2877 | 0.0 | 0.11 Other | | 0.03505 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4084.00 ave 4084 max 4084 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: 215616.0 ave 215616 max 215616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215616 Ave neighs/atom = 53.904000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.787616770982, Press = 2.22012487065856 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13187.614 -13187.614 -13329.499 -13329.499 274.4868 274.4868 68049.347 68049.347 -207.95413 -207.95413 20000 -13186.702 -13186.702 -13328.693 -13328.693 274.69028 274.69028 68065.221 68065.221 -507.31129 -507.31129 Loop time of 255.928 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 71.091 hours/ns, 3.907 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 | 255.57 | 255.57 | 255.57 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035779 | 0.035779 | 0.035779 | 0.0 | 0.01 Output | 0.00011582 | 0.00011582 | 0.00011582 | 0.0 | 0.00 Modify | 0.28709 | 0.28709 | 0.28709 | 0.0 | 0.11 Other | | 0.035 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4127.00 ave 4127 max 4127 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: 215652.0 ave 215652 max 215652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215652 Ave neighs/atom = 53.913000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.760228902742, Press = 3.30378203566297 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13186.702 -13186.702 -13328.693 -13328.693 274.69028 274.69028 68065.221 68065.221 -507.31129 -507.31129 21000 -13187.258 -13187.258 -13328.829 -13328.829 273.87789 273.87789 67999.623 67999.623 740.94656 740.94656 Loop time of 256.43 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.230 hours/ns, 3.900 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 | 256.07 | 256.07 | 256.07 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035825 | 0.035825 | 0.035825 | 0.0 | 0.01 Output | 0.0001073 | 0.0001073 | 0.0001073 | 0.0 | 0.00 Modify | 0.28666 | 0.28666 | 0.28666 | 0.0 | 0.11 Other | | 0.0349 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4129.00 ave 4129 max 4129 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: 215594.0 ave 215594 max 215594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215594 Ave neighs/atom = 53.898500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.847791008602, Press = 4.40576574699236 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13187.258 -13187.258 -13328.829 -13328.829 273.87789 273.87789 67999.623 67999.623 740.94656 740.94656 22000 -13192.015 -13192.015 -13331.582 -13331.582 270.0011 270.0011 67971.886 67971.886 831.3342 831.3342 Loop time of 256.441 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.233 hours/ns, 3.900 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 | 256.08 | 256.08 | 256.08 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035784 | 0.035784 | 0.035784 | 0.0 | 0.01 Output | 0.00010027 | 0.00010027 | 0.00010027 | 0.0 | 0.00 Modify | 0.28642 | 0.28642 | 0.28642 | 0.0 | 0.11 Other | | 0.03454 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4126.00 ave 4126 max 4126 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: 215600.0 ave 215600 max 215600 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215600 Ave neighs/atom = 53.900000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.873200696436, Press = 4.21166198683071 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13192.015 -13192.015 -13331.582 -13331.582 270.0011 270.0011 67971.886 67971.886 831.3342 831.3342 23000 -13186.541 -13186.541 -13328.381 -13328.381 274.39876 274.39876 67993.347 67993.347 948.67753 948.67753 Loop time of 256.163 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.156 hours/ns, 3.904 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 | 255.81 | 255.81 | 255.81 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03541 | 0.03541 | 0.03541 | 0.0 | 0.01 Output | 0.00010301 | 0.00010301 | 0.00010301 | 0.0 | 0.00 Modify | 0.28576 | 0.28576 | 0.28576 | 0.0 | 0.11 Other | | 0.03423 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4093.00 ave 4093 max 4093 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: 215682.0 ave 215682 max 215682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215682 Ave neighs/atom = 53.920500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.861687387125, Press = 3.0977027913455 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13186.541 -13186.541 -13328.381 -13328.381 274.39876 274.39876 67993.347 67993.347 948.67753 948.67753 24000 -13190.214 -13190.214 -13328.365 -13328.365 267.26293 267.26293 67997.468 67997.468 840.0316 840.0316 Loop time of 257.583 on 1 procs for 1000 steps with 4000 atoms Performance: 0.335 ns/day, 71.551 hours/ns, 3.882 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 | 257.22 | 257.22 | 257.22 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035926 | 0.035926 | 0.035926 | 0.0 | 0.01 Output | 0.00010715 | 0.00010715 | 0.00010715 | 0.0 | 0.00 Modify | 0.28921 | 0.28921 | 0.28921 | 0.0 | 0.11 Other | | 0.03533 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4073.00 ave 4073 max 4073 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: 215622.0 ave 215622 max 215622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215622 Ave neighs/atom = 53.905500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.782602621002, Press = 1.25419092592103 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13190.214 -13190.214 -13328.365 -13328.365 267.26293 267.26293 67997.468 67997.468 840.0316 840.0316 25000 -13188.753 -13188.753 -13331.225 -13331.225 275.62213 275.62213 67941.101 67941.101 1451.8879 1451.8879 Loop time of 256.288 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.191 hours/ns, 3.902 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 | 255.93 | 255.93 | 255.93 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036027 | 0.036027 | 0.036027 | 0.0 | 0.01 Output | 0.00010256 | 0.00010256 | 0.00010256 | 0.0 | 0.00 Modify | 0.28678 | 0.28678 | 0.28678 | 0.0 | 0.11 Other | | 0.03483 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4125.00 ave 4125 max 4125 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: 215664.0 ave 215664 max 215664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215664 Ave neighs/atom = 53.916000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.767315536406, Press = 2.35081730456659 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13188.753 -13188.753 -13331.225 -13331.225 275.62213 275.62213 67941.101 67941.101 1451.8879 1451.8879 26000 -13185.236 -13185.236 -13328.048 -13328.048 276.28018 276.28018 68004.96 68004.96 676.13397 676.13397 Loop time of 256.033 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.120 hours/ns, 3.906 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 | 255.68 | 255.68 | 255.68 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035463 | 0.035463 | 0.035463 | 0.0 | 0.01 Output | 0.00010426 | 0.00010426 | 0.00010426 | 0.0 | 0.00 Modify | 0.28579 | 0.28579 | 0.28579 | 0.0 | 0.11 Other | | 0.03436 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4086.00 ave 4086 max 4086 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: 215710.0 ave 215710 max 215710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215710 Ave neighs/atom = 53.927500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.711140324768, Press = 2.29766718280697 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13185.236 -13185.236 -13328.048 -13328.048 276.28018 276.28018 68004.96 68004.96 676.13397 676.13397 27000 -13188.565 -13188.565 -13330.723 -13330.723 275.0148 275.0148 68009.884 68009.884 225.72647 225.72647 Loop time of 256.313 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.198 hours/ns, 3.901 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 | 255.96 | 255.96 | 255.96 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035789 | 0.035789 | 0.035789 | 0.0 | 0.01 Output | 0.00010083 | 0.00010083 | 0.00010083 | 0.0 | 0.00 Modify | 0.28579 | 0.28579 | 0.28579 | 0.0 | 0.11 Other | | 0.03427 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4133.00 ave 4133 max 4133 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: 215672.0 ave 215672 max 215672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215672 Ave neighs/atom = 53.918000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.744897673065, Press = 2.52157614060389 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13188.565 -13188.565 -13330.723 -13330.723 275.0148 275.0148 68009.884 68009.884 225.72647 225.72647 28000 -13187.703 -13187.703 -13328.841 -13328.841 273.04082 273.04082 68009.856 68009.856 370.27576 370.27576 Loop time of 256.231 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.175 hours/ns, 3.903 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 | 255.87 | 255.87 | 255.87 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035462 | 0.035462 | 0.035462 | 0.0 | 0.01 Output | 0.00010409 | 0.00010409 | 0.00010409 | 0.0 | 0.00 Modify | 0.28629 | 0.28629 | 0.28629 | 0.0 | 0.11 Other | | 0.03474 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4100.00 ave 4100 max 4100 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: 215614.0 ave 215614 max 215614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215614 Ave neighs/atom = 53.903500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.844881200262, Press = 2.32974440932749 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13187.703 -13187.703 -13328.841 -13328.841 273.04082 273.04082 68009.856 68009.856 370.27576 370.27576 29000 -13187.602 -13187.602 -13330.368 -13330.368 276.19064 276.19064 67982.867 67982.867 659.6675 659.6675 Loop time of 256.027 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.119 hours/ns, 3.906 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 | 255.67 | 255.67 | 255.67 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035867 | 0.035867 | 0.035867 | 0.0 | 0.01 Output | 0.00010553 | 0.00010553 | 0.00010553 | 0.0 | 0.00 Modify | 0.28683 | 0.28683 | 0.28683 | 0.0 | 0.11 Other | | 0.03515 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4109.00 ave 4109 max 4109 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: 215660.0 ave 215660 max 215660 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215660 Ave neighs/atom = 53.915000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.902157916706, Press = 3.20224367449115 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13187.602 -13187.602 -13330.368 -13330.368 276.19064 276.19064 67982.867 67982.867 659.6675 659.6675 30000 -13189.919 -13189.919 -13328.972 -13328.972 269.00769 269.00769 67991.763 67991.763 720.7248 720.7248 Loop time of 256.428 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.230 hours/ns, 3.900 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 | 256.07 | 256.07 | 256.07 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035801 | 0.035801 | 0.035801 | 0.0 | 0.01 Output | 0.00010197 | 0.00010197 | 0.00010197 | 0.0 | 0.00 Modify | 0.28454 | 0.28454 | 0.28454 | 0.0 | 0.11 Other | | 0.03386 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4125.00 ave 4125 max 4125 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: 215716.0 ave 215716 max 215716 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215716 Ave neighs/atom = 53.929000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.917680267581, Press = 2.01680195017763 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13189.919 -13189.919 -13328.972 -13328.972 269.00769 269.00769 67991.763 67991.763 720.7248 720.7248 31000 -13183.859 -13183.859 -13325.808 -13325.808 274.61099 274.61099 68020.903 68020.903 582.95577 582.95577 Loop time of 256.141 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.150 hours/ns, 3.904 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 | 255.79 | 255.79 | 255.79 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0357 | 0.0357 | 0.0357 | 0.0 | 0.01 Output | 0.00010239 | 0.00010239 | 0.00010239 | 0.0 | 0.00 Modify | 0.28497 | 0.28497 | 0.28497 | 0.0 | 0.11 Other | | 0.03425 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4114.00 ave 4114 max 4114 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: 215684.0 ave 215684 max 215684 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215684 Ave neighs/atom = 53.921000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.981138587284, Press = 1.57350337447832 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13183.859 -13183.859 -13325.808 -13325.808 274.61099 274.61099 68020.903 68020.903 582.95577 582.95577 32000 -13187.897 -13187.897 -13326.09 -13326.09 267.34329 267.34329 68057.023 68057.023 136.71814 136.71814 Loop time of 256.182 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.162 hours/ns, 3.903 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 | 255.83 | 255.83 | 255.83 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035635 | 0.035635 | 0.035635 | 0.0 | 0.01 Output | 0.0001019 | 0.0001019 | 0.0001019 | 0.0 | 0.00 Modify | 0.28448 | 0.28448 | 0.28448 | 0.0 | 0.11 Other | | 0.03403 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4112.00 ave 4112 max 4112 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: 215608.0 ave 215608 max 215608 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215608 Ave neighs/atom = 53.902000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.000934823696, Press = 1.2040777079188 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13187.897 -13187.897 -13326.09 -13326.09 267.34329 267.34329 68057.023 68057.023 136.71814 136.71814 33000 -13186.09 -13186.09 -13326.908 -13326.908 272.42094 272.42094 68060.085 68060.085 -49.566341 -49.566341 Loop time of 256.252 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.181 hours/ns, 3.902 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 | 255.9 | 255.9 | 255.9 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035572 | 0.035572 | 0.035572 | 0.0 | 0.01 Output | 0.00010652 | 0.00010652 | 0.00010652 | 0.0 | 0.00 Modify | 0.28567 | 0.28567 | 0.28567 | 0.0 | 0.11 Other | | 0.03403 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4106.00 ave 4106 max 4106 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: 215636.0 ave 215636 max 215636 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215636 Ave neighs/atom = 53.909000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.964686713158, Press = 1.33574563338633 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13186.09 -13186.09 -13326.908 -13326.908 272.42094 272.42094 68060.085 68060.085 -49.566341 -49.566341 34000 -13192.767 -13192.767 -13332.373 -13332.373 270.07759 270.07759 68071.752 68071.752 -959.01316 -959.01316 Loop time of 256.155 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.154 hours/ns, 3.904 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 | 255.8 | 255.8 | 255.8 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035703 | 0.035703 | 0.035703 | 0.0 | 0.01 Output | 0.00010557 | 0.00010557 | 0.00010557 | 0.0 | 0.00 Modify | 0.28434 | 0.28434 | 0.28434 | 0.0 | 0.11 Other | | 0.03401 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4128.00 ave 4128 max 4128 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: 215628.0 ave 215628 max 215628 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215628 Ave neighs/atom = 53.907000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.937193963329, Press = 1.44592753132386 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13192.767 -13192.767 -13332.373 -13332.373 270.07759 270.07759 68071.752 68071.752 -959.01316 -959.01316 35000 -13186.487 -13186.487 -13327.441 -13327.441 272.68564 272.68564 68129.432 68129.432 -1051.8314 -1051.8314 Loop time of 256.262 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.184 hours/ns, 3.902 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 | 255.91 | 255.91 | 255.91 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035698 | 0.035698 | 0.035698 | 0.0 | 0.01 Output | 0.00010619 | 0.00010619 | 0.00010619 | 0.0 | 0.00 Modify | 0.28483 | 0.28483 | 0.28483 | 0.0 | 0.11 Other | | 0.03396 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4136.00 ave 4136 max 4136 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: 215694.0 ave 215694 max 215694 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215694 Ave neighs/atom = 53.923500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.890773735641, Press = 1.79019869026754 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13186.487 -13186.487 -13327.441 -13327.441 272.68564 272.68564 68129.432 68129.432 -1051.8314 -1051.8314 36000 -13190.462 -13190.462 -13331.621 -13331.621 273.0816 273.0816 68049.753 68049.753 -456.22653 -456.22653 Loop time of 255.845 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 71.068 hours/ns, 3.909 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 | 255.49 | 255.49 | 255.49 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036045 | 0.036045 | 0.036045 | 0.0 | 0.01 Output | 0.00010445 | 0.00010445 | 0.00010445 | 0.0 | 0.00 Modify | 0.2852 | 0.2852 | 0.2852 | 0.0 | 0.11 Other | | 0.0342 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4150.00 ave 4150 max 4150 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: 215616.0 ave 215616 max 215616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215616 Ave neighs/atom = 53.904000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.867147032199, Press = 2.47306962123569 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13190.462 -13190.462 -13331.621 -13331.621 273.0816 273.0816 68049.753 68049.753 -456.22653 -456.22653 37000 -13188.869 -13188.869 -13328.951 -13328.951 270.99832 270.99832 68050.54 68050.54 -249.41503 -249.41503 Loop time of 255.478 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 70.966 hours/ns, 3.914 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 | 255.12 | 255.12 | 255.12 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035901 | 0.035901 | 0.035901 | 0.0 | 0.01 Output | 0.00010441 | 0.00010441 | 0.00010441 | 0.0 | 0.00 Modify | 0.28487 | 0.28487 | 0.28487 | 0.0 | 0.11 Other | | 0.0343 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4153.00 ave 4153 max 4153 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: 215666.0 ave 215666 max 215666 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215666 Ave neighs/atom = 53.916500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.913470241809, Press = 1.63784447040751 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13188.869 -13188.869 -13328.951 -13328.951 270.99832 270.99832 68050.54 68050.54 -249.41503 -249.41503 38000 -13182.839 -13182.839 -13325.332 -13325.332 275.66259 275.66259 68051.444 68051.444 304.0229 304.0229 Loop time of 255.371 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 70.936 hours/ns, 3.916 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 | 255.02 | 255.02 | 255.02 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036119 | 0.036119 | 0.036119 | 0.0 | 0.01 Output | 0.00010433 | 0.00010433 | 0.00010433 | 0.0 | 0.00 Modify | 0.28491 | 0.28491 | 0.28491 | 0.0 | 0.11 Other | | 0.03428 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4180.00 ave 4180 max 4180 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: 215618.0 ave 215618 max 215618 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215618 Ave neighs/atom = 53.904500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.949067920504, Press = 1.72847949850762 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13182.839 -13182.839 -13325.332 -13325.332 275.66259 275.66259 68051.444 68051.444 304.0229 304.0229 39000 -13188.932 -13188.932 -13329.375 -13329.375 271.69661 271.69661 67987.299 67987.299 815.79872 815.79872 Loop time of 255.512 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 70.976 hours/ns, 3.914 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 | 255.16 | 255.16 | 255.16 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035932 | 0.035932 | 0.035932 | 0.0 | 0.01 Output | 9.9654e-05 | 9.9654e-05 | 9.9654e-05 | 0.0 | 0.00 Modify | 0.28583 | 0.28583 | 0.28583 | 0.0 | 0.11 Other | | 0.0343 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4134.00 ave 4134 max 4134 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: 215566.0 ave 215566 max 215566 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215566 Ave neighs/atom = 53.891500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.998472614672, Press = 1.32028334133393 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13188.932 -13188.932 -13329.375 -13329.375 271.69661 271.69661 67987.299 67987.299 815.79872 815.79872 40000 -13180.714 -13180.714 -13327.082 -13327.082 283.15787 283.15787 68017.07 68017.07 576.25119 576.25119 Loop time of 255.568 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 70.991 hours/ns, 3.913 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 | 255.21 | 255.21 | 255.21 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035856 | 0.035856 | 0.035856 | 0.0 | 0.01 Output | 0.00010346 | 0.00010346 | 0.00010346 | 0.0 | 0.00 Modify | 0.28508 | 0.28508 | 0.28508 | 0.0 | 0.11 Other | | 0.03413 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4153.00 ave 4153 max 4153 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: 215664.0 ave 215664 max 215664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215664 Ave neighs/atom = 53.916000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.043375134308, Press = 1.16023971455306 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13180.714 -13180.714 -13327.082 -13327.082 283.15787 283.15787 68017.07 68017.07 576.25119 576.25119 41000 -13187.871 -13187.871 -13330.423 -13330.423 275.77715 275.77715 67992.18 67992.18 721.63678 721.63678 Loop time of 255.631 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 71.009 hours/ns, 3.912 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 | 255.28 | 255.28 | 255.28 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035389 | 0.035389 | 0.035389 | 0.0 | 0.01 Output | 0.00010502 | 0.00010502 | 0.00010502 | 0.0 | 0.00 Modify | 0.28468 | 0.28468 | 0.28468 | 0.0 | 0.11 Other | | 0.03388 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4097.00 ave 4097 max 4097 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: 215602.0 ave 215602 max 215602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215602 Ave neighs/atom = 53.900500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.049763762552, Press = 1.36130391119654 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13187.871 -13187.871 -13330.423 -13330.423 275.77715 275.77715 67992.18 67992.18 721.63678 721.63678 42000 -13191.587 -13191.587 -13329.77 -13329.77 267.32546 267.32546 67943.003 67943.003 1555.7072 1555.7072 Loop time of 255.646 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 71.013 hours/ns, 3.912 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 | 255.29 | 255.29 | 255.29 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035898 | 0.035898 | 0.035898 | 0.0 | 0.01 Output | 0.00010599 | 0.00010599 | 0.00010599 | 0.0 | 0.00 Modify | 0.28406 | 0.28406 | 0.28406 | 0.0 | 0.11 Other | | 0.03367 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4158.00 ave 4158 max 4158 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: 215680.0 ave 215680 max 215680 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215680 Ave neighs/atom = 53.920000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.035582519878, Press = 2.21300250256593 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13191.587 -13191.587 -13329.77 -13329.77 267.32546 267.32546 67943.003 67943.003 1555.7072 1555.7072 43000 -13186.675 -13186.675 -13330.021 -13330.021 277.31301 277.31301 67953 67953 1256.1416 1256.1416 Loop time of 256.001 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.111 hours/ns, 3.906 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 | 255.65 | 255.65 | 255.65 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035792 | 0.035792 | 0.035792 | 0.0 | 0.01 Output | 0.00010157 | 0.00010157 | 0.00010157 | 0.0 | 0.00 Modify | 0.28455 | 0.28455 | 0.28455 | 0.0 | 0.11 Other | | 0.03376 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4140.00 ave 4140 max 4140 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: 215658.0 ave 215658 max 215658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215658 Ave neighs/atom = 53.914500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.000223301409, Press = 1.10872658213662 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13186.675 -13186.675 -13330.021 -13330.021 277.31301 277.31301 67953 67953 1256.1416 1256.1416 44000 -13191.824 -13191.824 -13331.203 -13331.203 269.63868 269.63868 67991.845 67991.845 522.41406 522.41406 Loop time of 255.947 on 1 procs for 1000 steps with 4000 atoms Performance: 0.338 ns/day, 71.096 hours/ns, 3.907 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 | 255.59 | 255.59 | 255.59 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035693 | 0.035693 | 0.035693 | 0.0 | 0.01 Output | 0.00010282 | 0.00010282 | 0.00010282 | 0.0 | 0.00 Modify | 0.28419 | 0.28419 | 0.28419 | 0.0 | 0.11 Other | | 0.03368 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4140.00 ave 4140 max 4140 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: 215662.0 ave 215662 max 215662 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215662 Ave neighs/atom = 53.915500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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.976161179564, Press = 0.299471367821069 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 = 14 14 14 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) = 4.527 | 4.527 | 4.527 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13191.824 -13191.824 -13331.203 -13331.203 269.63868 269.63868 67991.845 67991.845 522.41406 522.41406 45000 -13187.477 -13187.477 -13329.772 -13329.772 275.27821 275.27821 68012.741 68012.741 437.7301 437.7301 Loop time of 256.035 on 1 procs for 1000 steps with 4000 atoms Performance: 0.337 ns/day, 71.121 hours/ns, 3.906 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 | 255.68 | 255.68 | 255.68 | 0.0 | 99.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.035512 | 0.035512 | 0.035512 | 0.0 | 0.01 Output | 0.00010063 | 0.00010063 | 0.00010063 | 0.0 | 0.00 Modify | 0.28463 | 0.28463 | 0.28463 | 0.0 | 0.11 Other | | 0.03353 | | | 0.01 Nlocal: 4000.00 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4087.00 ave 4087 max 4087 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: 215658.0 ave 215658 max 215658 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 215658 Ave neighs/atom = 53.914500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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 68038.2254089825 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0