Trace number 4522935

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
WMaxCDCL-SCIP 2025-06-21? 3596.24 3608.06

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i8_pp_87_merged.opb
MD5SUM9cee63c9b1f689a984aff093bf48a6b9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark346
Best CPU time to get the best result obtained on this benchmark1.68193
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables104748
Total number of constraints104749
Number of constraints which are clauses92371
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints10934
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
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.01	c Presolving by SCIP...
499.36/501.10	c Encoding OPB into MaxSAT...
499.36/501.10	c This is the PBCProcessor based on SCIP solver.
501.74/503.56	c Solving by WMaxCDCL...
3596.18/3608.04	c Rebuilding OPB solution...
3596.18/3608.04	c This is the PBCProcessor based on SCIP solver.
3596.18/3608.04	s UNKNOWN

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: 63665 MiB (58067 MiB free)
  memory of node 1: 64507 MiB (61528 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522935-1751590529/watcher-4522935-1751590529 -o /tmp/evaluation-result-4522935-1751590529/solver-4522935-1751590529 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84187 --watchdog 3760 HOME/opbsolver HOME/instance-4522935-1751590529.opb 3600 31000 HOME HOME 

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=84664, runsolver pid=84661
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=122377136/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=27340 memory=11004 CPUtime=0.07 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 2239 0 0 0 7 0 0 0 20 0 1 0 74730611 27996160 2751 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 6835 2751 640 2826 0 3447 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 31532 KiB
Current children cumulated memory: 14076 KiB

[startup+0.205806 s]*
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=122189760/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=103648 memory=90748 CPUtime=0.17 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 21101 0 0 0 14 3 0 0 20 0 1 0 74730611 106135552 22687 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 25912 22687 2016 2826 0 22524 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 107840 KiB
Current children cumulated memory: 93820 KiB

[startup+0.305738 s]*
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=122085052/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=170080 memory=157820 CPUtime=0.28 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 37863 0 0 0 22 6 0 0 20 0 1 0 74730611 174161920 39455 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 42520 39455 2016 2826 0 39132 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 174272 KiB
Current children cumulated memory: 160892 KiB

[startup+0.700218 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=121795000/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=383348 memory=371836 CPUtime=0.67 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 91032 0 0 0 52 15 0 0 20 0 1 0 74730611 392548352 92959 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 95837 92959 2368 2826 0 92449 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 387540 KiB
Current children cumulated memory: 374908 KiB

[startup+1.50022 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=121376052/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=467408 memory=441468 CPUtime=1.46 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 108407 0 0 0 129 17 0 0 20 0 1 0 74730611 478625792 110367 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 116852 110367 2400 2826 0 113464 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 471600 KiB
Current children cumulated memory: 444540 KiB

[startup+3.10562 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=120208496/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=843660 memory=747884 CPUtime=3.06 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 136995 0 0 0 280 26 0 0 20 0 1 0 74730611 863907840 186971 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 210915 186971 2432 2826 0 207527 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 847852 KiB
Current children cumulated memory: 750956 KiB

[startup+6.30021 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84670
/proc/meminfo: memFree=119471724/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1108964 memory=986248 CPUtime=6.25 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 145007 0 0 0 593 32 0 0 20 0 1 0 74730611 1135579136 246562 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 277241 246562 2464 2826 0 273853 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1113156 KiB
Current children cumulated memory: 989320 KiB

[startup+12.7002 s]
/proc/loadavg: 4.03 4.07 4.02 5/268 84671
/proc/meminfo: memFree=118981464/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1159080 memory=1036680 CPUtime=12.62 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 157760 0 0 0 1229 33 0 0 20 0 1 0 74730611 1186897920 259170 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 289770 259170 2464 2826 0 286382 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1163272 KiB
Current children cumulated memory: 1039752 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.07 4.02 5/268 84726
/proc/meminfo: memFree=118934660/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1411948 memory=1248708 CPUtime=25.38 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 213645 0 0 0 2494 44 0 0 20 0 1 0 74730611 1445834752 312177 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 352987 312177 2560 2826 0 349599 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1416140 KiB
Current children cumulated memory: 1251780 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.08 4.02 5/266 84726
/proc/meminfo: memFree=118555792/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1505188 memory=1333448 CPUtime=50.91 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 231790 0 0 0 5043 48 0 0 20 0 1 0 74730611 1541312512 333362 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 376297 333362 2656 2826 0 372909 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1509380 KiB
Current children cumulated memory: 1336520 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/267 84729
/proc/meminfo: memFree=117292560/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1513844 memory=1345484 CPUtime=101.96 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 233788 0 0 0 10147 49 0 0 20 0 1 0 74730611 1550176256 336371 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 378461 336371 2656 2826 0 375073 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1518036 KiB
Current children cumulated memory: 1348556 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/267 84731
/proc/meminfo: memFree=116813404/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1513844 memory=1345612 CPUtime=161.77 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 233825 0 0 0 16128 49 0 0 20 0 1 0 74730611 1550176256 336403 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 378461 336403 2656 2826 0 375073 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 1518036 KiB
Current children cumulated memory: 1348684 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/268 84738
/proc/meminfo: memFree=116597660/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84668] ppid=84664 vsize=1513844 memory=1345612 CPUtime=221.57 cores=5,7
/proc/84668/stat : 84668 (pbcpreprocessor) R 84664 84664 84174 0 -1 4194304 233830 0 0 0 22108 49 0 0 20 0 1 0 74730611 1550176256 336403 18446744073709551615 4198400 15773533 140734436724288 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 49192960 140734436727108 140734436727262 140734436727262 140734436732869 0
/proc/84668/statm: 378461 336403 2656 2826 0 375073 0

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

/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80196 0 0 0 282917 27 0 0 20 0 1 0 74780966 440709120 92852 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 107595 92852 448 424 0 107050 0
Current children cumulated CPU time: 3331.27 s
Current children cumulated vsize: 434572 KiB
Current children cumulated memory: 374480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.21 4.12 5/268 84973
/proc/meminfo: memFree=112642456/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=431924 memory=372432 CPUtime=2889.26 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80470 0 0 0 288899 27 0 0 20 0 1 0 74780966 442290176 93108 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 107981 93108 448 424 0 107436 0
Current children cumulated CPU time: 3391.09 s
Current children cumulated vsize: 436116 KiB
Current children cumulated memory: 375504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.11 5/268 84978
/proc/meminfo: memFree=112397500/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=432932 memory=376912 CPUtime=2949.08 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80549 0 0 0 294880 28 0 0 20 0 1 0 74780966 443322368 94228 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108233 94228 448 424 0 107688 0
Current children cumulated CPU time: 3450.91 s
Current children cumulated vsize: 437124 KiB
Current children cumulated memory: 379984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/268 84980
/proc/meminfo: memFree=112355608/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=379964 CPUtime=3008.9 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80802 0 0 0 300862 28 0 0 20 0 1 0 74780966 444358656 94991 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 94991 448 424 0 107941 0
Current children cumulated CPU time: 3510.73 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 383036 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/268 84982
/proc/meminfo: memFree=112295704/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=382012 CPUtime=3068.72 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80803 0 0 0 306844 28 0 0 20 0 1 0 74780966 444358656 95503 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 95503 448 424 0 107941 0
Current children cumulated CPU time: 3570.55 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 385084 KiB

[startup+3608.06 s]
# the end of solver process 84664 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3594.54 s, system=1.69802 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.15 4.11 5/268 84982
/proc/meminfo: memFree=112293836/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=382012 CPUtime=3070.42 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80803 0 0 0 307014 28 0 0 20 0 1 0 74780966 444358656 95503 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 95503 448 424 0 107941 0
Current children cumulated CPU time: 3572.25 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 385084 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112273640/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=382012 CPUtime=3083.18 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80803 0 0 0 308290 28 0 0 20 0 1 0 74780966 444358656 95503 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 95503 448 424 0 107941 0
Current children cumulated CPU time: 3585.01 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 385084 KiB

[startup+3603.2 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112254212/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=384060 CPUtime=3089.56 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80804 0 0 0 308928 28 0 0 20 0 1 0 74780966 444358656 96015 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 96015 448 424 0 107941 0
Current children cumulated CPU time: 3591.39 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 387132 KiB

[startup+3606.4 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112254140/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=384060 CPUtime=3092.75 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80804 0 0 0 309247 28 0 0 20 0 1 0 74780966 444358656 96015 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 96015 448 424 0 107941 0
Current children cumulated CPU time: 3594.58 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 387132 KiB

[startup+3607.2 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112250288/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=384060 CPUtime=3093.55 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80804 0 0 0 309327 28 0 0 20 0 1 0 74780966 444358656 96015 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 96015 448 424 0 107941 0
Current children cumulated CPU time: 3595.38 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 387132 KiB

[startup+3607.6 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112250288/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=384060 CPUtime=3093.94 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80804 0 0 0 309366 28 0 0 20 0 1 0 74780966 444358656 96015 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 96015 448 424 0 107941 0
Current children cumulated CPU time: 3595.77 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 387132 KiB

[startup+3608 s]*
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112254108/131249996 swapFree=33003468/33010684
[pid=84664] ppid=84661 vsize=4192 memory=3072 CPUtime=501.83 cores=5,7
/proc/84664/stat : 84664 (opbsolver) S 84661 84664 84174 0 -1 4194304 408 262900 0 0 0 0 50043 140 20 0 1 0 74730609 4292608 768 18446744073709551615 93862876028928 93862876923461 140720432004096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93862877162512 93862877210256 93862893838336 140720432007454 140720432007657 140720432007657 140720432013259 0
/proc/84664/statm: 1048 768 704 219 0 110 0
[pid=84773] ppid=84664 vsize=433944 memory=384060 CPUtime=3094.35 cores=5,7
/proc/84773/stat : 84773 (wmaxcdcl) R 84664 84664 84174 0 -1 4194304 80804 0 0 0 309407 28 0 0 20 0 1 0 74780966 444358656 96015 18446744073709551615 4198400 5932793 140722668887904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32641024 140722668890459 140722668890604 140722668890604 140722668896204 0
/proc/84773/statm: 108486 96015 448 424 0 107941 0
Current children cumulated CPU time: 3596.18 s
Current children cumulated vsize: 438136 KiB
Current children cumulated memory: 387132 KiB

Child status: 0

Real time (s): 3608.06
CPU time (s): 3596.24
CPU user time (s): 3594.54
CPU system time (s): 1.69802
CPU usage (%): 99.6724
Max. virtual memory (cumulated for all children) (KiB): 1533392
Max. memory (cumulated for all children) (KiB): 1359628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.54
system time used= 1.69802
maximum resident set size= 1356556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 61280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 531
involuntary context switches= 19278


# summary of solver processes directly reported to runsolver:
#   pid: 84664
#   total CPU time (s): 3596.24
#   total CPU user time (s): 3594.54
#   total CPU system time (s): 1.69802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.49094 second user time and 16.7994 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 02:55:29
IDJOB=4522935
IDBENCH=179456
IDSOLVER=3374
FILE ID=nodeC021/4522935-1751590529
RUNJOBID= nodeC021-1751586917-84187
SLURM_JOB_ID= 9598839
Free space on /tmp= 430772 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i8_pp_87_merged.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522935-1751590529/watcher-4522935-1751590529 -o /tmp/evaluation-result-4522935-1751590529/solver-4522935-1751590529 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84187 --watchdog 3760  HOME/opbsolver HOME/instance-4522935-1751590529.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 9cee63c9b1f689a984aff093bf48a6b9
RANDOM SEED=628789466

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.762
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.780
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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.358
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3604.930
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.770
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.777
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3700.000
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3602.573
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122531664 kB
MemAvailable:   128977112 kB
Buffers:            1056 kB
Cached:          7178836 kB
SwapCached:           32 kB
Active:          1229712 kB
Inactive:        6716348 kB
Active(anon):     738796 kB
Inactive(anon):    40828 kB
Active(file):     490916 kB
Inactive(file):  6675520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            140096 kB
Writeback:             8 kB
AnonPages:        768812 kB
Mapped:           106820 kB
Shmem:             13452 kB
KReclaimable:     236100 kB
Slab:             328728 kB
SReclaimable:     236100 kB
SUnreclaim:        92628 kB
KernelStack:        4320 kB
PageTables:         4516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1155816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430660 MiB
End job on nodeC021 at 2025-07-04 03:55:37