# 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 3.613315641880036*${_u_distance} variable latticeconst_converted equal 3.613315641880036*1 lattice fcc ${latticeconst_converted} lattice fcc 3.61331564188004 Lattice spacing in x,y,z = 3.6133156 3.6133156 3.6133156 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (36.133156 36.133156 36.133156) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 4000 atoms using lattice units in orthogonal box = (0 0 0) to (36.133156 36.133156 36.133156) create_atoms CPU = 0.007 seconds variable mass_converted equal 63.546*${_u_mass} variable mass_converted equal 63.546*1 kim_interactions Cu WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Cu #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_WangOhLee_2020_CuCo__MO_849011491644_002 pair_coeff * * Cu #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 63.546 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 47175.6294254851 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6294254851/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6294254851/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 47175.6294254851/(1*1*${_u_distance}) variable V0_metal equal 47175.6294254851/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 47175.6294254851*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 47175.6294254851 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 273.15*${_u_temperature} variable temp_converted equal 273.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 273.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 273.15 273.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "273.15 - 0.2" variable T_up equal "273.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_849011491644_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -14018.806 -14018.806 -14160 -14160 273.15 273.15 47175.629 47175.629 3196.8241 3196.8241 1000 -13870.076 -13870.076 -14014.445 -14014.445 279.29183 279.29183 47934.911 47934.911 -1401.2819 -1401.2819 Loop time of 168.045 on 1 procs for 1000 steps with 4000 atoms Performance: 0.514 ns/day, 46.679 hours/ns, 5.951 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 | 167.1 | 167.1 | 167.1 | 0.0 | 99.44 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14863 | 0.14863 | 0.14863 | 0.0 | 0.09 Output | 0.00024211 | 0.00024211 | 0.00024211 | 0.0 | 0.00 Modify | 0.6979 | 0.6979 | 0.6979 | 0.0 | 0.42 Other | | 0.1008 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 216000 ave 216000 max 216000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 216000 Ave neighs/atom = 54 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13870.076 -13870.076 -14014.445 -14014.445 279.29183 279.29183 47934.911 47934.911 -1401.2819 -1401.2819 2000 -13879.752 -13879.752 -14022.361 -14022.361 275.88555 275.88555 47875.069 47875.069 -480.351 -480.351 Loop time of 179.821 on 1 procs for 1000 steps with 4000 atoms Performance: 0.480 ns/day, 49.950 hours/ns, 5.561 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 | 178.92 | 178.92 | 178.92 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14279 | 0.14279 | 0.14279 | 0.0 | 0.08 Output | 0.00023498 | 0.00023498 | 0.00023498 | 0.0 | 0.00 Modify | 0.65596 | 0.65596 | 0.65596 | 0.0 | 0.36 Other | | 0.09938 | | | 0.06 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5840 ave 5840 max 5840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248176 ave 248176 max 248176 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248176 Ave neighs/atom = 62.044 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13879.752 -13879.752 -14022.361 -14022.361 275.88555 275.88555 47875.069 47875.069 -480.351 -480.351 3000 -13877.049 -13877.049 -14021.487 -14021.487 279.42415 279.42415 47890.152 47890.152 -639.83354 -639.83354 Loop time of 188.929 on 1 procs for 1000 steps with 4000 atoms Performance: 0.457 ns/day, 52.480 hours/ns, 5.293 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 | 187.98 | 187.98 | 187.98 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14839 | 0.14839 | 0.14839 | 0.0 | 0.08 Output | 0.00028353 | 0.00028353 | 0.00028353 | 0.0 | 0.00 Modify | 0.70107 | 0.70107 | 0.70107 | 0.0 | 0.37 Other | | 0.09928 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248508 ave 248508 max 248508 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248508 Ave neighs/atom = 62.127 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13877.049 -13877.049 -14021.487 -14021.487 279.42415 279.42415 47890.152 47890.152 -639.83354 -639.83354 4000 -13877.12 -13877.12 -14018.007 -14018.007 272.55582 272.55582 47905.817 47905.817 -856.44909 -856.44909 Loop time of 178.458 on 1 procs for 1000 steps with 4000 atoms Performance: 0.484 ns/day, 49.572 hours/ns, 5.604 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.57 | 177.57 | 177.57 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.146 | 0.146 | 0.146 | 0.0 | 0.08 Output | 0.00024167 | 0.00024167 | 0.00024167 | 0.0 | 0.00 Modify | 0.64872 | 0.64872 | 0.64872 | 0.0 | 0.36 Other | | 0.09405 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5838 ave 5838 max 5838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248268 ave 248268 max 248268 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248268 Ave neighs/atom = 62.067 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13877.12 -13877.12 -14018.007 -14018.007 272.55582 272.55582 47905.817 47905.817 -856.44909 -856.44909 5000 -13880.22 -13880.22 -14017.363 -14017.363 265.31182 265.31182 47860.951 47860.951 513.55703 513.55703 Loop time of 178.344 on 1 procs for 1000 steps with 4000 atoms Performance: 0.484 ns/day, 49.540 hours/ns, 5.607 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.45 | 177.45 | 177.45 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14485 | 0.14485 | 0.14485 | 0.0 | 0.08 Output | 0.00019374 | 0.00019374 | 0.00019374 | 0.0 | 0.00 Modify | 0.65052 | 0.65052 | 0.65052 | 0.0 | 0.36 Other | | 0.09406 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5837 ave 5837 max 5837 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248492 ave 248492 max 248492 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248492 Ave neighs/atom = 62.123 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 = 274.452431478479, Press = 727.423106822539 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13880.22 -13880.22 -14017.363 -14017.363 265.31182 265.31182 47860.951 47860.951 513.55703 513.55703 6000 -13874.143 -13874.143 -14020.344 -14020.344 282.83644 282.83644 47823.358 47823.358 1491.2025 1491.2025 Loop time of 178.609 on 1 procs for 1000 steps with 4000 atoms Performance: 0.484 ns/day, 49.613 hours/ns, 5.599 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.7 | 177.7 | 177.7 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14412 | 0.14412 | 0.14412 | 0.0 | 0.08 Output | 0.00019367 | 0.00019367 | 0.00019367 | 0.0 | 0.00 Modify | 0.67218 | 0.67218 | 0.67218 | 0.0 | 0.38 Other | | 0.09405 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248856 ave 248856 max 248856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248856 Ave neighs/atom = 62.214 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.610071935883, Press = 17.7903428562303 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13874.143 -13874.143 -14020.344 -14020.344 282.83644 282.83644 47823.358 47823.358 1491.2025 1491.2025 7000 -13880.514 -13880.514 -14019.502 -14019.502 268.88252 268.88252 47908.507 47908.507 -1036.1863 -1036.1863 Loop time of 178.837 on 1 procs for 1000 steps with 4000 atoms Performance: 0.483 ns/day, 49.677 hours/ns, 5.592 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.92 | 177.92 | 177.92 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14372 | 0.14372 | 0.14372 | 0.0 | 0.08 Output | 0.00019291 | 0.00019291 | 0.00019291 | 0.0 | 0.00 Modify | 0.67625 | 0.67625 | 0.67625 | 0.0 | 0.38 Other | | 0.09354 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249112 ave 249112 max 249112 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249112 Ave neighs/atom = 62.278 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.012114543748, Press = -4.48329208694195 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13880.514 -13880.514 -14019.502 -14019.502 268.88252 268.88252 47908.507 47908.507 -1036.1863 -1036.1863 8000 -13879.31 -13879.31 -14018.24 -14018.24 268.76918 268.76918 47900.154 47900.154 -711.7199 -711.7199 Loop time of 178.506 on 1 procs for 1000 steps with 4000 atoms Performance: 0.484 ns/day, 49.585 hours/ns, 5.602 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.59 | 177.59 | 177.59 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14404 | 0.14404 | 0.14404 | 0.0 | 0.08 Output | 0.00019329 | 0.00019329 | 0.00019329 | 0.0 | 0.00 Modify | 0.67548 | 0.67548 | 0.67548 | 0.0 | 0.38 Other | | 0.09417 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248124 ave 248124 max 248124 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248124 Ave neighs/atom = 62.031 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.088072741246, Press = 19.9536928737478 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13879.31 -13879.31 -14018.24 -14018.24 268.76918 268.76918 47900.154 47900.154 -711.7199 -711.7199 9000 -13873.264 -13873.264 -14014.598 -14014.598 273.41892 273.41892 47847.43 47847.43 1351.3957 1351.3957 Loop time of 205.125 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 56.979 hours/ns, 4.875 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 204.03 | 204.03 | 204.03 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16224 | 0.16224 | 0.16224 | 0.0 | 0.08 Output | 0.0002324 | 0.0002324 | 0.0002324 | 0.0 | 0.00 Modify | 0.82255 | 0.82255 | 0.82255 | 0.0 | 0.40 Other | | 0.1054 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248308 ave 248308 max 248308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248308 Ave neighs/atom = 62.077 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.383464255596, Press = 12.2281028841921 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13873.264 -13873.264 -14014.598 -14014.598 273.41892 273.41892 47847.43 47847.43 1351.3957 1351.3957 10000 -13875.848 -13875.848 -14016.169 -14016.169 271.46095 271.46095 47872.004 47872.004 394.42874 394.42874 Loop time of 178.865 on 1 procs for 1000 steps with 4000 atoms Performance: 0.483 ns/day, 49.685 hours/ns, 5.591 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.95 | 177.95 | 177.95 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1456 | 0.1456 | 0.1456 | 0.0 | 0.08 Output | 0.00019251 | 0.00019251 | 0.00019251 | 0.0 | 0.00 Modify | 0.67486 | 0.67486 | 0.67486 | 0.0 | 0.38 Other | | 0.09347 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249208 ave 249208 max 249208 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249208 Ave neighs/atom = 62.302 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.298218927204, Press = 4.11257335760912 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13875.848 -13875.848 -14016.169 -14016.169 271.46095 271.46095 47872.004 47872.004 394.42874 394.42874 11000 -13880.74 -13880.74 -14018.7 -14018.7 266.89318 266.89318 47903.178 47903.178 -896.70186 -896.70186 Loop time of 195.601 on 1 procs for 1000 steps with 4000 atoms Performance: 0.442 ns/day, 54.334 hours/ns, 5.112 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.57 | 194.57 | 194.57 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15581 | 0.15581 | 0.15581 | 0.0 | 0.08 Output | 0.00026978 | 0.00026978 | 0.00026978 | 0.0 | 0.00 Modify | 0.77531 | 0.77531 | 0.77531 | 0.0 | 0.40 Other | | 0.1011 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248828 ave 248828 max 248828 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248828 Ave neighs/atom = 62.207 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.181711124339, Press = 2.01453992131698 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13880.74 -13880.74 -14018.7 -14018.7 266.89318 266.89318 47903.178 47903.178 -896.70186 -896.70186 12000 -13879.029 -13879.029 -14019.863 -14019.863 272.4539 272.4539 47887.829 47887.829 -429.56158 -429.56158 Loop time of 208.149 on 1 procs for 1000 steps with 4000 atoms Performance: 0.415 ns/day, 57.819 hours/ns, 4.804 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 | 207.04 | 207.04 | 207.04 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16409 | 0.16409 | 0.16409 | 0.0 | 0.08 Output | 0.00025051 | 0.00025051 | 0.00025051 | 0.0 | 0.00 Modify | 0.84263 | 0.84263 | 0.84263 | 0.0 | 0.40 Other | | 0.107 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248196 ave 248196 max 248196 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248196 Ave neighs/atom = 62.049 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.921835659245, Press = 11.4619190621826 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13879.029 -13879.029 -14019.863 -14019.863 272.4539 272.4539 47887.829 47887.829 -429.56158 -429.56158 13000 -13879.086 -13879.086 -14020.59 -14020.59 273.74981 273.74981 47798.836 47798.836 2059.7491 2059.7491 Loop time of 208.524 on 1 procs for 1000 steps with 4000 atoms Performance: 0.414 ns/day, 57.923 hours/ns, 4.796 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 | 207.41 | 207.41 | 207.41 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16511 | 0.16511 | 0.16511 | 0.0 | 0.08 Output | 0.00019489 | 0.00019489 | 0.00019489 | 0.0 | 0.00 Modify | 0.8408 | 0.8408 | 0.8408 | 0.0 | 0.40 Other | | 0.1069 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248038 ave 248038 max 248038 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248038 Ave neighs/atom = 62.0095 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.939815223773, Press = 2.55583020664328 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13879.086 -13879.086 -14020.59 -14020.59 273.74981 273.74981 47798.836 47798.836 2059.7491 2059.7491 14000 -13872.14 -13872.14 -14013.705 -14013.705 273.86852 273.86852 47913.931 47913.931 -537.42377 -537.42377 Loop time of 187.061 on 1 procs for 1000 steps with 4000 atoms Performance: 0.462 ns/day, 51.961 hours/ns, 5.346 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 | 186.09 | 186.09 | 186.09 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14904 | 0.14904 | 0.14904 | 0.0 | 0.08 Output | 0.00020018 | 0.00020018 | 0.00020018 | 0.0 | 0.00 Modify | 0.72443 | 0.72443 | 0.72443 | 0.0 | 0.39 Other | | 0.1 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249676 ave 249676 max 249676 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249676 Ave neighs/atom = 62.419 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.053838875802, Press = 0.995201004766443 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13872.14 -13872.14 -14013.705 -14013.705 273.86852 273.86852 47913.931 47913.931 -537.42377 -537.42377 15000 -13879.09 -13879.09 -14019.725 -14019.725 272.06687 272.06687 47872.855 47872.855 -93.022823 -93.022823 Loop time of 206.151 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.264 hours/ns, 4.851 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 | 205.04 | 205.04 | 205.04 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16509 | 0.16509 | 0.16509 | 0.0 | 0.08 Output | 0.00019581 | 0.00019581 | 0.00019581 | 0.0 | 0.00 Modify | 0.84091 | 0.84091 | 0.84091 | 0.0 | 0.41 Other | | 0.1067 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248060 ave 248060 max 248060 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248060 Ave neighs/atom = 62.015 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.187708733899, Press = 3.89239997005888 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13879.09 -13879.09 -14019.725 -14019.725 272.06687 272.06687 47872.855 47872.855 -93.022823 -93.022823 16000 -13882.526 -13882.526 -14022.502 -14022.502 270.7925 270.7925 47843.464 47843.464 497.36072 497.36072 Loop time of 207.317 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.588 hours/ns, 4.824 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 | 206.2 | 206.2 | 206.2 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1653 | 0.1653 | 0.1653 | 0.0 | 0.08 Output | 0.00024441 | 0.00024441 | 0.00024441 | 0.0 | 0.00 Modify | 0.84029 | 0.84029 | 0.84029 | 0.0 | 0.41 Other | | 0.1066 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248612 ave 248612 max 248612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248612 Ave neighs/atom = 62.153 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.159248440099, Press = 3.82004052417522 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13882.526 -13882.526 -14022.502 -14022.502 270.7925 270.7925 47843.464 47843.464 497.36072 497.36072 17000 -13874.87 -13874.87 -14016.19 -14016.19 273.3917 273.3917 47860.675 47860.675 750.53666 750.53666 Loop time of 208.72 on 1 procs for 1000 steps with 4000 atoms Performance: 0.414 ns/day, 57.978 hours/ns, 4.791 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 207.61 | 207.61 | 207.61 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16297 | 0.16297 | 0.16297 | 0.0 | 0.08 Output | 0.00019536 | 0.00019536 | 0.00019536 | 0.0 | 0.00 Modify | 0.84135 | 0.84135 | 0.84135 | 0.0 | 0.40 Other | | 0.1068 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248902 ave 248902 max 248902 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248902 Ave neighs/atom = 62.2255 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.066182078193, Press = 1.5177583037603 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13874.87 -13874.87 -14016.19 -14016.19 273.3917 273.3917 47860.675 47860.675 750.53666 750.53666 18000 -13878.83 -13878.83 -14019.509 -14019.509 272.15405 272.15405 47903.813 47903.813 -976.75966 -976.75966 Loop time of 208.969 on 1 procs for 1000 steps with 4000 atoms Performance: 0.413 ns/day, 58.047 hours/ns, 4.785 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 207.85 | 207.85 | 207.85 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16353 | 0.16353 | 0.16353 | 0.0 | 0.08 Output | 0.00031456 | 0.00031456 | 0.00031456 | 0.0 | 0.00 Modify | 0.85045 | 0.85045 | 0.85045 | 0.0 | 0.41 Other | | 0.1085 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5840 ave 5840 max 5840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248746 ave 248746 max 248746 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248746 Ave neighs/atom = 62.1865 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.204633818053, Press = 0.309423616013259 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13878.83 -13878.83 -14019.509 -14019.509 272.15405 272.15405 47903.813 47903.813 -976.75966 -976.75966 19000 -13872.794 -13872.794 -14012.99 -14012.99 271.21957 271.21957 47912.299 47912.299 -464.54442 -464.54442 Loop time of 199.459 on 1 procs for 1000 steps with 4000 atoms Performance: 0.433 ns/day, 55.405 hours/ns, 5.014 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 | 198.4 | 198.4 | 198.4 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1582 | 0.1582 | 0.1582 | 0.0 | 0.08 Output | 0.00019314 | 0.00019314 | 0.00019314 | 0.0 | 0.00 Modify | 0.79272 | 0.79272 | 0.79272 | 0.0 | 0.40 Other | | 0.1043 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248512 ave 248512 max 248512 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248512 Ave neighs/atom = 62.128 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.268309217064, Press = 4.24503749704989 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13872.794 -13872.794 -14012.99 -14012.99 271.21957 271.21957 47912.299 47912.299 -464.54442 -464.54442 20000 -13879.937 -13879.937 -14021.649 -14021.649 274.15093 274.15093 47800.888 47800.888 1837.4541 1837.4541 Loop time of 207.221 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.561 hours/ns, 4.826 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 | 206.11 | 206.11 | 206.11 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16326 | 0.16326 | 0.16326 | 0.0 | 0.08 Output | 0.00019815 | 0.00019815 | 0.00019815 | 0.0 | 0.00 Modify | 0.83727 | 0.83727 | 0.83727 | 0.0 | 0.40 Other | | 0.1067 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248580 ave 248580 max 248580 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248580 Ave neighs/atom = 62.145 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.334900421573, Press = 2.315552864916 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13879.937 -13879.937 -14021.649 -14021.649 274.15093 274.15093 47800.888 47800.888 1837.4541 1837.4541 21000 -13877.16 -13877.16 -14019.362 -14019.362 275.10031 275.10031 47889.635 47889.635 -355.36658 -355.36658 Loop time of 206.895 on 1 procs for 1000 steps with 4000 atoms Performance: 0.418 ns/day, 57.471 hours/ns, 4.833 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 205.79 | 205.79 | 205.79 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1625 | 0.1625 | 0.1625 | 0.0 | 0.08 Output | 0.00019237 | 0.00019237 | 0.00019237 | 0.0 | 0.00 Modify | 0.83907 | 0.83907 | 0.83907 | 0.0 | 0.41 Other | | 0.1067 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249438 ave 249438 max 249438 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249438 Ave neighs/atom = 62.3595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.304854527738, Press = -1.71897624903228 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13877.16 -13877.16 -14019.362 -14019.362 275.10031 275.10031 47889.635 47889.635 -355.36658 -355.36658 22000 -13877.694 -13877.694 -14018.377 -14018.377 272.16037 272.16037 47932.084 47932.084 -1629.2474 -1629.2474 Loop time of 205.464 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 57.073 hours/ns, 4.867 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 204.37 | 204.37 | 204.37 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16265 | 0.16265 | 0.16265 | 0.0 | 0.08 Output | 0.00019455 | 0.00019455 | 0.00019455 | 0.0 | 0.00 Modify | 0.82537 | 0.82537 | 0.82537 | 0.0 | 0.40 Other | | 0.1067 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248048 ave 248048 max 248048 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248048 Ave neighs/atom = 62.012 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.288539745263, Press = 2.94098063584443 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13877.694 -13877.694 -14018.377 -14018.377 272.16037 272.16037 47932.084 47932.084 -1629.2474 -1629.2474 23000 -13880.136 -13880.136 -14018.128 -14018.128 266.95486 266.95486 47849.404 47849.404 809.18278 809.18278 Loop time of 192.082 on 1 procs for 1000 steps with 4000 atoms Performance: 0.450 ns/day, 53.356 hours/ns, 5.206 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 | 191.07 | 191.07 | 191.07 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15461 | 0.15461 | 0.15461 | 0.0 | 0.08 Output | 0.00018984 | 0.00018984 | 0.00018984 | 0.0 | 0.00 Modify | 0.75657 | 0.75657 | 0.75657 | 0.0 | 0.39 Other | | 0.1007 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5837 ave 5837 max 5837 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 247406 ave 247406 max 247406 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 247406 Ave neighs/atom = 61.8515 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.244508779996, Press = 2.87839596492798 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13880.136 -13880.136 -14018.128 -14018.128 266.95486 266.95486 47849.404 47849.404 809.18278 809.18278 24000 -13879.281 -13879.281 -14020.134 -14020.134 272.48833 272.48833 47858.367 47858.367 385.79167 385.79167 Loop time of 178.983 on 1 procs for 1000 steps with 4000 atoms Performance: 0.483 ns/day, 49.717 hours/ns, 5.587 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 178.06 | 178.06 | 178.06 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14552 | 0.14552 | 0.14552 | 0.0 | 0.08 Output | 0.00019615 | 0.00019615 | 0.00019615 | 0.0 | 0.00 Modify | 0.68117 | 0.68117 | 0.68117 | 0.0 | 0.38 Other | | 0.09614 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248918 ave 248918 max 248918 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248918 Ave neighs/atom = 62.2295 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.209696377706, Press = 0.838068667097971 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13879.281 -13879.281 -14020.134 -14020.134 272.48833 272.48833 47858.367 47858.367 385.79167 385.79167 25000 -13876.001 -13876.001 -14015.642 -14015.642 270.14494 270.14494 47909.711 47909.711 -607.6905 -607.6905 Loop time of 188.262 on 1 procs for 1000 steps with 4000 atoms Performance: 0.459 ns/day, 52.295 hours/ns, 5.312 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 | 187.28 | 187.28 | 187.28 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15349 | 0.15349 | 0.15349 | 0.0 | 0.08 Output | 0.00019273 | 0.00019273 | 0.00019273 | 0.0 | 0.00 Modify | 0.72894 | 0.72894 | 0.72894 | 0.0 | 0.39 Other | | 0.09741 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248584 ave 248584 max 248584 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248584 Ave neighs/atom = 62.146 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.116699540512, Press = 0.90436886976952 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13876.001 -13876.001 -14015.642 -14015.642 270.14494 270.14494 47909.711 47909.711 -607.6905 -607.6905 26000 -13879.969 -13879.969 -14018.461 -14018.461 267.92208 267.92208 47885.694 47885.694 -212.38476 -212.38476 Loop time of 193.108 on 1 procs for 1000 steps with 4000 atoms Performance: 0.447 ns/day, 53.641 hours/ns, 5.178 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 | 192.09 | 192.09 | 192.09 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15455 | 0.15455 | 0.15455 | 0.0 | 0.08 Output | 0.00022574 | 0.00022574 | 0.00022574 | 0.0 | 0.00 Modify | 0.75809 | 0.75809 | 0.75809 | 0.0 | 0.39 Other | | 0.1021 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248142 ave 248142 max 248142 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248142 Ave neighs/atom = 62.0355 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.062396976364, Press = 4.08956355794209 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13879.969 -13879.969 -14018.461 -14018.461 267.92208 267.92208 47885.694 47885.694 -212.38476 -212.38476 27000 -13875.005 -13875.005 -14015.53 -14015.53 271.85539 271.85539 47785.665 47785.665 2974.1044 2974.1044 Loop time of 188.605 on 1 procs for 1000 steps with 4000 atoms Performance: 0.458 ns/day, 52.390 hours/ns, 5.302 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 | 187.62 | 187.62 | 187.62 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15139 | 0.15139 | 0.15139 | 0.0 | 0.08 Output | 0.00019262 | 0.00019262 | 0.00019262 | 0.0 | 0.00 Modify | 0.73628 | 0.73628 | 0.73628 | 0.0 | 0.39 Other | | 0.1003 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248196 ave 248196 max 248196 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248196 Ave neighs/atom = 62.049 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.017311539871, Press = 1.76686102407661 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13875.005 -13875.005 -14015.53 -14015.53 271.85539 271.85539 47785.665 47785.665 2974.1044 2974.1044 28000 -13881.033 -13881.033 -14019.675 -14019.675 268.21213 268.21213 47885.826 47885.826 -342.51349 -342.51349 Loop time of 198.946 on 1 procs for 1000 steps with 4000 atoms Performance: 0.434 ns/day, 55.263 hours/ns, 5.026 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 | 197.9 | 197.9 | 197.9 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15881 | 0.15881 | 0.15881 | 0.0 | 0.08 Output | 0.00019773 | 0.00019773 | 0.00019773 | 0.0 | 0.00 Modify | 0.78765 | 0.78765 | 0.78765 | 0.0 | 0.40 Other | | 0.1042 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249834 ave 249834 max 249834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249834 Ave neighs/atom = 62.4585 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.976843398798, Press = -0.529147489806743 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13881.033 -13881.033 -14019.675 -14019.675 268.21213 268.21213 47885.826 47885.826 -342.51349 -342.51349 29000 -13876.623 -13876.623 -14017.531 -14017.531 272.59654 272.59654 47906.323 47906.323 -777.29582 -777.29582 Loop time of 205.153 on 1 procs for 1000 steps with 4000 atoms Performance: 0.421 ns/day, 56.987 hours/ns, 4.874 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 | 204.05 | 204.05 | 204.05 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16248 | 0.16248 | 0.16248 | 0.0 | 0.08 Output | 0.00024816 | 0.00024816 | 0.00024816 | 0.0 | 0.00 Modify | 0.82943 | 0.82943 | 0.82943 | 0.0 | 0.40 Other | | 0.1068 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248214 ave 248214 max 248214 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248214 Ave neighs/atom = 62.0535 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.959147269083, Press = 2.15083561668761 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13876.623 -13876.623 -14017.531 -14017.531 272.59654 272.59654 47906.323 47906.323 -777.29582 -777.29582 30000 -13880.105 -13880.105 -14020.329 -14020.329 271.27278 271.27278 47831.782 47831.782 1066.5912 1066.5912 Loop time of 207.431 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.620 hours/ns, 4.821 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 | 206.32 | 206.32 | 206.32 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16546 | 0.16546 | 0.16546 | 0.0 | 0.08 Output | 0.00018946 | 0.00018946 | 0.00018946 | 0.0 | 0.00 Modify | 0.83725 | 0.83725 | 0.83725 | 0.0 | 0.40 Other | | 0.1076 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5840 ave 5840 max 5840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 247848 ave 247848 max 247848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 247848 Ave neighs/atom = 61.962 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.909595762187, Press = 1.76165533735218 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13880.105 -13880.105 -14020.329 -14020.329 271.27278 271.27278 47831.782 47831.782 1066.5912 1066.5912 31000 -13875.378 -13875.378 -14015.374 -14015.374 270.8321 270.8321 47860.639 47860.639 850.85044 850.85044 Loop time of 206.976 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.493 hours/ns, 4.831 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 | 205.86 | 205.86 | 205.86 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16375 | 0.16375 | 0.16375 | 0.0 | 0.08 Output | 0.00018938 | 0.00018938 | 0.00018938 | 0.0 | 0.00 Modify | 0.83947 | 0.83947 | 0.83947 | 0.0 | 0.41 Other | | 0.1078 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249024 ave 249024 max 249024 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249024 Ave neighs/atom = 62.256 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.884417278094, Press = 0.73637379601195 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13875.378 -13875.378 -14015.374 -14015.374 270.8321 270.8321 47860.639 47860.639 850.85044 850.85044 32000 -13880.73 -13880.73 -14017.668 -14017.668 264.91435 264.91435 47914.423 47914.423 -1115.4947 -1115.4947 Loop time of 194.151 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.931 hours/ns, 5.151 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 | 193.14 | 193.14 | 193.14 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15445 | 0.15445 | 0.15445 | 0.0 | 0.08 Output | 0.00019106 | 0.00019106 | 0.00019106 | 0.0 | 0.00 Modify | 0.75964 | 0.75964 | 0.75964 | 0.0 | 0.39 Other | | 0.1016 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248826 ave 248826 max 248826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248826 Ave neighs/atom = 62.2065 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.865114782254, Press = -0.237778446365065 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13880.73 -13880.73 -14017.668 -14017.668 264.91435 264.91435 47914.423 47914.423 -1115.4947 -1115.4947 33000 -13875.624 -13875.624 -14017.485 -14017.485 274.43969 274.43969 47914.803 47914.803 -895.21808 -895.21808 Loop time of 191.41 on 1 procs for 1000 steps with 4000 atoms Performance: 0.451 ns/day, 53.169 hours/ns, 5.224 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 | 190.41 | 190.41 | 190.41 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15244 | 0.15244 | 0.15244 | 0.0 | 0.08 Output | 0.00019547 | 0.00019547 | 0.00019547 | 0.0 | 0.00 Modify | 0.74467 | 0.74467 | 0.74467 | 0.0 | 0.39 Other | | 0.101 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5834 ave 5834 max 5834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 247766 ave 247766 max 247766 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 247766 Ave neighs/atom = 61.9415 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.88357700807, Press = 2.8280921972173 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13875.624 -13875.624 -14017.485 -14017.485 274.43969 274.43969 47914.803 47914.803 -895.21808 -895.21808 34000 -13878.643 -13878.643 -14020.052 -14020.052 273.56638 273.56638 47822.546 47822.546 1459.8326 1459.8326 Loop time of 207.694 on 1 procs for 1000 steps with 4000 atoms Performance: 0.416 ns/day, 57.693 hours/ns, 4.815 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 206.57 | 206.57 | 206.57 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16581 | 0.16581 | 0.16581 | 0.0 | 0.08 Output | 0.00019117 | 0.00019117 | 0.00019117 | 0.0 | 0.00 Modify | 0.84705 | 0.84705 | 0.84705 | 0.0 | 0.41 Other | | 0.1082 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5838 ave 5838 max 5838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248094 ave 248094 max 248094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248094 Ave neighs/atom = 62.0235 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.826904164523, Press = 1.60934588113278 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13878.643 -13878.643 -14020.052 -14020.052 273.56638 273.56638 47822.546 47822.546 1459.8326 1459.8326 35000 -13879.449 -13879.449 -14020.924 -14020.924 273.69197 273.69197 47855.588 47855.588 365.87762 365.87762 Loop time of 208.163 on 1 procs for 1000 steps with 4000 atoms Performance: 0.415 ns/day, 57.823 hours/ns, 4.804 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 207.05 | 207.05 | 207.05 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16487 | 0.16487 | 0.16487 | 0.0 | 0.08 Output | 0.00019097 | 0.00019097 | 0.00019097 | 0.0 | 0.00 Modify | 0.84208 | 0.84208 | 0.84208 | 0.0 | 0.40 Other | | 0.1078 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5840 ave 5840 max 5840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249196 ave 249196 max 249196 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249196 Ave neighs/atom = 62.299 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.823650224685, Press = 0.433993557202319 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13879.449 -13879.449 -14020.924 -14020.924 273.69197 273.69197 47855.588 47855.588 365.87762 365.87762 36000 -13876.857 -13876.857 -14016.89 -14016.89 270.90458 270.90458 47897.978 47897.978 -508.42935 -508.42935 Loop time of 208.9 on 1 procs for 1000 steps with 4000 atoms Performance: 0.414 ns/day, 58.028 hours/ns, 4.787 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 | 207.78 | 207.78 | 207.78 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1662 | 0.1662 | 0.1662 | 0.0 | 0.08 Output | 0.00019239 | 0.00019239 | 0.00019239 | 0.0 | 0.00 Modify | 0.84566 | 0.84566 | 0.84566 | 0.0 | 0.40 Other | | 0.1079 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248702 ave 248702 max 248702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248702 Ave neighs/atom = 62.1755 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.806639368854, Press = 0.526447474628215 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13876.857 -13876.857 -14016.89 -14016.89 270.90458 270.90458 47897.978 47897.978 -508.42935 -508.42935 37000 -13876.471 -13876.471 -14016.544 -14016.544 270.97983 270.97983 47890.614 47890.614 -214.02699 -214.02699 Loop time of 184.605 on 1 procs for 1000 steps with 4000 atoms Performance: 0.468 ns/day, 51.279 hours/ns, 5.417 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 | 183.64 | 183.64 | 183.64 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15032 | 0.15032 | 0.15032 | 0.0 | 0.08 Output | 0.0002476 | 0.0002476 | 0.0002476 | 0.0 | 0.00 Modify | 0.71388 | 0.71388 | 0.71388 | 0.0 | 0.39 Other | | 0.09821 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248238 ave 248238 max 248238 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248238 Ave neighs/atom = 62.0595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.873019862511, Press = 1.56635898646532 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13876.471 -13876.471 -14016.544 -14016.544 270.97983 270.97983 47890.614 47890.614 -214.02699 -214.02699 38000 -13876.567 -13876.567 -14018.572 -14018.572 274.71921 274.71921 47861.495 47861.495 515.50315 515.50315 Loop time of 192.976 on 1 procs for 1000 steps with 4000 atoms Performance: 0.448 ns/day, 53.604 hours/ns, 5.182 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 | 191.96 | 191.96 | 191.96 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15755 | 0.15755 | 0.15755 | 0.0 | 0.08 Output | 0.00047542 | 0.00047542 | 0.00047542 | 0.0 | 0.00 Modify | 0.75841 | 0.75841 | 0.75841 | 0.0 | 0.39 Other | | 0.1015 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248288 ave 248288 max 248288 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248288 Ave neighs/atom = 62.072 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.893018577424, Press = 0.661407329578219 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13876.567 -13876.567 -14018.572 -14018.572 274.71921 274.71921 47861.495 47861.495 515.50315 515.50315 39000 -13875.256 -13875.256 -14017.992 -14017.992 276.13101 276.13101 47905.909 47905.909 -780.73566 -780.73566 Loop time of 200.32 on 1 procs for 1000 steps with 4000 atoms Performance: 0.431 ns/day, 55.645 hours/ns, 4.992 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 | 199.26 | 199.26 | 199.26 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1607 | 0.1607 | 0.1607 | 0.0 | 0.08 Output | 0.0002364 | 0.0002364 | 0.0002364 | 0.0 | 0.00 Modify | 0.79587 | 0.79587 | 0.79587 | 0.0 | 0.40 Other | | 0.105 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5835 ave 5835 max 5835 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248668 ave 248668 max 248668 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248668 Ave neighs/atom = 62.167 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.953157594966, Press = 1.016615097438 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13875.256 -13875.256 -14017.992 -14017.992 276.13101 276.13101 47905.909 47905.909 -780.73566 -780.73566 40000 -13880.134 -13880.134 -14019.542 -14019.542 269.69368 269.69368 47841.444 47841.444 887.90907 887.90907 Loop time of 204.61 on 1 procs for 1000 steps with 4000 atoms Performance: 0.422 ns/day, 56.836 hours/ns, 4.887 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 | 203.52 | 203.52 | 203.52 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16335 | 0.16335 | 0.16335 | 0.0 | 0.08 Output | 0.00024872 | 0.00024872 | 0.00024872 | 0.0 | 0.00 Modify | 0.82432 | 0.82432 | 0.82432 | 0.0 | 0.40 Other | | 0.1054 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5840 ave 5840 max 5840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248222 ave 248222 max 248222 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248222 Ave neighs/atom = 62.0555 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 272.96848914182, Press = 1.88681007969217 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13880.134 -13880.134 -14019.542 -14019.542 269.69368 269.69368 47841.444 47841.444 887.90907 887.90907 41000 -13875.934 -13875.934 -14019.637 -14019.637 278.00249 278.00249 47805.951 47805.951 1895.3814 1895.3814 Loop time of 207.345 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.596 hours/ns, 4.823 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 | 206.24 | 206.24 | 206.24 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16556 | 0.16556 | 0.16556 | 0.0 | 0.08 Output | 0.00019649 | 0.00019649 | 0.00019649 | 0.0 | 0.00 Modify | 0.83494 | 0.83494 | 0.83494 | 0.0 | 0.40 Other | | 0.1062 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248806 ave 248806 max 248806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248806 Ave neighs/atom = 62.2015 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.01710857144, Press = -0.486839829524457 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13875.934 -13875.934 -14019.637 -14019.637 278.00249 278.00249 47805.951 47805.951 1895.3814 1895.3814 42000 -13879.611 -13879.611 -14019.74 -14019.74 271.08888 271.08888 47951.854 47951.854 -2391.0177 -2391.0177 Loop time of 188.599 on 1 procs for 1000 steps with 4000 atoms Performance: 0.458 ns/day, 52.389 hours/ns, 5.302 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 | 187.62 | 187.62 | 187.62 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15305 | 0.15305 | 0.15305 | 0.0 | 0.08 Output | 0.00019929 | 0.00019929 | 0.00019929 | 0.0 | 0.00 Modify | 0.73169 | 0.73169 | 0.73169 | 0.0 | 0.39 Other | | 0.098 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5836 ave 5836 max 5836 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249672 ave 249672 max 249672 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249672 Ave neighs/atom = 62.418 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.043446658203, Press = -0.334317145497638 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13879.611 -13879.611 -14019.74 -14019.74 271.08888 271.08888 47951.854 47951.854 -2391.0177 -2391.0177 43000 -13871.898 -13871.898 -14014.653 -14014.653 276.16873 276.16873 47917.282 47917.282 -662.88499 -662.88499 Loop time of 179.128 on 1 procs for 1000 steps with 4000 atoms Performance: 0.482 ns/day, 49.758 hours/ns, 5.583 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 178.21 | 178.21 | 178.21 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14692 | 0.14692 | 0.14692 | 0.0 | 0.08 Output | 0.00024141 | 0.00024141 | 0.00024141 | 0.0 | 0.00 Modify | 0.68153 | 0.68153 | 0.68153 | 0.0 | 0.38 Other | | 0.09342 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 247438 ave 247438 max 247438 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 247438 Ave neighs/atom = 61.8595 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.075579409666, Press = 1.6815323781324 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13871.898 -13871.898 -14014.653 -14014.653 276.16873 276.16873 47917.282 47917.282 -662.88499 -662.88499 44000 -13878.787 -13878.787 -14019.048 -14019.048 271.34456 271.34456 47843.136 47843.136 860.29401 860.29401 Loop time of 184.406 on 1 procs for 1000 steps with 4000 atoms Performance: 0.469 ns/day, 51.224 hours/ns, 5.423 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 | 183.45 | 183.45 | 183.45 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14937 | 0.14937 | 0.14937 | 0.0 | 0.08 Output | 0.00019213 | 0.00019213 | 0.00019213 | 0.0 | 0.00 Modify | 0.7105 | 0.7105 | 0.7105 | 0.0 | 0.39 Other | | 0.09535 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5836 ave 5836 max 5836 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248104 ave 248104 max 248104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248104 Ave neighs/atom = 62.026 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.109748139707, Press = 1.08556340030266 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13878.787 -13878.787 -14019.048 -14019.048 271.34456 271.34456 47843.136 47843.136 860.29401 860.29401 45000 -13875.186 -13875.186 -14017.082 -14017.082 274.50704 274.50704 47901.451 47901.451 -474.45783 -474.45783 Loop time of 200.401 on 1 procs for 1000 steps with 4000 atoms Performance: 0.431 ns/day, 55.667 hours/ns, 4.990 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 | 199.34 | 199.34 | 199.34 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16084 | 0.16084 | 0.16084 | 0.0 | 0.08 Output | 0.00019409 | 0.00019409 | 0.00019409 | 0.0 | 0.00 Modify | 0.79937 | 0.79937 | 0.79937 | 0.0 | 0.40 Other | | 0.1044 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248852 ave 248852 max 248852 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248852 Ave neighs/atom = 62.213 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.10335660317, Press = 0.449720027602211 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13875.186 -13875.186 -14017.082 -14017.082 274.50704 274.50704 47901.451 47901.451 -474.45783 -474.45783 46000 -13878.642 -13878.642 -14021.381 -14021.381 276.1395 276.1395 47893.885 47893.885 -757.16034 -757.16034 Loop time of 191.289 on 1 procs for 1000 steps with 4000 atoms Performance: 0.452 ns/day, 53.136 hours/ns, 5.228 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 | 190.29 | 190.29 | 190.29 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1535 | 0.1535 | 0.1535 | 0.0 | 0.08 Output | 0.0002388 | 0.0002388 | 0.0002388 | 0.0 | 0.00 Modify | 0.74437 | 0.74437 | 0.74437 | 0.0 | 0.39 Other | | 0.1019 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248108 ave 248108 max 248108 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248108 Ave neighs/atom = 62.027 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.115788904846, Press = 1.24558722506468 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -13878.642 -13878.642 -14021.381 -14021.381 276.1395 276.1395 47893.885 47893.885 -757.16034 -757.16034 47000 -13872.965 -13872.965 -14015.617 -14015.617 275.97004 275.97004 47823.442 47823.442 1928.952 1928.952 Loop time of 196.141 on 1 procs for 1000 steps with 4000 atoms Performance: 0.440 ns/day, 54.484 hours/ns, 5.098 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 | 195.11 | 195.11 | 195.11 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15649 | 0.15649 | 0.15649 | 0.0 | 0.08 Output | 0.00027194 | 0.00027194 | 0.00027194 | 0.0 | 0.00 Modify | 0.77565 | 0.77565 | 0.77565 | 0.0 | 0.40 Other | | 0.1016 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248164 ave 248164 max 248164 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248164 Ave neighs/atom = 62.041 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.118247764919, Press = 1.19196371955691 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -13872.965 -13872.965 -14015.617 -14015.617 275.97004 275.97004 47823.442 47823.442 1928.952 1928.952 48000 -13876.216 -13876.216 -14017.029 -14017.029 272.41086 272.41086 47892.407 47892.407 -291.50323 -291.50323 Loop time of 208.648 on 1 procs for 1000 steps with 4000 atoms Performance: 0.414 ns/day, 57.958 hours/ns, 4.793 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 | 207.53 | 207.53 | 207.53 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16549 | 0.16549 | 0.16549 | 0.0 | 0.08 Output | 0.0002411 | 0.0002411 | 0.0002411 | 0.0 | 0.00 Modify | 0.8428 | 0.8428 | 0.8428 | 0.0 | 0.40 Other | | 0.1075 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249576 ave 249576 max 249576 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249576 Ave neighs/atom = 62.394 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.108101325184, Press = -0.370311018806216 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -13876.216 -13876.216 -14017.029 -14017.029 272.41086 272.41086 47892.407 47892.407 -291.50323 -291.50323 49000 -13882.525 -13882.525 -14021.044 -14021.044 267.97487 267.97487 47901.33 47901.33 -1006.4709 -1006.4709 Loop time of 204.401 on 1 procs for 1000 steps with 4000 atoms Performance: 0.423 ns/day, 56.778 hours/ns, 4.892 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 | 203.31 | 203.31 | 203.31 | 0.0 | 99.46 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.164 | 0.164 | 0.164 | 0.0 | 0.08 Output | 0.00023954 | 0.00023954 | 0.00023954 | 0.0 | 0.00 Modify | 0.82469 | 0.82469 | 0.82469 | 0.0 | 0.40 Other | | 0.1053 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248010 ave 248010 max 248010 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248010 Ave neighs/atom = 62.0025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.096273235117, Press = 1.37707713431944 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -13882.525 -13882.525 -14021.044 -14021.044 267.97487 267.97487 47901.33 47901.33 -1006.4709 -1006.4709 50000 -13876.02 -13876.02 -14017.004 -14017.004 272.7423 272.7423 47832.636 47832.636 1398.0189 1398.0189 Loop time of 193.73 on 1 procs for 1000 steps with 4000 atoms Performance: 0.446 ns/day, 53.814 hours/ns, 5.162 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 | 192.71 | 192.71 | 192.71 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15703 | 0.15703 | 0.15703 | 0.0 | 0.08 Output | 0.00019676 | 0.00019676 | 0.00019676 | 0.0 | 0.00 Modify | 0.76258 | 0.76258 | 0.76258 | 0.0 | 0.39 Other | | 0.1005 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5838 ave 5838 max 5838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248002 ave 248002 max 248002 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248002 Ave neighs/atom = 62.0005 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.063691946254, Press = 0.895456562736634 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -13876.02 -13876.02 -14017.004 -14017.004 272.7423 272.7423 47832.636 47832.636 1398.0189 1398.0189 51000 -13878.737 -13878.737 -14018.735 -14018.735 270.83486 270.83486 47870.99 47870.99 107.77419 107.77419 Loop time of 178.776 on 1 procs for 1000 steps with 4000 atoms Performance: 0.483 ns/day, 49.660 hours/ns, 5.594 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 177.86 | 177.86 | 177.86 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1465 | 0.1465 | 0.1465 | 0.0 | 0.08 Output | 0.00025008 | 0.00025008 | 0.00025008 | 0.0 | 0.00 Modify | 0.67865 | 0.67865 | 0.67865 | 0.0 | 0.38 Other | | 0.09423 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 249260 ave 249260 max 249260 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 249260 Ave neighs/atom = 62.315 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.052626796386, Press = 0.609077120686989 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -13878.737 -13878.737 -14018.735 -14018.735 270.83486 270.83486 47870.99 47870.99 107.77419 107.77419 52000 -13875.716 -13875.716 -14017.995 -14017.995 275.24836 275.24836 47888.023 47888.023 -261.25893 -261.25893 Loop time of 192.804 on 1 procs for 1000 steps with 4000 atoms Performance: 0.448 ns/day, 53.557 hours/ns, 5.187 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 | 191.8 | 191.8 | 191.8 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15521 | 0.15521 | 0.15521 | 0.0 | 0.08 Output | 0.00019773 | 0.00019773 | 0.00019773 | 0.0 | 0.00 Modify | 0.75133 | 0.75133 | 0.75133 | 0.0 | 0.39 Other | | 0.09928 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5839 ave 5839 max 5839 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248486 ave 248486 max 248486 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248486 Ave neighs/atom = 62.1215 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.070318181722, Press = 0.494361741151561 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -13875.716 -13875.716 -14017.995 -14017.995 275.24836 275.24836 47888.023 47888.023 -261.25893 -261.25893 53000 -13881.187 -13881.187 -14020.922 -14020.922 270.3261 270.3261 47887.155 47887.155 -702.00864 -702.00864 Loop time of 202.079 on 1 procs for 1000 steps with 4000 atoms Performance: 0.428 ns/day, 56.133 hours/ns, 4.949 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 | 201 | 201 | 201 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16091 | 0.16091 | 0.16091 | 0.0 | 0.08 Output | 0.0001933 | 0.0001933 | 0.0001933 | 0.0 | 0.00 Modify | 0.81165 | 0.81165 | 0.81165 | 0.0 | 0.40 Other | | 0.1054 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248402 ave 248402 max 248402 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248402 Ave neighs/atom = 62.1005 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.073709814304, Press = 0.633320237987234 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -13881.187 -13881.187 -14020.922 -14020.922 270.3261 270.3261 47887.155 47887.155 -702.00864 -702.00864 54000 -13874.677 -13874.677 -14017.298 -14017.298 275.90975 275.90975 47873.992 47873.992 231.61297 231.61297 Loop time of 204.494 on 1 procs for 1000 steps with 4000 atoms Performance: 0.423 ns/day, 56.804 hours/ns, 4.890 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 | 203.41 | 203.41 | 203.41 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16402 | 0.16402 | 0.16402 | 0.0 | 0.08 Output | 0.00019682 | 0.00019682 | 0.00019682 | 0.0 | 0.00 Modify | 0.81806 | 0.81806 | 0.81806 | 0.0 | 0.40 Other | | 0.1042 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248438 ave 248438 max 248438 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248438 Ave neighs/atom = 62.1095 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.054407491433, Press = 1.26580047502367 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -13874.677 -13874.677 -14017.298 -14017.298 275.90975 275.90975 47873.992 47873.992 231.61297 231.61297 55000 -13881.403 -13881.403 -14022.29 -14022.29 272.55466 272.55466 47846.72 47846.72 425.17133 425.17133 Loop time of 206.68 on 1 procs for 1000 steps with 4000 atoms Performance: 0.418 ns/day, 57.411 hours/ns, 4.838 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 | 205.58 | 205.58 | 205.58 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16544 | 0.16544 | 0.16544 | 0.0 | 0.08 Output | 0.00019431 | 0.00019431 | 0.00019431 | 0.0 | 0.00 Modify | 0.83128 | 0.83128 | 0.83128 | 0.0 | 0.40 Other | | 0.1072 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5840 ave 5840 max 5840 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248652 ave 248652 max 248652 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248652 Ave neighs/atom = 62.163 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 273.031690142656, Press = 0.29983796917982 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 5.7 ghost atom cutoff = 5.7 binsize = 2.85, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 5.7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.232 | 4.232 | 4.232 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -13881.403 -13881.403 -14022.29 -14022.29 272.55466 272.55466 47846.72 47846.72 425.17133 425.17133 56000 -13877.528 -13877.528 -14017.799 -14017.799 271.36281 271.36281 47911.676 47911.676 -1000.9062 -1000.9062 Loop time of 200.409 on 1 procs for 1000 steps with 4000 atoms Performance: 0.431 ns/day, 55.669 hours/ns, 4.990 timesteps/s 100.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 199.34 | 199.34 | 199.34 | 0.0 | 99.47 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16091 | 0.16091 | 0.16091 | 0.0 | 0.08 Output | 0.0002431 | 0.0002431 | 0.0002431 | 0.0 | 0.00 Modify | 0.79993 | 0.79993 | 0.79993 | 0.0 | 0.40 Other | | 0.1038 | | | 0.05 Nlocal: 4000 ave 4000 max 4000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 5841 ave 5841 max 5841 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 248756 ave 248756 max 248756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 248756 Ave neighs/atom = 62.189 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T273.15.out" else "print 'not_converged' file output/vol_T273.15.out" print '${V}' file output/vol_T273.15.out 47875.4774012234 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0