Trace number 4434446

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.03? (TO) 3600.01 3609.41

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434446-1721118876.opb
6.27/6.33	c single stage optimization mode
3600.00/3609.40	c 
3600.00/3609.40	c *** TERMINATED *** by signal 15
3600.00/3609.40	s UNKNOWN
3600.00/3609.40	c _____________________________________________________________________________
3600.00/3609.40	c std/band forms        : 51105,0
3600.00/3609.40	c 2cl/3cl ITE-codings   : 0,0
3600.00/3609.40	c BDD/srt/adr Max costs : 0,2744,0
3600.00/3609.40	c BDDraw/bin/mul/srt/adr: 0,0,0,51105,0
3600.00/3609.40	c BDD nodes             : 0
3600.00/3609.40	c Es1/CC detections     : 0,0
3600.00/3609.40	c CC sort               : 26654
3600.00/3609.40	c SAT/UNSAT calls       : 0,0
3600.00/3609.40	c regenrated variables  : 0
3600.00/3609.40	c eliminated fixed lits : 24968
3600.00/3609.40	c goal lit flips        : 0
3600.00/3609.40	c goal stages           : 1
3600.00/3609.40	c goal shrink           : 0
3600.00/3609.40	c goal coeff separations: 22512
3600.00/3609.40	c restarts              : 0
3600.00/3609.40	c conflicts             : 0              (0 /sec)
3600.00/3609.40	c decisions             : 0              (0 /sec)
3600.00/3609.40	c propagations          : 0              (0 /sec)
3600.00/3609.40	c inspects              : 0              (0 /sec)
3600.00/3609.40	c CPU time (solving tm) : 3597 s        (3591 s, SAT 0 s, UNSAT 0 s)
3600.00/3609.40	c Time for Opt-base     : 0.1124 s
3600.00/3609.40	c Steps for Opt-base    : 0
3600.00/3609.40	c Time for BDD coding   : 0 s
3600.00/3609.40	c Time for srt coding   : 1.237 s
3600.00/3609.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (55277 MiB free)
  memory of node 1: 64510 MiB (44385 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434446-1721118876/watcher-4434446-1721118876 -o /tmp/evaluation-result-4434446-1721118876/solver-4434446-1721118876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721109326-840863 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434446-1721118876.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=848748, runsolver pid=848745

[startup+0.100677 s]*
/proc/loadavg: 4.06 4.09 4.09 5/265 848753
/proc/meminfo: memFree=102028912/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=28028 memory=26132 CPUtime=0.09 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 6341 0 0 0 8 1 0 0 20 0 1 0 164057357 28700672 6533 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 7007 6533 548 659 0 6211 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37960 KiB
Current children cumulated memory: 28968 KiB

[startup+0.205689 s]*
/proc/loadavg: 4.06 4.09 4.09 5/265 848753
/proc/meminfo: memFree=102022516/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=31760 memory=30104 CPUtime=0.19 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 7745 0 0 0 18 1 0 0 20 0 1 0 164057357 32522240 7526 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 7940 7526 580 659 0 7144 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 41692 KiB
Current children cumulated memory: 32940 KiB

[startup+0.305919 s]*
/proc/loadavg: 4.06 4.09 4.09 5/265 848753
/proc/meminfo: memFree=102023000/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=31760 memory=30104 CPUtime=0.29 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 7769 0 0 0 28 1 0 0 20 0 1 0 164057357 32522240 7526 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 7940 7526 580 659 0 7144 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41692 KiB
Current children cumulated memory: 32940 KiB

[startup+0.700272 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 848753
/proc/meminfo: memFree=102007196/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=78844 memory=75528 CPUtime=0.69 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 18826 0 0 0 66 3 0 0 20 0 1 0 164057357 80736256 18882 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 19711 18882 580 659 0 18915 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 88776 KiB
Current children cumulated memory: 78364 KiB

[startup+1.50027 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 848753
/proc/meminfo: memFree=101936012/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=154144 memory=150636 CPUtime=1.48 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 35362 0 0 0 143 5 0 0 20 0 1 0 164057357 157843456 37659 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 38536 37659 580 659 0 37740 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 164076 KiB
Current children cumulated memory: 153472 KiB

[startup+3.10602 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 848753
/proc/meminfo: memFree=101585572/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=449800 memory=438300 CPUtime=3.08 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 68169 0 0 0 293 15 0 0 20 0 1 0 164057357 460595200 109575 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 112450 109575 612 659 0 111654 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 459732 KiB
Current children cumulated memory: 441136 KiB

[startup+6.30026 s]
/proc/loadavg: 4.05 4.09 4.09 5/265 848753
/proc/meminfo: memFree=100345188/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1761592 memory=1659456 CPUtime=6.27 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 160997 0 0 0 572 55 0 0 20 0 1 0 164057357 1803870208 414864 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 440398 414864 612 659 0 439602 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1771524 KiB
Current children cumulated memory: 1662292 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.08 4.09 5/265 848755
/proc/meminfo: memFree=100099296/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1930932 memory=1832660 CPUtime=12.65 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 165680 0 0 0 1204 61 0 0 20 0 1 0 164057357 1977274368 458165 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 482733 458165 644 659 0 481937 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1940864 KiB
Current children cumulated memory: 1835496 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 848756
/proc/meminfo: memFree=100315532/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1592024 memory=1489216 CPUtime=25.42 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 180616 0 0 0 2462 80 0 0 20 0 1 0 164057357 1630232576 372304 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 398006 372304 660 659 0 397210 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1601956 KiB
Current children cumulated memory: 1492052 KiB

[startup+51.1059 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 848761
/proc/meminfo: memFree=100181536/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1452364 memory=1354696 CPUtime=50.96 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 196641 0 0 0 4983 113 0 0 20 0 1 0 164057357 1487220736 338674 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 363091 338674 660 659 0 362295 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1462296 KiB
Current children cumulated memory: 1357532 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/260 848769
/proc/meminfo: memFree=99660972/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1452364 memory=1356764 CPUtime=102.01 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 196949 0 0 0 10088 113 0 0 20 0 1 0 164057357 1487220736 339191 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 363091 339191 660 659 0 362295 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1462296 KiB
Current children cumulated memory: 1359600 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/258 848780
/proc/meminfo: memFree=99125096/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1452364 memory=1357168 CPUtime=161.84 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 197298 0 0 0 16071 113 0 0 20 0 1 0 164057357 1487220736 339292 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 363091 339292 660 659 0 362295 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 1462296 KiB
Current children cumulated memory: 1360004 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 848790
/proc/meminfo: memFree=98678024/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1352780 memory=1257944 CPUtime=221.67 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 198464 0 0 0 22053 114 0 0 20 0 1 0 164057357 1385246720 314486 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 338195 314486 660 659 0 337399 0
Current children cumulated CPU time: 221.67 s

################
# More data... #
################

/proc/loadavg: 1.06 1.28 2.02 2/235 849968
/proc/meminfo: memFree=123663516/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1434520 memory=1353352 CPUtime=3034.21 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 261383 0 0 0 303176 245 0 0 20 0 1 0 164057357 1468948480 338338 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 358630 338338 660 659 0 357834 0
Current children cumulated CPU time: 3034.21 s
Current children cumulated vsize: 1444452 KiB
Current children cumulated memory: 1356188 KiB

[startup+3102.3 s]
/proc/loadavg: 1.07 1.24 1.96 2/237 850363
/proc/meminfo: memFree=123659408/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1438132 memory=1356964 CPUtime=3094.08 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 262727 0 0 0 309161 247 0 0 20 0 1 0 164057357 1472647168 339241 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 359533 339241 660 659 0 358737 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 1448064 KiB
Current children cumulated memory: 1359800 KiB

[startup+3162.3 s]
/proc/loadavg: 1.14 1.22 1.91 2/237 850375
/proc/meminfo: memFree=123674392/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1422804 memory=1341636 CPUtime=3153.95 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 264311 0 0 0 315145 250 0 0 20 0 1 0 164057357 1456951296 335409 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 355701 335409 660 659 0 354905 0
Current children cumulated CPU time: 3153.95 s
Current children cumulated vsize: 1432736 KiB
Current children cumulated memory: 1344472 KiB

[startup+3222.3 s]
/proc/loadavg: 1.11 1.20 1.86 2/237 850385
/proc/meminfo: memFree=123672560/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1423296 memory=1343340 CPUtime=3213.8 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 265471 0 0 0 321129 251 0 0 20 0 1 0 164057357 1457455104 335835 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 355824 335835 660 659 0 355028 0
Current children cumulated CPU time: 3213.8 s
Current children cumulated vsize: 1433228 KiB
Current children cumulated memory: 1346176 KiB

[startup+3282.3 s]
/proc/loadavg: 1.04 1.16 1.80 2/239 850566
/proc/meminfo: memFree=123669312/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1425936 memory=1345980 CPUtime=3273.66 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 266262 0 0 0 327114 252 0 0 20 0 1 0 164057357 1460158464 336495 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 356484 336495 660 659 0 355688 0
Current children cumulated CPU time: 3273.66 s
Current children cumulated vsize: 1435868 KiB
Current children cumulated memory: 1348816 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.16 1.76 2/239 850577
/proc/meminfo: memFree=123665664/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1426948 memory=1346992 CPUtime=3333.53 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 267379 0 0 0 333099 254 0 0 20 0 1 0 164057357 1461194752 336748 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 356737 336748 660 659 0 355941 0
Current children cumulated CPU time: 3333.53 s
Current children cumulated vsize: 1436880 KiB
Current children cumulated memory: 1349828 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.14 1.71 2/239 850646
/proc/meminfo: memFree=123664100/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1428276 memory=1348320 CPUtime=3393.38 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 268831 0 0 0 339081 257 0 0 20 0 1 0 164057357 1462554624 337080 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 357069 337080 660 659 0 356273 0
Current children cumulated CPU time: 3393.38 s
Current children cumulated vsize: 1438208 KiB
Current children cumulated memory: 1351156 KiB

[startup+3462.3 s]
/proc/loadavg: 1.07 1.13 1.67 2/240 850658
/proc/meminfo: memFree=123660328/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1431792 memory=1351836 CPUtime=3453.25 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 270157 0 0 0 345066 259 0 0 20 0 1 0 164057357 1466155008 337959 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 357948 337959 660 659 0 357152 0
Current children cumulated CPU time: 3453.25 s
Current children cumulated vsize: 1441724 KiB
Current children cumulated memory: 1354672 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.12 1.63 2/240 850668
/proc/meminfo: memFree=123662608/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1428808 memory=1348852 CPUtime=3513.11 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 271156 0 0 0 351050 261 0 0 20 0 1 0 164057357 1463099392 337213 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 357202 337213 660 659 0 356406 0
Current children cumulated CPU time: 3513.11 s
Current children cumulated vsize: 1438740 KiB
Current children cumulated memory: 1351688 KiB

[startup+3582.3 s]
/proc/loadavg: 1.07 1.11 1.60 2/238 850679
/proc/meminfo: memFree=123660372/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1431052 memory=1351096 CPUtime=3572.96 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 272283 0 0 0 357034 262 0 0 20 0 1 0 164057357 1465397248 337774 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 357763 337774 660 659 0 356967 0
Current children cumulated CPU time: 3572.96 s
Current children cumulated vsize: 1440984 KiB
Current children cumulated memory: 1353932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 1.11 1.12 1.59 2/238 850685
/proc/meminfo: memFree=123546324/131524600 swapFree=131071996/131071996
[pid=848748] ppid=848745 vsize=9932 memory=2836 CPUtime=0 cores=5,7
/proc/848748/stat : 848748 (naps-1.03.sh) S 848745 848748 840689 0 -1 4194304 226 239 0 0 0 0 0 0 20 0 1 0 164057357 10170368 709 134679101440 94594087211008 94594088290328 140724040259712 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94594090388784 94594090435972 94594115428352 140724040262628 140724040262753 140724040262753 140724040269768 0
/proc/848748/statm: 2483 709 633 264 0 134 0
[pid=848753] ppid=848748 vsize=1544296 memory=1464340 CPUtime=3600 cores=5,7
/proc/848753/stat : 848753 (naps-1.03) R 848748 848748 840689 0 -1 4194304 274711 0 0 0 359729 271 0 0 20 0 1 0 164057357 1581359104 366085 134679101440 4194304 6891213 140731590731888 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21045248 140731590734837 140731590734949 140731590734949 140731590741963 0
/proc/848753/statm: 386074 366085 660 659 0 385278 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1554228 KiB
Current children cumulated memory: 1467176 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.4 s]
# the end of solver process 848748 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3597.3 s, system=2.71635 s

Solver just ended.
Sleeping 2 seconds
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 10

Real time (s): 3609.41
CPU time (s): 3600.01
CPU user time (s): 3597.3
CPU system time (s): 2.71635
CPU usage (%): 99.7398
Max. virtual memory (cumulated for all children) (KiB): 2056448
Max. memory (cumulated for all children) (KiB): 1951064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.3
system time used= 2.71635
maximum resident set size= 1948228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176
involuntary context switches= 1555


# summary of solver processes directly reported to runsolver:
#   pid: 848748
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3597.3
#   total CPU system time (s): 2.71635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41335 second user time and 16.4493 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-16 10:34:49
IDJOB=4434446
IDBENCH=155358
IDSOLVER=3063
FILE ID=nodeC033/4434446-1721118876
RUNJOBID= nodeC033-1721109326-840863
SLURM_JOB_ID= 7505643
Free space on /tmp= 889824 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434446-1721118876/watcher-4434446-1721118876 -o /tmp/evaluation-result-4434446-1721118876/solver-4434446-1721118876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721109326-840863 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434446-1721118876.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=1268194179

nodeC033.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.124
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.527
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.819
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3610.385
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.137
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3680.406
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.996
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.713
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        102054420 kB
MemAvailable:   106927736 kB
Buffers:          429088 kB
Cached:          5223540 kB
SwapCached:            0 kB
Active:           924756 kB
Inactive:       27780476 kB
Active(anon):       1596 kB
Inactive(anon): 23088744 kB
Active(file):     923160 kB
Inactive(file):  4691732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14272 kB
Writeback:             0 kB
AnonPages:      23048080 kB
Mapped:           111676 kB
Shmem:             37716 kB
KReclaimable:     196140 kB
Slab:             313888 kB
SReclaimable:     196140 kB
SUnreclaim:       117748 kB
KernelStack:        4272 kB
PageTables:        54976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   24078000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61824 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12111872 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262868 kB
DirectMap2M:    25724928 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC033 at 2024-07-16 11:34:58