# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 2.880978018045426*${_u_distance} variable latticeconst_converted equal 2.880978018045426*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097801804543 Lattice spacing in x,y,z = 2.880978 2.880978 2.880978 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.80978 28.80978 28.80978) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0 0 0) to (28.80978 28.80978 28.80978) create_atoms CPU = 0.000 seconds variable mass_converted equal 51.9961*${_u_mass} variable mass_converted equal 51.9961*1 kim_interactions Cr WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cr #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_ChoiKimSeol_2017_CoCr__MO_410167849923_002 pair_coeff * * Cr #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 51.9961 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23912.2164838903 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2164838903/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2164838903/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2164838903/(1*1*${_u_distance}) variable V0_metal equal 23912.2164838903/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2164838903*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2164838903 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 293.15*${_u_temperature} variable temp_converted equal 293.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 293.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "293.15 - 0.2" variable T_up equal "293.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_410167849923_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8124.2527 -8124.2527 -8200 -8200 293.15 293.15 23912.216 23912.216 3383.4925 3383.4925 1000 -8045.708 -8045.708 -8121.8384 -8121.8384 294.63219 294.63219 24200.826 24200.826 -2946.9127 -2946.9127 Loop time of 15.2357 on 1 procs for 1000 steps with 2000 atoms Performance: 5.671 ns/day, 4.232 hours/ns, 65.635 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 15.155 | 15.155 | 15.155 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015044 | 0.015044 | 0.015044 | 0.0 | 0.10 Output | 0.00016829 | 0.00016829 | 0.00016829 | 0.0 | 0.00 Modify | 0.060014 | 0.060014 | 0.060014 | 0.0 | 0.39 Other | | 0.005363 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 128000 ave 128000 max 128000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 128000 Ave neighs/atom = 64 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8045.708 -8045.708 -8121.8384 -8121.8384 294.63219 294.63219 24200.826 24200.826 -2946.9127 -2946.9127 2000 -8044.8375 -8044.8375 -8124.4146 -8124.4146 307.97166 307.97166 24142.102 24142.102 1344.2982 1344.2982 Loop time of 17.3993 on 1 procs for 1000 steps with 2000 atoms Performance: 4.966 ns/day, 4.833 hours/ns, 57.474 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.32 | 17.32 | 17.32 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014775 | 0.014775 | 0.014775 | 0.0 | 0.08 Output | 5.317e-05 | 5.317e-05 | 5.317e-05 | 0.0 | 0.00 Modify | 0.059439 | 0.059439 | 0.059439 | 0.0 | 0.34 Other | | 0.005227 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8044.8375 -8044.8375 -8124.4146 -8124.4146 307.97166 307.97166 24142.102 24142.102 1344.2982 1344.2982 3000 -8047.7457 -8047.7457 -8124.0785 -8124.0785 295.41594 295.41594 24178.527 24178.527 -1845.3096 -1845.3096 Loop time of 17.5342 on 1 procs for 1000 steps with 2000 atoms Performance: 4.928 ns/day, 4.871 hours/ns, 57.032 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.455 | 17.455 | 17.455 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014878 | 0.014878 | 0.014878 | 0.0 | 0.08 Output | 4.295e-05 | 4.295e-05 | 4.295e-05 | 0.0 | 0.00 Modify | 0.059475 | 0.059475 | 0.059475 | 0.0 | 0.34 Other | | 0.005215 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127986 ave 127986 max 127986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127986 Ave neighs/atom = 63.993 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8047.7457 -8047.7457 -8124.0785 -8124.0785 295.41594 295.41594 24178.527 24178.527 -1845.3096 -1845.3096 4000 -8043.845 -8043.845 -8124.4005 -8124.4005 311.75789 311.75789 24152.024 24152.024 354.00448 354.00448 Loop time of 17.6543 on 1 procs for 1000 steps with 2000 atoms Performance: 4.894 ns/day, 4.904 hours/ns, 56.644 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.575 | 17.575 | 17.575 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014945 | 0.014945 | 0.014945 | 0.0 | 0.08 Output | 7.1644e-05 | 7.1644e-05 | 7.1644e-05 | 0.0 | 0.00 Modify | 0.059515 | 0.059515 | 0.059515 | 0.0 | 0.34 Other | | 0.005207 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4118 ave 4118 max 4118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127962 ave 127962 max 127962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127962 Ave neighs/atom = 63.981 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8043.845 -8043.845 -8124.4005 -8124.4005 311.75789 311.75789 24152.024 24152.024 354.00448 354.00448 5000 -8048.463 -8048.463 -8121.569 -8121.569 282.92751 282.92751 24162.982 24162.982 -90.11951 -90.11951 Loop time of 17.7499 on 1 procs for 1000 steps with 2000 atoms Performance: 4.868 ns/day, 4.931 hours/ns, 56.338 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.67 | 17.67 | 17.67 | 0.0 | 99.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0149 | 0.0149 | 0.0149 | 0.0 | 0.08 Output | 2.5197e-05 | 2.5197e-05 | 2.5197e-05 | 0.0 | 0.00 Modify | 0.059734 | 0.059734 | 0.059734 | 0.0 | 0.34 Other | | 0.005105 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127962 ave 127962 max 127962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127962 Ave neighs/atom = 63.981 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 290.933033202602, Press = -221.597616405018 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8048.463 -8048.463 -8121.569 -8121.569 282.92751 282.92751 24162.982 24162.982 -90.11951 -90.11951 6000 -8045.2071 -8045.2071 -8122.8389 -8122.8389 300.4431 300.4431 24145.115 24145.115 918.15183 918.15183 Loop time of 17.7453 on 1 procs for 1000 steps with 2000 atoms Performance: 4.869 ns/day, 4.929 hours/ns, 56.353 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.663 | 17.663 | 17.663 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014866 | 0.014866 | 0.014866 | 0.0 | 0.08 Output | 2.5628e-05 | 2.5628e-05 | 2.5628e-05 | 0.0 | 0.00 Modify | 0.061894 | 0.061894 | 0.061894 | 0.0 | 0.35 Other | | 0.00516 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.504653397178, Press = -7.42973413523656 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8045.2071 -8045.2071 -8122.8389 -8122.8389 300.4431 300.4431 24145.115 24145.115 918.15183 918.15183 7000 -8046.9158 -8046.9158 -8120.9246 -8120.9246 286.42179 286.42179 24219.553 24219.553 -4696.6896 -4696.6896 Loop time of 17.7675 on 1 procs for 1000 steps with 2000 atoms Performance: 4.863 ns/day, 4.935 hours/ns, 56.283 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.686 | 17.686 | 17.686 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01486 | 0.01486 | 0.01486 | 0.0 | 0.08 Output | 4.7408e-05 | 4.7408e-05 | 4.7408e-05 | 0.0 | 0.00 Modify | 0.061835 | 0.061835 | 0.061835 | 0.0 | 0.35 Other | | 0.005148 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 291.274344467968, Press = -21.0464262167075 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8046.9158 -8046.9158 -8120.9246 -8120.9246 286.42179 286.42179 24219.553 24219.553 -4696.6896 -4696.6896 8000 -8045.4272 -8045.4272 -8120.2693 -8120.2693 289.64659 289.64659 24125.177 24125.177 3036.7396 3036.7396 Loop time of 17.7172 on 1 procs for 1000 steps with 2000 atoms Performance: 4.877 ns/day, 4.921 hours/ns, 56.442 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.635 | 17.635 | 17.635 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.015012 | 0.015012 | 0.015012 | 0.0 | 0.08 Output | 2.4887e-05 | 2.4887e-05 | 2.4887e-05 | 0.0 | 0.00 Modify | 0.061943 | 0.061943 | 0.061943 | 0.0 | 0.35 Other | | 0.005153 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127958 ave 127958 max 127958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127958 Ave neighs/atom = 63.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 291.943266976616, Press = 6.72298177126145 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8045.4272 -8045.4272 -8120.2693 -8120.2693 289.64659 289.64659 24125.177 24125.177 3036.7396 3036.7396 9000 -8044.3937 -8044.3937 -8119.495 -8119.495 290.64973 290.64973 24183.023 24183.023 -1318.1263 -1318.1263 Loop time of 17.7646 on 1 procs for 1000 steps with 2000 atoms Performance: 4.864 ns/day, 4.935 hours/ns, 56.292 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.683 | 17.683 | 17.683 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014924 | 0.014924 | 0.014924 | 0.0 | 0.08 Output | 2.5347e-05 | 2.5347e-05 | 2.5347e-05 | 0.0 | 0.00 Modify | 0.061957 | 0.061957 | 0.061957 | 0.0 | 0.35 Other | | 0.005156 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127952 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.087784065411, Press = -11.2111869487754 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8044.3937 -8044.3937 -8119.495 -8119.495 290.64973 290.64973 24183.023 24183.023 -1318.1263 -1318.1263 10000 -8046.9057 -8046.9057 -8122.7984 -8122.7984 293.71275 293.71275 24141.53 24141.53 1259.8139 1259.8139 Loop time of 17.7437 on 1 procs for 1000 steps with 2000 atoms Performance: 4.869 ns/day, 4.929 hours/ns, 56.358 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.662 | 17.662 | 17.662 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014904 | 0.014904 | 0.014904 | 0.0 | 0.08 Output | 4.6487e-05 | 4.6487e-05 | 4.6487e-05 | 0.0 | 0.00 Modify | 0.061845 | 0.061845 | 0.061845 | 0.0 | 0.35 Other | | 0.005137 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127956 ave 127956 max 127956 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127956 Ave neighs/atom = 63.978 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.577108433244, Press = 3.67625144953318 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8046.9057 -8046.9057 -8122.7984 -8122.7984 293.71275 293.71275 24141.53 24141.53 1259.8139 1259.8139 11000 -8043.4839 -8043.4839 -8119.1161 -8119.1161 292.70439 292.70439 24186.146 24186.146 -1451.2472 -1451.2472 Loop time of 17.7139 on 1 procs for 1000 steps with 2000 atoms Performance: 4.878 ns/day, 4.921 hours/ns, 56.453 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.632 | 17.632 | 17.632 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014827 | 0.014827 | 0.014827 | 0.0 | 0.08 Output | 2.4957e-05 | 2.4957e-05 | 2.4957e-05 | 0.0 | 0.00 Modify | 0.061849 | 0.061849 | 0.061849 | 0.0 | 0.35 Other | | 0.005139 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127950 ave 127950 max 127950 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127950 Ave neighs/atom = 63.975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.007095309663, Press = -4.92196738835384 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8043.4839 -8043.4839 -8119.1161 -8119.1161 292.70439 292.70439 24186.146 24186.146 -1451.2472 -1451.2472 12000 -8048.8788 -8048.8788 -8122.9156 -8122.9156 286.53024 286.53024 24135.174 24135.174 1786.3509 1786.3509 Loop time of 17.7188 on 1 procs for 1000 steps with 2000 atoms Performance: 4.876 ns/day, 4.922 hours/ns, 56.437 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.637 | 17.637 | 17.637 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014916 | 0.014916 | 0.014916 | 0.0 | 0.08 Output | 2.5558e-05 | 2.5558e-05 | 2.5558e-05 | 0.0 | 0.00 Modify | 0.061861 | 0.061861 | 0.061861 | 0.0 | 0.35 Other | | 0.005138 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127948 ave 127948 max 127948 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127948 Ave neighs/atom = 63.974 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.048167172909, Press = 6.5382989982553 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8048.8788 -8048.8788 -8122.9156 -8122.9156 286.53024 286.53024 24135.174 24135.174 1786.3509 1786.3509 13000 -8045.4818 -8045.4818 -8121.3733 -8121.3733 293.70779 293.70779 24179.609 24179.609 -1489.326 -1489.326 Loop time of 17.7381 on 1 procs for 1000 steps with 2000 atoms Performance: 4.871 ns/day, 4.927 hours/ns, 56.376 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.656 | 17.656 | 17.656 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014864 | 0.014864 | 0.014864 | 0.0 | 0.08 Output | 2.5338e-05 | 2.5338e-05 | 2.5338e-05 | 0.0 | 0.00 Modify | 0.062016 | 0.062016 | 0.062016 | 0.0 | 0.35 Other | | 0.005145 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.828865740952, Press = -9.38420528882142 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8045.4818 -8045.4818 -8121.3733 -8121.3733 293.70779 293.70779 24179.609 24179.609 -1489.326 -1489.326 14000 -8046.8846 -8046.8846 -8123.3605 -8123.3605 295.96944 295.96944 24153.636 24153.636 366.08764 366.08764 Loop time of 17.7529 on 1 procs for 1000 steps with 2000 atoms Performance: 4.867 ns/day, 4.931 hours/ns, 56.329 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.671 | 17.671 | 17.671 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014868 | 0.014868 | 0.014868 | 0.0 | 0.08 Output | 7.8988e-05 | 7.8988e-05 | 7.8988e-05 | 0.0 | 0.00 Modify | 0.061858 | 0.061858 | 0.061858 | 0.0 | 0.35 Other | | 0.005131 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127938 ave 127938 max 127938 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127938 Ave neighs/atom = 63.969 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.809514196427, Press = 6.19793066752117 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8046.8846 -8046.8846 -8123.3605 -8123.3605 295.96944 295.96944 24153.636 24153.636 366.08764 366.08764 15000 -8046.103 -8046.103 -8123.2859 -8123.2859 298.70576 298.70576 24160.267 24160.267 -157.89749 -157.89749 Loop time of 17.6955 on 1 procs for 1000 steps with 2000 atoms Performance: 4.883 ns/day, 4.915 hours/ns, 56.512 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.613 | 17.613 | 17.613 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.01492 | 0.01492 | 0.01492 | 0.0 | 0.08 Output | 2.5288e-05 | 2.5288e-05 | 2.5288e-05 | 0.0 | 0.00 Modify | 0.06205 | 0.06205 | 0.06205 | 0.0 | 0.35 Other | | 0.005134 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127954 ave 127954 max 127954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127954 Ave neighs/atom = 63.977 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.026510842404, Press = -6.2477011435766 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8046.103 -8046.103 -8123.2859 -8123.2859 298.70576 298.70576 24160.267 24160.267 -157.89749 -157.89749 16000 -8042.0418 -8042.0418 -8118.3716 -8118.3716 295.40432 295.40432 24179.008 24179.008 -599.72756 -599.72756 Loop time of 17.7223 on 1 procs for 1000 steps with 2000 atoms Performance: 4.875 ns/day, 4.923 hours/ns, 56.426 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.64 | 17.64 | 17.64 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014874 | 0.014874 | 0.014874 | 0.0 | 0.08 Output | 2.4757e-05 | 2.4757e-05 | 2.4757e-05 | 0.0 | 0.00 Modify | 0.061922 | 0.061922 | 0.061922 | 0.0 | 0.35 Other | | 0.005137 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127958 ave 127958 max 127958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127958 Ave neighs/atom = 63.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.136742922294, Press = 5.4391811762672 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8042.0418 -8042.0418 -8118.3716 -8118.3716 295.40432 295.40432 24179.008 24179.008 -599.72756 -599.72756 17000 -8047.3658 -8047.3658 -8123.7206 -8123.7206 295.50089 295.50089 24148.931 24148.931 541.54267 541.54267 Loop time of 17.7402 on 1 procs for 1000 steps with 2000 atoms Performance: 4.870 ns/day, 4.928 hours/ns, 56.369 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.658 | 17.658 | 17.658 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014856 | 0.014856 | 0.014856 | 0.0 | 0.08 Output | 4.8621e-05 | 4.8621e-05 | 4.8621e-05 | 0.0 | 0.00 Modify | 0.061927 | 0.061927 | 0.061927 | 0.0 | 0.35 Other | | 0.005144 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127912 ave 127912 max 127912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127912 Ave neighs/atom = 63.956 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.285482325559, Press = -4.9338614388353 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8047.3658 -8047.3658 -8123.7206 -8123.7206 295.50089 295.50089 24148.931 24148.931 541.54267 541.54267 18000 -8043.4316 -8043.4316 -8120.6062 -8120.6062 298.67354 298.67354 24173.822 24173.822 -655.29264 -655.29264 Loop time of 17.7566 on 1 procs for 1000 steps with 2000 atoms Performance: 4.866 ns/day, 4.932 hours/ns, 56.317 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.675 | 17.675 | 17.675 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014835 | 0.014835 | 0.014835 | 0.0 | 0.08 Output | 2.5608e-05 | 2.5608e-05 | 2.5608e-05 | 0.0 | 0.00 Modify | 0.061932 | 0.061932 | 0.061932 | 0.0 | 0.35 Other | | 0.005129 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127970 ave 127970 max 127970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127970 Ave neighs/atom = 63.985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.435806303066, Press = 1.44349906209016 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8043.4316 -8043.4316 -8120.6062 -8120.6062 298.67354 298.67354 24173.822 24173.822 -655.29264 -655.29264 19000 -8046.1048 -8046.1048 -8122.2402 -8122.2402 294.65181 294.65181 24157.083 24157.083 253.70238 253.70238 Loop time of 17.7635 on 1 procs for 1000 steps with 2000 atoms Performance: 4.864 ns/day, 4.934 hours/ns, 56.295 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.682 | 17.682 | 17.682 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014822 | 0.014822 | 0.014822 | 0.0 | 0.08 Output | 2.5207e-05 | 2.5207e-05 | 2.5207e-05 | 0.0 | 0.00 Modify | 0.061973 | 0.061973 | 0.061973 | 0.0 | 0.35 Other | | 0.005133 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127946 ave 127946 max 127946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127946 Ave neighs/atom = 63.973 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.302298139793, Press = -1.86260677192351 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8046.1048 -8046.1048 -8122.2402 -8122.2402 294.65181 294.65181 24157.083 24157.083 253.70238 253.70238 20000 -8047.4028 -8047.4028 -8121.0492 -8121.0492 285.01924 285.01924 24162.678 24162.678 -152.98306 -152.98306 Loop time of 17.7465 on 1 procs for 1000 steps with 2000 atoms Performance: 4.869 ns/day, 4.930 hours/ns, 56.349 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.664 | 17.664 | 17.664 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014902 | 0.014902 | 0.014902 | 0.0 | 0.08 Output | 3.3032e-05 | 3.3032e-05 | 3.3032e-05 | 0.0 | 0.00 Modify | 0.061955 | 0.061955 | 0.061955 | 0.0 | 0.35 Other | | 0.00516 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127958 ave 127958 max 127958 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127958 Ave neighs/atom = 63.979 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.191946220261, Press = 0.280627994737257 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8047.4028 -8047.4028 -8121.0492 -8121.0492 285.01924 285.01924 24162.678 24162.678 -152.98306 -152.98306 21000 -8043.8371 -8043.8371 -8121.7941 -8121.7941 301.70187 301.70187 24134.7 24134.7 2226.0632 2226.0632 Loop time of 17.683 on 1 procs for 1000 steps with 2000 atoms Performance: 4.886 ns/day, 4.912 hours/ns, 56.552 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.601 | 17.601 | 17.601 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014893 | 0.014893 | 0.014893 | 0.0 | 0.08 Output | 2.6089e-05 | 2.6089e-05 | 2.6089e-05 | 0.0 | 0.00 Modify | 0.061997 | 0.061997 | 0.061997 | 0.0 | 0.35 Other | | 0.005137 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.125577818049, Press = -0.800003858177119 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8043.8371 -8043.8371 -8121.7941 -8121.7941 301.70187 301.70187 24134.7 24134.7 2226.0632 2226.0632 22000 -8044.4633 -8044.4633 -8119.7731 -8119.7731 291.45694 291.45694 24216.309 24216.309 -3880.9549 -3880.9549 Loop time of 17.7201 on 1 procs for 1000 steps with 2000 atoms Performance: 4.876 ns/day, 4.922 hours/ns, 56.433 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.638 | 17.638 | 17.638 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014863 | 0.014863 | 0.014863 | 0.0 | 0.08 Output | 2.5898e-05 | 2.5898e-05 | 2.5898e-05 | 0.0 | 0.00 Modify | 0.061879 | 0.061879 | 0.061879 | 0.0 | 0.35 Other | | 0.005135 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127952 ave 127952 max 127952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127952 Ave neighs/atom = 63.976 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.156042906722, Press = -1.79485482417518 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8044.4633 -8044.4633 -8119.7731 -8119.7731 291.45694 291.45694 24216.309 24216.309 -3880.9549 -3880.9549 23000 -8046.0112 -8046.0112 -8123.1305 -8123.1305 298.45971 298.45971 24130.979 24130.979 2212.7717 2212.7717 Loop time of 17.7614 on 1 procs for 1000 steps with 2000 atoms Performance: 4.864 ns/day, 4.934 hours/ns, 56.302 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.679 | 17.679 | 17.679 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014876 | 0.014876 | 0.014876 | 0.0 | 0.08 Output | 2.5278e-05 | 2.5278e-05 | 2.5278e-05 | 0.0 | 0.00 Modify | 0.062 | 0.062 | 0.062 | 0.0 | 0.35 Other | | 0.005128 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127926 ave 127926 max 127926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127926 Ave neighs/atom = 63.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.339904632838, Press = 0.922519211701235 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8046.0112 -8046.0112 -8123.1305 -8123.1305 298.45971 298.45971 24130.979 24130.979 2212.7717 2212.7717 24000 -8044.8797 -8044.8797 -8120.8869 -8120.8869 294.15562 294.15562 24175.779 24175.779 -1004.121 -1004.121 Loop time of 17.7983 on 1 procs for 1000 steps with 2000 atoms Performance: 4.854 ns/day, 4.944 hours/ns, 56.185 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.716 | 17.716 | 17.716 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014868 | 0.014868 | 0.014868 | 0.0 | 0.08 Output | 4.8151e-05 | 4.8151e-05 | 4.8151e-05 | 0.0 | 0.00 Modify | 0.061862 | 0.061862 | 0.061862 | 0.0 | 0.35 Other | | 0.005159 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127940 ave 127940 max 127940 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127940 Ave neighs/atom = 63.97 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.327743899551, Press = -1.93816858589161 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6 ghost atom cutoff = 6 binsize = 3, bins = 10 10 10 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 3.755 | 3.755 | 3.755 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -8044.8797 -8044.8797 -8120.8869 -8120.8869 294.15562 294.15562 24175.779 24175.779 -1004.121 -1004.121 25000 -8051.8831 -8051.8831 -8125.1603 -8125.1603 283.59015 283.59015 24144.292 24144.292 435.92983 435.92983 Loop time of 17.7643 on 1 procs for 1000 steps with 2000 atoms Performance: 4.864 ns/day, 4.935 hours/ns, 56.293 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.682 | 17.682 | 17.682 | 0.0 | 99.54 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.014906 | 0.014906 | 0.014906 | 0.0 | 0.08 Output | 2.7101e-05 | 2.7101e-05 | 2.7101e-05 | 0.0 | 0.00 Modify | 0.061839 | 0.061839 | 0.061839 | 0.0 | 0.35 Other | | 0.005143 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119 ave 4119 max 4119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 127942 ave 127942 max 127942 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 127942 Ave neighs/atom = 63.971 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 24160.9892469373 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0