# 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.556477703154087*${_u_distance} variable latticeconst_converted equal 3.556477703154087*1 lattice diamond ${latticeconst_converted} lattice diamond 3.55647770315409 Lattice spacing in x,y,z = 3.5564777 3.5564777 3.5564777 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (35.564777 35.564777 35.564777) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms create_atoms CPU = 0.004 seconds variable mass_converted equal 12.0107*${_u_mass} variable mass_converted equal 12.0107*1 kim_interactions C #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_KimJungLee_2010_FeNbC__MO_072689718616_000 pair_coeff * * C #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 12.0107 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 44984.2279146031 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2279146031/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2279146031/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 44984.2279146031/(1*1*${_u_distance}) variable V0_metal equal 44984.2279146031/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 44984.2279146031*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 44984.2279146031 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 253.15*${_u_temperature} variable temp_converted equal 253.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 253.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "253.15 - 0.2" variable T_up equal "253.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.6 ghost atom cutoff = 6.6 binsize = 3.3, bins = 11 11 11 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.6 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -58698.255 -58698.255 -58960 -58960 253.15 253.15 44984.228 44984.228 6214.9468 6214.9468 1000 -58413.98 -58413.98 -58673.076 -58673.076 250.58859 250.58859 45267.945 45267.945 -1354.3556 -1354.3556 Loop time of 213.435 on 1 procs for 1000 steps with 8000 atoms Performance: 0.405 ns/day, 59.288 hours/ns, 4.685 timesteps/s 68.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 | 212.76 | 212.76 | 212.76 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084187 | 0.084187 | 0.084187 | 0.0 | 0.04 Output | 6.82e-05 | 6.82e-05 | 6.82e-05 | 0.0 | 0.00 Modify | 0.55712 | 0.55712 | 0.55712 | 0.0 | 0.26 Other | | 0.03683 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.52000e+06 ave 1.52e+06 max 1.52e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1520000 Ave neighs/atom = 190.00000 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -58413.98 -58413.98 -58673.076 -58673.076 250.58859 250.58859 45267.945 45267.945 -1354.3556 -1354.3556 2000 -58440.74 -58440.74 -58694.815 -58694.815 245.7317 245.7317 45245.981 45245.981 -808.93186 -808.93186 Loop time of 221.281 on 1 procs for 1000 steps with 8000 atoms Performance: 0.390 ns/day, 61.467 hours/ns, 4.519 timesteps/s 70.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.64 | 220.64 | 220.64 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12942 | 0.12942 | 0.12942 | 0.0 | 0.06 Output | 4.91e-05 | 4.91e-05 | 4.91e-05 | 0.0 | 0.00 Modify | 0.45235 | 0.45235 | 0.45235 | 0.0 | 0.20 Other | | 0.05669 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53876e+06 ave 1.53876e+06 max 1.53876e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1538764 Ave neighs/atom = 192.34550 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -58440.74 -58440.74 -58694.815 -58694.815 245.7317 245.7317 45245.981 45245.981 -808.93186 -808.93186 3000 -58429.814 -58429.814 -58691.632 -58691.632 253.22098 253.22098 45228.841 45228.841 1279.3746 1279.3746 Loop time of 220.824 on 1 procs for 1000 steps with 8000 atoms Performance: 0.391 ns/day, 61.340 hours/ns, 4.529 timesteps/s 70.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 220.29 | 220.29 | 220.29 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1033 | 0.1033 | 0.1033 | 0.0 | 0.05 Output | 5.37e-05 | 5.37e-05 | 5.37e-05 | 0.0 | 0.00 Modify | 0.39755 | 0.39755 | 0.39755 | 0.0 | 0.18 Other | | 0.03665 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53665e+06 ave 1.53665e+06 max 1.53665e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536646 Ave neighs/atom = 192.08075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -58429.814 -58429.814 -58691.632 -58691.632 253.22098 253.22098 45228.841 45228.841 1279.3746 1279.3746 4000 -58431.821 -58431.821 -58697.407 -58697.407 256.86532 256.86532 45244.473 45244.473 -673.75809 -673.75809 Loop time of 220.496 on 1 procs for 1000 steps with 8000 atoms Performance: 0.392 ns/day, 61.249 hours/ns, 4.535 timesteps/s 70.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.97 | 219.97 | 219.97 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11783 | 0.11783 | 0.11783 | 0.0 | 0.05 Output | 5.48e-05 | 5.48e-05 | 5.48e-05 | 0.0 | 0.00 Modify | 0.37367 | 0.37367 | 0.37367 | 0.0 | 0.17 Other | | 0.03705 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53767e+06 ave 1.53767e+06 max 1.53767e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537674 Ave neighs/atom = 192.20925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -58431.821 -58431.821 -58697.407 -58697.407 256.86532 256.86532 45244.473 45244.473 -673.75809 -673.75809 5000 -58436.266 -58436.266 -58695.165 -58695.165 250.39735 250.39735 45254.697 45254.697 -1636.8914 -1636.8914 Loop time of 226.282 on 1 procs for 1000 steps with 8000 atoms Performance: 0.382 ns/day, 62.856 hours/ns, 4.419 timesteps/s 69.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 225.77 | 225.77 | 225.77 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11734 | 0.11734 | 0.11734 | 0.0 | 0.05 Output | 3.82e-05 | 3.82e-05 | 3.82e-05 | 0.0 | 0.00 Modify | 0.32981 | 0.32981 | 0.32981 | 0.0 | 0.15 Other | | 0.06689 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53668e+06 ave 1.53668e+06 max 1.53668e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536682 Ave neighs/atom = 192.08525 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.761062956039, Press = -54.1773474125278 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -58436.266 -58436.266 -58695.165 -58695.165 250.39735 250.39735 45254.697 45254.697 -1636.8914 -1636.8914 6000 -58427.707 -58427.707 -58692.575 -58692.575 256.17038 256.17038 45207.705 45207.705 3332.0037 3332.0037 Loop time of 220.151 on 1 procs for 1000 steps with 8000 atoms Performance: 0.392 ns/day, 61.153 hours/ns, 4.542 timesteps/s 70.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.58 | 219.58 | 219.58 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10384 | 0.10384 | 0.10384 | 0.0 | 0.05 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.41294 | 0.41294 | 0.41294 | 0.0 | 0.19 Other | | 0.05687 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53653e+06 ave 1.53653e+06 max 1.53653e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536526 Ave neighs/atom = 192.06575 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 252.854752628115, Press = -1.00195795198872 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -58427.707 -58427.707 -58692.575 -58692.575 256.17038 256.17038 45207.705 45207.705 3332.0037 3332.0037 7000 -58437.373 -58437.373 -58695.545 -58695.545 249.69495 249.69495 45236.382 45236.382 90.600282 90.600282 Loop time of 220.442 on 1 procs for 1000 steps with 8000 atoms Performance: 0.392 ns/day, 61.234 hours/ns, 4.536 timesteps/s 70.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 219.73 | 219.73 | 219.73 | 0.0 | 99.68 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.15376 | 0.15376 | 0.15376 | 0.0 | 0.07 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.49901 | 0.49901 | 0.49901 | 0.0 | 0.23 Other | | 0.05671 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53886e+06 ave 1.53886e+06 max 1.53886e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1538864 Ave neighs/atom = 192.35800 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.010672888027, Press = 53.642375019405 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -58437.373 -58437.373 -58695.545 -58695.545 249.69495 249.69495 45236.382 45236.382 90.600282 90.600282 8000 -58429.487 -58429.487 -58694.631 -58694.631 256.43766 256.43766 45256.048 45256.048 -1592.1741 -1592.1741 Loop time of 211.407 on 1 procs for 1000 steps with 8000 atoms Performance: 0.409 ns/day, 58.724 hours/ns, 4.730 timesteps/s 73.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 210.91 | 210.91 | 210.91 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083736 | 0.083736 | 0.083736 | 0.0 | 0.04 Output | 3.75e-05 | 3.75e-05 | 3.75e-05 | 0.0 | 0.00 Modify | 0.35235 | 0.35235 | 0.35235 | 0.0 | 0.17 Other | | 0.05671 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53746e+06 ave 1.53746e+06 max 1.53746e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537464 Ave neighs/atom = 192.18300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.117494095648, Press = 1.30436768447733 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -58429.487 -58429.487 -58694.631 -58694.631 256.43766 256.43766 45256.048 45256.048 -1592.1741 -1592.1741 9000 -58433.67 -58433.67 -58693.078 -58693.078 250.88944 250.88944 45228.884 45228.884 1101.942 1101.942 Loop time of 197.032 on 1 procs for 1000 steps with 8000 atoms Performance: 0.439 ns/day, 54.731 hours/ns, 5.075 timesteps/s 79.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 | 196.49 | 196.49 | 196.49 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11096 | 0.11096 | 0.11096 | 0.0 | 0.06 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.37985 | 0.37985 | 0.37985 | 0.0 | 0.19 Other | | 0.05654 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53634e+06 ave 1.53634e+06 max 1.53634e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536340 Ave neighs/atom = 192.04250 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.040545496187, Press = 4.96550266334592 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -58433.67 -58433.67 -58693.078 -58693.078 250.88944 250.88944 45228.884 45228.884 1101.942 1101.942 10000 -58435.559 -58435.559 -58697.41 -58697.41 253.25186 253.25186 45239.164 45239.164 -187.17478 -187.17478 Loop time of 194.508 on 1 procs for 1000 steps with 8000 atoms Performance: 0.444 ns/day, 54.030 hours/ns, 5.141 timesteps/s 80.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.03 | 194.03 | 194.03 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083992 | 0.083992 | 0.083992 | 0.0 | 0.04 Output | 4.72e-05 | 4.72e-05 | 4.72e-05 | 0.0 | 0.00 Modify | 0.36126 | 0.36126 | 0.36126 | 0.0 | 0.19 Other | | 0.03716 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53747e+06 ave 1.53747e+06 max 1.53747e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537472 Ave neighs/atom = 192.18400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.125933385898, Press = 9.62374371404751 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -58435.559 -58435.559 -58697.41 -58697.41 253.25186 253.25186 45239.164 45239.164 -187.17478 -187.17478 11000 -58427.913 -58427.913 -58691.773 -58691.773 255.19547 255.19547 45253.905 45253.905 -1158.3022 -1158.3022 Loop time of 195.528 on 1 procs for 1000 steps with 8000 atoms Performance: 0.442 ns/day, 54.313 hours/ns, 5.114 timesteps/s 79.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 195 | 195 | 195 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10453 | 0.10453 | 0.10453 | 0.0 | 0.05 Output | 6.43e-05 | 6.43e-05 | 6.43e-05 | 0.0 | 0.00 Modify | 0.38122 | 0.38122 | 0.38122 | 0.0 | 0.19 Other | | 0.03718 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53681e+06 ave 1.53681e+06 max 1.53681e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536806 Ave neighs/atom = 192.10075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.108400273793, Press = 0.497226924219707 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -58427.913 -58427.913 -58691.773 -58691.773 255.19547 255.19547 45253.905 45253.905 -1158.3022 -1158.3022 12000 -58434.499 -58434.499 -58695.486 -58695.486 252.41761 252.41761 45212.881 45212.881 2451.4381 2451.4381 Loop time of 192.315 on 1 procs for 1000 steps with 8000 atoms Performance: 0.449 ns/day, 53.421 hours/ns, 5.200 timesteps/s 81.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 191.79 | 191.79 | 191.79 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1036 | 0.1036 | 0.1036 | 0.0 | 0.05 Output | 4.64e-05 | 4.64e-05 | 4.64e-05 | 0.0 | 0.00 Modify | 0.36516 | 0.36516 | 0.36516 | 0.0 | 0.19 Other | | 0.05708 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53701e+06 ave 1.53701e+06 max 1.53701e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537008 Ave neighs/atom = 192.12600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.225222794137, Press = 2.34294952105687 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -58434.499 -58434.499 -58695.486 -58695.486 252.41761 252.41761 45212.881 45212.881 2451.4381 2451.4381 13000 -58434.279 -58434.279 -58695.643 -58695.643 252.78137 252.78137 45244.052 45244.052 -605.09626 -605.09626 Loop time of 191.754 on 1 procs for 1000 steps with 8000 atoms Performance: 0.451 ns/day, 53.265 hours/ns, 5.215 timesteps/s 81.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 191.17 | 191.17 | 191.17 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14342 | 0.14342 | 0.14342 | 0.0 | 0.07 Output | 3.84e-05 | 3.84e-05 | 3.84e-05 | 0.0 | 0.00 Modify | 0.39795 | 0.39795 | 0.39795 | 0.0 | 0.21 Other | | 0.0455 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53831e+06 ave 1.53831e+06 max 1.53831e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1538310 Ave neighs/atom = 192.28875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.299126897381, Press = 11.3914128159144 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -58434.279 -58434.279 -58695.643 -58695.643 252.78137 252.78137 45244.052 45244.052 -605.09626 -605.09626 14000 -58431.342 -58431.342 -58694.179 -58694.179 254.2067 254.2067 45265.649 45265.649 -2513.3195 -2513.3195 Loop time of 191.891 on 1 procs for 1000 steps with 8000 atoms Performance: 0.450 ns/day, 53.303 hours/ns, 5.211 timesteps/s 81.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 191.34 | 191.34 | 191.34 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.13384 | 0.13384 | 0.13384 | 0.0 | 0.07 Output | 4.84e-05 | 4.84e-05 | 4.84e-05 | 0.0 | 0.00 Modify | 0.38422 | 0.38422 | 0.38422 | 0.0 | 0.20 Other | | 0.03691 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53642e+06 ave 1.53642e+06 max 1.53642e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536424 Ave neighs/atom = 192.05300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.273788689016, Press = -2.03743487270571 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -58431.342 -58431.342 -58694.179 -58694.179 254.2067 254.2067 45265.649 45265.649 -2513.3195 -2513.3195 15000 -58435.026 -58435.026 -58696.844 -58696.844 253.22092 253.22092 45212.583 45212.583 2432.8385 2432.8385 Loop time of 188.339 on 1 procs for 1000 steps with 8000 atoms Performance: 0.459 ns/day, 52.316 hours/ns, 5.310 timesteps/s 82.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 187.8 | 187.8 | 187.8 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12922 | 0.12922 | 0.12922 | 0.0 | 0.07 Output | 5.13e-05 | 5.13e-05 | 5.13e-05 | 0.0 | 0.00 Modify | 0.35262 | 0.35262 | 0.35262 | 0.0 | 0.19 Other | | 0.05709 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53593e+06 ave 1.53593e+06 max 1.53593e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1535926 Ave neighs/atom = 191.99075 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.258185629669, Press = 0.678466296640295 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -58435.026 -58435.026 -58696.844 -58696.844 253.22092 253.22092 45212.583 45212.583 2432.8385 2432.8385 16000 -58432.339 -58432.339 -58691.829 -58691.829 250.96967 250.96967 45241.416 45241.416 -115.18521 -115.18521 Loop time of 198.424 on 1 procs for 1000 steps with 8000 atoms Performance: 0.435 ns/day, 55.118 hours/ns, 5.040 timesteps/s 78.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 197.76 | 197.76 | 197.76 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.14476 | 0.14476 | 0.14476 | 0.0 | 0.07 Output | 4.59e-05 | 4.59e-05 | 4.59e-05 | 0.0 | 0.00 Modify | 0.47722 | 0.47722 | 0.47722 | 0.0 | 0.24 Other | | 0.03696 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53789e+06 ave 1.53789e+06 max 1.53789e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537888 Ave neighs/atom = 192.23600 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.355130843965, Press = 7.16653314066492 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -58432.339 -58432.339 -58691.829 -58691.829 250.96967 250.96967 45241.416 45241.416 -115.18521 -115.18521 17000 -58429.049 -58429.049 -58697.418 -58697.418 259.55624 259.55624 45260.636 45260.636 -2156.0826 -2156.0826 Loop time of 194.05 on 1 procs for 1000 steps with 8000 atoms Performance: 0.445 ns/day, 53.903 hours/ns, 5.153 timesteps/s 80.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 193.51 | 193.51 | 193.51 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11992 | 0.11992 | 0.11992 | 0.0 | 0.06 Output | 4.06e-05 | 4.06e-05 | 4.06e-05 | 0.0 | 0.00 Modify | 0.38098 | 0.38098 | 0.38098 | 0.0 | 0.20 Other | | 0.03666 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53753e+06 ave 1.53753e+06 max 1.53753e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537532 Ave neighs/atom = 192.19150 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.358057962285, Press = -0.759819891717285 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -58429.049 -58429.049 -58697.418 -58697.418 259.55624 259.55624 45260.636 45260.636 -2156.0826 -2156.0826 18000 -58431.903 -58431.903 -58695.628 -58695.628 255.06484 255.06484 45210.83 45210.83 2722.9683 2722.9683 Loop time of 195.366 on 1 procs for 1000 steps with 8000 atoms Performance: 0.442 ns/day, 54.268 hours/ns, 5.119 timesteps/s 79.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 194.87 | 194.87 | 194.87 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.086567 | 0.086567 | 0.086567 | 0.0 | 0.04 Output | 4.75e-05 | 4.75e-05 | 4.75e-05 | 0.0 | 0.00 Modify | 0.35273 | 0.35273 | 0.35273 | 0.0 | 0.18 Other | | 0.05677 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53599e+06 ave 1.53599e+06 max 1.53599e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1535990 Ave neighs/atom = 191.99875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.450042206707, Press = 0.735746630925693 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -58431.903 -58431.903 -58695.628 -58695.628 255.06484 255.06484 45210.83 45210.83 2722.9683 2722.9683 19000 -58430.702 -58430.702 -58693.865 -58693.865 254.52232 254.52232 45246.64 45246.64 -674.12172 -674.12172 Loop time of 191.994 on 1 procs for 1000 steps with 8000 atoms Performance: 0.450 ns/day, 53.332 hours/ns, 5.208 timesteps/s 81.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 191.5 | 191.5 | 191.5 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084878 | 0.084878 | 0.084878 | 0.0 | 0.04 Output | 4.55e-05 | 4.55e-05 | 4.55e-05 | 0.0 | 0.00 Modify | 0.36719 | 0.36719 | 0.36719 | 0.0 | 0.19 Other | | 0.03794 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53779e+06 ave 1.53779e+06 max 1.53779e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537794 Ave neighs/atom = 192.22425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.462312098653, Press = 8.50166319107924 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -58430.702 -58430.702 -58693.865 -58693.865 254.52232 254.52232 45246.64 45246.64 -674.12172 -674.12172 20000 -58435.999 -58435.999 -58695.552 -58695.552 251.02966 251.02966 45260.201 45260.201 -2165.3938 -2165.3938 Loop time of 190.935 on 1 procs for 1000 steps with 8000 atoms Performance: 0.453 ns/day, 53.038 hours/ns, 5.237 timesteps/s 81.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 190.42 | 190.42 | 190.42 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12475 | 0.12475 | 0.12475 | 0.0 | 0.07 Output | 4.76e-05 | 4.76e-05 | 4.76e-05 | 0.0 | 0.00 Modify | 0.33964 | 0.33964 | 0.33964 | 0.0 | 0.18 Other | | 0.05051 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53669e+06 ave 1.53669e+06 max 1.53669e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536694 Ave neighs/atom = 192.08675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.468981314978, Press = -1.0624069306468 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -58435.999 -58435.999 -58695.552 -58695.552 251.02966 251.02966 45260.201 45260.201 -2165.3938 -2165.3938 21000 -58430.303 -58430.303 -58692.268 -58692.268 253.36365 253.36365 45224.348 45224.348 1632.6386 1632.6386 Loop time of 187.692 on 1 procs for 1000 steps with 8000 atoms Performance: 0.460 ns/day, 52.137 hours/ns, 5.328 timesteps/s 82.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 187.18 | 187.18 | 187.18 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082983 | 0.082983 | 0.082983 | 0.0 | 0.04 Output | 6.31e-05 | 6.31e-05 | 6.31e-05 | 0.0 | 0.00 Modify | 0.39303 | 0.39303 | 0.39303 | 0.0 | 0.21 Other | | 0.03676 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53634e+06 ave 1.53634e+06 max 1.53634e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536342 Ave neighs/atom = 192.04275 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.474568593914, Press = 1.42799093286278 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -58430.303 -58430.303 -58692.268 -58692.268 253.36365 253.36365 45224.348 45224.348 1632.6386 1632.6386 22000 -58425.358 -58425.358 -58691.739 -58691.739 257.63391 257.63391 45247.254 45247.254 -489.61943 -489.61943 Loop time of 172.699 on 1 procs for 1000 steps with 8000 atoms Performance: 0.500 ns/day, 47.972 hours/ns, 5.790 timesteps/s 90.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 172.21 | 172.21 | 172.21 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.12443 | 0.12443 | 0.12443 | 0.0 | 0.07 Output | 4.62e-05 | 4.62e-05 | 4.62e-05 | 0.0 | 0.00 Modify | 0.32997 | 0.32997 | 0.32997 | 0.0 | 0.19 Other | | 0.03709 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53814e+06 ave 1.53814e+06 max 1.53814e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1538142 Ave neighs/atom = 192.26775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.456047832418, Press = 2.91408306116433 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -58425.358 -58425.358 -58691.739 -58691.739 257.63391 257.63391 45247.254 45247.254 -489.61943 -489.61943 23000 -58433.725 -58433.725 -58695.31 -58695.31 252.99536 252.99536 45248.173 45248.173 -970.39093 -970.39093 Loop time of 174.355 on 1 procs for 1000 steps with 8000 atoms Performance: 0.496 ns/day, 48.432 hours/ns, 5.735 timesteps/s 89.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.86 | 173.86 | 173.86 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10571 | 0.10571 | 0.10571 | 0.0 | 0.06 Output | 4.65e-05 | 4.65e-05 | 4.65e-05 | 0.0 | 0.00 Modify | 0.35222 | 0.35222 | 0.35222 | 0.0 | 0.20 Other | | 0.03724 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53699e+06 ave 1.53699e+06 max 1.53699e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536992 Ave neighs/atom = 192.12400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.488573561066, Press = 0.109199861882 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -58433.725 -58433.725 -58695.31 -58695.31 252.99536 252.99536 45248.173 45248.173 -970.39093 -970.39093 24000 -58431.682 -58431.682 -58693.284 -58693.284 253.01129 253.01129 45200.03 45200.03 3908.5902 3908.5902 Loop time of 171.919 on 1 procs for 1000 steps with 8000 atoms Performance: 0.503 ns/day, 47.755 hours/ns, 5.817 timesteps/s 90.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 171.42 | 171.42 | 171.42 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093797 | 0.093797 | 0.093797 | 0.0 | 0.05 Output | 4.51e-05 | 4.51e-05 | 4.51e-05 | 0.0 | 0.00 Modify | 0.35227 | 0.35227 | 0.35227 | 0.0 | 0.20 Other | | 0.05422 | | | 0.03 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53686e+06 ave 1.53686e+06 max 1.53686e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536860 Ave neighs/atom = 192.10750 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.477844533056, Press = 0.884434731772316 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -58431.682 -58431.682 -58693.284 -58693.284 253.01129 253.01129 45200.03 45200.03 3908.5902 3908.5902 25000 -58439.946 -58439.946 -58697.681 -58697.681 249.27229 249.27229 45246.509 45246.509 -953.74433 -953.74433 Loop time of 174.055 on 1 procs for 1000 steps with 8000 atoms Performance: 0.496 ns/day, 48.349 hours/ns, 5.745 timesteps/s 89.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 173.59 | 173.59 | 173.59 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091235 | 0.091235 | 0.091235 | 0.0 | 0.05 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.33958 | 0.33958 | 0.33958 | 0.0 | 0.20 Other | | 0.03708 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53931e+06 ave 1.53931e+06 max 1.53931e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1539314 Ave neighs/atom = 192.41425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.419187432887, Press = 5.13325056936679 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -58439.946 -58439.946 -58697.681 -58697.681 249.27229 249.27229 45246.509 45246.509 -953.74433 -953.74433 26000 -58434.277 -58434.277 -58697.713 -58697.713 254.78536 254.78536 45254.14 45254.14 -1691.6636 -1691.6636 Loop time of 168.091 on 1 procs for 1000 steps with 8000 atoms Performance: 0.514 ns/day, 46.692 hours/ns, 5.949 timesteps/s 92.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 167.66 | 167.66 | 167.66 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084044 | 0.084044 | 0.084044 | 0.0 | 0.05 Output | 4.78e-05 | 4.78e-05 | 4.78e-05 | 0.0 | 0.00 Modify | 0.31264 | 0.31264 | 0.31264 | 0.0 | 0.19 Other | | 0.03844 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53643e+06 ave 1.53643e+06 max 1.53643e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536434 Ave neighs/atom = 192.05425 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.41002276198, Press = -0.566168104995053 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -58434.277 -58434.277 -58697.713 -58697.713 254.78536 254.78536 45254.14 45254.14 -1691.6636 -1691.6636 27000 -58432.42 -58432.42 -58695.346 -58695.346 254.29173 254.29173 45222.009 45222.009 1619.0783 1619.0783 Loop time of 175.463 on 1 procs for 1000 steps with 8000 atoms Performance: 0.492 ns/day, 48.740 hours/ns, 5.699 timesteps/s 88.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 175 | 175 | 175 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1033 | 0.1033 | 0.1033 | 0.0 | 0.06 Output | 4.67e-05 | 4.67e-05 | 4.67e-05 | 0.0 | 0.00 Modify | 0.31841 | 0.31841 | 0.31841 | 0.0 | 0.18 Other | | 0.03691 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53579e+06 ave 1.53579e+06 max 1.53579e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1535792 Ave neighs/atom = 191.97400 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.410028938097, Press = 1.06728734552014 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -58432.42 -58432.42 -58695.346 -58695.346 254.29173 254.29173 45222.009 45222.009 1619.0783 1619.0783 28000 -58432.712 -58432.712 -58692.751 -58692.751 251.50032 251.50032 45242.643 45242.643 -235.40947 -235.40947 Loop time of 161.195 on 1 procs for 1000 steps with 8000 atoms Performance: 0.536 ns/day, 44.776 hours/ns, 6.204 timesteps/s 95.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 160.72 | 160.72 | 160.72 | 0.0 | 99.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083149 | 0.083149 | 0.083149 | 0.0 | 0.05 Output | 3.65e-05 | 3.65e-05 | 3.65e-05 | 0.0 | 0.00 Modify | 0.3517 | 0.3517 | 0.3517 | 0.0 | 0.22 Other | | 0.03643 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53724e+06 ave 1.53724e+06 max 1.53724e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537238 Ave neighs/atom = 192.15475 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.446738131077, Press = 2.57926184330112 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -58432.712 -58432.712 -58692.751 -58692.751 251.50032 251.50032 45242.643 45242.643 -235.40947 -235.40947 29000 -58434.81 -58434.81 -58692.767 -58692.767 249.48681 249.48681 45252.404 45252.404 -1236.9469 -1236.9469 Loop time of 155.36 on 1 procs for 1000 steps with 8000 atoms Performance: 0.556 ns/day, 43.156 hours/ns, 6.437 timesteps/s 98.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 154.93 | 154.93 | 154.93 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082378 | 0.082378 | 0.082378 | 0.0 | 0.05 Output | 4.71e-05 | 4.71e-05 | 4.71e-05 | 0.0 | 0.00 Modify | 0.31003 | 0.31003 | 0.31003 | 0.0 | 0.20 Other | | 0.03644 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53656e+06 ave 1.53656e+06 max 1.53656e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536558 Ave neighs/atom = 192.06975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.462860541546, Press = -0.272053982546221 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -58434.81 -58434.81 -58692.767 -58692.767 249.48681 249.48681 45252.404 45252.404 -1236.9469 -1236.9469 30000 -58429.409 -58429.409 -58692.826 -58692.826 254.76725 254.76725 45199.637 45199.637 4044.1653 4044.1653 Loop time of 155.1 on 1 procs for 1000 steps with 8000 atoms Performance: 0.557 ns/day, 43.083 hours/ns, 6.447 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 | 154.67 | 154.67 | 154.67 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084437 | 0.084437 | 0.084437 | 0.0 | 0.05 Output | 4.67e-05 | 4.67e-05 | 4.67e-05 | 0.0 | 0.00 Modify | 0.31105 | 0.31105 | 0.31105 | 0.0 | 0.20 Other | | 0.0364 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53695e+06 ave 1.53695e+06 max 1.53695e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536950 Ave neighs/atom = 192.11875 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.480859977413, Press = 0.718620464819252 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -58429.409 -58429.409 -58692.826 -58692.826 254.76725 254.76725 45199.637 45199.637 4044.1653 4044.1653 31000 -58434.318 -58434.318 -58694.163 -58694.163 251.31262 251.31262 45251.475 45251.475 -1123.3264 -1123.3264 Loop time of 152.602 on 1 procs for 1000 steps with 8000 atoms Performance: 0.566 ns/day, 42.389 hours/ns, 6.553 timesteps/s 99.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.18 | 152.18 | 152.18 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081787 | 0.081787 | 0.081787 | 0.0 | 0.05 Output | 4.74e-05 | 4.74e-05 | 4.74e-05 | 0.0 | 0.00 Modify | 0.30796 | 0.30796 | 0.30796 | 0.0 | 0.20 Other | | 0.03623 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53917e+06 ave 1.53917e+06 max 1.53917e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1539170 Ave neighs/atom = 192.39625 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.473975661078, Press = 4.23664078977346 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -58434.318 -58434.318 -58694.163 -58694.163 251.31262 251.31262 45251.475 45251.475 -1123.3264 -1123.3264 32000 -58432.98 -58432.98 -58695.356 -58695.356 253.76079 253.76079 45252.919 45252.919 -1336.5664 -1336.5664 Loop time of 152.621 on 1 procs for 1000 steps with 8000 atoms Performance: 0.566 ns/day, 42.395 hours/ns, 6.552 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 | 152.19 | 152.19 | 152.19 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081845 | 0.081845 | 0.081845 | 0.0 | 0.05 Output | 4.83e-05 | 4.83e-05 | 4.83e-05 | 0.0 | 0.00 Modify | 0.30782 | 0.30782 | 0.30782 | 0.0 | 0.20 Other | | 0.03611 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53688e+06 ave 1.53688e+06 max 1.53688e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536878 Ave neighs/atom = 192.10975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.459375288671, Press = -0.185795039944491 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -58432.98 -58432.98 -58695.356 -58695.356 253.76079 253.76079 45252.919 45252.919 -1336.5664 -1336.5664 33000 -58430.93 -58430.93 -58694.082 -58694.082 254.51074 254.51074 45225.752 45225.752 1327.5588 1327.5588 Loop time of 152.306 on 1 procs for 1000 steps with 8000 atoms Performance: 0.567 ns/day, 42.307 hours/ns, 6.566 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 151.88 | 151.88 | 151.88 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081719 | 0.081719 | 0.081719 | 0.0 | 0.05 Output | 4.38e-05 | 4.38e-05 | 4.38e-05 | 0.0 | 0.00 Modify | 0.30836 | 0.30836 | 0.30836 | 0.0 | 0.20 Other | | 0.03607 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53647e+06 ave 1.53647e+06 max 1.53647e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536466 Ave neighs/atom = 192.05825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.40698704876, Press = 0.979324786590193 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -58430.93 -58430.93 -58694.082 -58694.082 254.51074 254.51074 45225.752 45225.752 1327.5588 1327.5588 34000 -58434.587 -58434.587 -58697.319 -58697.319 254.10478 254.10478 45245.007 45245.007 -599.2915 -599.2915 Loop time of 153.432 on 1 procs for 1000 steps with 8000 atoms Performance: 0.563 ns/day, 42.620 hours/ns, 6.518 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 | 153 | 153 | 153 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083758 | 0.083758 | 0.083758 | 0.0 | 0.05 Output | 4.28e-05 | 4.28e-05 | 4.28e-05 | 0.0 | 0.00 Modify | 0.31022 | 0.31022 | 0.31022 | 0.0 | 0.20 Other | | 0.03617 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53736e+06 ave 1.53736e+06 max 1.53736e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537358 Ave neighs/atom = 192.16975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.400821900192, Press = 2.01586122109093 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -58434.587 -58434.587 -58697.319 -58697.319 254.10478 254.10478 45245.007 45245.007 -599.2915 -599.2915 35000 -58427.399 -58427.399 -58690.107 -58690.107 254.08192 254.08192 45255.22 45255.22 -1161.5879 -1161.5879 Loop time of 152.489 on 1 procs for 1000 steps with 8000 atoms Performance: 0.567 ns/day, 42.358 hours/ns, 6.558 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 | 152.06 | 152.06 | 152.06 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08218 | 0.08218 | 0.08218 | 0.0 | 0.05 Output | 5.09e-05 | 5.09e-05 | 5.09e-05 | 0.0 | 0.00 Modify | 0.3084 | 0.3084 | 0.3084 | 0.0 | 0.20 Other | | 0.03613 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53630e+06 ave 1.5363e+06 max 1.5363e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536298 Ave neighs/atom = 192.03725 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.394289049375, Press = -0.42341684275249 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -58427.399 -58427.399 -58690.107 -58690.107 254.08192 254.08192 45255.22 45255.22 -1161.5879 -1161.5879 36000 -58430.34 -58430.34 -58690.925 -58690.925 252.02789 252.02789 45213.916 45213.916 2742.7367 2742.7367 Loop time of 152.946 on 1 procs for 1000 steps with 8000 atoms Performance: 0.565 ns/day, 42.485 hours/ns, 6.538 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.52 | 152.52 | 152.52 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082386 | 0.082386 | 0.082386 | 0.0 | 0.05 Output | 4.58e-05 | 4.58e-05 | 4.58e-05 | 0.0 | 0.00 Modify | 0.30932 | 0.30932 | 0.30932 | 0.0 | 0.20 Other | | 0.03703 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53672e+06 ave 1.53672e+06 max 1.53672e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536722 Ave neighs/atom = 192.09025 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.374284898508, Press = 1.06699040857254 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -58430.34 -58430.34 -58690.925 -58690.925 252.02789 252.02789 45213.916 45213.916 2742.7367 2742.7367 37000 -58438.127 -58438.127 -58697.286 -58697.286 250.64841 250.64841 45251.05 45251.05 -1408.0105 -1408.0105 Loop time of 153.962 on 1 procs for 1000 steps with 8000 atoms Performance: 0.561 ns/day, 42.767 hours/ns, 6.495 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 153.53 | 153.53 | 153.53 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.084971 | 0.084971 | 0.084971 | 0.0 | 0.06 Output | 4.67e-05 | 4.67e-05 | 4.67e-05 | 0.0 | 0.00 Modify | 0.31038 | 0.31038 | 0.31038 | 0.0 | 0.20 Other | | 0.03649 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53887e+06 ave 1.53887e+06 max 1.53887e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1538866 Ave neighs/atom = 192.35825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.345994714592, Press = 2.37424780148831 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -58438.127 -58438.127 -58697.286 -58697.286 250.64841 250.64841 45251.05 45251.05 -1408.0105 -1408.0105 38000 -58432.242 -58432.242 -58695.649 -58695.649 254.7579 254.7579 45253.598 45253.598 -1414.3564 -1414.3564 Loop time of 152.546 on 1 procs for 1000 steps with 8000 atoms Performance: 0.566 ns/day, 42.374 hours/ns, 6.555 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.12 | 152.12 | 152.12 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082096 | 0.082096 | 0.082096 | 0.0 | 0.05 Output | 4.78e-05 | 4.78e-05 | 4.78e-05 | 0.0 | 0.00 Modify | 0.30821 | 0.30821 | 0.30821 | 0.0 | 0.20 Other | | 0.03603 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53626e+06 ave 1.53626e+06 max 1.53626e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536264 Ave neighs/atom = 192.03300 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.300489322176, Press = -0.664543528863885 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -58432.242 -58432.242 -58695.649 -58695.649 254.7579 254.7579 45253.598 45253.598 -1414.3564 -1414.3564 39000 -58437.327 -58437.327 -58698.839 -58698.839 252.92422 252.92422 45213.356 45213.356 2266.6972 2266.6972 Loop time of 153.132 on 1 procs for 1000 steps with 8000 atoms Performance: 0.564 ns/day, 42.537 hours/ns, 6.530 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.7 | 152.7 | 152.7 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083759 | 0.083759 | 0.083759 | 0.0 | 0.05 Output | 4.64e-05 | 4.64e-05 | 4.64e-05 | 0.0 | 0.00 Modify | 0.30857 | 0.30857 | 0.30857 | 0.0 | 0.20 Other | | 0.03607 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53626e+06 ave 1.53626e+06 max 1.53626e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536256 Ave neighs/atom = 192.03200 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.289660926512, Press = 1.04218997290578 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -58437.327 -58437.327 -58698.839 -58698.839 252.92422 252.92422 45213.356 45213.356 2266.6972 2266.6972 40000 -58429.801 -58429.801 -58694.23 -58694.23 255.74611 255.74611 45251.73 45251.73 -1145.9231 -1145.9231 Loop time of 152.626 on 1 procs for 1000 steps with 8000 atoms Performance: 0.566 ns/day, 42.396 hours/ns, 6.552 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.2 | 152.2 | 152.2 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.08456 | 0.08456 | 0.08456 | 0.0 | 0.06 Output | 3.72e-05 | 3.72e-05 | 3.72e-05 | 0.0 | 0.00 Modify | 0.30894 | 0.30894 | 0.30894 | 0.0 | 0.20 Other | | 0.03628 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53784e+06 ave 1.53784e+06 max 1.53784e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1537836 Ave neighs/atom = 192.22950 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 253.257560546011, Press = 1.72899210194221 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 11.89 | 11.89 | 11.89 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -58429.801 -58429.801 -58694.23 -58694.23 255.74611 255.74611 45251.73 45251.73 -1145.9231 -1145.9231 41000 -58430.572 -58430.572 -58696.198 -58696.198 256.90391 256.90391 45246.782 45246.782 -768.66633 -768.66633 Loop time of 152.719 on 1 procs for 1000 steps with 8000 atoms Performance: 0.566 ns/day, 42.422 hours/ns, 6.548 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 152.29 | 152.29 | 152.29 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.081816 | 0.081816 | 0.081816 | 0.0 | 0.05 Output | 3.42e-05 | 3.42e-05 | 3.42e-05 | 0.0 | 0.00 Modify | 0.30839 | 0.30839 | 0.30839 | 0.0 | 0.20 Other | | 0.03597 | | | 0.02 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 12817.0 ave 12817 max 12817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 1.53651e+06 ave 1.53651e+06 max 1.53651e+06 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 1536506 Ave neighs/atom = 192.06325 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 45239.5350381886 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0