# 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.8553246 2.8553246 2.8553246 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.553246 28.553246 28.553246) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (28.553246 28.553246 28.553246) create_atoms CPU = 0.001 seconds variable mass_converted equal 55.845*${_u_mass} variable mass_converted equal 55.845*1 kim_interactions Fe WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Fe #=== BEGIN kim interactions ================================== variable kim_update equal 0 variable kim_periodic equal 1 pair_style hybrid/overlay eam/alloy eam/fs pair_coeff * * eam/alloy /tmp/kim-shared-library-parameter-file-directory-XXXXXXwx4SIS/FeCrW_d.eam.alloy Fe pair_coeff * * eam/fs /tmp/kim-shared-library-parameter-file-directory-XXXXXXwx4SIS/FeCrW_s.eam.fs Fe #=== END kim interactions ==================================== 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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/SM_699257350704_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 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 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 -8179.4585 -8179.4585 -8244.8702 -8244.8702 253.15 253.15 23279.115 23279.115 3001.333 3001.333 1000 -8110.6183 -8110.6183 -8170.9242 -8170.9242 233.39006 233.39006 23361.168 23361.168 -1161.2538 -1161.2538 Loop time of 21.6505 on 1 procs for 1000 steps with 2000 atoms Performance: 3.991 ns/day, 6.014 hours/ns, 46.188 timesteps/s 98.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 | 21.363 | 21.363 | 21.363 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054773 | 0.054773 | 0.054773 | 0.0 | 0.25 Output | 0.00039437 | 0.00039437 | 0.00039437 | 0.0 | 0.00 Modify | 0.19691 | 0.19691 | 0.19691 | 0.0 | 0.91 Other | | 0.03534 | | | 0.16 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471.00 ave 5471 max 5471 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 136000.0 ave 136000 max 136000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 136000 Ave neighs/atom = 68.000000 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 -8110.6183 -8110.6183 -8170.9242 -8170.9242 233.39006 233.39006 23361.168 23361.168 -1161.2538 -1161.2538 2000 -8110.1556 -8110.1556 -8178.893 -8178.893 266.021 266.021 23315.253 23315.253 1481.6214 1481.6214 Loop time of 21.5464 on 1 procs for 1000 steps with 2000 atoms Performance: 4.010 ns/day, 5.985 hours/ns, 46.412 timesteps/s 99.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 21.272 | 21.272 | 21.272 | 0.0 | 98.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05285 | 0.05285 | 0.05285 | 0.0 | 0.25 Output | 0.00017947 | 0.00017947 | 0.00017947 | 0.0 | 0.00 Modify | 0.18783 | 0.18783 | 0.18783 | 0.0 | 0.87 Other | | 0.03341 | | | 0.16 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5437.00 ave 5437 max 5437 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138693.0 ave 138693 max 138693 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138693 Ave neighs/atom = 69.346500 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 -8110.1556 -8110.1556 -8178.893 -8178.893 266.021 266.021 23315.253 23315.253 1481.6214 1481.6214 3000 -8111.2536 -8111.2536 -8173.7556 -8173.7556 241.88937 241.88937 23390.584 23390.584 -3051.0765 -3051.0765 Loop time of 30.347 on 1 procs for 1000 steps with 2000 atoms Performance: 2.847 ns/day, 8.430 hours/ns, 32.952 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 | 29.979 | 29.979 | 29.979 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.072479 | 0.072479 | 0.072479 | 0.0 | 0.24 Output | 0.000361 | 0.000361 | 0.000361 | 0.0 | 0.00 Modify | 0.25246 | 0.25246 | 0.25246 | 0.0 | 0.83 Other | | 0.04256 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5467.00 ave 5467 max 5467 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138458.0 ave 138458 max 138458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138458 Ave neighs/atom = 69.229000 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 -8111.2536 -8111.2536 -8173.7556 -8173.7556 241.88937 241.88937 23390.584 23390.584 -3051.0765 -3051.0765 4000 -8109.5666 -8109.5666 -8176.333 -8176.333 258.39291 258.39291 23357.412 23357.412 -1087.3165 -1087.3165 Loop time of 32.7797 on 1 procs for 1000 steps with 2000 atoms Performance: 2.636 ns/day, 9.105 hours/ns, 30.507 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.385 | 32.385 | 32.385 | 0.0 | 98.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.077712 | 0.077712 | 0.077712 | 0.0 | 0.24 Output | 0.00020926 | 0.00020926 | 0.00020926 | 0.0 | 0.00 Modify | 0.27162 | 0.27162 | 0.27162 | 0.0 | 0.83 Other | | 0.04521 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5469.00 ave 5469 max 5469 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138037.0 ave 138037 max 138037 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138037 Ave neighs/atom = 69.018500 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 -8109.5666 -8109.5666 -8176.333 -8176.333 258.39291 258.39291 23357.412 23357.412 -1087.3165 -1087.3165 5000 -8112.0711 -8112.0711 -8176.7815 -8176.7815 250.43586 250.43586 23327.155 23327.155 1179.8728 1179.8728 Loop time of 29.136 on 1 procs for 1000 steps with 2000 atoms Performance: 2.965 ns/day, 8.093 hours/ns, 34.322 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 28.776 | 28.776 | 28.776 | 0.0 | 98.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070496 | 0.070496 | 0.070496 | 0.0 | 0.24 Output | 0.00010541 | 0.00010541 | 0.00010541 | 0.0 | 0.00 Modify | 0.24853 | 0.24853 | 0.24853 | 0.0 | 0.85 Other | | 0.04099 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5465.00 ave 5465 max 5465 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138237.0 ave 138237 max 138237 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138237 Ave neighs/atom = 69.118500 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 = 253.450082874816, Press = 169.087966917197 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 -8112.0711 -8112.0711 -8176.7815 -8176.7815 250.43586 250.43586 23327.155 23327.155 1179.8728 1179.8728 6000 -8109.3933 -8109.3933 -8175.8547 -8175.8547 257.21258 257.21258 23358.098 23358.098 -975.39929 -975.39929 Loop time of 18.8479 on 1 procs for 1000 steps with 2000 atoms Performance: 4.584 ns/day, 5.236 hours/ns, 53.056 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.6 | 18.6 | 18.6 | 0.0 | 98.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046005 | 0.046005 | 0.046005 | 0.0 | 0.24 Output | 9.3716e-05 | 9.3716e-05 | 9.3716e-05 | 0.0 | 0.00 Modify | 0.17088 | 0.17088 | 0.17088 | 0.0 | 0.91 Other | | 0.03052 | | | 0.16 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471.00 ave 5471 max 5471 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138221.0 ave 138221 max 138221 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138221 Ave neighs/atom = 69.110500 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 = 252.423428709518, Press = 1.12634635825853 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 -8109.3933 -8109.3933 -8175.8547 -8175.8547 257.21258 257.21258 23358.098 23358.098 -975.39929 -975.39929 7000 -8111.3069 -8111.3069 -8176.5917 -8176.5917 252.65879 252.65879 23341.103 23341.103 561.02327 561.02327 Loop time of 20.5048 on 1 procs for 1000 steps with 2000 atoms Performance: 4.214 ns/day, 5.696 hours/ns, 48.769 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 | 20.243 | 20.243 | 20.243 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04942 | 0.04942 | 0.04942 | 0.0 | 0.24 Output | 0.00010159 | 0.00010159 | 0.00010159 | 0.0 | 0.00 Modify | 0.18193 | 0.18193 | 0.18193 | 0.0 | 0.89 Other | | 0.03051 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455.00 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138283.0 ave 138283 max 138283 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138283 Ave neighs/atom = 69.141500 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 = 252.516606947897, Press = -22.6661663743524 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 -8111.3069 -8111.3069 -8176.5917 -8176.5917 252.65879 252.65879 23341.103 23341.103 561.02327 561.02327 8000 -8111.016 -8111.016 -8175.1215 -8175.1215 248.09512 248.09512 23304.409 23304.409 2634.9802 2634.9802 Loop time of 20.3985 on 1 procs for 1000 steps with 2000 atoms Performance: 4.236 ns/day, 5.666 hours/ns, 49.023 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 | 20.122 | 20.122 | 20.122 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.049856 | 0.049856 | 0.049856 | 0.0 | 0.24 Output | 6.6306e-05 | 6.6306e-05 | 6.6306e-05 | 0.0 | 0.00 Modify | 0.19631 | 0.19631 | 0.19631 | 0.0 | 0.96 Other | | 0.03073 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463.00 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138025.0 ave 138025 max 138025 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138025 Ave neighs/atom = 69.012500 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 = 252.910754965551, Press = 11.7111741177495 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 -8111.016 -8111.016 -8175.1215 -8175.1215 248.09512 248.09512 23304.409 23304.409 2634.9802 2634.9802 9000 -8107.8236 -8107.8236 -8173.6107 -8173.6107 254.60261 254.60261 23389.608 23389.608 -2740.6988 -2740.6988 Loop time of 21.2943 on 1 procs for 1000 steps with 2000 atoms Performance: 4.057 ns/day, 5.915 hours/ns, 46.961 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 21.02 | 21.02 | 21.02 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051667 | 0.051667 | 0.051667 | 0.0 | 0.24 Output | 0.00010136 | 0.00010136 | 0.00010136 | 0.0 | 0.00 Modify | 0.19058 | 0.19058 | 0.19058 | 0.0 | 0.89 Other | | 0.0317 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458.00 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138525.0 ave 138525 max 138525 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138525 Ave neighs/atom = 69.262500 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 = 253.290281817979, Press = -2.04485141992183 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 -8107.8236 -8107.8236 -8173.6107 -8173.6107 254.60261 254.60261 23389.608 23389.608 -2740.6988 -2740.6988 10000 -8111.8592 -8111.8592 -8176.853 -8176.853 251.53285 251.53285 23351.945 23351.945 -737.3765 -737.3765 Loop time of 18.8647 on 1 procs for 1000 steps with 2000 atoms Performance: 4.580 ns/day, 5.240 hours/ns, 53.009 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.619 | 18.619 | 18.619 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.0461 | 0.0461 | 0.0461 | 0.0 | 0.24 Output | 6.4672e-05 | 6.4672e-05 | 6.4672e-05 | 0.0 | 0.00 Modify | 0.17052 | 0.17052 | 0.17052 | 0.0 | 0.90 Other | | 0.02935 | | | 0.16 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5460.00 ave 5460 max 5460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138189.0 ave 138189 max 138189 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138189 Ave neighs/atom = 69.094500 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 = 253.413651756926, Press = -11.0817748394591 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 -8111.8592 -8111.8592 -8176.853 -8176.853 251.53285 251.53285 23351.945 23351.945 -737.3765 -737.3765 11000 -8112.2397 -8112.2397 -8175.9158 -8175.9158 246.4332 246.4332 23310.688 23310.688 2055.8201 2055.8201 Loop time of 22.7874 on 1 procs for 1000 steps with 2000 atoms Performance: 3.792 ns/day, 6.330 hours/ns, 43.884 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 | 22.496 | 22.496 | 22.496 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055077 | 0.055077 | 0.055077 | 0.0 | 0.24 Output | 9.5719e-05 | 9.5719e-05 | 9.5719e-05 | 0.0 | 0.00 Modify | 0.20214 | 0.20214 | 0.20214 | 0.0 | 0.89 Other | | 0.03379 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457.00 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138134.0 ave 138134 max 138134 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138134 Ave neighs/atom = 69.067000 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 = 253.192733677487, Press = 4.04863124930329 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 -8112.2397 -8112.2397 -8175.9158 -8175.9158 246.4332 246.4332 23310.688 23310.688 2055.8201 2055.8201 12000 -8110.1703 -8110.1703 -8174.3858 -8174.3858 248.52059 248.52059 23375.318 23375.318 -2384.8699 -2384.8699 Loop time of 23.22 on 1 procs for 1000 steps with 2000 atoms Performance: 3.721 ns/day, 6.450 hours/ns, 43.066 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 | 22.923 | 22.923 | 22.923 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056221 | 0.056221 | 0.056221 | 0.0 | 0.24 Output | 6.5017e-05 | 6.5017e-05 | 6.5017e-05 | 0.0 | 0.00 Modify | 0.20655 | 0.20655 | 0.20655 | 0.0 | 0.89 Other | | 0.03457 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5462.00 ave 5462 max 5462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138437.0 ave 138437 max 138437 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138437 Ave neighs/atom = 69.218500 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 = 253.360492669224, Press = 0.588570054663187 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 -8110.1703 -8110.1703 -8174.3858 -8174.3858 248.52059 248.52059 23375.318 23375.318 -2384.8699 -2384.8699 13000 -8109.9004 -8109.9004 -8177.1144 -8177.1144 260.12501 260.12501 23342.737 23342.737 57.848684 57.848684 Loop time of 18.9226 on 1 procs for 1000 steps with 2000 atoms Performance: 4.566 ns/day, 5.256 hours/ns, 52.847 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 | 18.677 | 18.677 | 18.677 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046068 | 0.046068 | 0.046068 | 0.0 | 0.24 Output | 9.3445e-05 | 9.3445e-05 | 9.3445e-05 | 0.0 | 0.00 Modify | 0.17002 | 0.17002 | 0.17002 | 0.0 | 0.90 Other | | 0.02915 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5450.00 ave 5450 max 5450 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138182.0 ave 138182 max 138182 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138182 Ave neighs/atom = 69.091000 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 = 253.307804919004, Press = -4.14168202388464 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 -8109.9004 -8109.9004 -8177.1144 -8177.1144 260.12501 260.12501 23342.737 23342.737 57.848684 57.848684 14000 -8110.1513 -8110.1513 -8177.1796 -8177.1796 259.40644 259.40644 23338.858 23338.858 149.78437 149.78437 Loop time of 18.8326 on 1 procs for 1000 steps with 2000 atoms Performance: 4.588 ns/day, 5.231 hours/ns, 53.099 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.59 | 18.59 | 18.59 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.045544 | 0.045544 | 0.045544 | 0.0 | 0.24 Output | 9.595e-05 | 9.595e-05 | 9.595e-05 | 0.0 | 0.00 Modify | 0.16859 | 0.16859 | 0.16859 | 0.0 | 0.90 Other | | 0.02886 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5452.00 ave 5452 max 5452 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138133.0 ave 138133 max 138133 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138133 Ave neighs/atom = 69.066500 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 = 253.299669590922, Press = 2.20795801780535 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 -8110.1513 -8110.1513 -8177.1796 -8177.1796 259.40644 259.40644 23338.858 23338.858 149.78437 149.78437 15000 -8108.5403 -8108.5403 -8174.554 -8174.554 255.47962 255.47962 23382.364 23382.364 -2110.8803 -2110.8803 Loop time of 21.0408 on 1 procs for 1000 steps with 2000 atoms Performance: 4.106 ns/day, 5.845 hours/ns, 47.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 | 20.77 | 20.77 | 20.77 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051043 | 0.051043 | 0.051043 | 0.0 | 0.24 Output | 0.00021291 | 0.00021291 | 0.00021291 | 0.0 | 0.00 Modify | 0.18811 | 0.18811 | 0.18811 | 0.0 | 0.89 Other | | 0.03164 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5469.00 ave 5469 max 5469 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138291.0 ave 138291 max 138291 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138291 Ave neighs/atom = 69.145500 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 = 253.179162291286, Press = -3.44179886998892 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 -8108.5403 -8108.5403 -8174.554 -8174.554 255.47962 255.47962 23382.364 23382.364 -2110.8803 -2110.8803 16000 -8108.4443 -8108.4443 -8175.1034 -8175.1034 257.97777 257.97777 23324.201 23324.201 1502.5503 1502.5503 Loop time of 22.7915 on 1 procs for 1000 steps with 2000 atoms Performance: 3.791 ns/day, 6.331 hours/ns, 43.876 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 | 22.496 | 22.496 | 22.496 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055639 | 0.055639 | 0.055639 | 0.0 | 0.24 Output | 0.00015916 | 0.00015916 | 0.00015916 | 0.0 | 0.00 Modify | 0.20592 | 0.20592 | 0.20592 | 0.0 | 0.90 Other | | 0.03408 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5449.00 ave 5449 max 5449 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138106.0 ave 138106 max 138106 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138106 Ave neighs/atom = 69.053000 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 = 253.20713229555, Press = -0.414907848860727 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 -8108.4443 -8108.4443 -8175.1034 -8175.1034 257.97777 257.97777 23324.201 23324.201 1502.5503 1502.5503 17000 -8111.2213 -8111.2213 -8176.1737 -8176.1737 251.37232 251.37232 23368.235 23368.235 -1601.8085 -1601.8085 Loop time of 23.2599 on 1 procs for 1000 steps with 2000 atoms Performance: 3.715 ns/day, 6.461 hours/ns, 42.992 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 22.963 | 22.963 | 22.963 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056301 | 0.056301 | 0.056301 | 0.0 | 0.24 Output | 0.00034147 | 0.00034147 | 0.00034147 | 0.0 | 0.00 Modify | 0.20759 | 0.20759 | 0.20759 | 0.0 | 0.89 Other | | 0.03321 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463.00 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138380.0 ave 138380 max 138380 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138380 Ave neighs/atom = 69.190000 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 = 253.257456399245, Press = -2.41152608110097 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 -8111.2213 -8111.2213 -8176.1737 -8176.1737 251.37232 251.37232 23368.235 23368.235 -1601.8085 -1601.8085 18000 -8110.02 -8110.02 -8176.4443 -8176.4443 257.06905 257.06905 23286.579 23286.579 3929.3498 3929.3498 Loop time of 19.2317 on 1 procs for 1000 steps with 2000 atoms Performance: 4.493 ns/day, 5.342 hours/ns, 51.998 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 | 18.986 | 18.986 | 18.986 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046561 | 0.046561 | 0.046561 | 0.0 | 0.24 Output | 0.00010675 | 0.00010675 | 0.00010675 | 0.0 | 0.00 Modify | 0.17073 | 0.17073 | 0.17073 | 0.0 | 0.89 Other | | 0.02864 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455.00 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138175.0 ave 138175 max 138175 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138175 Ave neighs/atom = 69.087500 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 = 253.445450757638, Press = 0.46910705906799 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 -8110.02 -8110.02 -8176.4443 -8176.4443 257.06905 257.06905 23286.579 23286.579 3929.3498 3929.3498 19000 -8107.8716 -8107.8716 -8174.9387 -8174.9387 259.55671 259.55671 23374.158 23374.158 -1850.5867 -1850.5867 Loop time of 20.806 on 1 procs for 1000 steps with 2000 atoms Performance: 4.153 ns/day, 5.779 hours/ns, 48.063 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 20.539 | 20.539 | 20.539 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.050718 | 0.050718 | 0.050718 | 0.0 | 0.24 Output | 0.0001963 | 0.0001963 | 0.0001963 | 0.0 | 0.00 Modify | 0.18508 | 0.18508 | 0.18508 | 0.0 | 0.89 Other | | 0.03092 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5467.00 ave 5467 max 5467 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138584.0 ave 138584 max 138584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138584 Ave neighs/atom = 69.292000 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 = 253.488919029795, Press = 3.07031381847849 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 -8107.8716 -8107.8716 -8174.9387 -8174.9387 259.55671 259.55671 23374.158 23374.158 -1850.5867 -1850.5867 20000 -8110.9161 -8110.9161 -8177.6235 -8177.6235 258.16435 258.16435 23346.699 23346.699 -361.06895 -361.06895 Loop time of 35.7996 on 1 procs for 1000 steps with 2000 atoms Performance: 2.413 ns/day, 9.944 hours/ns, 27.933 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 | 35.378 | 35.378 | 35.378 | 0.0 | 98.82 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083327 | 0.083327 | 0.083327 | 0.0 | 0.23 Output | 0.00015921 | 0.00015921 | 0.00015921 | 0.0 | 0.00 Modify | 0.29422 | 0.29422 | 0.29422 | 0.0 | 0.82 Other | | 0.04427 | | | 0.12 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5453.00 ave 5453 max 5453 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138123.0 ave 138123 max 138123 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138123 Ave neighs/atom = 69.061500 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 = 253.626406239279, Press = -4.31223095012807 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 -8110.9161 -8110.9161 -8177.6235 -8177.6235 258.16435 258.16435 23346.699 23346.699 -361.06895 -361.06895 21000 -8108.689 -8108.689 -8174.8799 -8174.8799 256.16588 256.16588 23329.713 23329.713 865.04349 865.04349 Loop time of 25.8643 on 1 procs for 1000 steps with 2000 atoms Performance: 3.341 ns/day, 7.185 hours/ns, 38.663 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 | 25.542 | 25.542 | 25.542 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.061873 | 0.061873 | 0.061873 | 0.0 | 0.24 Output | 0.00034401 | 0.00034401 | 0.00034401 | 0.0 | 0.00 Modify | 0.22387 | 0.22387 | 0.22387 | 0.0 | 0.87 Other | | 0.03659 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5467.00 ave 5467 max 5467 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138205.0 ave 138205 max 138205 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138205 Ave neighs/atom = 69.102500 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 = 253.666756435388, Press = 0.451477050992817 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 -8108.689 -8108.689 -8174.8799 -8174.8799 256.16588 256.16588 23329.713 23329.713 865.04349 865.04349 22000 -8112.9488 -8112.9488 -8178.0623 -8178.0623 251.99584 251.99584 23359.139 23359.139 -1262.2491 -1262.2491 Loop time of 34.5272 on 1 procs for 1000 steps with 2000 atoms Performance: 2.502 ns/day, 9.591 hours/ns, 28.963 timesteps/s 99.5% 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.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080264 | 0.080264 | 0.080264 | 0.0 | 0.23 Output | 0.00010428 | 0.00010428 | 0.00010428 | 0.0 | 0.00 Modify | 0.29572 | 0.29572 | 0.29572 | 0.0 | 0.86 Other | | 0.04284 | | | 0.12 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5457.00 ave 5457 max 5457 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138385.0 ave 138385 max 138385 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138385 Ave neighs/atom = 69.192500 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 = 253.512240841261, Press = 0.622235441847965 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 -8112.9488 -8112.9488 -8178.0623 -8178.0623 251.99584 251.99584 23359.139 23359.139 -1262.2491 -1262.2491 23000 -8111.0155 -8111.0155 -8176.2327 -8176.2327 252.39727 252.39727 23334.611 23334.611 821.63032 821.63032 Loop time of 30.0829 on 1 procs for 1000 steps with 2000 atoms Performance: 2.872 ns/day, 8.356 hours/ns, 33.242 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 | 29.72 | 29.72 | 29.72 | 0.0 | 98.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070416 | 0.070416 | 0.070416 | 0.0 | 0.23 Output | 0.00015771 | 0.00015771 | 0.00015771 | 0.0 | 0.00 Modify | 0.25261 | 0.25261 | 0.25261 | 0.0 | 0.84 Other | | 0.03938 | | | 0.13 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5458.00 ave 5458 max 5458 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138090.0 ave 138090 max 138090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138090 Ave neighs/atom = 69.045000 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 = 253.462686887912, Press = -4.10883552127913 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 -8111.0155 -8111.0155 -8176.2327 -8176.2327 252.39727 252.39727 23334.611 23334.611 821.63032 821.63032 24000 -8107.6687 -8107.6687 -8174.769 -8174.769 259.68516 259.68516 23307.162 23307.162 2960.2117 2960.2117 Loop time of 33.1703 on 1 procs for 1000 steps with 2000 atoms Performance: 2.605 ns/day, 9.214 hours/ns, 30.147 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 32.741 | 32.741 | 32.741 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.089252 | 0.089252 | 0.089252 | 0.0 | 0.27 Output | 0.00031718 | 0.00031718 | 0.00031718 | 0.0 | 0.00 Modify | 0.28275 | 0.28275 | 0.28275 | 0.0 | 0.85 Other | | 0.0565 | | | 0.17 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5463.00 ave 5463 max 5463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138119.0 ave 138119 max 138119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138119 Ave neighs/atom = 69.059500 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 = 253.429236826393, Press = 3.82944686309665 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 24000 -8107.6687 -8107.6687 -8174.769 -8174.769 259.68516 259.68516 23307.162 23307.162 2960.2117 2960.2117 25000 -8111.5577 -8111.5577 -8175.7115 -8175.7115 248.28192 248.28192 23372.47 23372.47 -2025.0731 -2025.0731 Loop time of 37.3102 on 1 procs for 1000 steps with 2000 atoms Performance: 2.316 ns/day, 10.364 hours/ns, 26.802 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 | 36.865 | 36.865 | 36.865 | 0.0 | 98.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.089534 | 0.089534 | 0.089534 | 0.0 | 0.24 Output | 0.00015758 | 0.00015758 | 0.00015758 | 0.0 | 0.00 Modify | 0.30999 | 0.30999 | 0.30999 | 0.0 | 0.83 Other | | 0.0451 | | | 0.12 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5455.00 ave 5455 max 5455 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138499.0 ave 138499 max 138499 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138499 Ave neighs/atom = 69.249500 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 = 253.454212973133, Press = 0.0151971296669382 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 25000 -8111.5577 -8111.5577 -8175.7115 -8175.7115 248.28192 248.28192 23372.47 23372.47 -2025.0731 -2025.0731 26000 -8109.5849 -8109.5849 -8176.7978 -8176.7978 260.121 260.121 23345.073 23345.073 -345.98598 -345.98598 Loop time of 28.3721 on 1 procs for 1000 steps with 2000 atoms Performance: 3.045 ns/day, 7.881 hours/ns, 35.246 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 | 28.021 | 28.021 | 28.021 | 0.0 | 98.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068659 | 0.068659 | 0.068659 | 0.0 | 0.24 Output | 9.7986e-05 | 9.7986e-05 | 9.7986e-05 | 0.0 | 0.00 Modify | 0.24337 | 0.24337 | 0.24337 | 0.0 | 0.86 Other | | 0.03908 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5467.00 ave 5467 max 5467 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138047.0 ave 138047 max 138047 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138047 Ave neighs/atom = 69.023500 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 = 253.564828684496, Press = -2.79472211909901 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 26000 -8109.5849 -8109.5849 -8176.7978 -8176.7978 260.121 260.121 23345.073 23345.073 -345.98598 -345.98598 27000 -8109.3433 -8109.3433 -8174.4194 -8174.4194 251.85129 251.85129 23327.663 23327.663 1259.1528 1259.1528 Loop time of 36.7399 on 1 procs for 1000 steps with 2000 atoms Performance: 2.352 ns/day, 10.206 hours/ns, 27.218 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 | 36.277 | 36.277 | 36.277 | 0.0 | 98.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.089657 | 0.089657 | 0.089657 | 0.0 | 0.24 Output | 0.00016461 | 0.00016461 | 0.00016461 | 0.0 | 0.00 Modify | 0.32296 | 0.32296 | 0.32296 | 0.0 | 0.88 Other | | 0.05031 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5464.00 ave 5464 max 5464 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138177.0 ave 138177 max 138177 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138177 Ave neighs/atom = 69.088500 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 = 253.595002026305, Press = 1.34469574187317 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 27000 -8109.3433 -8109.3433 -8174.4194 -8174.4194 251.85129 251.85129 23327.663 23327.663 1259.1528 1259.1528 28000 -8112.9013 -8112.9013 -8176.6404 -8176.6404 246.67676 246.67676 23356.612 23356.612 -1137.8134 -1137.8134 Loop time of 22.4574 on 1 procs for 1000 steps with 2000 atoms Performance: 3.847 ns/day, 6.238 hours/ns, 44.529 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 | 22.167 | 22.167 | 22.167 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054841 | 0.054841 | 0.054841 | 0.0 | 0.24 Output | 0.00014259 | 0.00014259 | 0.00014259 | 0.0 | 0.00 Modify | 0.20199 | 0.20199 | 0.20199 | 0.0 | 0.90 Other | | 0.03374 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5459.00 ave 5459 max 5459 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138395.0 ave 138395 max 138395 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138395 Ave neighs/atom = 69.197500 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 = 253.647028480058, Press = 0.0597120762145435 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 28000 -8112.9013 -8112.9013 -8176.6404 -8176.6404 246.67676 246.67676 23356.612 23356.612 -1137.8134 -1137.8134 29000 -8110.5213 -8110.5213 -8175.2065 -8175.2065 250.33838 250.33838 23372.096 23372.096 -1991.8662 -1991.8662 Loop time of 21.9264 on 1 procs for 1000 steps with 2000 atoms Performance: 3.940 ns/day, 6.091 hours/ns, 45.607 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 | 21.649 | 21.649 | 21.649 | 0.0 | 98.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053051 | 0.053051 | 0.053051 | 0.0 | 0.24 Output | 0.0002102 | 0.0002102 | 0.0002102 | 0.0 | 0.00 Modify | 0.19198 | 0.19198 | 0.19198 | 0.0 | 0.88 Other | | 0.03238 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5444.00 ave 5444 max 5444 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138130.0 ave 138130 max 138130 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138130 Ave neighs/atom = 69.065000 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 = 253.555633684659, Press = -1.33836612373672 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 29000 -8110.5213 -8110.5213 -8175.2065 -8175.2065 250.33838 250.33838 23372.096 23372.096 -1991.8662 -1991.8662 30000 -8111.9611 -8111.9611 -8176.2555 -8176.2555 248.82568 248.82568 23305.785 23305.785 2459.8209 2459.8209 Loop time of 34.3212 on 1 procs for 1000 steps with 2000 atoms Performance: 2.517 ns/day, 9.534 hours/ns, 29.137 timesteps/s 99.8% 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.898 | 33.898 | 33.898 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082014 | 0.082014 | 0.082014 | 0.0 | 0.24 Output | 0.00016016 | 0.00016016 | 0.00016016 | 0.0 | 0.00 Modify | 0.29475 | 0.29475 | 0.29475 | 0.0 | 0.86 Other | | 0.04624 | | | 0.13 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5452.00 ave 5452 max 5452 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138119.0 ave 138119 max 138119 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138119 Ave neighs/atom = 69.059500 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 = 253.496688987951, Press = -0.926097009663464 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 30000 -8111.9611 -8111.9611 -8176.2555 -8176.2555 248.82568 248.82568 23305.785 23305.785 2459.8209 2459.8209 31000 -8108.833 -8108.833 -8175.3835 -8175.3835 257.5571 257.5571 23310.092 23310.092 2444.3841 2444.3841 Loop time of 23.4071 on 1 procs for 1000 steps with 2000 atoms Performance: 3.691 ns/day, 6.502 hours/ns, 42.722 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 | 23.115 | 23.115 | 23.115 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055948 | 0.055948 | 0.055948 | 0.0 | 0.24 Output | 9.1321e-05 | 9.1321e-05 | 9.1321e-05 | 0.0 | 0.00 Modify | 0.20255 | 0.20255 | 0.20255 | 0.0 | 0.87 Other | | 0.03324 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5471.00 ave 5471 max 5471 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138402.0 ave 138402 max 138402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138402 Ave neighs/atom = 69.201000 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 = 253.41811680281, Press = 1.67956514529585 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 31000 -8108.833 -8108.833 -8175.3835 -8175.3835 257.5571 257.5571 23310.092 23310.092 2444.3841 2444.3841 32000 -8111.5487 -8111.5487 -8175.8726 -8175.8726 248.9399 248.9399 23372.203 23372.203 -2241.5744 -2241.5744 Loop time of 19.1819 on 1 procs for 1000 steps with 2000 atoms Performance: 4.504 ns/day, 5.328 hours/ns, 52.132 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.935 | 18.935 | 18.935 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047215 | 0.047215 | 0.047215 | 0.0 | 0.25 Output | 0.00019183 | 0.00019183 | 0.00019183 | 0.0 | 0.00 Modify | 0.17168 | 0.17168 | 0.17168 | 0.0 | 0.89 Other | | 0.02807 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5468.00 ave 5468 max 5468 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138507.0 ave 138507 max 138507 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138507 Ave neighs/atom = 69.253500 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 = 253.408728531585, Press = 0.791358737311917 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 32000 -8111.5487 -8111.5487 -8175.8726 -8175.8726 248.9399 248.9399 23372.203 23372.203 -2241.5744 -2241.5744 33000 -8108.6772 -8108.6772 -8173.9887 -8173.9887 252.76242 252.76242 23341.145 23341.145 213.89877 213.89877 Loop time of 18.4779 on 1 procs for 1000 steps with 2000 atoms Performance: 4.676 ns/day, 5.133 hours/ns, 54.119 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 | 18.251 | 18.251 | 18.251 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04401 | 0.04401 | 0.04401 | 0.0 | 0.24 Output | 8.9959e-05 | 8.9959e-05 | 8.9959e-05 | 0.0 | 0.00 Modify | 0.15799 | 0.15799 | 0.15799 | 0.0 | 0.86 Other | | 0.02437 | | | 0.13 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5462.00 ave 5462 max 5462 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138112.0 ave 138112 max 138112 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138112 Ave neighs/atom = 69.056000 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 = 253.404106659582, Press = -2.35306951925989 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 33000 -8108.6772 -8108.6772 -8173.9887 -8173.9887 252.76242 252.76242 23341.145 23341.145 213.89877 213.89877 34000 -8112.5325 -8112.5325 -8175.4453 -8175.4453 243.47896 243.47896 23317.271 23317.271 1567.6884 1567.6884 Loop time of 20.3027 on 1 procs for 1000 steps with 2000 atoms Performance: 4.256 ns/day, 5.640 hours/ns, 49.255 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 20.052 | 20.052 | 20.052 | 0.0 | 98.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048504 | 0.048504 | 0.048504 | 0.0 | 0.24 Output | 0.00012379 | 0.00012379 | 0.00012379 | 0.0 | 0.00 Modify | 0.17469 | 0.17469 | 0.17469 | 0.0 | 0.86 Other | | 0.02765 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5469.00 ave 5469 max 5469 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138336.0 ave 138336 max 138336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138336 Ave neighs/atom = 69.168000 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 = 253.377664335781, Press = 0.33969201570591 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 34000 -8112.5325 -8112.5325 -8175.4453 -8175.4453 243.47896 243.47896 23317.271 23317.271 1567.6884 1567.6884 35000 -8109.6594 -8109.6594 -8175.6734 -8175.6734 255.481 255.481 23369.06 23369.06 -1674.0865 -1674.0865 Loop time of 18.666 on 1 procs for 1000 steps with 2000 atoms Performance: 4.629 ns/day, 5.185 hours/ns, 53.573 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.435 | 18.435 | 18.435 | 0.0 | 98.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044691 | 0.044691 | 0.044691 | 0.0 | 0.24 Output | 9.4183e-05 | 9.4183e-05 | 9.4183e-05 | 0.0 | 0.00 Modify | 0.16116 | 0.16116 | 0.16116 | 0.0 | 0.86 Other | | 0.02537 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5464.00 ave 5464 max 5464 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138513.0 ave 138513 max 138513 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138513 Ave neighs/atom = 69.256500 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 = 253.376846948318, Press = 1.5273201843638 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 35000 -8109.6594 -8109.6594 -8175.6734 -8175.6734 255.481 255.481 23369.06 23369.06 -1674.0865 -1674.0865 36000 -8110.5438 -8110.5438 -8175.204 -8175.204 250.24183 250.24183 23339.732 23339.732 -6.0723062 -6.0723062 Loop time of 19.0081 on 1 procs for 1000 steps with 2000 atoms Performance: 4.545 ns/day, 5.280 hours/ns, 52.609 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.766 | 18.766 | 18.766 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046543 | 0.046543 | 0.046543 | 0.0 | 0.24 Output | 0.00012316 | 0.00012316 | 0.00012316 | 0.0 | 0.00 Modify | 0.16815 | 0.16815 | 0.16815 | 0.0 | 0.88 Other | | 0.02759 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5447.00 ave 5447 max 5447 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138035.0 ave 138035 max 138035 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138035 Ave neighs/atom = 69.017500 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 = 253.355497052577, Press = -2.29822258923137 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 36000 -8110.5438 -8110.5438 -8175.204 -8175.204 250.24183 250.24183 23339.732 23339.732 -6.0723062 -6.0723062 37000 -8110.9996 -8110.9996 -8177.1143 -8177.1143 255.8704 255.8704 23305.444 23305.444 2387.9037 2387.9037 Loop time of 19.3054 on 1 procs for 1000 steps with 2000 atoms Performance: 4.475 ns/day, 5.363 hours/ns, 51.799 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 19.055 | 19.055 | 19.055 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047526 | 0.047526 | 0.047526 | 0.0 | 0.25 Output | 9.7035e-05 | 9.7035e-05 | 9.7035e-05 | 0.0 | 0.00 Modify | 0.17386 | 0.17386 | 0.17386 | 0.0 | 0.90 Other | | 0.02863 | | | 0.15 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5469.00 ave 5469 max 5469 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138435.0 ave 138435 max 138435 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138435 Ave neighs/atom = 69.217500 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 = 253.343292255449, Press = 0.816855964377427 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 37000 -8110.9996 -8110.9996 -8177.1143 -8177.1143 255.8704 255.8704 23305.444 23305.444 2387.9037 2387.9037 38000 -8111.5407 -8111.5407 -8176.2246 -8176.2246 250.33338 250.33338 23364.192 23364.192 -1470.3343 -1470.3343 Loop time of 18.666 on 1 procs for 1000 steps with 2000 atoms Performance: 4.629 ns/day, 5.185 hours/ns, 53.573 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.438 | 18.438 | 18.438 | 0.0 | 98.78 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.044137 | 0.044137 | 0.044137 | 0.0 | 0.24 Output | 6.4238e-05 | 6.4238e-05 | 6.4238e-05 | 0.0 | 0.00 Modify | 0.15966 | 0.15966 | 0.15966 | 0.0 | 0.86 Other | | 0.02414 | | | 0.13 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5469.00 ave 5469 max 5469 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138463.0 ave 138463 max 138463 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138463 Ave neighs/atom = 69.231500 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 = 253.272862118033, Press = 0.2282036306075 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 38000 -8111.5407 -8111.5407 -8176.2246 -8176.2246 250.33338 250.33338 23364.192 23364.192 -1470.3343 -1470.3343 39000 -8109.9813 -8109.9813 -8175.314 -8175.314 252.84404 252.84404 23335.623 23335.623 457.53567 457.53567 Loop time of 19.7827 on 1 procs for 1000 steps with 2000 atoms Performance: 4.367 ns/day, 5.495 hours/ns, 50.549 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 | 19.528 | 19.528 | 19.528 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.048993 | 0.048993 | 0.048993 | 0.0 | 0.25 Output | 8.9343e-05 | 8.9343e-05 | 8.9343e-05 | 0.0 | 0.00 Modify | 0.1772 | 0.1772 | 0.1772 | 0.0 | 0.90 Other | | 0.02868 | | | 0.14 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5469.00 ave 5469 max 5469 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 138159.0 ave 138159 max 138159 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 138159 Ave neighs/atom = 69.079500 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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 23343.2894745838 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0