Trace number 4505555

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? 3599.32 3610.19

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
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.02	c Presolving by SCIP...
0.00/0.04	c Encoding OPB into MaxSAT...
0.00/0.04	c This is the PBCProcessor based on SCIP solver.
24.19/24.32	c Solving by WMaxCDCL...
3599.21/3610.14	c Rebuilding OPB solution...
3599.21/3610.14	c This is the PBCProcessor based on SCIP solver.
3599.21/3610.14	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: 63708 MiB (62517 MiB free)
  memory of node 1: 64465 MiB (63744 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505555-1751466076/watcher-4505555-1751466076 -o /tmp/evaluation-result-4505555-1751466076/solver-4505555-1751466076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78879 --watchdog 3760 HOME/opbsolver HOME/instance-4505555-1751466076.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=79781, runsolver pid=79777
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.21 4.13 4.10 5/271 79798
/proc/meminfo: memFree=129246860/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=28236 memory=11772 CPUtime=0.05 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 2486 0 0 0 5 0 0 0 20 0 1 0 62285248 28913664 2943 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 7059 2943 640 2826 0 3671 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 32428 KiB
Current children cumulated memory: 14844 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.21 4.13 4.10 5/271 79798
/proc/meminfo: memFree=129200240/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=46668 memory=29564 CPUtime=0.15 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 7344 0 0 0 14 1 0 0 20 0 1 0 62285248 47788032 7391 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 11667 7391 640 2826 0 8279 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 50860 KiB
Current children cumulated memory: 32636 KiB

[startup+0.305802 s]*
/proc/loadavg: 4.21 4.13 4.10 5/271 79798
/proc/meminfo: memFree=129107944/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=64952 memory=47860 CPUtime=0.24 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 11929 0 0 0 23 1 0 0 20 0 1 0 62285248 66510848 11965 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 16238 11965 640 2826 0 12850 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 69144 KiB
Current children cumulated memory: 50932 KiB

[startup+0.700209 s]
/proc/loadavg: 4.21 4.13 4.10 5/271 79798
/proc/meminfo: memFree=128770016/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=132540 memory=115560 CPUtime=0.64 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 28347 0 0 0 60 4 0 0 20 0 1 0 62285248 135720960 28890 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 33135 28890 640 2826 0 29747 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 136732 KiB
Current children cumulated memory: 118632 KiB

[startup+1.50021 s]
/proc/loadavg: 4.21 4.13 4.10 5/271 79798
/proc/meminfo: memFree=127895384/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=269960 memory=250932 CPUtime=1.44 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 61169 0 0 0 134 10 0 0 20 0 1 0 62285248 276439040 62733 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 67490 62733 640 2826 0 64102 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 274152 KiB
Current children cumulated memory: 254004 KiB

[startup+3.10557 s]
/proc/loadavg: 4.20 4.13 4.10 5/271 79798
/proc/meminfo: memFree=124770352/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=412568 memory=391108 CPUtime=3.04 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 86462 0 0 0 288 16 0 0 20 0 1 0 62285248 422469632 97777 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 103142 97777 672 2826 0 99754 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 416760 KiB
Current children cumulated memory: 394180 KiB

[startup+6.3002 s]
/proc/loadavg: 4.20 4.13 4.10 5/271 79798
/proc/meminfo: memFree=121862128/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=1408472 memory=1163708 CPUtime=6.23 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 219939 0 0 0 576 47 0 0 20 0 1 0 62285248 1442275328 290927 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 352118 290927 672 2826 0 348730 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1166780 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.13 4.10 5/271 79798
/proc/meminfo: memFree=118852040/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 347 668 0 0 0 0 0 0 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79796] ppid=79781 vsize=1408472 memory=1370556 CPUtime=12.61 cores=5,7
/proc/79796/stat : 79796 (pbcpreprocessor) R 79781 79781 78866 0 -1 4194304 220074 0 0 0 925 336 0 0 20 0 1 0 62285248 1442275328 342639 18446744073709551615 4198400 15773533 140737057090000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 41443328 140737057093808 140737057094110 140737057094110 140737057099717 0
/proc/79796/statm: 352118 342639 672 2826 0 348730 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1373628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 79802
/proc/meminfo: memFree=116743308/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=951236 memory=750720 CPUtime=1.15 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 126406 0 0 0 90 25 0 0 20 0 1 0 62287677 974065664 187680 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 237809 187680 448 424 0 237264 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 955428 KiB
Current children cumulated memory: 753792 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.16 4.11 5/270 79807
/proc/meminfo: memFree=111022724/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=6400224 memory=5118500 CPUtime=26.69 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 521512 0 0 0 2503 166 0 0 20 0 1 0 62287677 6553829376 1279625 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1600056 1279625 448 424 0 1599511 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 6404416 KiB
Current children cumulated memory: 5121572 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.18 4.11 5/271 79810
/proc/meminfo: memFree=97576032/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=6163952 memory=4894428 CPUtime=77.73 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 522524 0 0 0 7605 168 0 0 20 0 1 0 62287677 6311886848 1223607 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1540988 1223607 448 424 0 1540443 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 6168144 KiB
Current children cumulated memory: 4897500 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.18 4.11 5/271 79817
/proc/meminfo: memFree=95443528/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=6157468 memory=4865348 CPUtime=137.55 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 541578 0 0 0 13547 208 0 0 20 0 1 0 62287677 6305247232 1216337 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1539367 1216337 448 424 0 1538822 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 6161660 KiB
Current children cumulated memory: 4868420 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/271 79819
/proc/meminfo: memFree=96533656/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4816196 CPUtime=197.35 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 551337 0 0 0 19449 286 0 0 20 0 1 0 62287677 6088552448 1204049 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204049 448 424 0 1485918 0

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

/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555652 0 0 0 342468 294 0 0 20 0 1 0 62287677 6088552448 1204241 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204241 448 424 0 1485918 0
Current children cumulated CPU time: 3451.84 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4820036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/269 79997
/proc/meminfo: memFree=95479860/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4816964 CPUtime=3487.44 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555738 0 0 0 348450 294 0 0 20 0 1 0 62287677 6088552448 1204241 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204241 448 424 0 1485918 0
Current children cumulated CPU time: 3511.66 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4820036 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/269 80002
/proc/meminfo: memFree=95488072/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4816964 CPUtime=3547.27 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555819 0 0 0 354433 294 0 0 20 0 1 0 62287677 6088552448 1204241 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204241 448 424 0 1485918 0
Current children cumulated CPU time: 3571.49 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4820036 KiB

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

# cumulated CPU time of all completed processes:  user=3585.98 s, system=13.3403 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.11 4.09 5/269 80002
/proc/meminfo: memFree=95488332/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4816964 CPUtime=3548.97 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555819 0 0 0 354603 294 0 0 20 0 1 0 62287677 6088552448 1204241 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204241 448 424 0 1485918 0
Current children cumulated CPU time: 3573.19 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4820036 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 80003
/proc/meminfo: memFree=95479640/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817348 CPUtime=3561.72 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555820 0 0 0 355878 294 0 0 20 0 1 0 62287677 6088552448 1204337 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204337 448 424 0 1485918 0
Current children cumulated CPU time: 3585.94 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4820420 KiB

[startup+3603.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 80003
/proc/meminfo: memFree=95479640/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817348 CPUtime=3568.11 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 356517 294 0 0 20 0 1 0 62287677 6088552448 1204337 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204337 448 424 0 1485918 0
Current children cumulated CPU time: 3592.33 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4820420 KiB

[startup+3606.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 80004
/proc/meminfo: memFree=95477912/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817988 CPUtime=3571.3 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 356836 294 0 0 20 0 1 0 62287677 6088552448 1204497 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204497 448 424 0 1485918 0
Current children cumulated CPU time: 3595.52 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4821060 KiB

[startup+3608 s]*
/proc/loadavg: 4.15 4.12 4.09 5/269 80004
/proc/meminfo: memFree=95477976/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817988 CPUtime=3572.9 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 356996 294 0 0 20 0 1 0 62287677 6088552448 1204497 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204497 448 424 0 1485918 0
Current children cumulated CPU time: 3597.12 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4821060 KiB

[startup+3608.8 s]
/proc/loadavg: 4.15 4.12 4.09 5/269 80004
/proc/meminfo: memFree=95477976/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817988 CPUtime=3573.69 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 357075 294 0 0 20 0 1 0 62287677 6088552448 1204497 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204497 448 424 0 1485918 0
Current children cumulated CPU time: 3597.91 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4821060 KiB

[startup+3609.6 s]
/proc/loadavg: 4.15 4.12 4.09 5/269 80004
/proc/meminfo: memFree=95477976/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817988 CPUtime=3574.49 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 357155 294 0 0 20 0 1 0 62287677 6088552448 1204497 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204497 448 424 0 1485918 0
Current children cumulated CPU time: 3598.71 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4821060 KiB

[startup+3610 s]*
/proc/loadavg: 4.15 4.12 4.09 3/259 80024
/proc/meminfo: memFree=111725892/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817988 CPUtime=3574.89 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 357195 294 0 0 20 0 1 0 62287677 6088552448 1204497 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204497 448 424 0 1485918 0
Current children cumulated CPU time: 3599.11 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4821060 KiB

[startup+3610.11 s]
/proc/loadavg: 4.15 4.12 4.09 3/259 80024
/proc/meminfo: memFree=111725892/131250000 swapFree=33010160/33010684
[pid=79781] ppid=79777 vsize=4192 memory=3072 CPUtime=24.22 cores=5,7
/proc/79781/stat : 79781 (opbsolver) S 79777 79781 78866 0 -1 4194304 407 221102 0 0 0 0 1389 1033 20 0 1 0 62285244 4292608 768 18446744073709551615 94476182552576 94476183447109 140735364537696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94476183686160 94476183733904 94476196872192 140735364544798 140735364545001 140735364545001 140735364550603 0
/proc/79781/statm: 1048 768 704 219 0 110 0
[pid=79800] ppid=79781 vsize=5945852 memory=4817988 CPUtime=3574.99 cores=5,7
/proc/79800/stat : 79800 (wmaxcdcl) R 79781 79781 78866 0 -1 4194304 555821 0 0 0 357205 294 0 0 20 0 1 0 62287677 6088552448 1204497 18446744073709551615 4198400 5932793 140722715566480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 9900032 140722715572571 140722715572716 140722715572716 140722715578316 0
/proc/79800/statm: 1486463 1204497 448 424 0 1485918 0
Current children cumulated CPU time: 3599.21 s
Current children cumulated vsize: 5950044 KiB
Current children cumulated memory: 4821060 KiB

Child status: 0

Real time (s): 3610.19
CPU time (s): 3599.32
CPU user time (s): 3585.98
CPU system time (s): 13.3403
CPU usage (%): 99.6989
Max. virtual memory (cumulated for all children) (KiB): 6883580
Max. memory (cumulated for all children) (KiB): 5454088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.98
system time used= 13.3403
maximum resident set size= 5453064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 738
involuntary context switches= 1061


# summary of solver processes directly reported to runsolver:
#   pid: 79781
#   total CPU time (s): 3599.32
#   total CPU user time (s): 3585.98
#   total CPU system time (s): 13.3403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97147 second user time and 17.5048 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-02 16:21:17
IDJOB=4505555
IDBENCH=155760
IDSOLVER=3374
FILE ID=nodeC016/4505555-1751466076
RUNJOBID= nodeC016-1751458850-78879
SLURM_JOB_ID= 9598461
Free space on /tmp= 432652 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505555-1751466076/watcher-4505555-1751466076 -o /tmp/evaluation-result-4505555-1751466076/solver-4505555-1751466076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78879 --watchdog 3760  HOME/opbsolver HOME/instance-4505555-1751466076.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=1819476962

nodeC016 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.750
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.48
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.680
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.48
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		: 3648.834
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.48
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		: 3596.855
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.48
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.765
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.48
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.755
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.48
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		: 3602.371
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.48
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.207
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129310008 kB
MemAvailable:   129603240 kB
Buffers:            2144 kB
Cached:          1062572 kB
SwapCached:           28 kB
Active:           799956 kB
Inactive:         465040 kB
Active(anon):     211924 kB
Inactive(anon):     6404 kB
Active(file):     588032 kB
Inactive(file):   458636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            287516 kB
Writeback:             8 kB
AnonPages:        202932 kB
Mapped:           109620 kB
Shmem:             18044 kB
KReclaimable:     171608 kB
Slab:             263896 kB
SReclaimable:     171608 kB
SUnreclaim:        92288 kB
KernelStack:        4224 kB
PageTables:         3148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     528764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431928 MiB
End job on nodeC016 at 2025-07-02 17:21:27