# 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.031088910996914*${_u_distance} variable latticeconst_converted equal 3.031088910996914*1 lattice bcc ${latticeconst_converted} lattice bcc 3.03108891099691 Lattice spacing in x,y,z = 3.0310889 3.0310889 3.0310889 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 (30.310889 30.310889 30.310889) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000 seconds variable mass_converted equal 50.9415*${_u_mass} variable mass_converted equal 50.9415*1 kim_interactions V #=== BEGIN kim_interactions ================================== pair_style kim MEAM_LAMMPS_ShimKoKim_2013_AlVH__MO_344724145339_000 pair_coeff * * V #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 50.9415 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 27848.1293284656 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*1*${_u_distance}) variable V0_metal equal 27848.1293284656/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 27848.1293284656*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 27848.1293284656 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 7 ghost atom cutoff = 7 binsize = 3.5, bins = 9 9 9 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 7 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -10519.085 -10519.085 -10600 -10600 313.15 313.15 27848.129 27848.129 3103.5073 3103.5073 1000 -10430.487 -10430.487 -10519.103 -10519.103 342.95272 342.95272 28029.244 28029.244 1409.3777 1409.3777 Loop time of 59.8457 on 1 procs for 1000 steps with 2000 atoms Performance: 1.444 ns/day, 16.624 hours/ns, 16.710 timesteps/s 82.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 | 59.702 | 59.702 | 59.702 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046632 | 0.046632 | 0.046632 | 0.0 | 0.08 Output | 4.68e-05 | 4.68e-05 | 4.68e-05 | 0.0 | 0.00 Modify | 0.085879 | 0.085879 | 0.085879 | 0.0 | 0.14 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 224000.0 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 112.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) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -10430.487 -10430.487 -10519.103 -10519.103 342.95272 342.95272 28029.244 28029.244 1409.3777 1409.3777 2000 -10435.086 -10435.086 -10514.734 -10514.734 308.24802 308.24802 28054.474 28054.474 119.97806 119.97806 Loop time of 63.2735 on 1 procs for 1000 steps with 2000 atoms Performance: 1.365 ns/day, 17.576 hours/ns, 15.804 timesteps/s 78.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 | 63.131 | 63.131 | 63.131 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026443 | 0.026443 | 0.026443 | 0.0 | 0.04 Output | 4.51e-05 | 4.51e-05 | 4.51e-05 | 0.0 | 0.00 Modify | 0.085066 | 0.085066 | 0.085066 | 0.0 | 0.13 Other | | 0.03127 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222378.0 ave 222378 max 222378 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222378 Ave neighs/atom = 111.18900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -10435.086 -10435.086 -10514.734 -10514.734 308.24802 308.24802 28054.474 28054.474 119.97806 119.97806 3000 -10434.002 -10434.002 -10513.77 -10513.77 308.70949 308.70949 28079.402 28079.402 -1327.641 -1327.641 Loop time of 62.2001 on 1 procs for 1000 steps with 2000 atoms Performance: 1.389 ns/day, 17.278 hours/ns, 16.077 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 | 62.034 | 62.034 | 62.034 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.04641 | 0.04641 | 0.04641 | 0.0 | 0.07 Output | 5.29e-05 | 5.29e-05 | 5.29e-05 | 0.0 | 0.00 Modify | 0.10878 | 0.10878 | 0.10878 | 0.0 | 0.17 Other | | 0.01104 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221838.0 ave 221838 max 221838 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221838 Ave neighs/atom = 110.91900 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -10434.002 -10434.002 -10513.77 -10513.77 308.70949 308.70949 28079.402 28079.402 -1327.641 -1327.641 4000 -10433.64 -10433.64 -10513.992 -10513.992 310.97131 310.97131 28074.124 28074.124 -686.51937 -686.51937 Loop time of 61.4111 on 1 procs for 1000 steps with 2000 atoms Performance: 1.407 ns/day, 17.059 hours/ns, 16.284 timesteps/s 80.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 | 61.228 | 61.228 | 61.228 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046394 | 0.046394 | 0.046394 | 0.0 | 0.08 Output | 4.51e-05 | 4.51e-05 | 4.51e-05 | 0.0 | 0.00 Modify | 0.10533 | 0.10533 | 0.10533 | 0.0 | 0.17 Other | | 0.03116 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221510.0 ave 221510 max 221510 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221510 Ave neighs/atom = 110.75500 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -10433.64 -10433.64 -10513.992 -10513.992 310.97131 310.97131 28074.124 28074.124 -686.51937 -686.51937 5000 -10432.335 -10432.335 -10516.603 -10516.603 326.1258 326.1258 28074.347 28074.347 -781.89771 -781.89771 Loop time of 59.7254 on 1 procs for 1000 steps with 2000 atoms Performance: 1.447 ns/day, 16.590 hours/ns, 16.743 timesteps/s 82.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 | 59.601 | 59.601 | 59.601 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026955 | 0.026955 | 0.026955 | 0.0 | 0.05 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.086303 | 0.086303 | 0.086303 | 0.0 | 0.14 Other | | 0.01118 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221830.0 ave 221830 max 221830 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221830 Ave neighs/atom = 110.91500 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.269527024188, Press = -211.389839718679 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -10432.335 -10432.335 -10516.603 -10516.603 326.1258 326.1258 28074.347 28074.347 -781.89771 -781.89771 6000 -10432.993 -10432.993 -10514.536 -10514.536 315.57816 315.57816 28065.559 28065.559 -312.45779 -312.45779 Loop time of 58.0865 on 1 procs for 1000 steps with 2000 atoms Performance: 1.487 ns/day, 16.135 hours/ns, 17.216 timesteps/s 84.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 | 57.94 | 57.94 | 57.94 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026256 | 0.026256 | 0.026256 | 0.0 | 0.05 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.10952 | 0.10952 | 0.10952 | 0.0 | 0.19 Other | | 0.01098 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222022.0 ave 222022 max 222022 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222022 Ave neighs/atom = 111.01100 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.226995161631, Press = -53.6556370764484 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -10432.993 -10432.993 -10514.536 -10514.536 315.57816 315.57816 28065.559 28065.559 -312.45779 -312.45779 7000 -10434.333 -10434.333 -10509.712 -10509.712 291.72296 291.72296 28012.801 28012.801 2520.5841 2520.5841 Loop time of 61.6748 on 1 procs for 1000 steps with 2000 atoms Performance: 1.401 ns/day, 17.132 hours/ns, 16.214 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 | 61.508 | 61.508 | 61.508 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026566 | 0.026566 | 0.026566 | 0.0 | 0.04 Output | 3.96e-05 | 3.96e-05 | 3.96e-05 | 0.0 | 0.00 Modify | 0.11232 | 0.11232 | 0.11232 | 0.0 | 0.18 Other | | 0.02773 | | | 0.04 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221682.0 ave 221682 max 221682 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221682 Ave neighs/atom = 110.84100 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 = 311.824750214877, Press = -31.1038593210698 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -10434.333 -10434.333 -10509.712 -10509.712 291.72296 291.72296 28012.801 28012.801 2520.5841 2520.5841 8000 -10434.762 -10434.762 -10513.02 -10513.02 302.8638 302.8638 28019.053 28019.053 1826.6899 1826.6899 Loop time of 63.0005 on 1 procs for 1000 steps with 2000 atoms Performance: 1.371 ns/day, 17.500 hours/ns, 15.873 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 | 62.852 | 62.852 | 62.852 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026595 | 0.026595 | 0.026595 | 0.0 | 0.04 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.11103 | 0.11103 | 0.11103 | 0.0 | 0.18 Other | | 0.01119 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221590.0 ave 221590 max 221590 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221590 Ave neighs/atom = 110.79500 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.560211052798, Press = 2.23017260485155 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -10434.762 -10434.762 -10513.02 -10513.02 302.8638 302.8638 28019.053 28019.053 1826.6899 1826.6899 9000 -10432.771 -10432.771 -10512.384 -10512.384 308.11062 308.11062 28041.755 28041.755 1111.7264 1111.7264 Loop time of 64.2998 on 1 procs for 1000 steps with 2000 atoms Performance: 1.344 ns/day, 17.861 hours/ns, 15.552 timesteps/s 77.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 | 64.089 | 64.089 | 64.089 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068324 | 0.068324 | 0.068324 | 0.0 | 0.11 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.13079 | 0.13079 | 0.13079 | 0.0 | 0.20 Other | | 0.01121 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221868.0 ave 221868 max 221868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221868 Ave neighs/atom = 110.93400 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.361984954802, Press = 7.26335626154841 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -10432.771 -10432.771 -10512.384 -10512.384 308.11062 308.11062 28041.755 28041.755 1111.7264 1111.7264 10000 -10433.783 -10433.783 -10513.706 -10513.706 309.30796 309.30796 28049.249 28049.249 437.22827 437.22827 Loop time of 62.264 on 1 procs for 1000 steps with 2000 atoms Performance: 1.388 ns/day, 17.296 hours/ns, 16.061 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 | 62.076 | 62.076 | 62.076 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026562 | 0.026562 | 0.026562 | 0.0 | 0.04 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.15079 | 0.15079 | 0.15079 | 0.0 | 0.24 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221774.0 ave 221774 max 221774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221774 Ave neighs/atom = 110.88700 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.44108762453, Press = 7.43358399875801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -10433.783 -10433.783 -10513.706 -10513.706 309.30796 309.30796 28049.249 28049.249 437.22827 437.22827 11000 -10435.269 -10435.269 -10514.953 -10514.953 308.38514 308.38514 28066.249 28066.249 -703.74235 -703.74235 Loop time of 61.4238 on 1 procs for 1000 steps with 2000 atoms Performance: 1.407 ns/day, 17.062 hours/ns, 16.280 timesteps/s 80.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 | 61.276 | 61.276 | 61.276 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02632 | 0.02632 | 0.02632 | 0.0 | 0.04 Output | 2.54e-05 | 2.54e-05 | 2.54e-05 | 0.0 | 0.00 Modify | 0.11023 | 0.11023 | 0.11023 | 0.0 | 0.18 Other | | 0.01111 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221862.0 ave 221862 max 221862 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221862 Ave neighs/atom = 110.93100 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.543776316335, Press = 5.95325729108613 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -10435.269 -10435.269 -10514.953 -10514.953 308.38514 308.38514 28066.249 28066.249 -703.74235 -703.74235 12000 -10434.93 -10434.93 -10513.07 -10513.07 302.40869 302.40869 28078.902 28078.902 -1179.3198 -1179.3198 Loop time of 63.0595 on 1 procs for 1000 steps with 2000 atoms Performance: 1.370 ns/day, 17.517 hours/ns, 15.858 timesteps/s 78.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 | 62.912 | 62.912 | 62.912 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026481 | 0.026481 | 0.026481 | 0.0 | 0.04 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.089833 | 0.089833 | 0.089833 | 0.0 | 0.14 Other | | 0.03127 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221858.0 ave 221858 max 221858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221858 Ave neighs/atom = 110.92900 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.465538000308, Press = 3.47158807883924 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -10434.93 -10434.93 -10513.07 -10513.07 302.40869 302.40869 28078.902 28078.902 -1179.3198 -1179.3198 13000 -10434.5 -10434.5 -10517.057 -10517.057 319.50256 319.50256 28082.955 28082.955 -1814.9955 -1814.9955 Loop time of 61.9686 on 1 procs for 1000 steps with 2000 atoms Performance: 1.394 ns/day, 17.214 hours/ns, 16.137 timesteps/s 80.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 | 61.781 | 61.781 | 61.781 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.046338 | 0.046338 | 0.046338 | 0.0 | 0.07 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.13006 | 0.13006 | 0.13006 | 0.0 | 0.21 Other | | 0.01113 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221606.0 ave 221606 max 221606 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221606 Ave neighs/atom = 110.80300 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.537212162451, Press = -0.133051711200659 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -10434.5 -10434.5 -10517.057 -10517.057 319.50256 319.50256 28082.955 28082.955 -1814.9955 -1814.9955 14000 -10431.84 -10431.84 -10511.66 -10511.66 308.9106 308.9106 28085.507 28085.507 -1413.0946 -1413.0946 Loop time of 64.1109 on 1 procs for 1000 steps with 2000 atoms Performance: 1.348 ns/day, 17.809 hours/ns, 15.598 timesteps/s 77.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 | 63.962 | 63.962 | 63.962 | 0.0 | 99.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026456 | 0.026456 | 0.026456 | 0.0 | 0.04 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.11131 | 0.11131 | 0.11131 | 0.0 | 0.17 Other | | 0.01106 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221834.0 ave 221834 max 221834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221834 Ave neighs/atom = 110.91700 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.700235001322, Press = -5.50073434633158 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -10431.84 -10431.84 -10511.66 -10511.66 308.9106 308.9106 28085.507 28085.507 -1413.0946 -1413.0946 15000 -10431.823 -10431.823 -10513.796 -10513.796 317.24037 317.24037 28043.262 28043.262 714.88672 714.88672 Loop time of 61.7479 on 1 procs for 1000 steps with 2000 atoms Performance: 1.399 ns/day, 17.152 hours/ns, 16.195 timesteps/s 80.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 | 61.619 | 61.619 | 61.619 | 0.0 | 99.79 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026575 | 0.026575 | 0.026575 | 0.0 | 0.04 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.090831 | 0.090831 | 0.090831 | 0.0 | 0.15 Other | | 0.01136 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221668.0 ave 221668 max 221668 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221668 Ave neighs/atom = 110.83400 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.709565581969, Press = -7.11970690648753 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -10431.823 -10431.823 -10513.796 -10513.796 317.24037 317.24037 28043.262 28043.262 714.88672 714.88672 16000 -10432.562 -10432.562 -10515.89 -10515.89 322.48605 322.48605 28021.553 28021.553 1872.8928 1872.8928 Loop time of 60.3798 on 1 procs for 1000 steps with 2000 atoms Performance: 1.431 ns/day, 16.772 hours/ns, 16.562 timesteps/s 82.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 | 60.221 | 60.221 | 60.221 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.027183 | 0.027183 | 0.027183 | 0.0 | 0.05 Output | 3.04e-05 | 3.04e-05 | 3.04e-05 | 0.0 | 0.00 Modify | 0.12034 | 0.12034 | 0.12034 | 0.0 | 0.20 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221774.0 ave 221774 max 221774 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221774 Ave neighs/atom = 110.88700 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.694721439107, Press = -1.93624812330368 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -10432.562 -10432.562 -10515.89 -10515.89 322.48605 322.48605 28021.553 28021.553 1872.8928 1872.8928 17000 -10435.568 -10435.568 -10517.344 -10517.344 316.48171 316.48171 28017.854 28017.854 1818.6575 1818.6575 Loop time of 61.0455 on 1 procs for 1000 steps with 2000 atoms Performance: 1.415 ns/day, 16.957 hours/ns, 16.381 timesteps/s 81.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 | 60.88 | 60.88 | 60.88 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026631 | 0.026631 | 0.026631 | 0.0 | 0.04 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.12575 | 0.12575 | 0.12575 | 0.0 | 0.21 Other | | 0.01264 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221944.0 ave 221944 max 221944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221944 Ave neighs/atom = 110.97200 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.75864755049, Press = 1.43682157533174 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -10435.568 -10435.568 -10517.344 -10517.344 316.48171 316.48171 28017.854 28017.854 1818.6575 1818.6575 18000 -10432.967 -10432.967 -10514.164 -10514.164 314.24053 314.24053 28035.783 28035.783 1342.4733 1342.4733 Loop time of 57.0995 on 1 procs for 1000 steps with 2000 atoms Performance: 1.513 ns/day, 15.861 hours/ns, 17.513 timesteps/s 86.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 | 56.95 | 56.95 | 56.95 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.047783 | 0.047783 | 0.047783 | 0.0 | 0.08 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.090423 | 0.090423 | 0.090423 | 0.0 | 0.16 Other | | 0.01121 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222094.0 ave 222094 max 222094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222094 Ave neighs/atom = 111.04700 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.608021255397, Press = 3.40488590827617 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -10432.967 -10432.967 -10514.164 -10514.164 314.24053 314.24053 28035.783 28035.783 1342.4733 1342.4733 19000 -10436.493 -10436.493 -10517.078 -10517.078 311.87322 311.87322 28048.926 28048.926 253.94806 253.94806 Loop time of 55.5358 on 1 procs for 1000 steps with 2000 atoms Performance: 1.556 ns/day, 15.427 hours/ns, 18.006 timesteps/s 89.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 | 55.386 | 55.386 | 55.386 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026483 | 0.026483 | 0.026483 | 0.0 | 0.05 Output | 2.99e-05 | 2.99e-05 | 2.99e-05 | 0.0 | 0.00 Modify | 0.11176 | 0.11176 | 0.11176 | 0.0 | 0.20 Other | | 0.0112 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221966.0 ave 221966 max 221966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221966 Ave neighs/atom = 110.98300 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.575643449488, Press = 3.95319564548318 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -10436.493 -10436.493 -10517.078 -10517.078 311.87322 311.87322 28048.926 28048.926 253.94806 253.94806 20000 -10433.695 -10433.695 -10514.605 -10514.605 313.12809 313.12809 28081.389 28081.389 -1316.9332 -1316.9332 Loop time of 57.3781 on 1 procs for 1000 steps with 2000 atoms Performance: 1.506 ns/day, 15.938 hours/ns, 17.428 timesteps/s 86.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 | 57.187 | 57.187 | 57.187 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026778 | 0.026778 | 0.026778 | 0.0 | 0.05 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.13292 | 0.13292 | 0.13292 | 0.0 | 0.23 Other | | 0.03129 | | | 0.05 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221966.0 ave 221966 max 221966 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221966 Ave neighs/atom = 110.98300 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.438328228005, Press = 3.10981809613769 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -10433.695 -10433.695 -10514.605 -10514.605 313.12809 313.12809 28081.389 28081.389 -1316.9332 -1316.9332 21000 -10436.513 -10436.513 -10516.144 -10516.144 308.17845 308.17845 28117.422 28117.422 -3442.4045 -3442.4045 Loop time of 52.0918 on 1 procs for 1000 steps with 2000 atoms Performance: 1.659 ns/day, 14.470 hours/ns, 19.197 timesteps/s 95.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 | 51.963 | 51.963 | 51.963 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026575 | 0.026575 | 0.026575 | 0.0 | 0.05 Output | 5.29e-05 | 5.29e-05 | 5.29e-05 | 0.0 | 0.00 Modify | 0.09108 | 0.09108 | 0.09108 | 0.0 | 0.17 Other | | 0.01113 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221686.0 ave 221686 max 221686 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221686 Ave neighs/atom = 110.84300 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.510141508756, Press = 0.0693636896757737 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -10436.513 -10436.513 -10516.144 -10516.144 308.17845 308.17845 28117.422 28117.422 -3442.4045 -3442.4045 22000 -10432.53 -10432.53 -10515.351 -10515.351 320.52837 320.52837 28108.691 28108.691 -2814.225 -2814.225 Loop time of 51.8023 on 1 procs for 1000 steps with 2000 atoms Performance: 1.668 ns/day, 14.390 hours/ns, 19.304 timesteps/s 95.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 | 51.674 | 51.674 | 51.674 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026242 | 0.026242 | 0.026242 | 0.0 | 0.05 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.090674 | 0.090674 | 0.090674 | 0.0 | 0.18 Other | | 0.01105 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221776.0 ave 221776 max 221776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221776 Ave neighs/atom = 110.88800 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.314225454645, Press = -2.20641603401713 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -10432.53 -10432.53 -10515.351 -10515.351 320.52837 320.52837 28108.691 28108.691 -2814.225 -2814.225 23000 -10435.867 -10435.867 -10514.502 -10514.502 304.32649 304.32649 28061.425 28061.425 -294.79034 -294.79034 Loop time of 52.1543 on 1 procs for 1000 steps with 2000 atoms Performance: 1.657 ns/day, 14.487 hours/ns, 19.174 timesteps/s 95.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 | 52.026 | 52.026 | 52.026 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026506 | 0.026506 | 0.026506 | 0.0 | 0.05 Output | 3.39e-05 | 3.39e-05 | 3.39e-05 | 0.0 | 0.00 Modify | 0.090698 | 0.090698 | 0.090698 | 0.0 | 0.17 Other | | 0.01124 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221730.0 ave 221730 max 221730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221730 Ave neighs/atom = 110.86500 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.383311493679, Press = -1.46473442065624 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -10435.867 -10435.867 -10514.502 -10514.502 304.32649 304.32649 28061.425 28061.425 -294.79034 -294.79034 24000 -10432.469 -10432.469 -10514.073 -10514.073 315.81924 315.81924 28053.492 28053.492 284.08472 284.08472 Loop time of 52.1239 on 1 procs for 1000 steps with 2000 atoms Performance: 1.658 ns/day, 14.479 hours/ns, 19.185 timesteps/s 94.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 | 51.996 | 51.996 | 51.996 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026539 | 0.026539 | 0.026539 | 0.0 | 0.05 Output | 3.03e-05 | 3.03e-05 | 3.03e-05 | 0.0 | 0.00 Modify | 0.090684 | 0.090684 | 0.090684 | 0.0 | 0.17 Other | | 0.01115 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221798.0 ave 221798 max 221798 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221798 Ave neighs/atom = 110.89900 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.392840489314, Press = -0.594505219271634 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -10432.469 -10432.469 -10514.073 -10514.073 315.81924 315.81924 28053.492 28053.492 284.08472 284.08472 25000 -10435.61 -10435.61 -10516.278 -10516.278 312.19567 312.19567 28037.334 28037.334 1084.8224 1084.8224 Loop time of 51.8084 on 1 procs for 1000 steps with 2000 atoms Performance: 1.668 ns/day, 14.391 hours/ns, 19.302 timesteps/s 95.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 | 51.676 | 51.676 | 51.676 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.029888 | 0.029888 | 0.029888 | 0.0 | 0.06 Output | 3.66e-05 | 3.66e-05 | 3.66e-05 | 0.0 | 0.00 Modify | 0.090854 | 0.090854 | 0.090854 | 0.0 | 0.18 Other | | 0.01116 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221906.0 ave 221906 max 221906 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221906 Ave neighs/atom = 110.95300 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.340506675673, Press = -0.586411276667256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -10435.61 -10435.61 -10516.278 -10516.278 312.19567 312.19567 28037.334 28037.334 1084.8224 1084.8224 26000 -10432.496 -10432.496 -10516.586 -10516.586 325.43796 325.43796 28018.538 28018.538 2202.5654 2202.5654 Loop time of 53.7936 on 1 procs for 1000 steps with 2000 atoms Performance: 1.606 ns/day, 14.943 hours/ns, 18.590 timesteps/s 91.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 | 53.665 | 53.665 | 53.665 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026489 | 0.026489 | 0.026489 | 0.0 | 0.05 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.090721 | 0.090721 | 0.090721 | 0.0 | 0.17 Other | | 0.01123 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222076.0 ave 222076 max 222076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222076 Ave neighs/atom = 111.03800 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.251109694264, Press = 0.799232850742184 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -10432.496 -10432.496 -10516.586 -10516.586 325.43796 325.43796 28018.538 28018.538 2202.5654 2202.5654 27000 -10436.32 -10436.32 -10518.331 -10518.331 317.39168 317.39168 28004.688 28004.688 2468.1175 2468.1175 Loop time of 53.0408 on 1 procs for 1000 steps with 2000 atoms Performance: 1.629 ns/day, 14.734 hours/ns, 18.853 timesteps/s 93.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 | 52.903 | 52.903 | 52.903 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036426 | 0.036426 | 0.036426 | 0.0 | 0.07 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.090547 | 0.090547 | 0.090547 | 0.0 | 0.17 Other | | 0.01121 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222198.0 ave 222198 max 222198 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222198 Ave neighs/atom = 111.09900 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.218582305313, Press = 3.14323757967348 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -10436.32 -10436.32 -10518.331 -10518.331 317.39168 317.39168 28004.688 28004.688 2468.1175 2468.1175 28000 -10432.59 -10432.59 -10512.87 -10512.87 310.69102 310.69102 28034.063 28034.063 1297.9166 1297.9166 Loop time of 53.3599 on 1 procs for 1000 steps with 2000 atoms Performance: 1.619 ns/day, 14.822 hours/ns, 18.741 timesteps/s 92.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 | 53.194 | 53.194 | 53.194 | 0.0 | 99.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026551 | 0.026551 | 0.026551 | 0.0 | 0.05 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.12809 | 0.12809 | 0.12809 | 0.0 | 0.24 Other | | 0.01121 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222314.0 ave 222314 max 222314 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222314 Ave neighs/atom = 111.15700 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.169251631308, Press = 7.63176106897663 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -10432.59 -10432.59 -10512.87 -10512.87 310.69102 310.69102 28034.063 28034.063 1297.9166 1297.9166 29000 -10433.444 -10433.444 -10514.528 -10514.528 313.80382 313.80382 28078.163 28078.163 -1045.9317 -1045.9317 Loop time of 53.6405 on 1 procs for 1000 steps with 2000 atoms Performance: 1.611 ns/day, 14.900 hours/ns, 18.643 timesteps/s 92.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 | 53.503 | 53.503 | 53.503 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026752 | 0.026752 | 0.026752 | 0.0 | 0.05 Output | 2.93e-05 | 2.93e-05 | 2.93e-05 | 0.0 | 0.00 Modify | 0.099066 | 0.099066 | 0.099066 | 0.0 | 0.18 Other | | 0.01125 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222006.0 ave 222006 max 222006 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222006 Ave neighs/atom = 111.00300 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.209269295396, Press = 3.25647749800512 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -10433.444 -10433.444 -10514.528 -10514.528 313.80382 313.80382 28078.163 28078.163 -1045.9317 -1045.9317 30000 -10434.45 -10434.45 -10515.567 -10515.567 313.93344 313.93344 28083.909 28083.909 -1549.0401 -1549.0401 Loop time of 53.9235 on 1 procs for 1000 steps with 2000 atoms Performance: 1.602 ns/day, 14.979 hours/ns, 18.545 timesteps/s 91.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 | 53.792 | 53.792 | 53.792 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026547 | 0.026547 | 0.026547 | 0.0 | 0.05 Output | 3.1e-05 | 3.1e-05 | 3.1e-05 | 0.0 | 0.00 Modify | 0.093353 | 0.093353 | 0.093353 | 0.0 | 0.17 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221890.0 ave 221890 max 221890 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221890 Ave neighs/atom = 110.94500 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.376231483244, Press = 0.861217348529179 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -10434.45 -10434.45 -10515.567 -10515.567 313.93344 313.93344 28083.909 28083.909 -1549.0401 -1549.0401 31000 -10433.198 -10433.198 -10513.452 -10513.452 310.59011 310.59011 28076.933 28076.933 -1009.4162 -1009.4162 Loop time of 53.8382 on 1 procs for 1000 steps with 2000 atoms Performance: 1.605 ns/day, 14.955 hours/ns, 18.574 timesteps/s 92.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 | 53.688 | 53.688 | 53.688 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026557 | 0.026557 | 0.026557 | 0.0 | 0.05 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.11237 | 0.11237 | 0.11237 | 0.0 | 0.21 Other | | 0.01124 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221884.0 ave 221884 max 221884 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221884 Ave neighs/atom = 110.94200 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.413353987528, Press = -0.346226964651291 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -10433.198 -10433.198 -10513.452 -10513.452 310.59011 310.59011 28076.933 28076.933 -1009.4162 -1009.4162 32000 -10436.391 -10436.391 -10516.913 -10516.913 311.62774 311.62774 28058.431 28058.431 -309.61979 -309.61979 Loop time of 52.5671 on 1 procs for 1000 steps with 2000 atoms Performance: 1.644 ns/day, 14.602 hours/ns, 19.023 timesteps/s 93.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 | 52.439 | 52.439 | 52.439 | 0.0 | 99.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026308 | 0.026308 | 0.026308 | 0.0 | 0.05 Output | 4.03e-05 | 4.03e-05 | 4.03e-05 | 0.0 | 0.00 Modify | 0.090347 | 0.090347 | 0.090347 | 0.0 | 0.17 Other | | 0.01109 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221696.0 ave 221696 max 221696 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221696 Ave neighs/atom = 110.84800 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.409566984494, Press = -0.788779810484646 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -10436.391 -10436.391 -10516.913 -10516.913 311.62774 311.62774 28058.431 28058.431 -309.61979 -309.61979 33000 -10430.288 -10430.288 -10514.704 -10514.704 326.70086 326.70086 28021.227 28021.227 2142.5863 2142.5863 Loop time of 50.0223 on 1 procs for 1000 steps with 2000 atoms Performance: 1.727 ns/day, 13.895 hours/ns, 19.991 timesteps/s 98.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 | 49.894 | 49.894 | 49.894 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026312 | 0.026312 | 0.026312 | 0.0 | 0.05 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.090667 | 0.090667 | 0.090667 | 0.0 | 0.18 Other | | 0.01113 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222076.0 ave 222076 max 222076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222076 Ave neighs/atom = 111.03800 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.379775944004, Press = -1.78024530506666 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -10430.288 -10430.288 -10514.704 -10514.704 326.70086 326.70086 28021.227 28021.227 2142.5863 2142.5863 34000 -10433.99 -10433.99 -10514.5 -10514.5 311.58107 311.58107 27994.427 27994.427 3505.3911 3505.3911 Loop time of 49.0449 on 1 procs for 1000 steps with 2000 atoms Performance: 1.762 ns/day, 13.624 hours/ns, 20.389 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 | 48.916 | 48.916 | 48.916 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02638 | 0.02638 | 0.02638 | 0.0 | 0.05 Output | 4.32e-05 | 4.32e-05 | 4.32e-05 | 0.0 | 0.00 Modify | 0.091057 | 0.091057 | 0.091057 | 0.0 | 0.19 Other | | 0.01109 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222070.0 ave 222070 max 222070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222070 Ave neighs/atom = 111.03500 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.447346233141, Press = 0.646325892727013 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -10433.99 -10433.99 -10514.5 -10514.5 311.58107 311.58107 27994.427 27994.427 3505.3911 3505.3911 35000 -10430.698 -10430.698 -10513.403 -10513.403 320.07809 320.07809 28046.716 28046.716 652.60731 652.60731 Loop time of 49.0692 on 1 procs for 1000 steps with 2000 atoms Performance: 1.761 ns/day, 13.630 hours/ns, 20.379 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 | 48.941 | 48.941 | 48.941 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026406 | 0.026406 | 0.026406 | 0.0 | 0.05 Output | 3.16e-05 | 3.16e-05 | 3.16e-05 | 0.0 | 0.00 Modify | 0.090759 | 0.090759 | 0.090759 | 0.0 | 0.18 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222140.0 ave 222140 max 222140 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222140 Ave neighs/atom = 111.07000 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.540467783465, Press = 1.69965417055376 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -10430.698 -10430.698 -10513.403 -10513.403 320.07809 320.07809 28046.716 28046.716 652.60731 652.60731 36000 -10433.928 -10433.928 -10516.131 -10516.131 318.13602 318.13602 28057.717 28057.717 -141.22524 -141.22524 Loop time of 49.2665 on 1 procs for 1000 steps with 2000 atoms Performance: 1.754 ns/day, 13.685 hours/ns, 20.298 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 | 49.134 | 49.134 | 49.134 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.030581 | 0.030581 | 0.030581 | 0.0 | 0.06 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.090843 | 0.090843 | 0.090843 | 0.0 | 0.18 Other | | 0.01104 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221800.0 ave 221800 max 221800 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221800 Ave neighs/atom = 110.90000 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.569709733712, Press = 1.58449689618105 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -10433.928 -10433.928 -10516.131 -10516.131 318.13602 318.13602 28057.717 28057.717 -141.22524 -141.22524 37000 -10431.797 -10431.797 -10514.012 -10514.012 318.18112 318.18112 28080.838 28080.838 -1224.1005 -1224.1005 Loop time of 49.2247 on 1 procs for 1000 steps with 2000 atoms Performance: 1.755 ns/day, 13.674 hours/ns, 20.315 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 | 49.097 | 49.097 | 49.097 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02626 | 0.02626 | 0.02626 | 0.0 | 0.05 Output | 2.94e-05 | 2.94e-05 | 2.94e-05 | 0.0 | 0.00 Modify | 0.090507 | 0.090507 | 0.090507 | 0.0 | 0.18 Other | | 0.01113 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221998.0 ave 221998 max 221998 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221998 Ave neighs/atom = 110.99900 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.524384609658, Press = 1.74738854228156 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -10431.797 -10431.797 -10514.012 -10514.012 318.18112 318.18112 28080.838 28080.838 -1224.1005 -1224.1005 38000 -10434.63 -10434.63 -10514.76 -10514.76 310.11267 310.11267 28106.345 28106.345 -2695.8543 -2695.8543 Loop time of 49.1946 on 1 procs for 1000 steps with 2000 atoms Performance: 1.756 ns/day, 13.665 hours/ns, 20.327 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 | 49.067 | 49.067 | 49.067 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026403 | 0.026403 | 0.026403 | 0.0 | 0.05 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.090302 | 0.090302 | 0.090302 | 0.0 | 0.18 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221730.0 ave 221730 max 221730 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221730 Ave neighs/atom = 110.86500 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.572700927895, Press = 0.525430867951801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -10434.63 -10434.63 -10514.76 -10514.76 310.11267 310.11267 28106.345 28106.345 -2695.8543 -2695.8543 39000 -10432.288 -10432.288 -10512.875 -10512.875 311.8803 311.8803 28108.544 28108.544 -2550.3034 -2550.3034 Loop time of 48.9701 on 1 procs for 1000 steps with 2000 atoms Performance: 1.764 ns/day, 13.603 hours/ns, 20.421 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 | 48.84 | 48.84 | 48.84 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.028303 | 0.028303 | 0.028303 | 0.0 | 0.06 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.090312 | 0.090312 | 0.090312 | 0.0 | 0.18 Other | | 0.01102 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221728.0 ave 221728 max 221728 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221728 Ave neighs/atom = 110.86400 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.533109582797, Press = -1.25777575843754 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -10432.288 -10432.288 -10512.875 -10512.875 311.8803 311.8803 28108.544 28108.544 -2550.3034 -2550.3034 40000 -10433.243 -10433.243 -10514.545 -10514.545 314.64678 314.64678 28062.264 28062.264 -271.90337 -271.90337 Loop time of 49.126 on 1 procs for 1000 steps with 2000 atoms Performance: 1.759 ns/day, 13.646 hours/ns, 20.356 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 | 48.998 | 48.998 | 48.998 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026401 | 0.026401 | 0.026401 | 0.0 | 0.05 Output | 3.14e-05 | 3.14e-05 | 3.14e-05 | 0.0 | 0.00 Modify | 0.090506 | 0.090506 | 0.090506 | 0.0 | 0.18 Other | | 0.01102 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221724.0 ave 221724 max 221724 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221724 Ave neighs/atom = 110.86200 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.542200365316, Press = -0.324059654715464 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -10433.243 -10433.243 -10514.545 -10514.545 314.64678 314.64678 28062.264 28062.264 -271.90337 -271.90337 41000 -10429.201 -10429.201 -10510.626 -10510.626 315.12545 315.12545 28050.591 28050.591 776.66096 776.66096 Loop time of 49.5149 on 1 procs for 1000 steps with 2000 atoms Performance: 1.745 ns/day, 13.754 hours/ns, 20.196 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.387 | 49.387 | 49.387 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026873 | 0.026873 | 0.026873 | 0.0 | 0.05 Output | 3.15e-05 | 3.15e-05 | 3.15e-05 | 0.0 | 0.00 Modify | 0.09044 | 0.09044 | 0.09044 | 0.0 | 0.18 Other | | 0.01106 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221932.0 ave 221932 max 221932 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221932 Ave neighs/atom = 110.96600 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.650604084988, Press = 0.379293160169808 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -10429.201 -10429.201 -10510.626 -10510.626 315.12545 315.12545 28050.591 28050.591 776.66096 776.66096 42000 -10434.181 -10434.181 -10516.079 -10516.079 316.95264 316.95264 28042.833 28042.833 540.16389 540.16389 Loop time of 49.4495 on 1 procs for 1000 steps with 2000 atoms Performance: 1.747 ns/day, 13.736 hours/ns, 20.223 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 | 49.321 | 49.321 | 49.321 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026378 | 0.026378 | 0.026378 | 0.0 | 0.05 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.0907 | 0.0907 | 0.0907 | 0.0 | 0.18 Other | | 0.01128 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221756.0 ave 221756 max 221756 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221756 Ave neighs/atom = 110.87800 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.710224977905, Press = 0.842102963735159 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -10434.181 -10434.181 -10516.079 -10516.079 316.95264 316.95264 28042.833 28042.833 540.16389 540.16389 43000 -10432.736 -10432.736 -10513.728 -10513.728 313.44662 313.44662 28037.066 28037.066 1189.5755 1189.5755 Loop time of 49.1089 on 1 procs for 1000 steps with 2000 atoms Performance: 1.759 ns/day, 13.641 hours/ns, 20.363 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 | 48.98 | 48.98 | 48.98 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026603 | 0.026603 | 0.026603 | 0.0 | 0.05 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.090734 | 0.090734 | 0.090734 | 0.0 | 0.18 Other | | 0.01116 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221856.0 ave 221856 max 221856 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221856 Ave neighs/atom = 110.92800 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.712752055124, Press = 1.61363235833857 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -10432.736 -10432.736 -10513.728 -10513.728 313.44662 313.44662 28037.066 28037.066 1189.5755 1189.5755 44000 -10433.601 -10433.601 -10514.461 -10514.461 312.93641 312.93641 28058.683 28058.683 -96.93674 -96.93674 Loop time of 49.4802 on 1 procs for 1000 steps with 2000 atoms Performance: 1.746 ns/day, 13.744 hours/ns, 20.210 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 49.352 | 49.352 | 49.352 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026395 | 0.026395 | 0.026395 | 0.0 | 0.05 Output | 5.78e-05 | 5.78e-05 | 5.78e-05 | 0.0 | 0.00 Modify | 0.090517 | 0.090517 | 0.090517 | 0.0 | 0.18 Other | | 0.01114 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221868.0 ave 221868 max 221868 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221868 Ave neighs/atom = 110.93400 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.739290852829, Press = 2.17685750793083 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -10433.601 -10433.601 -10514.461 -10514.461 312.93641 312.93641 28058.683 28058.683 -96.93674 -96.93674 45000 -10436.372 -10436.372 -10516.679 -10516.679 310.79639 310.79639 28091.339 28091.339 -2075.1396 -2075.1396 Loop time of 49.2065 on 1 procs for 1000 steps with 2000 atoms Performance: 1.756 ns/day, 13.668 hours/ns, 20.323 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 | 49.078 | 49.078 | 49.078 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026352 | 0.026352 | 0.026352 | 0.0 | 0.05 Output | 2.55e-05 | 2.55e-05 | 2.55e-05 | 0.0 | 0.00 Modify | 0.091163 | 0.091163 | 0.091163 | 0.0 | 0.19 Other | | 0.01099 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221870.0 ave 221870 max 221870 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221870 Ave neighs/atom = 110.93500 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.674040144478, Press = 1.64518539043997 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -10436.372 -10436.372 -10516.679 -10516.679 310.79639 310.79639 28091.339 28091.339 -2075.1396 -2075.1396 46000 -10433.044 -10433.044 -10513.533 -10513.533 311.49756 311.49756 28097.412 28097.412 -2110.2179 -2110.2179 Loop time of 49.2146 on 1 procs for 1000 steps with 2000 atoms Performance: 1.756 ns/day, 13.671 hours/ns, 20.319 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 | 49.087 | 49.087 | 49.087 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026388 | 0.026388 | 0.026388 | 0.0 | 0.05 Output | 3.86e-05 | 3.86e-05 | 3.86e-05 | 0.0 | 0.00 Modify | 0.090458 | 0.090458 | 0.090458 | 0.0 | 0.18 Other | | 0.01108 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221826.0 ave 221826 max 221826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221826 Ave neighs/atom = 110.91300 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.654659578694, Press = 0.468426746211482 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -10433.044 -10433.044 -10513.533 -10513.533 311.49756 311.49756 28097.412 28097.412 -2110.2179 -2110.2179 47000 -10435.687 -10435.687 -10517.127 -10517.127 315.18448 315.18448 28064.707 28064.707 -558.75751 -558.75751 Loop time of 49.3076 on 1 procs for 1000 steps with 2000 atoms Performance: 1.752 ns/day, 13.697 hours/ns, 20.281 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 | 49.18 | 49.18 | 49.18 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026398 | 0.026398 | 0.026398 | 0.0 | 0.05 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.090506 | 0.090506 | 0.090506 | 0.0 | 0.18 Other | | 0.01112 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221674.0 ave 221674 max 221674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221674 Ave neighs/atom = 110.83700 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.601791926645, Press = 0.267268830200235 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -10435.687 -10435.687 -10517.127 -10517.127 315.18448 315.18448 28064.707 28064.707 -558.75751 -558.75751 48000 -10435.816 -10435.816 -10514.04 -10514.04 302.73326 302.73326 28050.099 28050.099 445.21112 445.21112 Loop time of 49.1952 on 1 procs for 1000 steps with 2000 atoms Performance: 1.756 ns/day, 13.665 hours/ns, 20.327 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 | 49.068 | 49.068 | 49.068 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026153 | 0.026153 | 0.026153 | 0.0 | 0.05 Output | 2.41e-05 | 2.41e-05 | 2.41e-05 | 0.0 | 0.00 Modify | 0.089972 | 0.089972 | 0.089972 | 0.0 | 0.18 Other | | 0.01098 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221912.0 ave 221912 max 221912 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221912 Ave neighs/atom = 110.95600 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.60531301268, Press = 0.421116215890894 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -10435.816 -10435.816 -10514.04 -10514.04 302.73326 302.73326 28050.099 28050.099 445.21112 445.21112 49000 -10435.705 -10435.705 -10515.763 -10515.763 309.8341 309.8341 28054.697 28054.697 -53.218793 -53.218793 Loop time of 49.1044 on 1 procs for 1000 steps with 2000 atoms Performance: 1.760 ns/day, 13.640 hours/ns, 20.365 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 | 48.975 | 48.975 | 48.975 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02634 | 0.02634 | 0.02634 | 0.0 | 0.05 Output | 2.69e-05 | 2.69e-05 | 2.69e-05 | 0.0 | 0.00 Modify | 0.092225 | 0.092225 | 0.092225 | 0.0 | 0.19 Other | | 0.01105 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221770.0 ave 221770 max 221770 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221770 Ave neighs/atom = 110.88500 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.628437298849, Press = 0.622602570780258 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -10435.705 -10435.705 -10515.763 -10515.763 309.8341 309.8341 28054.697 28054.697 -53.218793 -53.218793 50000 -10432.161 -10432.161 -10514.625 -10514.625 319.14395 319.14395 28061.726 28061.726 -271.98834 -271.98834 Loop time of 49.184 on 1 procs for 1000 steps with 2000 atoms Performance: 1.757 ns/day, 13.662 hours/ns, 20.332 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 | 49.057 | 49.057 | 49.057 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026292 | 0.026292 | 0.026292 | 0.0 | 0.05 Output | 2.67e-05 | 2.67e-05 | 2.67e-05 | 0.0 | 0.00 Modify | 0.089873 | 0.089873 | 0.089873 | 0.0 | 0.18 Other | | 0.01102 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221866.0 ave 221866 max 221866 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221866 Ave neighs/atom = 110.93300 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.68543606527, Press = 0.72874654040379 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -10432.161 -10432.161 -10514.625 -10514.625 319.14395 319.14395 28061.726 28061.726 -271.98834 -271.98834 51000 -10433.042 -10433.042 -10513.205 -10513.205 310.23817 310.23817 28073.489 28073.489 -761.31225 -761.31225 Loop time of 49.0037 on 1 procs for 1000 steps with 2000 atoms Performance: 1.763 ns/day, 13.612 hours/ns, 20.407 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 | 48.87 | 48.87 | 48.87 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026556 | 0.026556 | 0.026556 | 0.0 | 0.05 Output | 3.06e-05 | 3.06e-05 | 3.06e-05 | 0.0 | 0.00 Modify | 0.096425 | 0.096425 | 0.096425 | 0.0 | 0.20 Other | | 0.01108 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221874.0 ave 221874 max 221874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221874 Ave neighs/atom = 110.93700 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.718328559172, Press = 0.605164474911174 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -10433.042 -10433.042 -10513.205 -10513.205 310.23817 310.23817 28073.489 28073.489 -761.31225 -761.31225 52000 -10435.42 -10435.42 -10515.336 -10515.336 309.283 309.283 28085.105 28085.105 -1753.126 -1753.126 Loop time of 48.7653 on 1 procs for 1000 steps with 2000 atoms Performance: 1.772 ns/day, 13.546 hours/ns, 20.506 timesteps/s 99.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 48.638 | 48.638 | 48.638 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026223 | 0.026223 | 0.026223 | 0.0 | 0.05 Output | 3.13e-05 | 3.13e-05 | 3.13e-05 | 0.0 | 0.00 Modify | 0.089937 | 0.089937 | 0.089937 | 0.0 | 0.18 Other | | 0.01105 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221802.0 ave 221802 max 221802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221802 Ave neighs/atom = 110.90100 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.778729102907, Press = -0.100411708838009 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -10435.42 -10435.42 -10515.336 -10515.336 309.283 309.283 28085.105 28085.105 -1753.126 -1753.126 53000 -10432.325 -10432.325 -10515.074 -10515.074 320.24648 320.24648 28075.451 28075.451 -1098.4395 -1098.4395 Loop time of 48.8056 on 1 procs for 1000 steps with 2000 atoms Performance: 1.770 ns/day, 13.557 hours/ns, 20.489 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 | 48.659 | 48.659 | 48.659 | 0.0 | 99.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.026344 | 0.026344 | 0.026344 | 0.0 | 0.05 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.10901 | 0.10901 | 0.10901 | 0.0 | 0.22 Other | | 0.01099 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221750.0 ave 221750 max 221750 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221750 Ave neighs/atom = 110.87500 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.779266085571, Press = -0.859958867949991 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -10432.325 -10432.325 -10515.074 -10515.074 320.24648 320.24648 28075.451 28075.451 -1098.4395 -1098.4395 54000 -10436.848 -10436.848 -10515.783 -10515.783 305.48521 305.48521 28030.625 28030.625 1107.0596 1107.0596 Loop time of 46.9243 on 1 procs for 1000 steps with 2000 atoms Performance: 1.841 ns/day, 13.035 hours/ns, 21.311 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 | 46.8 | 46.8 | 46.8 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02563 | 0.02563 | 0.02563 | 0.0 | 0.05 Output | 3.18e-05 | 3.18e-05 | 3.18e-05 | 0.0 | 0.00 Modify | 0.087668 | 0.087668 | 0.087668 | 0.0 | 0.19 Other | | 0.01068 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221744.0 ave 221744 max 221744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221744 Ave neighs/atom = 110.87200 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.746791408598, Press = -1.22147963374252 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -10436.848 -10436.848 -10515.783 -10515.783 305.48521 305.48521 28030.625 28030.625 1107.0596 1107.0596 55000 -10431.403 -10431.403 -10512.374 -10512.374 313.36713 313.36713 28018.912 28018.912 2268.7834 2268.7834 Loop time of 47.0255 on 1 procs for 1000 steps with 2000 atoms Performance: 1.837 ns/day, 13.063 hours/ns, 21.265 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 | 46.898 | 46.898 | 46.898 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025958 | 0.025958 | 0.025958 | 0.0 | 0.06 Output | 3e-05 | 3e-05 | 3e-05 | 0.0 | 0.00 Modify | 0.090938 | 0.090938 | 0.090938 | 0.0 | 0.19 Other | | 0.01081 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222074.0 ave 222074 max 222074 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222074 Ave neighs/atom = 111.03700 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.732925330227, Press = -0.114377055040762 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -10431.403 -10431.403 -10512.374 -10512.374 313.36713 313.36713 28018.912 28018.912 2268.7834 2268.7834 56000 -10434.556 -10434.556 -10514.131 -10514.131 307.96283 307.96283 28031.296 28031.296 1427.9227 1427.9227 Loop time of 47.3889 on 1 procs for 1000 steps with 2000 atoms Performance: 1.823 ns/day, 13.164 hours/ns, 21.102 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 | 47.264 | 47.264 | 47.264 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025405 | 0.025405 | 0.025405 | 0.0 | 0.05 Output | 3.12e-05 | 3.12e-05 | 3.12e-05 | 0.0 | 0.00 Modify | 0.088409 | 0.088409 | 0.088409 | 0.0 | 0.19 Other | | 0.01082 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221952.0 ave 221952 max 221952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221952 Ave neighs/atom = 110.97600 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.769402344268, Press = 0.601499279924481 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -10434.556 -10434.556 -10514.131 -10514.131 307.96283 307.96283 28031.296 28031.296 1427.9227 1427.9227 57000 -10433.482 -10433.482 -10514.241 -10514.241 312.5451 312.5451 28047.181 28047.181 475.61059 475.61059 Loop time of 46.9722 on 1 procs for 1000 steps with 2000 atoms Performance: 1.839 ns/day, 13.048 hours/ns, 21.289 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 | 46.848 | 46.848 | 46.848 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02545 | 0.02545 | 0.02545 | 0.0 | 0.05 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.08785 | 0.08785 | 0.08785 | 0.0 | 0.19 Other | | 0.01083 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221910.0 ave 221910 max 221910 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221910 Ave neighs/atom = 110.95500 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.748518637482, Press = 0.822437469330009 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -10433.482 -10433.482 -10514.241 -10514.241 312.5451 312.5451 28047.181 28047.181 475.61059 475.61059 58000 -10437.723 -10437.723 -10518.44 -10518.44 312.38377 312.38377 28053.522 28053.522 -112.53348 -112.53348 Loop time of 46.8794 on 1 procs for 1000 steps with 2000 atoms Performance: 1.843 ns/day, 13.022 hours/ns, 21.331 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 | 46.756 | 46.756 | 46.756 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025265 | 0.025265 | 0.025265 | 0.0 | 0.05 Output | 2.52e-05 | 2.52e-05 | 2.52e-05 | 0.0 | 0.00 Modify | 0.087452 | 0.087452 | 0.087452 | 0.0 | 0.19 Other | | 0.0107 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221746.0 ave 221746 max 221746 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221746 Ave neighs/atom = 110.87300 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.735185862112, Press = 0.755760376434309 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -10437.723 -10437.723 -10518.44 -10518.44 312.38377 312.38377 28053.522 28053.522 -112.53348 -112.53348 59000 -10431.956 -10431.956 -10512.79 -10512.79 312.83589 312.83589 28087.288 28087.288 -1321.8526 -1321.8526 Loop time of 47.1094 on 1 procs for 1000 steps with 2000 atoms Performance: 1.834 ns/day, 13.086 hours/ns, 21.227 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 | 46.983 | 46.983 | 46.983 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02541 | 0.02541 | 0.02541 | 0.0 | 0.05 Output | 2.5e-05 | 2.5e-05 | 2.5e-05 | 0.0 | 0.00 Modify | 0.090132 | 0.090132 | 0.090132 | 0.0 | 0.19 Other | | 0.01075 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222058.0 ave 222058 max 222058 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222058 Ave neighs/atom = 111.02900 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.698827463194, Press = 1.11693584095349 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -10431.956 -10431.956 -10512.79 -10512.79 312.83589 312.83589 28087.288 28087.288 -1321.8526 -1321.8526 60000 -10432.152 -10432.152 -10515.224 -10515.224 321.49427 321.49427 28118.372 28118.372 -3250.2775 -3250.2775 Loop time of 46.9969 on 1 procs for 1000 steps with 2000 atoms Performance: 1.838 ns/day, 13.055 hours/ns, 21.278 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 | 46.873 | 46.873 | 46.873 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025387 | 0.025387 | 0.025387 | 0.0 | 0.05 Output | 2.49e-05 | 2.49e-05 | 2.49e-05 | 0.0 | 0.00 Modify | 0.087662 | 0.087662 | 0.087662 | 0.0 | 0.19 Other | | 0.01069 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221582.0 ave 221582 max 221582 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221582 Ave neighs/atom = 110.79100 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.697096141424, Press = 0.503020177049475 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -10432.152 -10432.152 -10515.224 -10515.224 321.49427 321.49427 28118.372 28118.372 -3250.2775 -3250.2775 61000 -10429.785 -10429.785 -10512.791 -10512.791 321.24016 321.24016 28101.993 28101.993 -2194.4705 -2194.4705 Loop time of 47.2887 on 1 procs for 1000 steps with 2000 atoms Performance: 1.827 ns/day, 13.136 hours/ns, 21.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 | 47.164 | 47.164 | 47.164 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02562 | 0.02562 | 0.02562 | 0.0 | 0.05 Output | 3.17e-05 | 3.17e-05 | 3.17e-05 | 0.0 | 0.00 Modify | 0.087964 | 0.087964 | 0.087964 | 0.0 | 0.19 Other | | 0.01087 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221776.0 ave 221776 max 221776 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221776 Ave neighs/atom = 110.88800 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.717699092507, Press = -0.299653930573172 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -10429.785 -10429.785 -10512.791 -10512.791 321.24016 321.24016 28101.993 28101.993 -2194.4705 -2194.4705 62000 -10435.305 -10435.305 -10516.627 -10516.627 314.72527 314.72527 28065.905 28065.905 -780.42556 -780.42556 Loop time of 47.672 on 1 procs for 1000 steps with 2000 atoms Performance: 1.812 ns/day, 13.242 hours/ns, 20.977 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 | 47.547 | 47.547 | 47.547 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025695 | 0.025695 | 0.025695 | 0.0 | 0.05 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.088655 | 0.088655 | 0.088655 | 0.0 | 0.19 Other | | 0.01091 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221594.0 ave 221594 max 221594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221594 Ave neighs/atom = 110.79700 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.769605091443, Press = -0.499745421928652 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -10435.305 -10435.305 -10516.627 -10516.627 314.72527 314.72527 28065.905 28065.905 -780.42556 -780.42556 63000 -10432.785 -10432.785 -10513.359 -10513.359 311.82654 311.82654 28050.197 28050.197 441.28485 441.28485 Loop time of 47.4975 on 1 procs for 1000 steps with 2000 atoms Performance: 1.819 ns/day, 13.194 hours/ns, 21.054 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 | 47.372 | 47.372 | 47.372 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025756 | 0.025756 | 0.025756 | 0.0 | 0.05 Output | 2.42e-05 | 2.42e-05 | 2.42e-05 | 0.0 | 0.00 Modify | 0.08839 | 0.08839 | 0.08839 | 0.0 | 0.19 Other | | 0.01088 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221874.0 ave 221874 max 221874 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221874 Ave neighs/atom = 110.93700 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.791726113813, Press = -0.316849423535296 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -10432.785 -10432.785 -10513.359 -10513.359 311.82654 311.82654 28050.197 28050.197 441.28485 441.28485 64000 -10437.269 -10437.269 -10515.458 -10515.458 302.60028 302.60028 28038.64 28038.64 820.9084 820.9084 Loop time of 47.2772 on 1 procs for 1000 steps with 2000 atoms Performance: 1.828 ns/day, 13.133 hours/ns, 21.152 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 | 47.153 | 47.153 | 47.153 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025489 | 0.025489 | 0.025489 | 0.0 | 0.05 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.088123 | 0.088123 | 0.088123 | 0.0 | 0.19 Other | | 0.01087 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221744.0 ave 221744 max 221744 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221744 Ave neighs/atom = 110.87200 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.786885753341, Press = 0.0910244652847583 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 64000 -10437.269 -10437.269 -10515.458 -10515.458 302.60028 302.60028 28038.64 28038.64 820.9084 820.9084 65000 -10430.91 -10430.91 -10513.606 -10513.606 320.04298 320.04298 28057.683 28057.683 52.466121 52.466121 Loop time of 47.2871 on 1 procs for 1000 steps with 2000 atoms Performance: 1.827 ns/day, 13.135 hours/ns, 21.147 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 | 47.163 | 47.163 | 47.163 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025467 | 0.025467 | 0.025467 | 0.0 | 0.05 Output | 3.78e-05 | 3.78e-05 | 3.78e-05 | 0.0 | 0.00 Modify | 0.088075 | 0.088075 | 0.088075 | 0.0 | 0.19 Other | | 0.01081 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 222030.0 ave 222030 max 222030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 222030 Ave neighs/atom = 111.01500 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.79605379522, Press = 0.313839152330311 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 65000 -10430.91 -10430.91 -10513.606 -10513.606 320.04298 320.04298 28057.683 28057.683 52.466121 52.466121 66000 -10434.135 -10434.135 -10516.218 -10516.218 317.67058 317.67058 28054.57 28054.57 7.5930382 7.5930382 Loop time of 47.0111 on 1 procs for 1000 steps with 2000 atoms Performance: 1.838 ns/day, 13.059 hours/ns, 21.272 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 | 46.886 | 46.886 | 46.886 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025502 | 0.025502 | 0.025502 | 0.0 | 0.05 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.088462 | 0.088462 | 0.088462 | 0.0 | 0.19 Other | | 0.01073 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221820.0 ave 221820 max 221820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221820 Ave neighs/atom = 110.91000 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.811132040255, Press = 0.312158935575466 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 66000 -10434.135 -10434.135 -10516.218 -10516.218 317.67058 317.67058 28054.57 28054.57 7.5930382 7.5930382 67000 -10434.136 -10434.136 -10514.226 -10514.226 309.95617 309.95617 28057.983 28057.983 -167.9096 -167.9096 Loop time of 48.4333 on 1 procs for 1000 steps with 2000 atoms Performance: 1.784 ns/day, 13.454 hours/ns, 20.647 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 | 48.307 | 48.307 | 48.307 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025814 | 0.025814 | 0.025814 | 0.0 | 0.05 Output | 3.89e-05 | 3.89e-05 | 3.89e-05 | 0.0 | 0.00 Modify | 0.089471 | 0.089471 | 0.089471 | 0.0 | 0.18 Other | | 0.01096 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221962.0 ave 221962 max 221962 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221962 Ave neighs/atom = 110.98100 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.816345091499, Press = 0.296320749678866 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 67000 -10434.136 -10434.136 -10514.226 -10514.226 309.95617 309.95617 28057.983 28057.983 -167.9096 -167.9096 68000 -10435.436 -10435.436 -10514.826 -10514.826 307.24595 307.24595 28070.486 28070.486 -904.84519 -904.84519 Loop time of 46.7736 on 1 procs for 1000 steps with 2000 atoms Performance: 1.847 ns/day, 12.993 hours/ns, 21.380 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 | 46.65 | 46.65 | 46.65 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025205 | 0.025205 | 0.025205 | 0.0 | 0.05 Output | 2.45e-05 | 2.45e-05 | 2.45e-05 | 0.0 | 0.00 Modify | 0.087326 | 0.087326 | 0.087326 | 0.0 | 0.19 Other | | 0.01078 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221772.0 ave 221772 max 221772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221772 Ave neighs/atom = 110.88600 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.821453077813, Press = 0.52028103655045 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 68000 -10435.436 -10435.436 -10514.826 -10514.826 307.24595 307.24595 28070.486 28070.486 -904.84519 -904.84519 69000 -10433.262 -10433.262 -10512.016 -10512.016 304.78482 304.78482 28092.229 28092.229 -1768.5244 -1768.5244 Loop time of 47.0209 on 1 procs for 1000 steps with 2000 atoms Performance: 1.837 ns/day, 13.061 hours/ns, 21.267 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 | 46.896 | 46.896 | 46.896 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025572 | 0.025572 | 0.025572 | 0.0 | 0.05 Output | 2.43e-05 | 2.43e-05 | 2.43e-05 | 0.0 | 0.00 Modify | 0.088193 | 0.088193 | 0.088193 | 0.0 | 0.19 Other | | 0.01089 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221812.0 ave 221812 max 221812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221812 Ave neighs/atom = 110.90600 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.861371126287, Press = 0.0562246083987182 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 69000 -10433.262 -10433.262 -10512.016 -10512.016 304.78482 304.78482 28092.229 28092.229 -1768.5244 -1768.5244 70000 -10433.531 -10433.531 -10515.065 -10515.065 315.54523 315.54523 28096.254 28096.254 -2289.2637 -2289.2637 Loop time of 47.1472 on 1 procs for 1000 steps with 2000 atoms Performance: 1.833 ns/day, 13.096 hours/ns, 21.210 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 | 47.022 | 47.022 | 47.022 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025665 | 0.025665 | 0.025665 | 0.0 | 0.05 Output | 2.19e-05 | 2.19e-05 | 2.19e-05 | 0.0 | 0.00 Modify | 0.088327 | 0.088327 | 0.088327 | 0.0 | 0.19 Other | | 0.01087 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221622.0 ave 221622 max 221622 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221622 Ave neighs/atom = 110.81100 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.874439947284, Press = -0.635798522049801 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 70000 -10433.531 -10433.531 -10515.065 -10515.065 315.54523 315.54523 28096.254 28096.254 -2289.2637 -2289.2637 71000 -10432.374 -10432.374 -10512.252 -10512.252 309.13437 309.13437 28066.636 28066.636 -394.54061 -394.54061 Loop time of 46.9417 on 1 procs for 1000 steps with 2000 atoms Performance: 1.841 ns/day, 13.039 hours/ns, 21.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 | 46.819 | 46.819 | 46.819 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025182 | 0.025182 | 0.025182 | 0.0 | 0.05 Output | 3.09e-05 | 3.09e-05 | 3.09e-05 | 0.0 | 0.00 Modify | 0.08708 | 0.08708 | 0.08708 | 0.0 | 0.19 Other | | 0.01069 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221712.0 ave 221712 max 221712 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221712 Ave neighs/atom = 110.85600 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.928785860725, Press = -1.04374658727948 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 71000 -10432.374 -10432.374 -10512.252 -10512.252 309.13437 309.13437 28066.636 28066.636 -394.54061 -394.54061 72000 -10432.626 -10432.626 -10514.024 -10514.024 315.01789 315.01789 28043.518 28043.518 725.05179 725.05179 Loop time of 46.814 on 1 procs for 1000 steps with 2000 atoms Performance: 1.846 ns/day, 13.004 hours/ns, 21.361 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 | 46.69 | 46.69 | 46.69 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025327 | 0.025327 | 0.025327 | 0.0 | 0.05 Output | 3.07e-05 | 3.07e-05 | 3.07e-05 | 0.0 | 0.00 Modify | 0.087619 | 0.087619 | 0.087619 | 0.0 | 0.19 Other | | 0.01074 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221648.0 ave 221648 max 221648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221648 Ave neighs/atom = 110.82400 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.951545882591, Press = -0.209048066919467 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 72000 -10432.626 -10432.626 -10514.024 -10514.024 315.01789 315.01789 28043.518 28043.518 725.05179 725.05179 73000 -10432.661 -10432.661 -10513.245 -10513.245 311.86851 311.86851 28036.799 28036.799 1249.62 1249.62 Loop time of 46.8732 on 1 procs for 1000 steps with 2000 atoms Performance: 1.843 ns/day, 13.020 hours/ns, 21.334 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 | 46.749 | 46.749 | 46.749 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025386 | 0.025386 | 0.025386 | 0.0 | 0.05 Output | 3.2e-05 | 3.2e-05 | 3.2e-05 | 0.0 | 0.00 Modify | 0.087756 | 0.087756 | 0.087756 | 0.0 | 0.19 Other | | 0.01079 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221784.0 ave 221784 max 221784 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221784 Ave neighs/atom = 110.89200 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.99108575373, Press = 0.340929874879147 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 73000 -10432.661 -10432.661 -10513.245 -10513.245 311.86851 311.86851 28036.799 28036.799 1249.62 1249.62 74000 -10434.936 -10434.936 -10514.714 -10514.714 308.74704 308.74704 28041.347 28041.347 749.32903 749.32903 Loop time of 47.5851 on 1 procs for 1000 steps with 2000 atoms Performance: 1.816 ns/day, 13.218 hours/ns, 21.015 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 | 47.46 | 47.46 | 47.46 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025454 | 0.025454 | 0.025454 | 0.0 | 0.05 Output | 3.05e-05 | 3.05e-05 | 3.05e-05 | 0.0 | 0.00 Modify | 0.088402 | 0.088402 | 0.088402 | 0.0 | 0.19 Other | | 0.01085 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221768.0 ave 221768 max 221768 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221768 Ave neighs/atom = 110.88400 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.980273016969, Press = 0.370032460870649 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 74000 -10434.936 -10434.936 -10514.714 -10514.714 308.74704 308.74704 28041.347 28041.347 749.32903 749.32903 75000 -10433.406 -10433.406 -10514.358 -10514.358 313.29222 313.29222 28046.521 28046.521 605.1928 605.1928 Loop time of 47.1086 on 1 procs for 1000 steps with 2000 atoms Performance: 1.834 ns/day, 13.086 hours/ns, 21.228 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 46.985 | 46.985 | 46.985 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02528 | 0.02528 | 0.02528 | 0.0 | 0.05 Output | 2.23e-05 | 2.23e-05 | 2.23e-05 | 0.0 | 0.00 Modify | 0.087845 | 0.087845 | 0.087845 | 0.0 | 0.19 Other | | 0.01071 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221760.0 ave 221760 max 221760 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221760 Ave neighs/atom = 110.88000 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.987576741529, Press = 0.64737695277612 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 75000 -10433.406 -10433.406 -10514.358 -10514.358 313.29222 313.29222 28046.521 28046.521 605.1928 605.1928 76000 -10436.725 -10436.725 -10516.083 -10516.083 307.12547 307.12547 28070.173 28070.173 -1172.4287 -1172.4287 Loop time of 46.852 on 1 procs for 1000 steps with 2000 atoms Performance: 1.844 ns/day, 13.014 hours/ns, 21.344 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 | 46.727 | 46.727 | 46.727 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025329 | 0.025329 | 0.025329 | 0.0 | 0.05 Output | 3.21e-05 | 3.21e-05 | 3.21e-05 | 0.0 | 0.00 Modify | 0.088372 | 0.088372 | 0.088372 | 0.0 | 0.19 Other | | 0.01083 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221726.0 ave 221726 max 221726 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221726 Ave neighs/atom = 110.86300 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.940077055995, Press = 0.948071031029569 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 76000 -10436.725 -10436.725 -10516.083 -10516.083 307.12547 307.12547 28070.173 28070.173 -1172.4287 -1172.4287 77000 -10431.838 -10431.838 -10512.959 -10512.959 313.94606 313.94606 28104.304 28104.304 -2624.898 -2624.898 Loop time of 46.9858 on 1 procs for 1000 steps with 2000 atoms Performance: 1.839 ns/day, 13.052 hours/ns, 21.283 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 | 46.862 | 46.862 | 46.862 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025494 | 0.025494 | 0.025494 | 0.0 | 0.05 Output | 3.02e-05 | 3.02e-05 | 3.02e-05 | 0.0 | 0.00 Modify | 0.08778 | 0.08778 | 0.08778 | 0.0 | 0.19 Other | | 0.01077 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221834.0 ave 221834 max 221834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221834 Ave neighs/atom = 110.91700 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.960441059318, Press = 0.329747164893311 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 77000 -10431.838 -10431.838 -10512.959 -10512.959 313.94606 313.94606 28104.304 28104.304 -2624.898 -2624.898 78000 -10434.505 -10434.505 -10515.195 -10515.195 312.27732 312.27732 28088.973 28088.973 -1867.3965 -1867.3965 Loop time of 47.2672 on 1 procs for 1000 steps with 2000 atoms Performance: 1.828 ns/day, 13.130 hours/ns, 21.156 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 | 47.142 | 47.142 | 47.142 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025786 | 0.025786 | 0.025786 | 0.0 | 0.05 Output | 3.08e-05 | 3.08e-05 | 3.08e-05 | 0.0 | 0.00 Modify | 0.088235 | 0.088235 | 0.088235 | 0.0 | 0.19 Other | | 0.01079 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221492.0 ave 221492 max 221492 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221492 Ave neighs/atom = 110.74600 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.973014605602, Press = -0.220682771443505 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 78000 -10434.505 -10434.505 -10515.195 -10515.195 312.27732 312.27732 28088.973 28088.973 -1867.3965 -1867.3965 79000 -10429.531 -10429.531 -10512.336 -10512.336 320.46695 320.46695 28069.786 28069.786 -452.93231 -452.93231 Loop time of 47.7412 on 1 procs for 1000 steps with 2000 atoms Performance: 1.810 ns/day, 13.261 hours/ns, 20.946 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 | 47.616 | 47.616 | 47.616 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.02571 | 0.02571 | 0.02571 | 0.0 | 0.05 Output | 3.71e-05 | 3.71e-05 | 3.71e-05 | 0.0 | 0.00 Modify | 0.088722 | 0.088722 | 0.088722 | 0.0 | 0.19 Other | | 0.01082 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221710.0 ave 221710 max 221710 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221710 Ave neighs/atom = 110.85500 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.025126892346, Press = -0.340417183178848 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 4.134 | 4.134 | 4.134 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 79000 -10429.531 -10429.531 -10512.336 -10512.336 320.46695 320.46695 28069.786 28069.786 -452.93231 -452.93231 80000 -10433.626 -10433.626 -10515.03 -10515.03 315.04398 315.04398 28049.631 28049.631 441.89875 441.89875 Loop time of 47.128 on 1 procs for 1000 steps with 2000 atoms Performance: 1.833 ns/day, 13.091 hours/ns, 21.219 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 | 47.003 | 47.003 | 47.003 | 0.0 | 99.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.025505 | 0.025505 | 0.025505 | 0.0 | 0.05 Output | 3.11e-05 | 3.11e-05 | 3.11e-05 | 0.0 | 0.00 Modify | 0.088478 | 0.088478 | 0.088478 | 0.0 | 0.19 Other | | 0.01106 | | | 0.02 Nlocal: 2000.00 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4119.00 ave 4119 max 4119 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: 221594.0 ave 221594 max 221594 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 221594 Ave neighs/atom = 110.79700 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 28056.5742450262 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0