# Variables that can be adjusted by kim-lammps-preprocessor to switch unit sets for # Simulator Models variable _u_distance equal 1.0 variable _u_energy equal 1.0 variable _u_mass equal 1.0 variable _u_time equal 1.0 variable _u_pressure equal 1.0 variable _u_temperature equal 1.0 # This line may be swapped out by kim-lammps-preprocessor if running against a Simulator # Model whose atom_style is not 'atomic' atom_style atomic # 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.8553245961666107*${_u_distance} variable latticeconst_converted equal 2.8553245961666107*1 lattice bcc ${latticeconst_converted} lattice bcc 2.85532459616661 Lattice spacing in x,y,z = 2.85532 2.85532 2.85532 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (28.5532 28.5532 28.5532) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000243187 secs variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 # specify which KIM Model to use pair_style hybrid/overlay eam/alloy eam/fs pair_coeff * * eam/alloy ./SM_237089298463_000-files/b'FeCr_d.eam.alloy' Fe pair_coeff * * eam/fs ./SM_237089298463_000-files/b'FeCr_s.eam.fs' Fe mass 1 ${mass_converted} mass 1 55.845 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 23279.1146518723 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23279.1146518723/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 23279.1146518723/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 23279.1146518723/(1*1*${_u_distance}) variable V0_metal equal 23279.1146518723/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 23279.1146518723*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 23279.1146518723 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7.3 ghost atom cutoff = 7.3 binsize = 3.65, bins = 8 8 8 2 neighbor lists, perpetual/occasional/extra = 2 0 0 (1) pair eam/alloy, perpetual attributes: half, newton on pair build: half/bin/atomonly/newton stencil: half/bin/3d/newton bin: standard (2) pair eam/fs, perpetual, copy from (1) attributes: half, newton on pair build: copy stencil: none bin: none Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -8158.7872 -8158.7872 -8244.8702 -8244.8702 333.15 333.15 23279.115 23279.115 3949.7952 3949.7952 1000 -8066.9646 -8066.9646 -8147.5701 -8147.5701 311.95135 311.95135 23388.023 23388.023 -138.81875 -138.81875 Loop time of 34.0606 on 1 procs for 1000 steps with 2000 atoms Performance: 2.537 ns/day, 9.461 hours/ns, 29.359 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.411 | 33.411 | 33.411 | 0.0 | 98.09 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15659 | 0.15659 | 0.15659 | 0.0 | 0.46 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.47975 | 0.47975 | 0.47975 | 0.0 | 1.41 Other | | 0.01314 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471 ave 5471 max 5471 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 136000 ave 136000 max 136000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 136000 Ave neighs/atom = 68 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 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -8066.9646 -8066.9646 -8147.5701 -8147.5701 311.95135 311.95135 23388.023 23388.023 -138.81875 -138.81875 2000 -8067.406 -8067.406 -8151.8257 -8151.8257 326.71273 326.71273 23373.822 23373.822 1006.0057 1006.0057 Loop time of 39.0932 on 1 procs for 1000 steps with 2000 atoms Performance: 2.210 ns/day, 10.859 hours/ns, 25.580 timesteps/s 24.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 | 38.379 | 38.379 | 38.379 | 0.0 | 98.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.24568 | 0.24568 | 0.24568 | 0.0 | 0.63 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.38414 | 0.38414 | 0.38414 | 0.0 | 0.98 Other | | 0.08448 | | | 0.22 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5419 ave 5419 max 5419 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139487 ave 139487 max 139487 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139487 Ave neighs/atom = 69.7435 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 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -8067.406 -8067.406 -8151.8257 -8151.8257 326.71273 326.71273 23373.822 23373.822 1006.0057 1006.0057 3000 -8067.6418 -8067.6418 -8151.4448 -8151.4448 324.32643 324.32643 23397.433 23397.433 -898.79563 -898.79563 Loop time of 36.6748 on 1 procs for 1000 steps with 2000 atoms Performance: 2.356 ns/day, 10.187 hours/ns, 27.267 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 36.137 | 36.137 | 36.137 | 0.0 | 98.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16471 | 0.16471 | 0.16471 | 0.0 | 0.45 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.29946 | 0.29946 | 0.29946 | 0.0 | 0.82 Other | | 0.07379 | | | 0.20 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5451 ave 5451 max 5451 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139069 ave 139069 max 139069 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139069 Ave neighs/atom = 69.5345 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 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -8067.6418 -8067.6418 -8151.4448 -8151.4448 324.32643 324.32643 23397.433 23397.433 -898.79563 -898.79563 4000 -8066.5247 -8066.5247 -8154.0573 -8154.0573 338.76008 338.76008 23352.221 23352.221 2803.7999 2803.7999 Loop time of 36.3955 on 1 procs for 1000 steps with 2000 atoms Performance: 2.374 ns/day, 10.110 hours/ns, 27.476 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 35.822 | 35.822 | 35.822 | 0.0 | 98.42 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18471 | 0.18471 | 0.18471 | 0.0 | 0.51 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.37578 | 0.37578 | 0.37578 | 0.0 | 1.03 Other | | 0.01334 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5440 ave 5440 max 5440 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139105 ave 139105 max 139105 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139105 Ave neighs/atom = 69.5525 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 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -8066.5247 -8066.5247 -8154.0573 -8154.0573 338.76008 338.76008 23352.221 23352.221 2803.7999 2803.7999 5000 -8068.1393 -8068.1393 -8155.4632 -8155.4632 337.95221 337.95221 23435.806 23435.806 -3212.1278 -3212.1278 Loop time of 35.9633 on 1 procs for 1000 steps with 2000 atoms Performance: 2.402 ns/day, 9.990 hours/ns, 27.806 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 35.373 | 35.373 | 35.373 | 0.0 | 98.36 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1543 | 0.1543 | 0.1543 | 0.0 | 0.43 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.32883 | 0.32883 | 0.32883 | 0.0 | 0.91 Other | | 0.107 | | | 0.30 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5451 ave 5451 max 5451 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139195 ave 139195 max 139195 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139195 Ave neighs/atom = 69.5975 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 = 333.563105474099, Press = -122.520449325896 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -8068.1393 -8068.1393 -8155.4632 -8155.4632 337.95221 337.95221 23435.806 23435.806 -3212.1278 -3212.1278 6000 -8065.912 -8065.912 -8152.29 -8152.29 334.29154 334.29154 23333.27 23333.27 3412.3259 3412.3259 Loop time of 34.7622 on 1 procs for 1000 steps with 2000 atoms Performance: 2.485 ns/day, 9.656 hours/ns, 28.767 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.162 | 34.162 | 34.162 | 0.0 | 98.27 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18407 | 0.18407 | 0.18407 | 0.0 | 0.53 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.37319 | 0.37319 | 0.37319 | 0.0 | 1.07 Other | | 0.04272 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138531 ave 138531 max 138531 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138531 Ave neighs/atom = 69.2655 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 = 332.358237221405, Press = -16.4352106174604 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -8065.912 -8065.912 -8152.29 -8152.29 334.29154 334.29154 23333.27 23333.27 3412.3259 3412.3259 7000 -8064.0748 -8064.0748 -8147.9905 -8147.9905 324.76232 324.76232 23412.475 23412.475 -1422.0036 -1422.0036 Loop time of 35.0696 on 1 procs for 1000 steps with 2000 atoms Performance: 2.464 ns/day, 9.742 hours/ns, 28.515 timesteps/s 24.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 | 34.512 | 34.512 | 34.512 | 0.0 | 98.41 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12297 | 0.12297 | 0.12297 | 0.0 | 0.35 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.33192 | 0.33192 | 0.33192 | 0.0 | 0.95 Other | | 0.1028 | | | 0.29 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5439 ave 5439 max 5439 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139574 ave 139574 max 139574 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139574 Ave neighs/atom = 69.787 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 = 332.398775351599, Press = 6.34790886345254 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -8064.0748 -8064.0748 -8147.9905 -8147.9905 324.76232 324.76232 23412.475 23412.475 -1422.0036 -1422.0036 8000 -8068.6488 -8068.6488 -8152.0471 -8152.0471 322.76014 322.76014 23382.025 23382.025 171.45795 171.45795 Loop time of 34.9819 on 1 procs for 1000 steps with 2000 atoms Performance: 2.470 ns/day, 9.717 hours/ns, 28.586 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.516 | 34.516 | 34.516 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12306 | 0.12306 | 0.12306 | 0.0 | 0.35 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.30017 | 0.30017 | 0.30017 | 0.0 | 0.86 Other | | 0.043 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5432 ave 5432 max 5432 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138965 ave 138965 max 138965 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138965 Ave neighs/atom = 69.4825 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 = 333.381521776719, Press = 2.9116768946197 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -8068.6488 -8068.6488 -8152.0471 -8152.0471 322.76014 322.76014 23382.025 23382.025 171.45795 171.45795 9000 -8061.83 -8061.83 -8149.3236 -8149.3236 338.60952 338.60952 23409.79 23409.79 -945.06681 -945.06681 Loop time of 35.4896 on 1 procs for 1000 steps with 2000 atoms Performance: 2.435 ns/day, 9.858 hours/ns, 28.177 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.964 | 34.964 | 34.964 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093122 | 0.093122 | 0.093122 | 0.0 | 0.26 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.41996 | 0.41996 | 0.41996 | 0.0 | 1.18 Other | | 0.0124 | | | 0.03 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5444 ave 5444 max 5444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139199 ave 139199 max 139199 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139199 Ave neighs/atom = 69.5995 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 = 333.840031093189, Press = 0.0980913702209635 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -8061.83 -8061.83 -8149.3236 -8149.3236 338.60952 338.60952 23409.79 23409.79 -945.06681 -945.06681 10000 -8069.0501 -8069.0501 -8153.808 -8153.808 328.02189 328.02189 23370.899 23370.899 831.95666 831.95666 Loop time of 35.0708 on 1 procs for 1000 steps with 2000 atoms Performance: 2.464 ns/day, 9.742 hours/ns, 28.514 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.724 | 34.724 | 34.724 | 0.0 | 99.01 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06339 | 0.06339 | 0.06339 | 0.0 | 0.18 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.24098 | 0.24098 | 0.24098 | 0.0 | 0.69 Other | | 0.04259 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5443 ave 5443 max 5443 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138898 ave 138898 max 138898 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138898 Ave neighs/atom = 69.449 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 = 334.021970178565, Press = -0.926810846034123 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -8069.0501 -8069.0501 -8153.808 -8153.808 328.02189 328.02189 23370.899 23370.899 831.95666 831.95666 11000 -8067.478 -8067.478 -8150.9579 -8150.9579 323.07607 323.07607 23432.402 23432.402 -2775.7513 -2775.7513 Loop time of 34.9858 on 1 procs for 1000 steps with 2000 atoms Performance: 2.470 ns/day, 9.718 hours/ns, 28.583 timesteps/s 24.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 | 34.309 | 34.309 | 34.309 | 0.0 | 98.07 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15324 | 0.15324 | 0.15324 | 0.0 | 0.44 Output | 2.1935e-05 | 2.1935e-05 | 2.1935e-05 | 0.0 | 0.00 Modify | 0.48068 | 0.48068 | 0.48068 | 0.0 | 1.37 Other | | 0.04265 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5462 ave 5462 max 5462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138998 ave 138998 max 138998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138998 Ave neighs/atom = 69.499 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 = 333.814702868568, Press = 3.92485130741111 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -8067.478 -8067.478 -8150.9579 -8150.9579 323.07607 323.07607 23432.402 23432.402 -2775.7513 -2775.7513 12000 -8069.5084 -8069.5084 -8156.7861 -8156.7861 337.77392 337.77392 23354.399 23354.399 1920.7803 1920.7803 Loop time of 34.7404 on 1 procs for 1000 steps with 2000 atoms Performance: 2.487 ns/day, 9.650 hours/ns, 28.785 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.034 | 34.034 | 34.034 | 0.0 | 97.97 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15267 | 0.15267 | 0.15267 | 0.0 | 0.44 Output | 2.3127e-05 | 2.3127e-05 | 2.3127e-05 | 0.0 | 0.00 Modify | 0.48072 | 0.48072 | 0.48072 | 0.0 | 1.38 Other | | 0.07275 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5444 ave 5444 max 5444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138946 ave 138946 max 138946 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138946 Ave neighs/atom = 69.473 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 = 333.254187901934, Press = 0.555421903850366 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -8069.5084 -8069.5084 -8156.7861 -8156.7861 337.77392 337.77392 23354.399 23354.399 1920.7803 1920.7803 13000 -8067.1502 -8067.1502 -8153.3817 -8153.3817 333.72475 333.72475 23421.565 23421.565 -2184.3175 -2184.3175 Loop time of 35.1558 on 1 procs for 1000 steps with 2000 atoms Performance: 2.458 ns/day, 9.765 hours/ns, 28.445 timesteps/s 24.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 | 34.447 | 34.447 | 34.447 | 0.0 | 97.98 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21355 | 0.21355 | 0.21355 | 0.0 | 0.61 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.42208 | 0.42208 | 0.42208 | 0.0 | 1.20 Other | | 0.07277 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138887 ave 138887 max 138887 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138887 Ave neighs/atom = 69.4435 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 = 333.196086686692, Press = 2.76666551677778 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -8067.1502 -8067.1502 -8153.3817 -8153.3817 333.72475 333.72475 23421.565 23421.565 -2184.3175 -2184.3175 14000 -8064.5301 -8064.5301 -8152.7001 -8152.7001 341.22732 341.22732 23344.333 23344.333 2870.6925 2870.6925 Loop time of 35.0116 on 1 procs for 1000 steps with 2000 atoms Performance: 2.468 ns/day, 9.725 hours/ns, 28.562 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.605 | 34.605 | 34.605 | 0.0 | 98.84 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15305 | 0.15305 | 0.15305 | 0.0 | 0.44 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.24105 | 0.24105 | 0.24105 | 0.0 | 0.69 Other | | 0.01265 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5445 ave 5445 max 5445 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138841 ave 138841 max 138841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138841 Ave neighs/atom = 69.4205 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 = 333.276007153834, Press = 1.40959931875498 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -8064.5301 -8064.5301 -8152.7001 -8152.7001 341.22732 341.22732 23344.333 23344.333 2870.6925 2870.6925 15000 -8068.716 -8068.716 -8152.6644 -8152.6644 324.88887 324.88887 23427.508 23427.508 -2977.2128 -2977.2128 Loop time of 34.8716 on 1 procs for 1000 steps with 2000 atoms Performance: 2.478 ns/day, 9.687 hours/ns, 28.677 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.286 | 34.286 | 34.286 | 0.0 | 98.32 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1527 | 0.1527 | 0.1527 | 0.0 | 0.44 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.42075 | 0.42075 | 0.42075 | 0.0 | 1.21 Other | | 0.01264 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5442 ave 5442 max 5442 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139183 ave 139183 max 139183 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139183 Ave neighs/atom = 69.5915 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 = 333.550509448399, Press = 1.90017147424135 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -8068.716 -8068.716 -8152.6644 -8152.6644 324.88887 324.88887 23427.508 23427.508 -2977.2128 -2977.2128 16000 -8065.9196 -8065.9196 -8153.16 -8153.16 337.62949 337.62949 23341.485 23341.485 3452.4617 3452.4617 Loop time of 35.2515 on 1 procs for 1000 steps with 2000 atoms Performance: 2.451 ns/day, 9.792 hours/ns, 28.368 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.851 | 34.851 | 34.851 | 0.0 | 98.86 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.06269 | 0.06269 | 0.06269 | 0.0 | 0.18 Output | 3.314e-05 | 3.314e-05 | 3.314e-05 | 0.0 | 0.00 Modify | 0.3008 | 0.3008 | 0.3008 | 0.0 | 0.85 Other | | 0.03674 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5437 ave 5437 max 5437 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138823 ave 138823 max 138823 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138823 Ave neighs/atom = 69.4115 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 = 333.536308839059, Press = -2.12854688764729 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -8065.9196 -8065.9196 -8153.16 -8153.16 337.62949 337.62949 23341.485 23341.485 3452.4617 3452.4617 17000 -8069.9962 -8069.9962 -8154.9564 -8154.9564 328.80454 328.80454 23407.027 23407.027 -1411.9697 -1411.9697 Loop time of 34.608 on 1 procs for 1000 steps with 2000 atoms Performance: 2.497 ns/day, 9.613 hours/ns, 28.895 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.111 | 34.111 | 34.111 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092507 | 0.092507 | 0.092507 | 0.0 | 0.27 Output | 2.8849e-05 | 2.8849e-05 | 2.8849e-05 | 0.0 | 0.00 Modify | 0.39145 | 0.39145 | 0.39145 | 0.0 | 1.13 Other | | 0.01259 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5444 ave 5444 max 5444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139376 ave 139376 max 139376 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139376 Ave neighs/atom = 69.688 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 = 333.631076864247, Press = 4.47486408665326 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -8069.9962 -8069.9962 -8154.9564 -8154.9564 328.80454 328.80454 23407.027 23407.027 -1411.9697 -1411.9697 18000 -8066.769 -8066.769 -8152.2248 -8152.2248 330.72256 330.72256 23366.152 23366.152 1457.94 1457.94 Loop time of 34.1108 on 1 procs for 1000 steps with 2000 atoms Performance: 2.533 ns/day, 9.475 hours/ns, 29.316 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.404 | 33.404 | 33.404 | 0.0 | 97.93 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21248 | 0.21248 | 0.21248 | 0.0 | 0.62 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.45173 | 0.45173 | 0.45173 | 0.0 | 1.32 Other | | 0.04259 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5452 ave 5452 max 5452 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138761 ave 138761 max 138761 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138761 Ave neighs/atom = 69.3805 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 = 333.539547366041, Press = -0.712063266228479 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -8066.769 -8066.769 -8152.2248 -8152.2248 330.72256 330.72256 23366.152 23366.152 1457.94 1457.94 19000 -8066.2461 -8066.2461 -8151.4898 -8151.4898 329.90203 329.90203 23404.353 23404.353 -1151.8128 -1151.8128 Loop time of 34.8288 on 1 procs for 1000 steps with 2000 atoms Performance: 2.481 ns/day, 9.675 hours/ns, 28.712 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.33 | 34.33 | 34.33 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.062743 | 0.062743 | 0.062743 | 0.0 | 0.18 Output | 2.1935e-05 | 2.1935e-05 | 2.1935e-05 | 0.0 | 0.00 Modify | 0.30306 | 0.30306 | 0.30306 | 0.0 | 0.87 Other | | 0.1329 | | | 0.38 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139067 ave 139067 max 139067 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139067 Ave neighs/atom = 69.5335 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 = 333.329115989505, Press = 1.99609209901476 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -8066.2461 -8066.2461 -8151.4898 -8151.4898 329.90203 329.90203 23404.353 23404.353 -1151.8128 -1151.8128 20000 -8067.9497 -8067.9497 -8153.4848 -8153.4848 331.02962 331.02962 23370.441 23370.441 1092.0525 1092.0525 Loop time of 34.493 on 1 procs for 1000 steps with 2000 atoms Performance: 2.505 ns/day, 9.581 hours/ns, 28.991 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 33.937 | 33.937 | 33.937 | 0.0 | 98.39 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12232 | 0.12232 | 0.12232 | 0.0 | 0.35 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.42074 | 0.42074 | 0.42074 | 0.0 | 1.22 Other | | 0.01254 | | | 0.04 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5454 ave 5454 max 5454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138986 ave 138986 max 138986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138986 Ave neighs/atom = 69.493 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 = 333.336965835927, Press = -0.672886007101837 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -8067.9497 -8067.9497 -8153.4848 -8153.4848 331.02962 331.02962 23370.441 23370.441 1092.0525 1092.0525 21000 -8065.4718 -8065.4718 -8152.8647 -8152.8647 338.21963 338.21963 23427.273 23427.273 -2381.0421 -2381.0421 Loop time of 34.6359 on 1 procs for 1000 steps with 2000 atoms Performance: 2.495 ns/day, 9.621 hours/ns, 28.872 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.108 | 34.108 | 34.108 | 0.0 | 98.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12498 | 0.12498 | 0.12498 | 0.0 | 0.36 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.36051 | 0.36051 | 0.36051 | 0.0 | 1.04 Other | | 0.04266 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5450 ave 5450 max 5450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139052 ave 139052 max 139052 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139052 Ave neighs/atom = 69.526 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 = 333.388916772618, Press = 3.28575037619928 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -8065.4718 -8065.4718 -8152.8647 -8152.8647 338.21963 338.21963 23427.273 23427.273 -2381.0421 -2381.0421 22000 -8070.3089 -8070.3089 -8152.5616 -8152.5616 318.32641 318.32641 23335.116 23335.116 3500.4449 3500.4449 Loop time of 34.7138 on 1 procs for 1000 steps with 2000 atoms Performance: 2.489 ns/day, 9.643 hours/ns, 28.807 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.217 | 34.217 | 34.217 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12238 | 0.12238 | 0.12238 | 0.0 | 0.35 Output | 4.4823e-05 | 4.4823e-05 | 4.4823e-05 | 0.0 | 0.00 Modify | 0.30191 | 0.30191 | 0.30191 | 0.0 | 0.87 Other | | 0.07252 | | | 0.21 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5433 ave 5433 max 5433 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138732 ave 138732 max 138732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138732 Ave neighs/atom = 69.366 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 = 333.314689318889, Press = -3.71942940165923 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -8070.3089 -8070.3089 -8152.5616 -8152.5616 318.32641 318.32641 23335.116 23335.116 3500.4449 3500.4449 23000 -8065.1371 -8065.1371 -8152.2597 -8152.2597 337.17365 337.17365 23426.98 23426.98 -2406.8799 -2406.8799 Loop time of 35.1098 on 1 procs for 1000 steps with 2000 atoms Performance: 2.461 ns/day, 9.753 hours/ns, 28.482 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.464 | 34.464 | 34.464 | 0.0 | 98.16 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.092857 | 0.092857 | 0.092857 | 0.0 | 0.26 Output | 2.8133e-05 | 2.8133e-05 | 2.8133e-05 | 0.0 | 0.00 Modify | 0.42012 | 0.42012 | 0.42012 | 0.0 | 1.20 Other | | 0.1326 | | | 0.38 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5437 ave 5437 max 5437 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 139319 ave 139319 max 139319 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 139319 Ave neighs/atom = 69.6595 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 = 333.27074365944, Press = 2.74063954171844 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.952 | 4.952 | 4.952 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -8065.1371 -8065.1371 -8152.2597 -8152.2597 337.17365 337.17365 23426.98 23426.98 -2406.8799 -2406.8799 24000 -8072.0647 -8072.0647 -8156.6395 -8156.6395 327.31317 327.31317 23348.548 23348.548 2505.948 2505.948 Loop time of 34.584 on 1 procs for 1000 steps with 2000 atoms Performance: 2.498 ns/day, 9.607 hours/ns, 28.915 timesteps/s 25.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 34.059 | 34.059 | 34.059 | 0.0 | 98.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.18257 | 0.18257 | 0.18257 | 0.0 | 0.53 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.29969 | 0.29969 | 0.29969 | 0.0 | 0.87 Other | | 0.04256 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5439 ave 5439 max 5439 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138768 ave 138768 max 138768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138768 Ave neighs/atom = 69.384 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_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 23387.5107983563 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0