# 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.1435002833604813*${_u_distance} variable latticeconst_converted equal 3.1435002833604813*1 lattice bcc ${latticeconst_converted} lattice bcc 3.14350028336048 Lattice spacing in x,y,z = 3.1435 3.1435 3.1435 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (31.435 31.435 31.435) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 2000 atoms create_atoms CPU = 0.000627041 secs variable mass_converted equal 95.94*${_u_mass} variable mass_converted equal 95.94*1 kim_interactions Mo #=== BEGIN kim_interactions ================================== pair_style kim Morse_Shifted_GirifalcoWeizer_1959MedCutoff_Mo__MO_534363225491_004 pair_coeff * * Mo #=== END kim_interactions ==================================== mass 1 ${mass_converted} mass 1 95.94 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 31062.7936380339 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 31062.7936380339/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 31062.7936380339/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 31062.7936380339/(1*1*${_u_distance}) variable V0_metal equal 31062.7936380339/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 31062.7936380339*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 31062.7936380339 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 293.15*${_u_temperature} variable temp_converted equal 293.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 293.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 293.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 293.15 293.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 293.15 293.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 "293.15 - 0.2" variable T_up equal "293.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 = 10.0166 ghost atom cutoff = 10.0166 binsize = 5.00828, bins = 7 7 7 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 10.0166 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 5.424 | 5.424 | 5.424 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -13311.679 -13311.679 -13387.426 -13387.426 293.15 293.15 31062.794 31062.794 2604.5988 2604.5988 1000 -13236.582 -13236.582 -13312.391 -13312.391 293.39085 293.39085 31168.194 31168.194 3512.0004 3512.0004 Loop time of 17.4462 on 1 procs for 1000 steps with 2000 atoms Performance: 4.952 ns/day, 4.846 hours/ns, 57.319 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 | 17.226 | 17.226 | 17.226 | 0.0 | 98.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058278 | 0.058278 | 0.058278 | 0.0 | 0.33 Output | 5.7936e-05 | 5.7936e-05 | 5.7936e-05 | 0.0 | 0.00 Modify | 0.14455 | 0.14455 | 0.14455 | 0.0 | 0.83 Other | | 0.01682 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7009 ave 7009 max 7009 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 564000 ave 564000 max 564000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 564000 Ave neighs/atom = 282 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -13236.582 -13236.582 -13312.391 -13312.391 293.39085 293.39085 31168.194 31168.194 3512.0004 3512.0004 2000 -13240.711 -13240.711 -13318.148 -13318.148 299.6895 299.6895 31199.156 31199.156 1176.9455 1176.9455 Loop time of 15.6548 on 1 procs for 1000 steps with 2000 atoms Performance: 5.519 ns/day, 4.349 hours/ns, 63.878 timesteps/s 92.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 | 15.442 | 15.442 | 15.442 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057739 | 0.057739 | 0.057739 | 0.0 | 0.37 Output | 7.7963e-05 | 7.7963e-05 | 7.7963e-05 | 0.0 | 0.00 Modify | 0.12523 | 0.12523 | 0.12523 | 0.0 | 0.80 Other | | 0.02974 | | | 0.19 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7009 ave 7009 max 7009 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 547308 ave 547308 max 547308 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 547308 Ave neighs/atom = 273.654 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -13240.711 -13240.711 -13318.148 -13318.148 299.6895 299.6895 31199.156 31199.156 1176.9455 1176.9455 3000 -13266.58 -13266.58 -13342.969 -13342.969 295.63113 295.63113 31230.481 31230.481 1095.8362 1095.8362 Loop time of 19.3972 on 1 procs for 1000 steps with 2000 atoms Performance: 4.454 ns/day, 5.388 hours/ns, 51.554 timesteps/s 76.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 19.116 | 19.116 | 19.116 | 0.0 | 98.55 Neigh | 0.020995 | 0.020995 | 0.020995 | 0.0 | 0.11 Comm | 0.061466 | 0.061466 | 0.061466 | 0.0 | 0.32 Output | 5.4121e-05 | 5.4121e-05 | 5.4121e-05 | 0.0 | 0.00 Modify | 0.16721 | 0.16721 | 0.16721 | 0.0 | 0.86 Other | | 0.03159 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6875 ave 6875 max 6875 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 550794 ave 550794 max 550794 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550794 Ave neighs/atom = 275.397 Neighbor list builds = 1 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -13266.58 -13266.58 -13342.969 -13342.969 295.63113 295.63113 31230.481 31230.481 1095.8362 1095.8362 4000 -13274.342 -13274.342 -13344.262 -13344.262 270.59976 270.59976 31239.054 31239.054 192.608 192.608 Loop time of 20.7233 on 1 procs for 1000 steps with 2000 atoms Performance: 4.169 ns/day, 5.756 hours/ns, 48.255 timesteps/s 69.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 20.432 | 20.432 | 20.432 | 0.0 | 98.59 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.099367 | 0.099367 | 0.099367 | 0.0 | 0.48 Output | 5.1975e-05 | 5.1975e-05 | 5.1975e-05 | 0.0 | 0.00 Modify | 0.17162 | 0.17162 | 0.17162 | 0.0 | 0.83 Other | | 0.02044 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6823 ave 6823 max 6823 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 551732 ave 551732 max 551732 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 551732 Ave neighs/atom = 275.866 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${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) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -13274.342 -13274.342 -13344.262 -13344.262 270.59976 270.59976 31239.054 31239.054 192.608 192.608 5000 -13270.464 -13270.464 -13347.216 -13347.216 297.03581 297.03581 31270.609 31270.609 -2384.0534 -2384.0534 Loop time of 17.7528 on 1 procs for 1000 steps with 2000 atoms Performance: 4.867 ns/day, 4.931 hours/ns, 56.329 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 | 17.553 | 17.553 | 17.553 | 0.0 | 98.88 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056474 | 0.056474 | 0.056474 | 0.0 | 0.32 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12642 | 0.12642 | 0.12642 | 0.0 | 0.71 Other | | 0.01653 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6835 ave 6835 max 6835 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 551926 ave 551926 max 551926 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 551926 Ave neighs/atom = 275.963 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 289.643869757214, Press = 305.270167754369 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -13270.464 -13270.464 -13347.216 -13347.216 297.03581 297.03581 31270.609 31270.609 -2384.0534 -2384.0534 6000 -13268.407 -13268.407 -13343.002 -13343.002 288.68861 288.68861 31277.606 31277.606 -3172.051 -3172.051 Loop time of 18.9745 on 1 procs for 1000 steps with 2000 atoms Performance: 4.553 ns/day, 5.271 hours/ns, 52.702 timesteps/s 75.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 | 18.658 | 18.658 | 18.658 | 0.0 | 98.33 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10945 | 0.10945 | 0.10945 | 0.0 | 0.58 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.19045 | 0.19045 | 0.19045 | 0.0 | 1.00 Other | | 0.01659 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6808 ave 6808 max 6808 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552298 ave 552298 max 552298 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552298 Ave neighs/atom = 276.149 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 294.005611432916, Press = -2.44201551170079 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -13268.407 -13268.407 -13343.002 -13343.002 288.68861 288.68861 31277.606 31277.606 -3172.051 -3172.051 7000 -13272.247 -13272.247 -13345.561 -13345.561 283.73549 283.73549 31263.304 31263.304 -1423.045 -1423.045 Loop time of 17.6469 on 1 procs for 1000 steps with 2000 atoms Performance: 4.896 ns/day, 4.902 hours/ns, 56.667 timesteps/s 80.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 | 17.406 | 17.406 | 17.406 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.07057 | 0.07057 | 0.07057 | 0.0 | 0.40 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.1537 | 0.1537 | 0.1537 | 0.0 | 0.87 Other | | 0.01634 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6813 ave 6813 max 6813 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 550702 ave 550702 max 550702 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550702 Ave neighs/atom = 275.351 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.642810599242, Press = -16.3893645633917 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -13272.247 -13272.247 -13345.561 -13345.561 283.73549 283.73549 31263.304 31263.304 -1423.045 -1423.045 8000 -13267.054 -13267.054 -13343.752 -13343.752 296.83207 296.83207 31255.147 31255.147 -1059.465 -1059.465 Loop time of 19.5428 on 1 procs for 1000 steps with 2000 atoms Performance: 4.421 ns/day, 5.429 hours/ns, 51.170 timesteps/s 75.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 | 19.24 | 19.24 | 19.24 | 0.0 | 98.45 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10497 | 0.10497 | 0.10497 | 0.0 | 0.54 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.1809 | 0.1809 | 0.1809 | 0.0 | 0.93 Other | | 0.0169 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552638 ave 552638 max 552638 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552638 Ave neighs/atom = 276.319 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.937358526627, Press = -14.3066749856338 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -13267.054 -13267.054 -13343.752 -13343.752 296.83207 296.83207 31255.147 31255.147 -1059.465 -1059.465 9000 -13269.692 -13269.692 -13345.035 -13345.035 291.58362 291.58362 31235.376 31235.376 856.97398 856.97398 Loop time of 18.002 on 1 procs for 1000 steps with 2000 atoms Performance: 4.799 ns/day, 5.001 hours/ns, 55.549 timesteps/s 78.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 | 17.742 | 17.742 | 17.742 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.068614 | 0.068614 | 0.068614 | 0.0 | 0.38 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.17518 | 0.17518 | 0.17518 | 0.0 | 0.97 Other | | 0.0163 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6829 ave 6829 max 6829 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 551626 ave 551626 max 551626 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 551626 Ave neighs/atom = 275.813 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.672702983619, Press = -13.6378713546389 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -13269.692 -13269.692 -13345.035 -13345.035 291.58362 291.58362 31235.376 31235.376 856.97398 856.97398 10000 -13271.156 -13271.156 -13345.86 -13345.86 289.11171 289.11171 31223.036 31223.036 2137.6157 2137.6157 Loop time of 16.8848 on 1 procs for 1000 steps with 2000 atoms Performance: 5.117 ns/day, 4.690 hours/ns, 59.225 timesteps/s 87.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 | 16.665 | 16.665 | 16.665 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.058336 | 0.058336 | 0.058336 | 0.0 | 0.35 Output | 5.6982e-05 | 5.6982e-05 | 5.6982e-05 | 0.0 | 0.00 Modify | 0.14473 | 0.14473 | 0.14473 | 0.0 | 0.86 Other | | 0.01689 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6826 ave 6826 max 6826 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552248 ave 552248 max 552248 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552248 Ave neighs/atom = 276.124 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.755448597101, Press = -10.4291026352821 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -13271.156 -13271.156 -13345.86 -13345.86 289.11171 289.11171 31223.036 31223.036 2137.6157 2137.6157 11000 -13268.587 -13268.587 -13345.347 -13345.347 297.07204 297.07204 31181.297 31181.297 5767.7232 5767.7232 Loop time of 18.1342 on 1 procs for 1000 steps with 2000 atoms Performance: 4.764 ns/day, 5.037 hours/ns, 55.144 timesteps/s 81.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.871 | 17.871 | 17.871 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.080514 | 0.080514 | 0.080514 | 0.0 | 0.44 Output | 3.6955e-05 | 3.6955e-05 | 3.6955e-05 | 0.0 | 0.00 Modify | 0.16604 | 0.16604 | 0.16604 | 0.0 | 0.92 Other | | 0.01675 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6797 ave 6797 max 6797 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553128 ave 553128 max 553128 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553128 Ave neighs/atom = 276.564 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.296653152037, Press = 1.25161866351691 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -13268.587 -13268.587 -13345.347 -13345.347 297.07204 297.07204 31181.297 31181.297 5767.7232 5767.7232 12000 -13270.103 -13270.103 -13343.913 -13343.913 285.65157 285.65157 31231.715 31231.715 1570.3685 1570.3685 Loop time of 19.483 on 1 procs for 1000 steps with 2000 atoms Performance: 4.435 ns/day, 5.412 hours/ns, 51.327 timesteps/s 73.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 | 19.212 | 19.212 | 19.212 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.082046 | 0.082046 | 0.082046 | 0.0 | 0.42 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.17286 | 0.17286 | 0.17286 | 0.0 | 0.89 Other | | 0.01629 | | | 0.08 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6835 ave 6835 max 6835 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552976 ave 552976 max 552976 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552976 Ave neighs/atom = 276.488 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.4581792291, Press = 3.24374105635409 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -13270.103 -13270.103 -13343.913 -13343.913 285.65157 285.65157 31231.715 31231.715 1570.3685 1570.3685 13000 -13271.272 -13271.272 -13346.035 -13346.035 289.33806 289.33806 31246.106 31246.106 -101.90799 -101.90799 Loop time of 17.6053 on 1 procs for 1000 steps with 2000 atoms Performance: 4.908 ns/day, 4.890 hours/ns, 56.801 timesteps/s 80.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 | 17.343 | 17.343 | 17.343 | 0.0 | 98.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.087339 | 0.087339 | 0.087339 | 0.0 | 0.50 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.15865 | 0.15865 | 0.15865 | 0.0 | 0.90 Other | | 0.01608 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6806 ave 6806 max 6806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553090 ave 553090 max 553090 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553090 Ave neighs/atom = 276.545 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.620263943318, Press = 1.26046330182816 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -13271.272 -13271.272 -13346.035 -13346.035 289.33806 289.33806 31246.106 31246.106 -101.90799 -101.90799 14000 -13269.132 -13269.132 -13344.424 -13344.424 291.38723 291.38723 31265.001 31265.001 -1539.4141 -1539.4141 Loop time of 18.7731 on 1 procs for 1000 steps with 2000 atoms Performance: 4.602 ns/day, 5.215 hours/ns, 53.268 timesteps/s 78.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 | 18.507 | 18.507 | 18.507 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093183 | 0.093183 | 0.093183 | 0.0 | 0.50 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.15633 | 0.15633 | 0.15633 | 0.0 | 0.83 Other | | 0.01686 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6803 ave 6803 max 6803 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553550 ave 553550 max 553550 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553550 Ave neighs/atom = 276.775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.554151629101, Press = -0.0793404961457343 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -13269.132 -13269.132 -13344.424 -13344.424 291.38723 291.38723 31265.001 31265.001 -1539.4141 -1539.4141 15000 -13268.857 -13268.857 -13344.193 -13344.193 291.56151 291.56151 31276.642 31276.642 -2377.7834 -2377.7834 Loop time of 19.7407 on 1 procs for 1000 steps with 2000 atoms Performance: 4.377 ns/day, 5.484 hours/ns, 50.657 timesteps/s 72.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 | 19.458 | 19.458 | 19.458 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095966 | 0.095966 | 0.095966 | 0.0 | 0.49 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.15278 | 0.15278 | 0.15278 | 0.0 | 0.77 Other | | 0.03437 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6812 ave 6812 max 6812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552460 ave 552460 max 552460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552460 Ave neighs/atom = 276.23 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.481316084876, Press = -6.54502827413448 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -13268.857 -13268.857 -13344.193 -13344.193 291.56151 291.56151 31276.642 31276.642 -2377.7834 -2377.7834 16000 -13269.941 -13269.941 -13345.924 -13345.924 294.06086 294.06086 31244.798 31244.798 142.55957 142.55957 Loop time of 17.7552 on 1 procs for 1000 steps with 2000 atoms Performance: 4.866 ns/day, 4.932 hours/ns, 56.322 timesteps/s 82.6% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 17.519 | 17.519 | 17.519 | 0.0 | 98.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057087 | 0.057087 | 0.057087 | 0.0 | 0.32 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.14986 | 0.14986 | 0.14986 | 0.0 | 0.84 Other | | 0.02886 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6809 ave 6809 max 6809 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552612 ave 552612 max 552612 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552612 Ave neighs/atom = 276.306 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.593052949861, Press = -9.96338806143919 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 16000 -13269.941 -13269.941 -13345.924 -13345.924 294.06086 294.06086 31244.798 31244.798 142.55957 142.55957 17000 -13270.269 -13270.269 -13346.207 -13346.207 293.88803 293.88803 31235.965 31235.965 816.73754 816.73754 Loop time of 18.6435 on 1 procs for 1000 steps with 2000 atoms Performance: 4.634 ns/day, 5.179 hours/ns, 53.638 timesteps/s 78.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 | 18.414 | 18.414 | 18.414 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070376 | 0.070376 | 0.070376 | 0.0 | 0.38 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.14262 | 0.14262 | 0.14262 | 0.0 | 0.76 Other | | 0.0167 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6803 ave 6803 max 6803 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552924 ave 552924 max 552924 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552924 Ave neighs/atom = 276.462 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.613802644552, Press = -4.54068128461346 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 17000 -13270.269 -13270.269 -13346.207 -13346.207 293.88803 293.88803 31235.965 31235.965 816.73754 816.73754 18000 -13266.44 -13266.44 -13342.744 -13342.744 295.30379 295.30379 31233.246 31233.246 1697.1371 1697.1371 Loop time of 17.4165 on 1 procs for 1000 steps with 2000 atoms Performance: 4.961 ns/day, 4.838 hours/ns, 57.417 timesteps/s 79.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 | 17.191 | 17.191 | 17.191 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054764 | 0.054764 | 0.054764 | 0.0 | 0.31 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.14176 | 0.14176 | 0.14176 | 0.0 | 0.81 Other | | 0.029 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6816 ave 6816 max 6816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552858 ave 552858 max 552858 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552858 Ave neighs/atom = 276.429 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.844316409927, Press = -0.483331567749822 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 18000 -13266.44 -13266.44 -13342.744 -13342.744 295.30379 295.30379 31233.246 31233.246 1697.1371 1697.1371 19000 -13269.952 -13269.952 -13344.282 -13344.282 287.66731 287.66731 31246.082 31246.082 124.3381 124.3381 Loop time of 19.1539 on 1 procs for 1000 steps with 2000 atoms Performance: 4.511 ns/day, 5.321 hours/ns, 52.209 timesteps/s 75.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 | 18.916 | 18.916 | 18.916 | 0.0 | 98.76 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.069342 | 0.069342 | 0.069342 | 0.0 | 0.36 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.15177 | 0.15177 | 0.15177 | 0.0 | 0.79 Other | | 0.01651 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552960 ave 552960 max 552960 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552960 Ave neighs/atom = 276.48 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.772749058724, Press = 0.14390391811103 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 19000 -13269.952 -13269.952 -13344.282 -13344.282 287.66731 287.66731 31246.082 31246.082 124.3381 124.3381 20000 -13269.172 -13269.172 -13345.442 -13345.442 295.17391 295.17391 31264.376 31264.376 -1539.8209 -1539.8209 Loop time of 17.852 on 1 procs for 1000 steps with 2000 atoms Performance: 4.840 ns/day, 4.959 hours/ns, 56.016 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 | 17.629 | 17.629 | 17.629 | 0.0 | 98.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056232 | 0.056232 | 0.056232 | 0.0 | 0.31 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.1369 | 0.1369 | 0.1369 | 0.0 | 0.77 Other | | 0.02936 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6819 ave 6819 max 6819 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552786 ave 552786 max 552786 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552786 Ave neighs/atom = 276.393 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.851659182528, Press = 0.280977124600483 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 20000 -13269.172 -13269.172 -13345.442 -13345.442 295.17391 295.17391 31264.376 31264.376 -1539.8209 -1539.8209 21000 -13265.238 -13265.238 -13342.662 -13342.662 299.64104 299.64104 31274.667 31274.667 -1962.7741 -1962.7741 Loop time of 18.2925 on 1 procs for 1000 steps with 2000 atoms Performance: 4.723 ns/day, 5.081 hours/ns, 54.667 timesteps/s 80.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.029 | 18.029 | 18.029 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083166 | 0.083166 | 0.083166 | 0.0 | 0.45 Output | 4.2915e-05 | 4.2915e-05 | 4.2915e-05 | 0.0 | 0.00 Modify | 0.16314 | 0.16314 | 0.16314 | 0.0 | 0.89 Other | | 0.01671 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6818 ave 6818 max 6818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552648 ave 552648 max 552648 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552648 Ave neighs/atom = 276.324 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.948008479684, Press = -1.72965716423034 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 21000 -13265.238 -13265.238 -13342.662 -13342.662 299.64104 299.64104 31274.667 31274.667 -1962.7741 -1962.7741 22000 -13268.101 -13268.101 -13342.72 -13342.72 288.78456 288.78456 31265.412 31265.412 -1295.4785 -1295.4785 Loop time of 18.4759 on 1 procs for 1000 steps with 2000 atoms Performance: 4.676 ns/day, 5.132 hours/ns, 54.125 timesteps/s 78.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.218 | 18.218 | 18.218 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10155 | 0.10155 | 0.10155 | 0.0 | 0.55 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.13999 | 0.13999 | 0.13999 | 0.0 | 0.76 Other | | 0.01679 | | | 0.09 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552602 ave 552602 max 552602 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552602 Ave neighs/atom = 276.301 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.948715506752, Press = -3.88048962327969 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 22000 -13268.101 -13268.101 -13342.72 -13342.72 288.78456 288.78456 31265.412 31265.412 -1295.4785 -1295.4785 23000 -13269.774 -13269.774 -13345.32 -13345.32 292.37169 292.37169 31241.339 31241.339 442.38625 442.38625 Loop time of 17.7149 on 1 procs for 1000 steps with 2000 atoms Performance: 4.877 ns/day, 4.921 hours/ns, 56.450 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 | 17.462 | 17.462 | 17.462 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.070742 | 0.070742 | 0.070742 | 0.0 | 0.40 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.16495 | 0.16495 | 0.16495 | 0.0 | 0.93 Other | | 0.01696 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552778 ave 552778 max 552778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552778 Ave neighs/atom = 276.389 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.785147793433, Press = -4.09742510135674 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 23000 -13269.774 -13269.774 -13345.32 -13345.32 292.37169 292.37169 31241.339 31241.339 442.38625 442.38625 24000 -13269.862 -13269.862 -13346.163 -13346.163 295.29195 295.29195 31225.875 31225.875 1969.4706 1969.4706 Loop time of 17.5359 on 1 procs for 1000 steps with 2000 atoms Performance: 4.927 ns/day, 4.871 hours/ns, 57.026 timesteps/s 84.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 | 17.312 | 17.312 | 17.312 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057652 | 0.057652 | 0.057652 | 0.0 | 0.33 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.136 | 0.136 | 0.136 | 0.0 | 0.78 Other | | 0.03012 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6806 ave 6806 max 6806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553282 ave 553282 max 553282 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553282 Ave neighs/atom = 276.641 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.76538380343, Press = -2.46081496833606 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 24000 -13269.862 -13269.862 -13346.163 -13346.163 295.29195 295.29195 31225.875 31225.875 1969.4706 1969.4706 25000 -13265.808 -13265.808 -13342.111 -13342.111 295.30152 295.30152 31231.701 31231.701 1938.2624 1938.2624 Loop time of 18.6781 on 1 procs for 1000 steps with 2000 atoms Performance: 4.626 ns/day, 5.188 hours/ns, 53.539 timesteps/s 77.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 18.337 | 18.337 | 18.337 | 0.0 | 98.17 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.10869 | 0.10869 | 0.10869 | 0.0 | 0.58 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.20304 | 0.20304 | 0.20304 | 0.0 | 1.09 Other | | 0.02953 | | | 0.16 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6809 ave 6809 max 6809 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553460 ave 553460 max 553460 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553460 Ave neighs/atom = 276.73 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.819280454383, Press = -0.874817182029755 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 25000 -13265.808 -13265.808 -13342.111 -13342.111 295.30152 295.30152 31231.701 31231.701 1938.2624 1938.2624 26000 -13267.632 -13267.632 -13342.395 -13342.395 289.33771 289.33771 31251.186 31251.186 12.254172 12.254172 Loop time of 15.9063 on 1 procs for 1000 steps with 2000 atoms Performance: 5.432 ns/day, 4.418 hours/ns, 62.868 timesteps/s 92.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 | 15.706 | 15.706 | 15.706 | 0.0 | 98.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056646 | 0.056646 | 0.056646 | 0.0 | 0.36 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12681 | 0.12681 | 0.12681 | 0.0 | 0.80 Other | | 0.01663 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6806 ave 6806 max 6806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553240 ave 553240 max 553240 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553240 Ave neighs/atom = 276.62 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.839091974405, Press = 0.143993114740358 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 26000 -13267.632 -13267.632 -13342.395 -13342.395 289.33771 289.33771 31251.186 31251.186 12.254172 12.254172 27000 -13271.631 -13271.631 -13347.397 -13347.397 293.22136 293.22136 31252.514 31252.514 -790.36176 -790.36176 Loop time of 16.0053 on 1 procs for 1000 steps with 2000 atoms Performance: 5.398 ns/day, 4.446 hours/ns, 62.479 timesteps/s 91.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 | 15.808 | 15.808 | 15.808 | 0.0 | 98.77 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056997 | 0.056997 | 0.056997 | 0.0 | 0.36 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12314 | 0.12314 | 0.12314 | 0.0 | 0.77 Other | | 0.01685 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6809 ave 6809 max 6809 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552952 ave 552952 max 552952 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552952 Ave neighs/atom = 276.476 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.789539392032, Press = -0.579853825891972 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 27000 -13271.631 -13271.631 -13347.397 -13347.397 293.22136 293.22136 31252.514 31252.514 -790.36176 -790.36176 28000 -13268.594 -13268.594 -13344.233 -13344.233 292.73078 292.73078 31271.419 31271.419 -2020.853 -2020.853 Loop time of 17.5881 on 1 procs for 1000 steps with 2000 atoms Performance: 4.912 ns/day, 4.886 hours/ns, 56.857 timesteps/s 83.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 | 17.325 | 17.325 | 17.325 | 0.0 | 98.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.083437 | 0.083437 | 0.083437 | 0.0 | 0.47 Output | 3.9101e-05 | 3.9101e-05 | 3.9101e-05 | 0.0 | 0.00 Modify | 0.15035 | 0.15035 | 0.15035 | 0.0 | 0.85 Other | | 0.0298 | | | 0.17 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6817 ave 6817 max 6817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553204 ave 553204 max 553204 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553204 Ave neighs/atom = 276.602 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.759649625713, Press = -1.88224593082559 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 28000 -13268.594 -13268.594 -13344.233 -13344.233 292.73078 292.73078 31271.419 31271.419 -2020.853 -2020.853 29000 -13266.523 -13266.523 -13343.429 -13343.429 297.63549 297.63549 31263.524 31263.524 -1235.6912 -1235.6912 Loop time of 15.5412 on 1 procs for 1000 steps with 2000 atoms Performance: 5.559 ns/day, 4.317 hours/ns, 64.345 timesteps/s 92.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 | 15.343 | 15.343 | 15.343 | 0.0 | 98.73 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056145 | 0.056145 | 0.056145 | 0.0 | 0.36 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12539 | 0.12539 | 0.12539 | 0.0 | 0.81 Other | | 0.01613 | | | 0.10 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6809 ave 6809 max 6809 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552336 ave 552336 max 552336 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552336 Ave neighs/atom = 276.168 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.683454656787, Press = -3.27563591911099 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 29000 -13266.523 -13266.523 -13343.429 -13343.429 297.63549 297.63549 31263.524 31263.524 -1235.6912 -1235.6912 30000 -13269.822 -13269.822 -13345.047 -13345.047 291.12617 291.12617 31242.282 31242.282 449.32003 449.32003 Loop time of 15.4377 on 1 procs for 1000 steps with 2000 atoms Performance: 5.597 ns/day, 4.288 hours/ns, 64.776 timesteps/s 94.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 | 15.241 | 15.241 | 15.241 | 0.0 | 98.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05683 | 0.05683 | 0.05683 | 0.0 | 0.37 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12337 | 0.12337 | 0.12337 | 0.0 | 0.80 Other | | 0.0166 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6815 ave 6815 max 6815 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552506 ave 552506 max 552506 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552506 Ave neighs/atom = 276.253 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.754074906997, Press = -3.06742377733884 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 30000 -13269.822 -13269.822 -13345.047 -13345.047 291.12617 291.12617 31242.282 31242.282 449.32003 449.32003 31000 -13266.779 -13266.779 -13341.203 -13341.203 288.03013 288.03013 31223.971 31223.971 2566.4625 2566.4625 Loop time of 14.5983 on 1 procs for 1000 steps with 2000 atoms Performance: 5.918 ns/day, 4.055 hours/ns, 68.501 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 | 14.401 | 14.401 | 14.401 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056593 | 0.056593 | 0.056593 | 0.0 | 0.39 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.12452 | 0.12452 | 0.12452 | 0.0 | 0.85 Other | | 0.01655 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6809 ave 6809 max 6809 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553018 ave 553018 max 553018 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553018 Ave neighs/atom = 276.509 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.807114268472, Press = -0.631532580583007 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 31000 -13266.779 -13266.779 -13341.203 -13341.203 288.03013 288.03013 31223.971 31223.971 2566.4625 2566.4625 32000 -13269.003 -13269.003 -13343.15 -13343.15 286.95342 286.95342 31244.434 31244.434 500.45585 500.45585 Loop time of 14.6384 on 1 procs for 1000 steps with 2000 atoms Performance: 5.902 ns/day, 4.066 hours/ns, 68.314 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 | 14.443 | 14.443 | 14.443 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056497 | 0.056497 | 0.056497 | 0.0 | 0.39 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.1227 | 0.1227 | 0.1227 | 0.0 | 0.84 Other | | 0.0164 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6813 ave 6813 max 6813 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552860 ave 552860 max 552860 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552860 Ave neighs/atom = 276.43 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.822327489351, Press = -0.141956727938637 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 32000 -13269.003 -13269.003 -13343.15 -13343.15 286.95342 286.95342 31244.434 31244.434 500.45585 500.45585 33000 -13267.094 -13267.094 -13342.967 -13342.967 293.63574 293.63574 31255.726 31255.726 -397.08932 -397.08932 Loop time of 14.7939 on 1 procs for 1000 steps with 2000 atoms Performance: 5.840 ns/day, 4.109 hours/ns, 67.595 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 | 14.596 | 14.596 | 14.596 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.057191 | 0.057191 | 0.057191 | 0.0 | 0.39 Output | 4.22e-05 | 4.22e-05 | 4.22e-05 | 0.0 | 0.00 Modify | 0.12381 | 0.12381 | 0.12381 | 0.0 | 0.84 Other | | 0.01685 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6810 ave 6810 max 6810 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552978 ave 552978 max 552978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552978 Ave neighs/atom = 276.489 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.82225684639, Press = -0.716510841445614 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 33000 -13267.094 -13267.094 -13342.967 -13342.967 293.63574 293.63574 31255.726 31255.726 -397.08932 -397.08932 34000 -13269.798 -13269.798 -13344.19 -13344.19 287.90472 287.90472 31261.069 31261.069 -1202.1042 -1202.1042 Loop time of 14.4663 on 1 procs for 1000 steps with 2000 atoms Performance: 5.973 ns/day, 4.018 hours/ns, 69.126 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 | 14.272 | 14.272 | 14.272 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056374 | 0.056374 | 0.056374 | 0.0 | 0.39 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12176 | 0.12176 | 0.12176 | 0.0 | 0.84 Other | | 0.01612 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6817 ave 6817 max 6817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552980 ave 552980 max 552980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552980 Ave neighs/atom = 276.49 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.802288293219, Press = -0.948929747857084 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 34000 -13269.798 -13269.798 -13344.19 -13344.19 287.90472 287.90472 31261.069 31261.069 -1202.1042 -1202.1042 35000 -13265.758 -13265.758 -13343.738 -13343.738 301.7915 301.7915 31265.295 31265.295 -1257.5375 -1257.5375 Loop time of 14.6973 on 1 procs for 1000 steps with 2000 atoms Performance: 5.879 ns/day, 4.083 hours/ns, 68.039 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 | 14.5 | 14.5 | 14.5 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056945 | 0.056945 | 0.056945 | 0.0 | 0.39 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12399 | 0.12399 | 0.12399 | 0.0 | 0.84 Other | | 0.01667 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6816 ave 6816 max 6816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552674 ave 552674 max 552674 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552674 Ave neighs/atom = 276.337 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.832148881148, Press = -1.27211859403523 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 35000 -13265.758 -13265.758 -13343.738 -13343.738 301.7915 301.7915 31265.295 31265.295 -1257.5375 -1257.5375 36000 -13268.555 -13268.555 -13345.354 -13345.354 297.21876 297.21876 31250.7 31250.7 -302.63066 -302.63066 Loop time of 14.4397 on 1 procs for 1000 steps with 2000 atoms Performance: 5.984 ns/day, 4.011 hours/ns, 69.254 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 | 14.245 | 14.245 | 14.245 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055964 | 0.055964 | 0.055964 | 0.0 | 0.39 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12188 | 0.12188 | 0.12188 | 0.0 | 0.84 Other | | 0.01635 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6817 ave 6817 max 6817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552934 ave 552934 max 552934 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552934 Ave neighs/atom = 276.467 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.869682117612, Press = -1.26471655061194 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 36000 -13268.555 -13268.555 -13345.354 -13345.354 297.21876 297.21876 31250.7 31250.7 -302.63066 -302.63066 37000 -13268.924 -13268.924 -13344.356 -13344.356 291.92922 291.92922 31243.816 31243.816 510.32383 510.32383 Loop time of 14.5539 on 1 procs for 1000 steps with 2000 atoms Performance: 5.937 ns/day, 4.043 hours/ns, 68.710 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 | 14.358 | 14.358 | 14.358 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056388 | 0.056388 | 0.056388 | 0.0 | 0.39 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12299 | 0.12299 | 0.12299 | 0.0 | 0.85 Other | | 0.01643 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6821 ave 6821 max 6821 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553226 ave 553226 max 553226 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553226 Ave neighs/atom = 276.613 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.927911075387, Press = -0.669150946087409 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 37000 -13268.924 -13268.924 -13344.356 -13344.356 291.92922 291.92922 31243.816 31243.816 510.32383 510.32383 38000 -13264.628 -13264.628 -13342.594 -13342.594 301.7328 301.7328 31251.575 31251.575 91.688556 91.688556 Loop time of 14.6383 on 1 procs for 1000 steps with 2000 atoms Performance: 5.902 ns/day, 4.066 hours/ns, 68.314 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 | 14.441 | 14.441 | 14.441 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056827 | 0.056827 | 0.056827 | 0.0 | 0.39 Output | 3.6001e-05 | 3.6001e-05 | 3.6001e-05 | 0.0 | 0.00 Modify | 0.12369 | 0.12369 | 0.12369 | 0.0 | 0.84 Other | | 0.01664 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6817 ave 6817 max 6817 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553276 ave 553276 max 553276 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553276 Ave neighs/atom = 276.638 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.989210703492, Press = -1.09451606722465 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 38000 -13264.628 -13264.628 -13342.594 -13342.594 301.7328 301.7328 31251.575 31251.575 91.688556 91.688556 39000 -13266.914 -13266.914 -13343.352 -13343.352 295.82394 295.82394 31248.577 31248.577 95.840754 95.840754 Loop time of 14.491 on 1 procs for 1000 steps with 2000 atoms Performance: 5.962 ns/day, 4.025 hours/ns, 69.008 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 | 14.296 | 14.296 | 14.296 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056046 | 0.056046 | 0.056046 | 0.0 | 0.39 Output | 3.0041e-05 | 3.0041e-05 | 3.0041e-05 | 0.0 | 0.00 Modify | 0.12222 | 0.12222 | 0.12222 | 0.0 | 0.84 Other | | 0.0164 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6804 ave 6804 max 6804 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553084 ave 553084 max 553084 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553084 Ave neighs/atom = 276.542 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.032639966989, Press = -1.25253067835921 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 39000 -13266.914 -13266.914 -13343.352 -13343.352 295.82394 295.82394 31248.577 31248.577 95.840754 95.840754 40000 -13269.391 -13269.391 -13345.169 -13345.169 293.2695 293.2695 31220.82 31220.82 2377.8687 2377.8687 Loop time of 14.6266 on 1 procs for 1000 steps with 2000 atoms Performance: 5.907 ns/day, 4.063 hours/ns, 68.368 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 | 14.43 | 14.43 | 14.43 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056638 | 0.056638 | 0.056638 | 0.0 | 0.39 Output | 3.7909e-05 | 3.7909e-05 | 3.7909e-05 | 0.0 | 0.00 Modify | 0.12386 | 0.12386 | 0.12386 | 0.0 | 0.85 Other | | 0.01659 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6819 ave 6819 max 6819 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553104 ave 553104 max 553104 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553104 Ave neighs/atom = 276.552 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.022354006046, Press = -1.00968882020405 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 40000 -13269.391 -13269.391 -13345.169 -13345.169 293.2695 293.2695 31220.82 31220.82 2377.8687 2377.8687 41000 -13269.216 -13269.216 -13345.633 -13345.633 295.741 295.741 31212.395 31212.395 3233.5274 3233.5274 Loop time of 14.8165 on 1 procs for 1000 steps with 2000 atoms Performance: 5.831 ns/day, 4.116 hours/ns, 67.492 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 | 14.617 | 14.617 | 14.617 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056778 | 0.056778 | 0.056778 | 0.0 | 0.38 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12561 | 0.12561 | 0.12561 | 0.0 | 0.85 Other | | 0.01667 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553454 ave 553454 max 553454 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553454 Ave neighs/atom = 276.727 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.03188305475, Press = 0.582698521468987 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 41000 -13269.216 -13269.216 -13345.633 -13345.633 295.741 295.741 31212.395 31212.395 3233.5274 3233.5274 42000 -13268.652 -13268.652 -13345.451 -13345.451 297.22082 297.22082 31233.725 31233.725 1159.8418 1159.8418 Loop time of 14.5904 on 1 procs for 1000 steps with 2000 atoms Performance: 5.922 ns/day, 4.053 hours/ns, 68.538 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 | 14.394 | 14.394 | 14.394 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05686 | 0.05686 | 0.05686 | 0.0 | 0.39 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.12321 | 0.12321 | 0.12321 | 0.0 | 0.84 Other | | 0.0165 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553792 ave 553792 max 553792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553792 Ave neighs/atom = 276.896 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.992327358148, Press = 1.12975903421841 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 42000 -13268.652 -13268.652 -13345.451 -13345.451 297.22082 297.22082 31233.725 31233.725 1159.8418 1159.8418 43000 -13273.749 -13273.749 -13346.358 -13346.358 281.00196 281.00196 31250.381 31250.381 -489.72761 -489.72761 Loop time of 14.4975 on 1 procs for 1000 steps with 2000 atoms Performance: 5.960 ns/day, 4.027 hours/ns, 68.978 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 | 14.302 | 14.302 | 14.302 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056548 | 0.056548 | 0.056548 | 0.0 | 0.39 Output | 3.2187e-05 | 3.2187e-05 | 3.2187e-05 | 0.0 | 0.00 Modify | 0.12299 | 0.12299 | 0.12299 | 0.0 | 0.85 Other | | 0.01631 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6821 ave 6821 max 6821 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553030 ave 553030 max 553030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553030 Ave neighs/atom = 276.515 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.971971401286, Press = 0.266248431641032 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 43000 -13273.749 -13273.749 -13346.358 -13346.358 281.00196 281.00196 31250.381 31250.381 -489.72761 -489.72761 44000 -13267.944 -13267.944 -13345.78 -13345.78 301.23532 301.23532 31262.507 31262.507 -1286.7836 -1286.7836 Loop time of 14.5594 on 1 procs for 1000 steps with 2000 atoms Performance: 5.934 ns/day, 4.044 hours/ns, 68.684 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 | 14.364 | 14.364 | 14.364 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056257 | 0.056257 | 0.056257 | 0.0 | 0.39 Output | 5.1022e-05 | 5.1022e-05 | 5.1022e-05 | 0.0 | 0.00 Modify | 0.12291 | 0.12291 | 0.12291 | 0.0 | 0.84 Other | | 0.01648 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6814 ave 6814 max 6814 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553014 ave 553014 max 553014 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553014 Ave neighs/atom = 276.507 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.929072273335, Press = -0.0610044015879164 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 44000 -13267.944 -13267.944 -13345.78 -13345.78 301.23532 301.23532 31262.507 31262.507 -1286.7836 -1286.7836 45000 -13271.042 -13271.042 -13345.527 -13345.527 288.26454 288.26454 31263.756 31263.756 -1506.7606 -1506.7606 Loop time of 14.5512 on 1 procs for 1000 steps with 2000 atoms Performance: 5.938 ns/day, 4.042 hours/ns, 68.723 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 | 14.355 | 14.355 | 14.355 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056625 | 0.056625 | 0.056625 | 0.0 | 0.39 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.12275 | 0.12275 | 0.12275 | 0.0 | 0.84 Other | | 0.01642 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6809 ave 6809 max 6809 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552772 ave 552772 max 552772 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552772 Ave neighs/atom = 276.386 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.962439798024, Press = -0.957237340915459 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 45000 -13271.042 -13271.042 -13345.527 -13345.527 288.26454 288.26454 31263.756 31263.756 -1506.7606 -1506.7606 46000 -13265.726 -13265.726 -13342.643 -13342.643 297.67652 297.67652 31267.267 31267.267 -1266.1523 -1266.1523 Loop time of 14.5027 on 1 procs for 1000 steps with 2000 atoms Performance: 5.958 ns/day, 4.029 hours/ns, 68.953 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 | 14.308 | 14.308 | 14.308 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056143 | 0.056143 | 0.056143 | 0.0 | 0.39 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.12234 | 0.12234 | 0.12234 | 0.0 | 0.84 Other | | 0.01621 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6807 ave 6807 max 6807 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552880 ave 552880 max 552880 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552880 Ave neighs/atom = 276.44 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.996669828694, Press = -1.01539586727682 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 46000 -13265.726 -13265.726 -13342.643 -13342.643 297.67652 297.67652 31267.267 31267.267 -1266.1523 -1266.1523 47000 -13271.285 -13271.285 -13347.363 -13347.363 294.43004 294.43004 31271.761 31271.761 -2437.7211 -2437.7211 Loop time of 14.7425 on 1 procs for 1000 steps with 2000 atoms Performance: 5.861 ns/day, 4.095 hours/ns, 67.831 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 | 14.545 | 14.545 | 14.545 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056594 | 0.056594 | 0.056594 | 0.0 | 0.38 Output | 4.1962e-05 | 4.1962e-05 | 4.1962e-05 | 0.0 | 0.00 Modify | 0.12397 | 0.12397 | 0.12397 | 0.0 | 0.84 Other | | 0.01667 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6811 ave 6811 max 6811 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552890 ave 552890 max 552890 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552890 Ave neighs/atom = 276.445 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.010847678592, Press = -1.65524286596256 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 47000 -13271.285 -13271.285 -13347.363 -13347.363 294.43004 294.43004 31271.761 31271.761 -2437.7211 -2437.7211 48000 -13268.399 -13268.399 -13346.126 -13346.126 300.81224 300.81224 31254.198 31254.198 -662.11868 -662.11868 Loop time of 14.1772 on 1 procs for 1000 steps with 2000 atoms Performance: 6.094 ns/day, 3.938 hours/ns, 70.536 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 | 13.986 | 13.986 | 13.986 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05522 | 0.05522 | 0.05522 | 0.0 | 0.39 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.12017 | 0.12017 | 0.12017 | 0.0 | 0.85 Other | | 0.01614 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6805 ave 6805 max 6805 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552792 ave 552792 max 552792 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552792 Ave neighs/atom = 276.396 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.971438527319, Press = -1.83252308215531 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 48000 -13268.399 -13268.399 -13346.126 -13346.126 300.81224 300.81224 31254.198 31254.198 -662.11868 -662.11868 49000 -13270.519 -13270.519 -13346.282 -13346.282 293.20958 293.20958 31222.865 31222.865 2173.7845 2173.7845 Loop time of 14.4804 on 1 procs for 1000 steps with 2000 atoms Performance: 5.967 ns/day, 4.022 hours/ns, 69.059 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 | 14.286 | 14.286 | 14.286 | 0.0 | 98.66 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055698 | 0.055698 | 0.055698 | 0.0 | 0.38 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.12239 | 0.12239 | 0.12239 | 0.0 | 0.85 Other | | 0.01644 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6806 ave 6806 max 6806 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553102 ave 553102 max 553102 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553102 Ave neighs/atom = 276.551 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.951537639049, Press = -1.27296005742753 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 49000 -13270.519 -13270.519 -13346.282 -13346.282 293.20958 293.20958 31222.865 31222.865 2173.7845 2173.7845 50000 -13268.594 -13268.594 -13343.982 -13343.982 291.76072 291.76072 31212.798 31212.798 3332.3272 3332.3272 Loop time of 14.3081 on 1 procs for 1000 steps with 2000 atoms Performance: 6.039 ns/day, 3.974 hours/ns, 69.890 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 | 14.114 | 14.114 | 14.114 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.055725 | 0.055725 | 0.055725 | 0.0 | 0.39 Output | 3.9816e-05 | 3.9816e-05 | 3.9816e-05 | 0.0 | 0.00 Modify | 0.12167 | 0.12167 | 0.12167 | 0.0 | 0.85 Other | | 0.0162 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6820 ave 6820 max 6820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553396 ave 553396 max 553396 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553396 Ave neighs/atom = 276.698 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.010888231308, Press = -0.27523326604064 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 50000 -13268.594 -13268.594 -13343.982 -13343.982 291.76072 291.76072 31212.798 31212.798 3332.3272 3332.3272 51000 -13267.382 -13267.382 -13343.833 -13343.833 295.87266 295.87266 31233.219 31233.219 1465.338 1465.338 Loop time of 14.0288 on 1 procs for 1000 steps with 2000 atoms Performance: 6.159 ns/day, 3.897 hours/ns, 71.282 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 | 13.838 | 13.838 | 13.838 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.054582 | 0.054582 | 0.054582 | 0.0 | 0.39 Output | 3.5048e-05 | 3.5048e-05 | 3.5048e-05 | 0.0 | 0.00 Modify | 0.11997 | 0.11997 | 0.11997 | 0.0 | 0.86 Other | | 0.01576 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6815 ave 6815 max 6815 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553430 ave 553430 max 553430 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553430 Ave neighs/atom = 276.715 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.024479566238, Press = 0.469597227762223 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 51000 -13267.382 -13267.382 -13343.833 -13343.833 295.87266 295.87266 31233.219 31233.219 1465.338 1465.338 52000 -13270.554 -13270.554 -13344.855 -13344.855 287.55254 287.55254 31254.786 31254.786 -654.60273 -654.60273 Loop time of 13.3177 on 1 procs for 1000 steps with 2000 atoms Performance: 6.488 ns/day, 3.699 hours/ns, 75.088 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 | 13.136 | 13.136 | 13.136 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051952 | 0.051952 | 0.051952 | 0.0 | 0.39 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.11448 | 0.11448 | 0.11448 | 0.0 | 0.86 Other | | 0.01506 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6820 ave 6820 max 6820 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553120 ave 553120 max 553120 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553120 Ave neighs/atom = 276.56 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.003023907404, Press = 0.308845142118933 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 52000 -13270.554 -13270.554 -13344.855 -13344.855 287.55254 287.55254 31254.786 31254.786 -654.60273 -654.60273 53000 -13268.736 -13268.736 -13344.734 -13344.734 294.11717 294.11717 31256.326 31256.326 -720.10975 -720.10975 Loop time of 13.2687 on 1 procs for 1000 steps with 2000 atoms Performance: 6.512 ns/day, 3.686 hours/ns, 75.365 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 | 13.087 | 13.087 | 13.087 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051896 | 0.051896 | 0.051896 | 0.0 | 0.39 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.11447 | 0.11447 | 0.11447 | 0.0 | 0.86 Other | | 0.01509 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6797 ave 6797 max 6797 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552848 ave 552848 max 552848 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552848 Ave neighs/atom = 276.424 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.983729333309, Press = -0.265695682416185 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 53000 -13268.736 -13268.736 -13344.734 -13344.734 294.11717 294.11717 31256.326 31256.326 -720.10975 -720.10975 54000 -13268.449 -13268.449 -13345.272 -13345.272 297.31318 297.31318 31260.04 31260.04 -1158.0186 -1158.0186 Loop time of 13.4392 on 1 procs for 1000 steps with 2000 atoms Performance: 6.429 ns/day, 3.733 hours/ns, 74.409 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 13.255 | 13.255 | 13.255 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052479 | 0.052479 | 0.052479 | 0.0 | 0.39 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.11678 | 0.11678 | 0.11678 | 0.0 | 0.87 Other | | 0.01497 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6818 ave 6818 max 6818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 552986 ave 552986 max 552986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 552986 Ave neighs/atom = 276.493 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.990339549127, Press = -0.505044510118412 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 54000 -13268.449 -13268.449 -13345.272 -13345.272 297.31318 297.31318 31260.04 31260.04 -1158.0186 -1158.0186 55000 -13269.096 -13269.096 -13344.689 -13344.689 292.55521 292.55521 31252.749 31252.749 -366.60472 -366.60472 Loop time of 13.547 on 1 procs for 1000 steps with 2000 atoms Performance: 6.378 ns/day, 3.763 hours/ns, 73.817 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 | 13.362 | 13.362 | 13.362 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053267 | 0.053267 | 0.053267 | 0.0 | 0.39 Output | 4.0054e-05 | 4.0054e-05 | 4.0054e-05 | 0.0 | 0.00 Modify | 0.11576 | 0.11576 | 0.11576 | 0.0 | 0.85 Other | | 0.01558 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6819 ave 6819 max 6819 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553000 ave 553000 max 553000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553000 Ave neighs/atom = 276.5 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.000314822981, Press = -0.718922604275217 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 55000 -13269.096 -13269.096 -13344.689 -13344.689 292.55521 292.55521 31252.749 31252.749 -366.60472 -366.60472 56000 -13267.637 -13267.637 -13342.776 -13342.776 290.79345 290.79345 31254.653 31254.653 -275.42216 -275.42216 Loop time of 13.0543 on 1 procs for 1000 steps with 2000 atoms Performance: 6.619 ns/day, 3.626 hours/ns, 76.603 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 | 12.875 | 12.875 | 12.875 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051763 | 0.051763 | 0.051763 | 0.0 | 0.40 Output | 7.5102e-05 | 7.5102e-05 | 7.5102e-05 | 0.0 | 0.00 Modify | 0.11238 | 0.11238 | 0.11238 | 0.0 | 0.86 Other | | 0.01478 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6818 ave 6818 max 6818 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553136 ave 553136 max 553136 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553136 Ave neighs/atom = 276.568 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.989808992255, Press = -0.944620043423439 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 56000 -13267.637 -13267.637 -13342.776 -13342.776 290.79345 290.79345 31254.653 31254.653 -275.42216 -275.42216 57000 -13272.142 -13272.142 -13346.11 -13346.11 286.26505 286.26505 31234.309 31234.309 1016.2186 1016.2186 Loop time of 13.5734 on 1 procs for 1000 steps with 2000 atoms Performance: 6.365 ns/day, 3.770 hours/ns, 73.673 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 | 13.389 | 13.389 | 13.389 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052828 | 0.052828 | 0.052828 | 0.0 | 0.39 Output | 3.8147e-05 | 3.8147e-05 | 3.8147e-05 | 0.0 | 0.00 Modify | 0.11668 | 0.11668 | 0.11668 | 0.0 | 0.86 Other | | 0.01529 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6807 ave 6807 max 6807 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553076 ave 553076 max 553076 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553076 Ave neighs/atom = 276.538 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.965019811454, Press = -1.62483203221735 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 57000 -13272.142 -13272.142 -13346.11 -13346.11 286.26505 286.26505 31234.309 31234.309 1016.2186 1016.2186 58000 -13266.967 -13266.967 -13342.985 -13342.985 294.19822 294.19822 31218.542 31218.542 2972.9064 2972.9064 Loop time of 13.4443 on 1 procs for 1000 steps with 2000 atoms Performance: 6.427 ns/day, 3.735 hours/ns, 74.381 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 | 13.261 | 13.261 | 13.261 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05277 | 0.05277 | 0.05277 | 0.0 | 0.39 Output | 3.0994e-05 | 3.0994e-05 | 3.0994e-05 | 0.0 | 0.00 Modify | 0.11547 | 0.11547 | 0.11547 | 0.0 | 0.86 Other | | 0.01534 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6825 ave 6825 max 6825 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553254 ave 553254 max 553254 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553254 Ave neighs/atom = 276.627 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.944507199939, Press = -0.904270742085474 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 58000 -13266.967 -13266.967 -13342.985 -13342.985 294.19822 294.19822 31218.542 31218.542 2972.9064 2972.9064 59000 -13271.614 -13271.614 -13346.121 -13346.121 288.34926 288.34926 31214.07 31214.07 2953.559 2953.559 Loop time of 13.3326 on 1 procs for 1000 steps with 2000 atoms Performance: 6.480 ns/day, 3.703 hours/ns, 75.004 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 | 13.149 | 13.149 | 13.149 | 0.0 | 98.62 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.052428 | 0.052428 | 0.052428 | 0.0 | 0.39 Output | 2.9087e-05 | 2.9087e-05 | 2.9087e-05 | 0.0 | 0.00 Modify | 0.11529 | 0.11529 | 0.11529 | 0.0 | 0.86 Other | | 0.01627 | | | 0.12 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6812 ave 6812 max 6812 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553492 ave 553492 max 553492 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553492 Ave neighs/atom = 276.746 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.941636742398, Press = -0.109031278163656 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 59000 -13271.614 -13271.614 -13346.121 -13346.121 288.34926 288.34926 31214.07 31214.07 2953.559 2953.559 60000 -13268.941 -13268.941 -13346.751 -13346.751 301.13345 301.13345 31239.81 31239.81 490.73208 490.73208 Loop time of 13.2629 on 1 procs for 1000 steps with 2000 atoms Performance: 6.514 ns/day, 3.684 hours/ns, 75.398 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 13.082 | 13.082 | 13.082 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05198 | 0.05198 | 0.05198 | 0.0 | 0.39 Output | 4.1008e-05 | 4.1008e-05 | 4.1008e-05 | 0.0 | 0.00 Modify | 0.1139 | 0.1139 | 0.1139 | 0.0 | 0.86 Other | | 0.01502 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6815 ave 6815 max 6815 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553498 ave 553498 max 553498 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553498 Ave neighs/atom = 276.749 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.965758995403, Press = -0.441072706334126 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 60000 -13268.941 -13268.941 -13346.751 -13346.751 301.13345 301.13345 31239.81 31239.81 490.73208 490.73208 61000 -13267.355 -13267.355 -13342.962 -13342.962 292.60396 292.60396 31249.255 31249.255 76.712058 76.712058 Loop time of 13.0281 on 1 procs for 1000 steps with 2000 atoms Performance: 6.632 ns/day, 3.619 hours/ns, 76.757 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 | 12.849 | 12.849 | 12.849 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051536 | 0.051536 | 0.051536 | 0.0 | 0.40 Output | 3.8862e-05 | 3.8862e-05 | 3.8862e-05 | 0.0 | 0.00 Modify | 0.11229 | 0.11229 | 0.11229 | 0.0 | 0.86 Other | | 0.01478 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6819 ave 6819 max 6819 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553030 ave 553030 max 553030 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553030 Ave neighs/atom = 276.515 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.98999711411, Press = -0.445745020359835 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 61000 -13267.355 -13267.355 -13342.962 -13342.962 292.60396 292.60396 31249.255 31249.255 76.712058 76.712058 62000 -13269.245 -13269.245 -13344.048 -13344.048 289.49397 289.49397 31237.089 31237.089 1029.8579 1029.8579 Loop time of 13.0609 on 1 procs for 1000 steps with 2000 atoms Performance: 6.615 ns/day, 3.628 hours/ns, 76.565 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 | 12.882 | 12.882 | 12.882 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.051608 | 0.051608 | 0.051608 | 0.0 | 0.40 Output | 3.1948e-05 | 3.1948e-05 | 3.1948e-05 | 0.0 | 0.00 Modify | 0.11267 | 0.11267 | 0.11267 | 0.0 | 0.86 Other | | 0.01498 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6821 ave 6821 max 6821 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553036 ave 553036 max 553036 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553036 Ave neighs/atom = 276.518 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 293.005421629682, Press = -0.381041918096429 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 62000 -13269.245 -13269.245 -13344.048 -13344.048 289.49397 289.49397 31237.089 31237.089 1029.8579 1029.8579 63000 -13267.925 -13267.925 -13344.334 -13344.334 295.70957 295.70957 31244.759 31244.759 398.14837 398.14837 Loop time of 13.2563 on 1 procs for 1000 steps with 2000 atoms Performance: 6.518 ns/day, 3.682 hours/ns, 75.436 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 13.075 | 13.075 | 13.075 | 0.0 | 98.63 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.05198 | 0.05198 | 0.05198 | 0.0 | 0.39 Output | 5.9128e-05 | 5.9128e-05 | 5.9128e-05 | 0.0 | 0.00 Modify | 0.11388 | 0.11388 | 0.11388 | 0.0 | 0.86 Other | | 0.01512 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6811 ave 6811 max 6811 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553070 ave 553070 max 553070 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553070 Ave neighs/atom = 276.535 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 292.985503985719, Press = -0.396908763857212 next a jump SELF top variable a loop 2000 run 1000 Per MPI rank memory allocation (min/avg/max) = 5.426 | 5.426 | 5.426 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 63000 -13267.925 -13267.925 -13344.334 -13344.334 295.70957 295.70957 31244.759 31244.759 398.14837 398.14837 64000 -13272.789 -13272.789 -13345.929 -13345.929 283.05939 283.05939 31242.603 31242.603 133.89043 133.89043 Loop time of 13.8455 on 1 procs for 1000 steps with 2000 atoms Performance: 6.240 ns/day, 3.846 hours/ns, 72.226 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 | 13.658 | 13.658 | 13.658 | 0.0 | 98.65 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.053907 | 0.053907 | 0.053907 | 0.0 | 0.39 Output | 2.6941e-05 | 2.6941e-05 | 2.6941e-05 | 0.0 | 0.00 Modify | 0.11774 | 0.11774 | 0.11774 | 0.0 | 0.85 Other | | 0.01562 | | | 0.11 Nlocal: 2000 ave 2000 max 2000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6802 ave 6802 max 6802 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 553096 ave 553096 max 553096 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 553096 Ave neighs/atom = 276.548 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${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_T293.15.out" else "print 'not_converged' file output/vol_T293.15.out" print '${V}' file output/vol_T293.15.out 31248.1599333927 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0