# 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.8809780403971668*${_u_distance} variable latticeconst_converted equal 2.8809780403971668*1 lattice bcc ${latticeconst_converted} lattice bcc 2.88097804039717 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.002 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_ChoiJoSohn_2018_CoNiCrFeMn__MO_115454747503_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.2170404509 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*1*${_u_distance}) variable V0_metal equal 23912.2170404509/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23912.2170404509*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23912.2170404509 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_115454747503_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.217 23912.217 3383.4795 3383.4795 1000 -8045.708 -8045.708 -8121.8384 -8121.8384 294.63219 294.63219 24200.826 24200.826 -2946.9099 -2946.9099 Loop time of 151.433 on 1 procs for 1000 steps with 2000 atoms Performance: 0.571 ns/day, 42.065 hours/ns, 6.604 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.92 | 150.92 | 150.92 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097755 | 0.097755 | 0.097755 | 0.0 | 0.06 Output | 0.00021075 | 0.00021075 | 0.00021075 | 0.0 | 0.00 Modify | 0.3509 | 0.3509 | 0.3509 | 0.0 | 0.23 Other | | 0.06084 | | | 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: 224000 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 112 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.9099 -2946.9099 2000 -8044.8375 -8044.8375 -8124.4146 -8124.4146 307.97167 307.97167 24142.102 24142.102 1344.3004 1344.3004 Loop time of 148.773 on 1 procs for 1000 steps with 2000 atoms Performance: 0.581 ns/day, 41.326 hours/ns, 6.722 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 148.26 | 148.26 | 148.26 | 0.0 | 99.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097302 | 0.097302 | 0.097302 | 0.0 | 0.07 Output | 0.00024494 | 0.00024494 | 0.00024494 | 0.0 | 0.00 Modify | 0.358 | 0.358 | 0.358 | 0.0 | 0.24 Other | | 0.06095 | | | 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: 206712 ave 206712 max 206712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206712 Ave neighs/atom = 103.356 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.97167 307.97167 24142.102 24142.102 1344.3004 1344.3004 3000 -8047.7457 -8047.7457 -8124.0785 -8124.0785 295.41593 295.41593 24178.527 24178.527 -1845.3123 -1845.3123 Loop time of 149.208 on 1 procs for 1000 steps with 2000 atoms Performance: 0.579 ns/day, 41.447 hours/ns, 6.702 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 148.7 | 148.7 | 148.7 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096651 | 0.096651 | 0.096651 | 0.0 | 0.06 Output | 0.00020151 | 0.00020151 | 0.00020151 | 0.0 | 0.00 Modify | 0.35139 | 0.35139 | 0.35139 | 0.0 | 0.24 Other | | 0.06094 | | | 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: 208228 ave 208228 max 208228 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208228 Ave neighs/atom = 104.114 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.41593 295.41593 24178.527 24178.527 -1845.3123 -1845.3123 4000 -8043.845 -8043.845 -8124.4005 -8124.4005 311.7579 311.7579 24152.024 24152.024 354.0048 354.0048 Loop time of 149.742 on 1 procs for 1000 steps with 2000 atoms Performance: 0.577 ns/day, 41.595 hours/ns, 6.678 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 149.23 | 149.23 | 149.23 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097077 | 0.097077 | 0.097077 | 0.0 | 0.06 Output | 0.00020252 | 0.00020252 | 0.00020252 | 0.0 | 0.00 Modify | 0.35377 | 0.35377 | 0.35377 | 0.0 | 0.24 Other | | 0.06122 | | | 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: 207200 ave 207200 max 207200 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207200 Ave neighs/atom = 103.6 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.7579 311.7579 24152.024 24152.024 354.0048 354.0048 5000 -8048.463 -8048.463 -8121.569 -8121.569 282.92754 282.92754 24162.982 24162.982 -90.119638 -90.119638 Loop time of 151.407 on 1 procs for 1000 steps with 2000 atoms Performance: 0.571 ns/day, 42.057 hours/ns, 6.605 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.89 | 150.89 | 150.89 | 0.0 | 99.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097314 | 0.097314 | 0.097314 | 0.0 | 0.06 Output | 0.0001651 | 0.0001651 | 0.0001651 | 0.0 | 0.00 Modify | 0.35939 | 0.35939 | 0.35939 | 0.0 | 0.24 Other | | 0.06156 | | | 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: 207726 ave 207726 max 207726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207726 Ave neighs/atom = 103.863 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.933031562147, Press = -221.598756463285 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.92754 282.92754 24162.982 24162.982 -90.119638 -90.119638 6000 -8045.2071 -8045.2071 -8122.8389 -8122.8389 300.4431 300.4431 24145.115 24145.115 918.14631 918.14631 Loop time of 153.781 on 1 procs for 1000 steps with 2000 atoms Performance: 0.562 ns/day, 42.717 hours/ns, 6.503 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 153.23 | 153.23 | 153.23 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099769 | 0.099769 | 0.099769 | 0.0 | 0.06 Output | 0.00016647 | 0.00016647 | 0.00016647 | 0.0 | 0.00 Modify | 0.39037 | 0.39037 | 0.39037 | 0.0 | 0.25 Other | | 0.0624 | | | 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: 207664 ave 207664 max 207664 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207664 Ave neighs/atom = 103.832 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.504653065597, Press = -7.42967474046297 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.14631 918.14631 7000 -8046.9158 -8046.9158 -8120.9246 -8120.9246 286.4218 286.4218 24219.553 24219.553 -4696.6896 -4696.6896 Loop time of 153.2 on 1 procs for 1000 steps with 2000 atoms Performance: 0.564 ns/day, 42.556 hours/ns, 6.527 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.66 | 152.66 | 152.66 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099676 | 0.099676 | 0.099676 | 0.0 | 0.07 Output | 0.00026895 | 0.00026895 | 0.00026895 | 0.0 | 0.00 Modify | 0.38317 | 0.38317 | 0.38317 | 0.0 | 0.25 Other | | 0.06159 | | | 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: 207778 ave 207778 max 207778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207778 Ave neighs/atom = 103.889 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.274344192815, Press = -21.0465141017869 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 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.4218 286.4218 24219.553 24219.553 -4696.6896 -4696.6896 8000 -8045.4273 -8045.4273 -8120.2693 -8120.2693 289.6465 289.6465 24125.177 24125.177 3036.7421 3036.7421 Loop time of 152.346 on 1 procs for 1000 steps with 2000 atoms Performance: 0.567 ns/day, 42.318 hours/ns, 6.564 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 151.8 | 151.8 | 151.8 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09894 | 0.09894 | 0.09894 | 0.0 | 0.06 Output | 0.00016559 | 0.00016559 | 0.00016559 | 0.0 | 0.00 Modify | 0.38343 | 0.38343 | 0.38343 | 0.0 | 0.25 Other | | 0.06209 | | | 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: 206198 ave 206198 max 206198 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206198 Ave neighs/atom = 103.099 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.94326525688, Press = 6.72302982816744 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8045.4273 -8045.4273 -8120.2693 -8120.2693 289.6465 289.6465 24125.177 24125.177 3036.7421 3036.7421 9000 -8044.3938 -8044.3938 -8119.4951 -8119.4951 290.6495 290.6495 24183.022 24183.022 -1318.1301 -1318.1301 Loop time of 152.138 on 1 procs for 1000 steps with 2000 atoms Performance: 0.568 ns/day, 42.260 hours/ns, 6.573 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 151.59 | 151.59 | 151.59 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099407 | 0.099407 | 0.099407 | 0.0 | 0.07 Output | 0.00016917 | 0.00016917 | 0.00016917 | 0.0 | 0.00 Modify | 0.38302 | 0.38302 | 0.38302 | 0.0 | 0.25 Other | | 0.06224 | | | 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: 208008 ave 208008 max 208008 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208008 Ave neighs/atom = 104.004 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.08775108529, Press = -11.2115827261957 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8044.3938 -8044.3938 -8119.4951 -8119.4951 290.6495 290.6495 24183.022 24183.022 -1318.1301 -1318.1301 10000 -8046.9061 -8046.9061 -8122.7986 -8122.7986 293.71187 293.71187 24141.53 24141.53 1259.7506 1259.7506 Loop time of 150.677 on 1 procs for 1000 steps with 2000 atoms Performance: 0.573 ns/day, 41.855 hours/ns, 6.637 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.14 | 150.14 | 150.14 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097457 | 0.097457 | 0.097457 | 0.0 | 0.06 Output | 0.00016594 | 0.00016594 | 0.00016594 | 0.0 | 0.00 Modify | 0.37791 | 0.37791 | 0.37791 | 0.0 | 0.25 Other | | 0.06097 | | | 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: 206826 ave 206826 max 206826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206826 Ave neighs/atom = 103.413 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.576946201429, Press = 3.67641716389312 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8046.9061 -8046.9061 -8122.7986 -8122.7986 293.71187 293.71187 24141.53 24141.53 1259.7506 1259.7506 11000 -8043.4827 -8043.4827 -8119.1155 -8119.1155 292.70688 292.70688 24186.146 24186.146 -1451.0848 -1451.0848 Loop time of 149.664 on 1 procs for 1000 steps with 2000 atoms Performance: 0.577 ns/day, 41.573 hours/ns, 6.682 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 149.13 | 149.13 | 149.13 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097583 | 0.097583 | 0.097583 | 0.0 | 0.07 Output | 0.00016416 | 0.00016416 | 0.00016416 | 0.0 | 0.00 Modify | 0.37708 | 0.37708 | 0.37708 | 0.0 | 0.25 Other | | 0.0609 | | | 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: 207800 ave 207800 max 207800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207800 Ave neighs/atom = 103.9 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.007064906068, Press = -4.92138595246697 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8043.4827 -8043.4827 -8119.1155 -8119.1155 292.70688 292.70688 24186.146 24186.146 -1451.0848 -1451.0848 12000 -8048.8777 -8048.8777 -8122.915 -8122.915 286.5322 286.5322 24135.18 24135.18 1786.0042 1786.0042 Loop time of 150.624 on 1 procs for 1000 steps with 2000 atoms Performance: 0.574 ns/day, 41.840 hours/ns, 6.639 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.08 | 150.08 | 150.08 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09855 | 0.09855 | 0.09855 | 0.0 | 0.07 Output | 0.00025119 | 0.00025119 | 0.00025119 | 0.0 | 0.00 Modify | 0.37976 | 0.37976 | 0.37976 | 0.0 | 0.25 Other | | 0.06123 | | | 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: 206798 ave 206798 max 206798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206798 Ave neighs/atom = 103.399 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.04828060832, Press = 6.53864790863304 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8048.8777 -8048.8777 -8122.915 -8122.915 286.5322 286.5322 24135.18 24135.18 1786.0042 1786.0042 13000 -8045.4815 -8045.4815 -8121.3732 -8121.3732 293.7085 293.7085 24179.605 24179.605 -1488.9285 -1488.9285 Loop time of 151.157 on 1 procs for 1000 steps with 2000 atoms Performance: 0.572 ns/day, 41.988 hours/ns, 6.616 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.62 | 150.62 | 150.62 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098771 | 0.098771 | 0.098771 | 0.0 | 0.07 Output | 0.00017094 | 0.00017094 | 0.00017094 | 0.0 | 0.00 Modify | 0.38065 | 0.38065 | 0.38065 | 0.0 | 0.25 Other | | 0.06159 | | | 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: 208118 ave 208118 max 208118 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 208118 Ave neighs/atom = 104.059 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.829212346843, Press = -9.38539374275924 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8045.4815 -8045.4815 -8121.3732 -8121.3732 293.7085 293.7085 24179.605 24179.605 -1488.9285 -1488.9285 14000 -8046.9068 -8046.9068 -8123.3707 -8123.3707 295.92306 295.92306 24153.601 24153.601 366.10596 366.10596 Loop time of 151.201 on 1 procs for 1000 steps with 2000 atoms Performance: 0.571 ns/day, 42.000 hours/ns, 6.614 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.66 | 150.66 | 150.66 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099171 | 0.099171 | 0.099171 | 0.0 | 0.07 Output | 0.00027056 | 0.00027056 | 0.00027056 | 0.0 | 0.00 Modify | 0.38089 | 0.38089 | 0.38089 | 0.0 | 0.25 Other | | 0.06178 | | | 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: 207030 ave 207030 max 207030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207030 Ave neighs/atom = 103.515 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.808531789266, Press = 6.19349571860705 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8046.9068 -8046.9068 -8123.3707 -8123.3707 295.92306 295.92306 24153.601 24153.601 366.10596 366.10596 15000 -8046.2364 -8046.2364 -8123.3573 -8123.3573 298.46593 298.46593 24160.105 24160.105 -162.92985 -162.92985 Loop time of 151.874 on 1 procs for 1000 steps with 2000 atoms Performance: 0.569 ns/day, 42.187 hours/ns, 6.584 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 151.33 | 151.33 | 151.33 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098901 | 0.098901 | 0.098901 | 0.0 | 0.07 Output | 0.0002031 | 0.0002031 | 0.0002031 | 0.0 | 0.00 Modify | 0.38611 | 0.38611 | 0.38611 | 0.0 | 0.25 Other | | 0.06178 | | | 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: 207830 ave 207830 max 207830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207830 Ave neighs/atom = 103.915 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.013476233648, Press = -6.23860096450214 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8046.2364 -8046.2364 -8123.3573 -8123.3573 298.46593 298.46593 24160.105 24160.105 -162.92985 -162.92985 16000 -8041.8979 -8041.8979 -8118.312 -8118.312 295.73039 295.73039 24179.048 24179.048 -584.77441 -584.77441 Loop time of 150.697 on 1 procs for 1000 steps with 2000 atoms Performance: 0.573 ns/day, 41.860 hours/ns, 6.636 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150.16 | 150.16 | 150.16 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.098545 | 0.098545 | 0.098545 | 0.0 | 0.07 Output | 0.00016642 | 0.00016642 | 0.00016642 | 0.0 | 0.00 Modify | 0.38003 | 0.38003 | 0.38003 | 0.0 | 0.25 Other | | 0.06098 | | | 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: 207602 ave 207602 max 207602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207602 Ave neighs/atom = 103.801 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.132544974233, Press = 5.20367552352011 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8041.8979 -8041.8979 -8118.312 -8118.312 295.73039 295.73039 24179.048 24179.048 -584.77441 -584.77441 17000 -8047.4021 -8047.4021 -8123.7481 -8123.7481 295.46705 295.46705 24148.136 24148.136 598.90382 598.90382 Loop time of 149.488 on 1 procs for 1000 steps with 2000 atoms Performance: 0.578 ns/day, 41.524 hours/ns, 6.689 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 148.95 | 148.95 | 148.95 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.096677 | 0.096677 | 0.096677 | 0.0 | 0.06 Output | 0.00016672 | 0.00016672 | 0.00016672 | 0.0 | 0.00 Modify | 0.37566 | 0.37566 | 0.37566 | 0.0 | 0.25 Other | | 0.06126 | | | 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: 206616 ave 206616 max 206616 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206616 Ave neighs/atom = 103.308 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.271119674584, Press = -5.04156672257015 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8047.4021 -8047.4021 -8123.7481 -8123.7481 295.46705 295.46705 24148.136 24148.136 598.90382 598.90382 18000 -8043.5038 -8043.5038 -8120.6403 -8120.6403 298.52595 298.52595 24175.442 24175.442 -792.13733 -792.13733 Loop time of 150.192 on 1 procs for 1000 steps with 2000 atoms Performance: 0.575 ns/day, 41.720 hours/ns, 6.658 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 149.66 | 149.66 | 149.66 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097965 | 0.097965 | 0.097965 | 0.0 | 0.07 Output | 0.00016646 | 0.00016646 | 0.00016646 | 0.0 | 0.00 Modify | 0.37706 | 0.37706 | 0.37706 | 0.0 | 0.25 Other | | 0.06148 | | | 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: 207808 ave 207808 max 207808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207808 Ave neighs/atom = 103.904 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.427404312251, Press = 1.75928664177388 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8043.5038 -8043.5038 -8120.6403 -8120.6403 298.52595 298.52595 24175.442 24175.442 -792.13733 -792.13733 19000 -8046.164 -8046.164 -8122.2733 -8122.2733 294.55082 294.55082 24155.9 24155.9 339.00118 339.00118 Loop time of 150.542 on 1 procs for 1000 steps with 2000 atoms Performance: 0.574 ns/day, 41.817 hours/ns, 6.643 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 150 | 150 | 150 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.097875 | 0.097875 | 0.097875 | 0.0 | 0.07 Output | 0.00021204 | 0.00021204 | 0.00021204 | 0.0 | 0.00 Modify | 0.37887 | 0.37887 | 0.37887 | 0.0 | 0.25 Other | | 0.06124 | | | 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: 206892 ave 206892 max 206892 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 206892 Ave neighs/atom = 103.446 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.292446277832, Press = -1.92240470931745 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8046.164 -8046.164 -8122.2733 -8122.2733 294.55082 294.55082 24155.9 24155.9 339.00118 339.00118 20000 -8047.6252 -8047.6252 -8121.1652 -8121.1652 284.60742 284.60742 24163.228 24163.228 -224.6744 -224.6744 Loop time of 151.74 on 1 procs for 1000 steps with 2000 atoms Performance: 0.569 ns/day, 42.150 hours/ns, 6.590 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 151.2 | 151.2 | 151.2 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099109 | 0.099109 | 0.099109 | 0.0 | 0.07 Output | 0.00026314 | 0.00026314 | 0.00026314 | 0.0 | 0.00 Modify | 0.38124 | 0.38124 | 0.38124 | 0.0 | 0.25 Other | | 0.06156 | | | 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: 207512 ave 207512 max 207512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 207512 Ave neighs/atom = 103.756 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.8795728254 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0