# 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.917371571063995*${_u_distance} variable latticeconst_converted equal 3.917371571063995*1 lattice fcc ${latticeconst_converted} lattice fcc 3.91737157106399 Lattice spacing in x,y,z = 3.9173716 3.9173716 3.9173716 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (39.173716 39.173716 39.173716) 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 (39.173716 39.173716 39.173716) create_atoms CPU = 0.004 seconds variable mass_converted equal 58.6934*${_u_mass} variable mass_converted equal 58.6934*1 kim_interactions Ni WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ni #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimSeolJi_2017_PtNi__MO_020840179467_002 pair_coeff * * Ni #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 58.6934 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 60115.200756225 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.200756225/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.200756225/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 60115.200756225/(1*1*${_u_distance}) variable V0_metal equal 60115.200756225/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 60115.200756225*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 60115.200756225 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 313.15*${_u_temperature} variable temp_converted equal 313.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 313.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 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.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 "313.15 - 0.2" variable T_up equal "313.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_020840179467_002#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -22918.129 -22918.129 -23080 -23080 313.15 313.15 60115.201 60115.201 2876.0795 2876.0795 1000 -22748.384 -22748.384 -22916.337 -22916.337 324.91519 324.91519 60630.893 60630.893 380.26759 380.26759 Loop time of 174.856 on 1 procs for 1000 steps with 4000 atoms Performance: 0.494 ns/day, 48.571 hours/ns, 5.719 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 | 173.95 | 173.95 | 173.95 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1489 | 0.1489 | 0.1489 | 0.0 | 0.09 Output | 0.00026989 | 0.00026989 | 0.00026989 | 0.0 | 0.00 Modify | 0.66615 | 0.66615 | 0.66615 | 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: 312000 ave 312000 max 312000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 312000 Ave neighs/atom = 78 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -22748.384 -22748.384 -22916.337 -22916.337 324.91519 324.91519 60630.893 60630.893 380.26759 380.26759 2000 -22756.478 -22756.478 -22917.85 -22917.85 312.18345 312.18345 60677.883 60677.883 -1236.6629 -1236.6629 Loop time of 184.261 on 1 procs for 1000 steps with 4000 atoms Performance: 0.469 ns/day, 51.184 hours/ns, 5.427 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.37 | 183.37 | 183.37 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14603 | 0.14603 | 0.14603 | 0.0 | 0.08 Output | 0.00023032 | 0.00023032 | 0.00023032 | 0.0 | 0.00 Modify | 0.65021 | 0.65021 | 0.65021 | 0.0 | 0.35 Other | | 0.09204 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -22756.478 -22756.478 -22917.85 -22917.85 312.18345 312.18345 60677.883 60677.883 -1236.6629 -1236.6629 3000 -22757.671 -22757.671 -22920.565 -22920.565 315.1299 315.1299 60634.747 60634.747 -213.38471 -213.38471 Loop time of 200.163 on 1 procs for 1000 steps with 4000 atoms Performance: 0.432 ns/day, 55.601 hours/ns, 4.996 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.18 | 199.18 | 199.18 | 0.0 | 99.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15453 | 0.15453 | 0.15453 | 0.0 | 0.08 Output | 0.00030189 | 0.00030189 | 0.00030189 | 0.0 | 0.00 Modify | 0.72727 | 0.72727 | 0.72727 | 0.0 | 0.36 Other | | 0.099 | | | 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: 311970 ave 311970 max 311970 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311970 Ave neighs/atom = 77.9925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -22757.671 -22757.671 -22920.565 -22920.565 315.1299 315.1299 60634.747 60634.747 -213.38471 -213.38471 4000 -22752.049 -22752.049 -22915.463 -22915.463 316.13591 316.13591 60601.596 60601.596 1145.44 1145.44 Loop time of 188.578 on 1 procs for 1000 steps with 4000 atoms Performance: 0.458 ns/day, 52.383 hours/ns, 5.303 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.67 | 187.67 | 187.67 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14776 | 0.14776 | 0.14776 | 0.0 | 0.08 Output | 0.00023691 | 0.00023691 | 0.00023691 | 0.0 | 0.00 Modify | 0.66866 | 0.66866 | 0.66866 | 0.0 | 0.35 Other | | 0.09359 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -22752.049 -22752.049 -22915.463 -22915.463 316.13591 316.13591 60601.596 60601.596 1145.44 1145.44 5000 -22759.421 -22759.421 -22918.388 -22918.388 307.53181 307.53181 60618.989 60618.989 412.00443 412.00443 Loop time of 184.878 on 1 procs for 1000 steps with 4000 atoms Performance: 0.467 ns/day, 51.355 hours/ns, 5.409 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.99 | 183.99 | 183.99 | 0.0 | 99.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14454 | 0.14454 | 0.14454 | 0.0 | 0.08 Output | 0.00019126 | 0.00019126 | 0.00019126 | 0.0 | 0.00 Modify | 0.65583 | 0.65583 | 0.65583 | 0.0 | 0.35 Other | | 0.09246 | | | 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: 311996 ave 311996 max 311996 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311996 Ave neighs/atom = 77.999 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 = 309.642267552231, Press = -385.137991882501 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -22759.421 -22759.421 -22918.388 -22918.388 307.53181 307.53181 60618.989 60618.989 412.00443 412.00443 6000 -22752.792 -22752.792 -22915.596 -22915.596 314.95484 314.95484 60688.043 60688.043 -1441.2815 -1441.2815 Loop time of 190.944 on 1 procs for 1000 steps with 4000 atoms Performance: 0.452 ns/day, 53.040 hours/ns, 5.237 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 | 189.98 | 189.98 | 189.98 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15154 | 0.15154 | 0.15154 | 0.0 | 0.08 Output | 0.00023587 | 0.00023587 | 0.00023587 | 0.0 | 0.00 Modify | 0.7194 | 0.7194 | 0.7194 | 0.0 | 0.38 Other | | 0.09627 | | | 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: 311972 ave 311972 max 311972 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311972 Ave neighs/atom = 77.993 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 312.902313489244, Press = -31.4731793734553 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -22752.792 -22752.792 -22915.596 -22915.596 314.95484 314.95484 60688.043 60688.043 -1441.2815 -1441.2815 7000 -22759.156 -22759.156 -22916.242 -22916.242 303.89193 303.89193 60664.506 60664.506 -840.45429 -840.45429 Loop time of 184.688 on 1 procs for 1000 steps with 4000 atoms Performance: 0.468 ns/day, 51.302 hours/ns, 5.415 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.77 | 183.77 | 183.77 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14697 | 0.14697 | 0.14697 | 0.0 | 0.08 Output | 0.00019174 | 0.00019174 | 0.00019174 | 0.0 | 0.00 Modify | 0.68278 | 0.68278 | 0.68278 | 0.0 | 0.37 Other | | 0.09274 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.82015091473, Press = 8.24830753547952 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -22759.156 -22759.156 -22916.242 -22916.242 303.89193 303.89193 60664.506 60664.506 -840.45429 -840.45429 8000 -22755.477 -22755.477 -22920.319 -22920.319 318.89956 318.89956 60582.367 60582.367 1373.8865 1373.8865 Loop time of 194.277 on 1 procs for 1000 steps with 4000 atoms Performance: 0.445 ns/day, 53.966 hours/ns, 5.147 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.3 | 193.3 | 193.3 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15072 | 0.15072 | 0.15072 | 0.0 | 0.08 Output | 0.00032599 | 0.00032599 | 0.00032599 | 0.0 | 0.00 Modify | 0.73269 | 0.73269 | 0.73269 | 0.0 | 0.38 Other | | 0.09591 | | | 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: 311992 ave 311992 max 311992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311992 Ave neighs/atom = 77.998 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 = 312.945950632232, Press = 8.76646673217833 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -22755.477 -22755.477 -22920.319 -22920.319 318.89956 318.89956 60582.367 60582.367 1373.8865 1373.8865 9000 -22759.571 -22759.571 -22916.548 -22916.548 303.68284 303.68284 60584.313 60584.313 1386.7541 1386.7541 Loop time of 202.894 on 1 procs for 1000 steps with 4000 atoms Performance: 0.426 ns/day, 56.360 hours/ns, 4.929 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 | 201.86 | 201.86 | 201.86 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15626 | 0.15626 | 0.15626 | 0.0 | 0.08 Output | 0.00021065 | 0.00021065 | 0.00021065 | 0.0 | 0.00 Modify | 0.77553 | 0.77553 | 0.77553 | 0.0 | 0.38 Other | | 0.1007 | | | 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: 311992 ave 311992 max 311992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311992 Ave neighs/atom = 77.998 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 = 312.997327418459, Press = -9.16342626487549 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -22759.571 -22759.571 -22916.548 -22916.548 303.68284 303.68284 60584.313 60584.313 1386.7541 1386.7541 10000 -22753.42 -22753.42 -22914.874 -22914.874 312.34481 312.34481 60644.017 60644.017 -110.24856 -110.24856 Loop time of 184.008 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.113 hours/ns, 5.435 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.09 | 183.09 | 183.09 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14759 | 0.14759 | 0.14759 | 0.0 | 0.08 Output | 0.00019256 | 0.00019256 | 0.00019256 | 0.0 | 0.00 Modify | 0.68141 | 0.68141 | 0.68141 | 0.0 | 0.37 Other | | 0.09344 | | | 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: 311978 ave 311978 max 311978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311978 Ave neighs/atom = 77.9945 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 = 312.808366102392, Press = -6.40163444855128 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -22753.42 -22753.42 -22914.874 -22914.874 312.34481 312.34481 60644.017 60644.017 -110.24856 -110.24856 11000 -22754.86 -22754.86 -22920.553 -22920.553 320.54485 320.54485 60647.824 60647.824 -531.34574 -531.34574 Loop time of 184.013 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.115 hours/ns, 5.434 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.09 | 183.09 | 183.09 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14634 | 0.14634 | 0.14634 | 0.0 | 0.08 Output | 0.00019339 | 0.00019339 | 0.00019339 | 0.0 | 0.00 Modify | 0.68109 | 0.68109 | 0.68109 | 0.0 | 0.37 Other | | 0.09377 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.64877173147, Press = -2.24733547061123 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -22754.86 -22754.86 -22920.553 -22920.553 320.54485 320.54485 60647.824 60647.824 -531.34574 -531.34574 12000 -22760.909 -22760.909 -22921.024 -22921.024 309.75257 309.75257 60616.377 60616.377 227.94044 227.94044 Loop time of 184.324 on 1 procs for 1000 steps with 4000 atoms Performance: 0.469 ns/day, 51.201 hours/ns, 5.425 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.4 | 183.4 | 183.4 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14683 | 0.14683 | 0.14683 | 0.0 | 0.08 Output | 0.00019467 | 0.00019467 | 0.00019467 | 0.0 | 0.00 Modify | 0.67998 | 0.67998 | 0.67998 | 0.0 | 0.37 Other | | 0.09319 | | | 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: 311990 ave 311990 max 311990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311990 Ave neighs/atom = 77.9975 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 = 312.68566576829, Press = -0.421132221766957 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -22760.909 -22760.909 -22921.024 -22921.024 309.75257 309.75257 60616.377 60616.377 227.94044 227.94044 13000 -22753.769 -22753.769 -22920.943 -22920.943 323.40869 323.40869 60595.022 60595.022 970.68622 970.68622 Loop time of 207.438 on 1 procs for 1000 steps with 4000 atoms Performance: 0.417 ns/day, 57.622 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.39 | 206.39 | 206.39 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15823 | 0.15823 | 0.15823 | 0.0 | 0.08 Output | 0.00019128 | 0.00019128 | 0.00019128 | 0.0 | 0.00 Modify | 0.78489 | 0.78489 | 0.78489 | 0.0 | 0.38 Other | | 0.102 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.532138600755, Press = -3.65538787024045 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -22753.769 -22753.769 -22920.943 -22920.943 323.40869 323.40869 60595.022 60595.022 970.68622 970.68622 14000 -22751.767 -22751.767 -22914.444 -22914.444 314.71043 314.71043 60660.983 60660.983 -535.45393 -535.45393 Loop time of 201.876 on 1 procs for 1000 steps with 4000 atoms Performance: 0.428 ns/day, 56.077 hours/ns, 4.954 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 | 200.85 | 200.85 | 200.85 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15537 | 0.15537 | 0.15537 | 0.0 | 0.08 Output | 0.00018938 | 0.00018938 | 0.00018938 | 0.0 | 0.00 Modify | 0.77022 | 0.77022 | 0.77022 | 0.0 | 0.38 Other | | 0.1008 | | | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.520698254903, Press = -5.72856291693288 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -22751.767 -22751.767 -22914.444 -22914.444 314.71043 314.71043 60660.983 60660.983 -535.45393 -535.45393 15000 -22756.634 -22756.634 -22916.074 -22916.074 308.44803 308.44803 60681.906 60681.906 -1291.1169 -1291.1169 Loop time of 194.957 on 1 procs for 1000 steps with 4000 atoms Performance: 0.443 ns/day, 54.155 hours/ns, 5.129 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.98 | 193.98 | 193.98 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15206 | 0.15206 | 0.15206 | 0.0 | 0.08 Output | 0.00019297 | 0.00019297 | 0.00019297 | 0.0 | 0.00 Modify | 0.7317 | 0.7317 | 0.7317 | 0.0 | 0.38 Other | | 0.09814 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 312.801949172267, Press = -1.26168021830861 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -22756.634 -22756.634 -22916.074 -22916.074 308.44803 308.44803 60681.906 60681.906 -1291.1169 -1291.1169 16000 -22753.494 -22753.494 -22917.037 -22917.037 316.38526 316.38526 60643.876 60643.876 -176.8004 -176.8004 Loop time of 183.686 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.024 hours/ns, 5.444 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 | 182.77 | 182.77 | 182.77 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1448 | 0.1448 | 0.1448 | 0.0 | 0.08 Output | 0.000193 | 0.000193 | 0.000193 | 0.0 | 0.00 Modify | 0.67761 | 0.67761 | 0.67761 | 0.0 | 0.37 Other | | 0.09424 | | | 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: 311976 ave 311976 max 311976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311976 Ave neighs/atom = 77.994 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 = 312.864571241905, Press = 1.6213722495482 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -22753.494 -22753.494 -22917.037 -22917.037 316.38526 316.38526 60643.876 60643.876 -176.8004 -176.8004 17000 -22759.35 -22759.35 -22919.736 -22919.736 310.27931 310.27931 60531.539 60531.539 2839.0932 2839.0932 Loop time of 188.525 on 1 procs for 1000 steps with 4000 atoms Performance: 0.458 ns/day, 52.368 hours/ns, 5.304 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.57 | 187.57 | 187.57 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15084 | 0.15084 | 0.15084 | 0.0 | 0.08 Output | 0.00024089 | 0.00024089 | 0.00024089 | 0.0 | 0.00 Modify | 0.70764 | 0.70764 | 0.70764 | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.834080587101, Press = 0.879544934681342 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -22759.35 -22759.35 -22919.736 -22919.736 310.27931 310.27931 60531.539 60531.539 2839.0932 2839.0932 18000 -22754.81 -22754.81 -22917.412 -22917.412 314.56599 314.56599 60596.893 60596.893 1102.9729 1102.9729 Loop time of 216.315 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.088 hours/ns, 4.623 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 | 215.22 | 215.22 | 215.22 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16392 | 0.16392 | 0.16392 | 0.0 | 0.08 Output | 0.00023345 | 0.00023345 | 0.00023345 | 0.0 | 0.00 Modify | 0.8277 | 0.8277 | 0.8277 | 0.0 | 0.38 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: 311994 ave 311994 max 311994 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311994 Ave neighs/atom = 77.9985 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 = 312.801928491166, Press = -5.59481815884287 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -22754.81 -22754.81 -22917.412 -22917.412 314.56599 314.56599 60596.893 60596.893 1102.9729 1102.9729 19000 -22756.969 -22756.969 -22916.718 -22916.718 309.04411 309.04411 60665.127 60665.127 -785.744 -785.744 Loop time of 216.258 on 1 procs for 1000 steps with 4000 atoms Performance: 0.400 ns/day, 60.072 hours/ns, 4.624 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 | 215.14 | 215.14 | 215.14 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16442 | 0.16442 | 0.16442 | 0.0 | 0.08 Output | 0.00019457 | 0.00019457 | 0.00019457 | 0.0 | 0.00 Modify | 0.84676 | 0.84676 | 0.84676 | 0.0 | 0.39 Other | | 0.1059 | | | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.795979759478, Press = -1.97683823618171 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -22756.969 -22756.969 -22916.718 -22916.718 309.04411 309.04411 60665.127 60665.127 -785.744 -785.744 20000 -22755.689 -22755.689 -22915.744 -22915.744 309.63719 309.63719 60655.749 60655.749 -468.4018 -468.4018 Loop time of 216.016 on 1 procs for 1000 steps with 4000 atoms Performance: 0.400 ns/day, 60.004 hours/ns, 4.629 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 | 214.91 | 214.91 | 214.91 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1621 | 0.1621 | 0.1621 | 0.0 | 0.08 Output | 0.00025195 | 0.00025195 | 0.00025195 | 0.0 | 0.00 Modify | 0.83749 | 0.83749 | 0.83749 | 0.0 | 0.39 Other | | 0.1058 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.799591533986, Press = 0.398277910140689 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -22755.689 -22755.689 -22915.744 -22915.744 309.63719 309.63719 60655.749 60655.749 -468.4018 -468.4018 21000 -22751.368 -22751.368 -22915.143 -22915.143 316.83355 316.83355 60616.038 60616.038 720.30924 720.30924 Loop time of 216.194 on 1 procs for 1000 steps with 4000 atoms Performance: 0.400 ns/day, 60.054 hours/ns, 4.625 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 | 215.08 | 215.08 | 215.08 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16451 | 0.16451 | 0.16451 | 0.0 | 0.08 Output | 0.00019405 | 0.00019405 | 0.00019405 | 0.0 | 0.00 Modify | 0.84379 | 0.84379 | 0.84379 | 0.0 | 0.39 Other | | 0.1059 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 312.769947454596, Press = 0.177444062372237 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -22751.368 -22751.368 -22915.143 -22915.143 316.83355 316.83355 60616.038 60616.038 720.30924 720.30924 22000 -22757.27 -22757.27 -22917.183 -22917.183 309.36247 309.36247 60577.293 60577.293 1617.178 1617.178 Loop time of 216.67 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.186 hours/ns, 4.615 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 | 215.57 | 215.57 | 215.57 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16357 | 0.16357 | 0.16357 | 0.0 | 0.08 Output | 0.00023201 | 0.00023201 | 0.00023201 | 0.0 | 0.00 Modify | 0.82835 | 0.82835 | 0.82835 | 0.0 | 0.38 Other | | 0.1039 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.830500204624, Press = -2.76816519560362 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -22757.27 -22757.27 -22917.183 -22917.183 309.36247 309.36247 60577.293 60577.293 1617.178 1617.178 23000 -22755.51 -22755.51 -22915.778 -22915.778 310.04895 310.04895 60691.892 60691.892 -1581.4874 -1581.4874 Loop time of 212.2 on 1 procs for 1000 steps with 4000 atoms Performance: 0.407 ns/day, 58.944 hours/ns, 4.713 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 | 211.13 | 211.13 | 211.13 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15903 | 0.15903 | 0.15903 | 0.0 | 0.07 Output | 0.00023564 | 0.00023564 | 0.00023564 | 0.0 | 0.00 Modify | 0.81054 | 0.81054 | 0.81054 | 0.0 | 0.38 Other | | 0.1039 | | | 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: 311978 ave 311978 max 311978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311978 Ave neighs/atom = 77.9945 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 = 312.957536824636, Press = -3.77893742617155 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -22755.51 -22755.51 -22915.778 -22915.778 310.04895 310.04895 60691.892 60691.892 -1581.4874 -1581.4874 24000 -22752.42 -22752.42 -22915.043 -22915.043 314.60487 314.60487 60689.574 60689.574 -1340.5608 -1340.5608 Loop time of 199.498 on 1 procs for 1000 steps with 4000 atoms Performance: 0.433 ns/day, 55.416 hours/ns, 5.013 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 | 198.49 | 198.49 | 198.49 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15358 | 0.15358 | 0.15358 | 0.0 | 0.08 Output | 0.00023549 | 0.00023549 | 0.00023549 | 0.0 | 0.00 Modify | 0.75673 | 0.75673 | 0.75673 | 0.0 | 0.38 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 313.010237917357, Press = 0.380937842998574 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -22752.42 -22752.42 -22915.043 -22915.043 314.60487 314.60487 60689.574 60689.574 -1340.5608 -1340.5608 25000 -22758.387 -22758.387 -22921.178 -22921.178 314.929 314.929 60604.376 60604.376 628.89771 628.89771 Loop time of 217.274 on 1 procs for 1000 steps with 4000 atoms Performance: 0.398 ns/day, 60.354 hours/ns, 4.602 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 | 216.15 | 216.15 | 216.15 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16597 | 0.16597 | 0.16597 | 0.0 | 0.08 Output | 0.00019772 | 0.00019772 | 0.00019772 | 0.0 | 0.00 Modify | 0.84867 | 0.84867 | 0.84867 | 0.0 | 0.39 Other | | 0.1073 | | | 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: 311976 ave 311976 max 311976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311976 Ave neighs/atom = 77.994 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 = 313.029498369031, Press = 0.617841737580324 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -22758.387 -22758.387 -22921.178 -22921.178 314.929 314.929 60604.376 60604.376 628.89771 628.89771 26000 -22753.735 -22753.735 -22914.597 -22914.597 311.19914 311.19914 60600.256 60600.256 1205.7319 1205.7319 Loop time of 216.274 on 1 procs for 1000 steps with 4000 atoms Performance: 0.399 ns/day, 60.076 hours/ns, 4.624 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 | 215.18 | 215.18 | 215.18 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16258 | 0.16258 | 0.16258 | 0.0 | 0.08 Output | 0.00025369 | 0.00025369 | 0.00025369 | 0.0 | 0.00 Modify | 0.82821 | 0.82821 | 0.82821 | 0.0 | 0.38 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: 311990 ave 311990 max 311990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311990 Ave neighs/atom = 77.9975 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 = 312.932440928122, Press = -1.15691733236503 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -22753.735 -22753.735 -22914.597 -22914.597 311.19914 311.19914 60600.256 60600.256 1205.7319 1205.7319 27000 -22756.959 -22756.959 -22917.571 -22917.571 310.71316 310.71316 60657.591 60657.591 -669.51411 -669.51411 Loop time of 191.435 on 1 procs for 1000 steps with 4000 atoms Performance: 0.451 ns/day, 53.176 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.47 | 190.47 | 190.47 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15111 | 0.15111 | 0.15111 | 0.0 | 0.08 Output | 0.0001977 | 0.0001977 | 0.0001977 | 0.0 | 0.00 Modify | 0.71633 | 0.71633 | 0.71633 | 0.0 | 0.37 Other | | 0.09621 | | | 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: 311966 ave 311966 max 311966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311966 Ave neighs/atom = 77.9915 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 = 312.883243676117, Press = -2.36020778053642 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -22756.959 -22756.959 -22917.571 -22917.571 310.71316 310.71316 60657.591 60657.591 -669.51411 -669.51411 28000 -22751.981 -22751.981 -22917.97 -22917.97 321.11711 321.11711 60756.85 60756.85 -3397.6686 -3397.6686 Loop time of 212.953 on 1 procs for 1000 steps with 4000 atoms Performance: 0.406 ns/day, 59.154 hours/ns, 4.696 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 | 211.86 | 211.86 | 211.86 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16239 | 0.16239 | 0.16239 | 0.0 | 0.08 Output | 0.00025632 | 0.00025632 | 0.00025632 | 0.0 | 0.00 Modify | 0.82427 | 0.82427 | 0.82427 | 0.0 | 0.39 Other | | 0.1052 | | | 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: 311988 ave 311988 max 311988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311988 Ave neighs/atom = 77.997 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 = 312.867957675013, Press = 0.145389643362969 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -22751.981 -22751.981 -22917.97 -22917.97 321.11711 321.11711 60756.85 60756.85 -3397.6686 -3397.6686 29000 -22759.561 -22759.561 -22919.312 -22919.312 309.0503 309.0503 60605.011 60605.011 716.91995 716.91995 Loop time of 184.502 on 1 procs for 1000 steps with 4000 atoms Performance: 0.468 ns/day, 51.250 hours/ns, 5.420 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.58 | 183.58 | 183.58 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.147 | 0.147 | 0.147 | 0.0 | 0.08 Output | 0.00019437 | 0.00019437 | 0.00019437 | 0.0 | 0.00 Modify | 0.68474 | 0.68474 | 0.68474 | 0.0 | 0.37 Other | | 0.09267 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.845784545958, Press = 1.56111485748585 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -22759.561 -22759.561 -22919.312 -22919.312 309.0503 309.0503 60605.011 60605.011 716.91995 716.91995 30000 -22755.299 -22755.299 -22917.506 -22917.506 313.80148 313.80148 60589.109 60589.109 1329.2649 1329.2649 Loop time of 185.005 on 1 procs for 1000 steps with 4000 atoms Performance: 0.467 ns/day, 51.390 hours/ns, 5.405 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 | 184.08 | 184.08 | 184.08 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1471 | 0.1471 | 0.1471 | 0.0 | 0.08 Output | 0.0001964 | 0.0001964 | 0.0001964 | 0.0 | 0.00 Modify | 0.6825 | 0.6825 | 0.6825 | 0.0 | 0.37 Other | | 0.09269 | | | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.826180658784, Press = 0.0693376056576005 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -22755.299 -22755.299 -22917.506 -22917.506 313.80148 313.80148 60589.109 60589.109 1329.2649 1329.2649 31000 -22755.641 -22755.641 -22919.438 -22919.438 316.87734 316.87734 60625.95 60625.95 122.02345 122.02345 Loop time of 184.707 on 1 procs for 1000 steps with 4000 atoms Performance: 0.468 ns/day, 51.307 hours/ns, 5.414 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.79 | 183.79 | 183.79 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14783 | 0.14783 | 0.14783 | 0.0 | 0.08 Output | 0.00023505 | 0.00023505 | 0.00023505 | 0.0 | 0.00 Modify | 0.68066 | 0.68066 | 0.68066 | 0.0 | 0.37 Other | | 0.09271 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 312.840802135782, Press = -1.61395251573612 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -22755.641 -22755.641 -22919.438 -22919.438 316.87734 316.87734 60625.95 60625.95 122.02345 122.02345 32000 -22759.245 -22759.245 -22919.217 -22919.217 309.47755 309.47755 60665.421 60665.421 -1036.1175 -1036.1175 Loop time of 184.792 on 1 procs for 1000 steps with 4000 atoms Performance: 0.468 ns/day, 51.331 hours/ns, 5.411 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.87 | 183.87 | 183.87 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14784 | 0.14784 | 0.14784 | 0.0 | 0.08 Output | 0.00020135 | 0.00020135 | 0.00020135 | 0.0 | 0.00 Modify | 0.68265 | 0.68265 | 0.68265 | 0.0 | 0.37 Other | | 0.09215 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 312.861813701391, Press = -1.20870077650735 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -22759.245 -22759.245 -22919.217 -22919.217 309.47755 309.47755 60665.421 60665.421 -1036.1175 -1036.1175 33000 -22753.084 -22753.084 -22915.613 -22915.613 314.42248 314.42248 60694.974 60694.974 -1552.3598 -1552.3598 Loop time of 184.905 on 1 procs for 1000 steps with 4000 atoms Performance: 0.467 ns/day, 51.363 hours/ns, 5.408 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.98 | 183.98 | 183.98 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1473 | 0.1473 | 0.1473 | 0.0 | 0.08 Output | 0.00019256 | 0.00019256 | 0.00019256 | 0.0 | 0.00 Modify | 0.68214 | 0.68214 | 0.68214 | 0.0 | 0.37 Other | | 0.09234 | | | 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: 311990 ave 311990 max 311990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311990 Ave neighs/atom = 77.9975 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 = 312.83578794939, Press = 0.783929247706093 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -22753.084 -22753.084 -22915.613 -22915.613 314.42248 314.42248 60694.974 60694.974 -1552.3598 -1552.3598 34000 -22759.381 -22759.381 -22921.093 -22921.093 312.84148 312.84148 60570.01 60570.01 1602.0143 1602.0143 Loop time of 206.384 on 1 procs for 1000 steps with 4000 atoms Performance: 0.419 ns/day, 57.329 hours/ns, 4.845 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.32 | 205.32 | 205.32 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16147 | 0.16147 | 0.16147 | 0.0 | 0.08 Output | 0.000192 | 0.000192 | 0.000192 | 0.0 | 0.00 Modify | 0.80145 | 0.80145 | 0.80145 | 0.0 | 0.39 Other | | 0.1022 | | | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.841792555516, Press = 1.5190138738319 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -22759.381 -22759.381 -22921.093 -22921.093 312.84148 312.84148 60570.01 60570.01 1602.0143 1602.0143 35000 -22756.25 -22756.25 -22917.3 -22917.3 311.56262 311.56262 60588.226 60588.226 1370.387 1370.387 Loop time of 183.966 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.102 hours/ns, 5.436 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.05 | 183.05 | 183.05 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14579 | 0.14579 | 0.14579 | 0.0 | 0.08 Output | 0.00019839 | 0.00019839 | 0.00019839 | 0.0 | 0.00 Modify | 0.67862 | 0.67862 | 0.67862 | 0.0 | 0.37 Other | | 0.09283 | | | 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: 311988 ave 311988 max 311988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311988 Ave neighs/atom = 77.997 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 = 312.875937596263, Press = -0.541760814160407 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -22756.25 -22756.25 -22917.3 -22917.3 311.56262 311.56262 60588.226 60588.226 1370.387 1370.387 36000 -22758.097 -22758.097 -22921.404 -22921.404 315.92824 315.92824 60642.642 60642.642 -494.78533 -494.78533 Loop time of 184.407 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.49 | 183.49 | 183.49 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14593 | 0.14593 | 0.14593 | 0.0 | 0.08 Output | 0.00019587 | 0.00019587 | 0.00019587 | 0.0 | 0.00 Modify | 0.67889 | 0.67889 | 0.67889 | 0.0 | 0.37 Other | | 0.09335 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.944439420529, Press = -0.947849403251376 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -22758.097 -22758.097 -22921.404 -22921.404 315.92824 315.92824 60642.642 60642.642 -494.78533 -494.78533 37000 -22751.911 -22751.911 -22914.08 -22914.08 313.72794 313.72794 60667.928 60667.928 -643.82552 -643.82552 Loop time of 184.107 on 1 procs for 1000 steps with 4000 atoms Performance: 0.469 ns/day, 51.141 hours/ns, 5.432 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.19 | 183.19 | 183.19 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14635 | 0.14635 | 0.14635 | 0.0 | 0.08 Output | 0.00023981 | 0.00023981 | 0.00023981 | 0.0 | 0.00 Modify | 0.67944 | 0.67944 | 0.67944 | 0.0 | 0.37 Other | | 0.09203 | | | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.990078079645, Press = -0.340644060857039 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -22751.911 -22751.911 -22914.08 -22914.08 313.72794 313.72794 60667.928 60667.928 -643.82552 -643.82552 38000 -22760.877 -22760.877 -22919.99 -22919.99 307.8158 307.8158 60639.035 60639.035 -301.58252 -301.58252 Loop time of 183.913 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.087 hours/ns, 5.437 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 | 183 | 183 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14601 | 0.14601 | 0.14601 | 0.0 | 0.08 Output | 0.00051348 | 0.00051348 | 0.00051348 | 0.0 | 0.00 Modify | 0.67848 | 0.67848 | 0.67848 | 0.0 | 0.37 Other | | 0.09261 | | | 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: 311974 ave 311974 max 311974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311974 Ave neighs/atom = 77.9935 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 = 312.958156426949, Press = 0.692204434754661 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -22760.877 -22760.877 -22919.99 -22919.99 307.8158 307.8158 60639.035 60639.035 -301.58252 -301.58252 39000 -22752.922 -22752.922 -22919.681 -22919.681 322.60605 322.60605 60549.023 60549.023 2452.1833 2452.1833 Loop time of 183.847 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.069 hours/ns, 5.439 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 | 182.93 | 182.93 | 182.93 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14688 | 0.14688 | 0.14688 | 0.0 | 0.08 Output | 0.00019648 | 0.00019648 | 0.00019648 | 0.0 | 0.00 Modify | 0.6763 | 0.6763 | 0.6763 | 0.0 | 0.37 Other | | 0.09253 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.937337505505, Press = 0.886678279000379 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -22752.922 -22752.922 -22919.681 -22919.681 322.60605 322.60605 60549.023 60549.023 2452.1833 2452.1833 40000 -22759.462 -22759.462 -22918.241 -22918.241 307.16913 307.16913 60589.844 60589.844 1265.5326 1265.5326 Loop time of 183.778 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.049 hours/ns, 5.441 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 | 182.86 | 182.86 | 182.86 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14576 | 0.14576 | 0.14576 | 0.0 | 0.08 Output | 0.00019853 | 0.00019853 | 0.00019853 | 0.0 | 0.00 Modify | 0.67839 | 0.67839 | 0.67839 | 0.0 | 0.37 Other | | 0.09209 | | | 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: 311992 ave 311992 max 311992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311992 Ave neighs/atom = 77.998 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 = 312.883092821759, Press = -1.21567963426351 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -22759.462 -22759.462 -22918.241 -22918.241 307.16913 307.16913 60589.844 60589.844 1265.5326 1265.5326 41000 -22756.217 -22756.217 -22918.389 -22918.389 313.73199 313.73199 60667.789 60667.789 -975.38669 -975.38669 Loop time of 183.681 on 1 procs for 1000 steps with 4000 atoms Performance: 0.470 ns/day, 51.022 hours/ns, 5.444 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 | 182.76 | 182.76 | 182.76 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14593 | 0.14593 | 0.14593 | 0.0 | 0.08 Output | 0.00019352 | 0.00019352 | 0.00019352 | 0.0 | 0.00 Modify | 0.67805 | 0.67805 | 0.67805 | 0.0 | 0.37 Other | | 0.09347 | | | 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: 311986 ave 311986 max 311986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311986 Ave neighs/atom = 77.9965 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 = 312.873491012411, Press = -0.884348802337515 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -22756.217 -22756.217 -22918.389 -22918.389 313.73199 313.73199 60667.789 60667.789 -975.38669 -975.38669 42000 -22753.674 -22753.674 -22913.885 -22913.885 309.93878 309.93878 60666.942 60666.942 -626.8109 -626.8109 Loop time of 209.849 on 1 procs for 1000 steps with 4000 atoms Performance: 0.412 ns/day, 58.291 hours/ns, 4.765 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 | 208.78 | 208.78 | 208.78 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16135 | 0.16135 | 0.16135 | 0.0 | 0.08 Output | 0.00023965 | 0.00023965 | 0.00023965 | 0.0 | 0.00 Modify | 0.80124 | 0.80124 | 0.80124 | 0.0 | 0.38 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.826454429451, Press = 0.250059887397685 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -22753.674 -22753.674 -22913.885 -22913.885 309.93878 309.93878 60666.942 60666.942 -626.8109 -626.8109 43000 -22757.29 -22757.29 -22919.913 -22919.913 314.60669 314.60669 60614.288 60614.288 455.78363 455.78363 Loop time of 184.997 on 1 procs for 1000 steps with 4000 atoms Performance: 0.467 ns/day, 51.388 hours/ns, 5.406 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 | 184.07 | 184.07 | 184.07 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14615 | 0.14615 | 0.14615 | 0.0 | 0.08 Output | 0.00019439 | 0.00019439 | 0.00019439 | 0.0 | 0.00 Modify | 0.68819 | 0.68819 | 0.68819 | 0.0 | 0.37 Other | | 0.09426 | | | 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: 311978 ave 311978 max 311978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311978 Ave neighs/atom = 77.9945 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 = 312.834353233285, Press = 0.297218911026897 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -22757.29 -22757.29 -22919.913 -22919.913 314.60669 314.60669 60614.288 60614.288 455.78363 455.78363 44000 -22754.232 -22754.232 -22917.441 -22917.441 315.73973 315.73973 60577.982 60577.982 1642.0488 1642.0488 Loop time of 185.53 on 1 procs for 1000 steps with 4000 atoms Performance: 0.466 ns/day, 51.536 hours/ns, 5.390 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 | 184.6 | 184.6 | 184.6 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14566 | 0.14566 | 0.14566 | 0.0 | 0.08 Output | 0.00023709 | 0.00023709 | 0.00023709 | 0.0 | 0.00 Modify | 0.68845 | 0.68845 | 0.68845 | 0.0 | 0.37 Other | | 0.09638 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.834762877773, Press = -0.694292722627727 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -22754.232 -22754.232 -22917.441 -22917.441 315.73973 315.73973 60577.982 60577.982 1642.0488 1642.0488 45000 -22750.83 -22750.83 -22914.558 -22914.558 316.74398 316.74398 60689.05 60689.05 -1339.5449 -1339.5449 Loop time of 189.594 on 1 procs for 1000 steps with 4000 atoms Performance: 0.456 ns/day, 52.665 hours/ns, 5.274 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 | 188.64 | 188.64 | 188.64 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14772 | 0.14772 | 0.14772 | 0.0 | 0.08 Output | 0.00019118 | 0.00019118 | 0.00019118 | 0.0 | 0.00 Modify | 0.70899 | 0.70899 | 0.70899 | 0.0 | 0.37 Other | | 0.09692 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.828796059832, Press = -1.63387342688663 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -22750.83 -22750.83 -22914.558 -22914.558 316.74398 316.74398 60689.05 60689.05 -1339.5449 -1339.5449 46000 -22757.079 -22757.079 -22916.985 -22916.985 309.34919 309.34919 60683.441 60683.441 -1417.2008 -1417.2008 Loop time of 214.426 on 1 procs for 1000 steps with 4000 atoms Performance: 0.403 ns/day, 59.563 hours/ns, 4.664 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 | 213.34 | 213.34 | 213.34 | 0.0 | 99.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16228 | 0.16228 | 0.16228 | 0.0 | 0.08 Output | 0.00025163 | 0.00025163 | 0.00025163 | 0.0 | 0.00 Modify | 0.82182 | 0.82182 | 0.82182 | 0.0 | 0.38 Other | | 0.1046 | | | 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: 311978 ave 311978 max 311978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311978 Ave neighs/atom = 77.9945 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 = 312.870451553019, Press = 0.105370832988323 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -22757.079 -22757.079 -22916.985 -22916.985 309.34919 309.34919 60683.441 60683.441 -1417.2008 -1417.2008 47000 -22753.094 -22753.094 -22916.385 -22916.385 315.89769 315.89769 60625.701 60625.701 361.80021 361.80021 Loop time of 217.674 on 1 procs for 1000 steps with 4000 atoms Performance: 0.397 ns/day, 60.465 hours/ns, 4.594 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 | 216.58 | 216.58 | 216.58 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16318 | 0.16318 | 0.16318 | 0.0 | 0.07 Output | 0.00019849 | 0.00019849 | 0.00019849 | 0.0 | 0.00 Modify | 0.82466 | 0.82466 | 0.82466 | 0.0 | 0.38 Other | | 0.1032 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.919343929647, Press = 0.257799201747579 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -22753.094 -22753.094 -22916.385 -22916.385 315.89769 315.89769 60625.701 60625.701 361.80021 361.80021 48000 -22755.801 -22755.801 -22917.673 -22917.673 313.15166 313.15166 60601.452 60601.452 920.86306 920.86306 Loop time of 201.047 on 1 procs for 1000 steps with 4000 atoms Performance: 0.430 ns/day, 55.846 hours/ns, 4.974 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 | 200.04 | 200.04 | 200.04 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15432 | 0.15432 | 0.15432 | 0.0 | 0.08 Output | 0.00019167 | 0.00019167 | 0.00019167 | 0.0 | 0.00 Modify | 0.75742 | 0.75742 | 0.75742 | 0.0 | 0.38 Other | | 0.09904 | | | 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: 311978 ave 311978 max 311978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311978 Ave neighs/atom = 77.9945 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 = 312.92744483244, Press = -0.254759062348688 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -22755.801 -22755.801 -22917.673 -22917.673 313.15166 313.15166 60601.452 60601.452 920.86306 920.86306 49000 -22755.695 -22755.695 -22917.989 -22917.989 313.96963 313.96963 60653.055 60653.055 -557.70102 -557.70102 Loop time of 182.463 on 1 procs for 1000 steps with 4000 atoms Performance: 0.474 ns/day, 50.684 hours/ns, 5.481 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 | 181.55 | 181.55 | 181.55 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14246 | 0.14246 | 0.14246 | 0.0 | 0.08 Output | 0.00019348 | 0.00019348 | 0.00019348 | 0.0 | 0.00 Modify | 0.67574 | 0.67574 | 0.67574 | 0.0 | 0.37 Other | | 0.09313 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 312.941767213505, Press = -0.88611154514399 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -22755.695 -22755.695 -22917.989 -22917.989 313.96963 313.96963 60653.055 60653.055 -557.70102 -557.70102 50000 -22757.352 -22757.352 -22916.235 -22916.235 307.36864 307.36864 60673.55 60673.55 -1049.622 -1049.622 Loop time of 182.851 on 1 procs for 1000 steps with 4000 atoms Performance: 0.473 ns/day, 50.792 hours/ns, 5.469 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 | 181.94 | 181.94 | 181.94 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1428 | 0.1428 | 0.1428 | 0.0 | 0.08 Output | 0.00019302 | 0.00019302 | 0.00019302 | 0.0 | 0.00 Modify | 0.67552 | 0.67552 | 0.67552 | 0.0 | 0.37 Other | | 0.09314 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.932344484526, Press = 0.0870735511139699 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -22757.352 -22757.352 -22916.235 -22916.235 307.36864 307.36864 60673.55 60673.55 -1049.622 -1049.622 51000 -22759.066 -22759.066 -22917.628 -22917.628 306.74869 306.74869 60611.201 60611.201 629.55985 629.55985 Loop time of 188.844 on 1 procs for 1000 steps with 4000 atoms Performance: 0.458 ns/day, 52.457 hours/ns, 5.295 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.9 | 187.9 | 187.9 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14814 | 0.14814 | 0.14814 | 0.0 | 0.08 Output | 0.00023259 | 0.00023259 | 0.00023259 | 0.0 | 0.00 Modify | 0.70647 | 0.70647 | 0.70647 | 0.0 | 0.37 Other | | 0.09399 | | | 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: 311980 ave 311980 max 311980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311980 Ave neighs/atom = 77.995 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 = 312.918820827592, Press = 0.481318984673606 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -22759.066 -22759.066 -22917.628 -22917.628 306.74869 306.74869 60611.201 60611.201 629.55985 629.55985 52000 -22753.248 -22753.248 -22915.839 -22915.839 314.5447 314.5447 60566.132 60566.132 2084.7795 2084.7795 Loop time of 213.2 on 1 procs for 1000 steps with 4000 atoms Performance: 0.405 ns/day, 59.222 hours/ns, 4.690 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 | 212.08 | 212.08 | 212.08 | 0.0 | 99.48 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.16532 | 0.16532 | 0.16532 | 0.0 | 0.08 Output | 0.00023936 | 0.00023936 | 0.00023936 | 0.0 | 0.00 Modify | 0.84444 | 0.84444 | 0.84444 | 0.0 | 0.40 Other | | 0.1061 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.880649552476, Press = -0.303398981638438 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -22753.248 -22753.248 -22915.839 -22915.839 314.5447 314.5447 60566.132 60566.132 2084.7795 2084.7795 53000 -22757.3 -22757.3 -22920.072 -22920.072 314.89295 314.89295 60643.557 60643.557 -381.86028 -381.86028 Loop time of 184.562 on 1 procs for 1000 steps with 4000 atoms Performance: 0.468 ns/day, 51.267 hours/ns, 5.418 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.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15009 | 0.15009 | 0.15009 | 0.0 | 0.08 Output | 0.00024552 | 0.00024552 | 0.00024552 | 0.0 | 0.00 Modify | 0.68343 | 0.68343 | 0.68343 | 0.0 | 0.37 Other | | 0.09254 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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 = 312.881635358671, Press = -1.97747739212103 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -22757.3 -22757.3 -22920.072 -22920.072 314.89295 314.89295 60643.557 60643.557 -381.86028 -381.86028 54000 -22753.359 -22753.359 -22917.527 -22917.527 317.59348 317.59348 60700.115 60700.115 -1785.1866 -1785.1866 Loop time of 185.242 on 1 procs for 1000 steps with 4000 atoms Performance: 0.466 ns/day, 51.456 hours/ns, 5.398 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 | 184.31 | 184.31 | 184.31 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15025 | 0.15025 | 0.15025 | 0.0 | 0.08 Output | 0.00019315 | 0.00019315 | 0.00019315 | 0.0 | 0.00 Modify | 0.6872 | 0.6872 | 0.6872 | 0.0 | 0.37 Other | | 0.09121 | | | 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: 311982 ave 311982 max 311982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311982 Ave neighs/atom = 77.9955 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 = 312.931421340464, Press = -0.213838485030798 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -22753.359 -22753.359 -22917.527 -22917.527 317.59348 317.59348 60700.115 60700.115 -1785.1866 -1785.1866 55000 -22753.782 -22753.782 -22915.528 -22915.528 312.90703 312.90703 60641.276 60641.276 -22.103526 -22.103526 Loop time of 185.365 on 1 procs for 1000 steps with 4000 atoms Performance: 0.466 ns/day, 51.490 hours/ns, 5.395 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 | 184.44 | 184.44 | 184.44 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14977 | 0.14977 | 0.14977 | 0.0 | 0.08 Output | 0.00019579 | 0.00019579 | 0.00019579 | 0.0 | 0.00 Modify | 0.68642 | 0.68642 | 0.68642 | 0.0 | 0.37 Other | | 0.0914 | | | 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: 311994 ave 311994 max 311994 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311994 Ave neighs/atom = 77.9985 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 = 312.949329364695, Press = 0.357627901760187 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 13 13 13 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.613 | 4.613 | 4.613 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -22753.782 -22753.782 -22915.528 -22915.528 312.90703 312.90703 60641.276 60641.276 -22.103526 -22.103526 56000 -22758.111 -22758.111 -22917.586 -22917.586 308.51458 308.51458 60591.784 60591.784 1164.4441 1164.4441 Loop time of 185.446 on 1 procs for 1000 steps with 4000 atoms Performance: 0.466 ns/day, 51.513 hours/ns, 5.392 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 | 184.52 | 184.52 | 184.52 | 0.0 | 99.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14953 | 0.14953 | 0.14953 | 0.0 | 0.08 Output | 0.00019488 | 0.00019488 | 0.00019488 | 0.0 | 0.00 Modify | 0.68758 | 0.68758 | 0.68758 | 0.0 | 0.37 Other | | 0.09182 | | | 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: 311984 ave 311984 max 311984 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 311984 Ave neighs/atom = 77.996 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_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 60634.6067211982 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0