Trace number 4488741

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? 3598.07 3607.67

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUM2f43827d921579f008f60b037bb7dde7
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 benchmark1036
Best CPU time to get the best result obtained on this benchmark33121
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
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 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
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.03	c Presolving by SCIP...
499.10/500.64	c Encoding OPB into MaxSAT...
499.10/500.64	c This is the PBCProcessor based on SCIP solver.
499.10/500.65	c Solving by WMaxCDCL...
3597.99/3607.66	c Rebuilding OPB solution...
3597.99/3607.66	c This is the PBCProcessor based on SCIP solver.
3597.99/3607.66	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: 63837 MiB (63087 MiB free)
  memory of node 1: 64465 MiB (63592 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488741-1751332024/watcher-4488741-1751332024 -o /tmp/evaluation-result-4488741-1751332024/solver-4488741-1751332024 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751328414-42601 --watchdog 3760 HOME/opbsolver HOME/instance-4488741-1751332024.opb 3600 31000 HOME HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=44108, runsolver pid=44105

[startup+0.100102 s]*
/proc/loadavg: 4.14 4.12 4.09 4/255 44118
/proc/meminfo: memFree=129713140/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=33472 memory=22784 CPUtime=0.07 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 3522 0 0 0 6 1 0 0 20 0 1 0 48881565 34275328 5696 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 8368 5696 2400 2826 0 4980 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 37664 KiB
Current children cumulated memory: 25856 KiB

[startup+0.213328 s]*
/proc/loadavg: 4.14 4.12 4.09 5/254 44118
/proc/meminfo: memFree=129705080/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=44676 memory=31972 CPUtime=0.18 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 5880 0 0 0 16 2 0 0 20 0 1 0 48881565 45748224 7993 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 11169 7993 2560 2826 0 7781 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 48868 KiB
Current children cumulated memory: 35044 KiB

[startup+0.313217 s]*
/proc/loadavg: 4.14 4.12 4.09 4/254 44124
/proc/meminfo: memFree=129703552/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=47568 memory=35172 CPUtime=0.28 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 6588 0 0 0 26 2 0 0 20 0 1 0 48881565 48709632 8793 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 11892 8793 2656 2826 0 8504 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 51760 KiB
Current children cumulated memory: 38244 KiB

[startup+0.70033 s]
/proc/loadavg: 4.14 4.12 4.09 4/251 44135
/proc/meminfo: memFree=129703552/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=48488 memory=35940 CPUtime=0.65 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 6794 0 0 0 63 2 0 0 20 0 1 0 48881565 49651712 8985 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 12122 8985 2656 2826 0 8734 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 52680 KiB
Current children cumulated memory: 39012 KiB

[startup+1.50033 s]
/proc/loadavg: 4.14 4.12 4.09 6/257 44152
/proc/meminfo: memFree=129679324/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=53480 memory=40292 CPUtime=1.44 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 7887 0 0 0 142 2 0 0 20 0 1 0 48881565 54763520 10073 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 13370 10073 2656 2826 0 9982 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 57672 KiB
Current children cumulated memory: 43364 KiB

[startup+3.11313 s]
/proc/loadavg: 4.13 4.12 4.09 5/257 44152
/proc/meminfo: memFree=129645464/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=72960 memory=59020 CPUtime=3.05 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 13249 0 0 0 302 3 0 0 20 0 1 0 48881565 74711040 14755 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 18240 14755 2656 2826 0 14852 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 77152 KiB
Current children cumulated memory: 62092 KiB

[startup+6.30033 s]
/proc/loadavg: 4.13 4.12 4.09 5/257 44152
/proc/meminfo: memFree=129541792/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=130656 memory=115340 CPUtime=6.23 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 27329 0 0 0 618 5 0 0 20 0 1 0 48881565 133791744 28835 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 32664 28835 2656 2826 0 29276 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 134848 KiB
Current children cumulated memory: 118412 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.12 4.09 5/257 44152
/proc/meminfo: memFree=129463872/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=157200 memory=141864 CPUtime=12.62 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 34283 0 0 0 1255 7 0 0 20 0 1 0 48881565 160972800 35466 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 39300 35466 2720 2826 0 35912 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 161392 KiB
Current children cumulated memory: 144936 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 4.11 4.09 5/257 44202
/proc/meminfo: memFree=129655776/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=157200 memory=141864 CPUtime=25.38 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 34311 0 0 0 2531 7 0 0 20 0 1 0 48881565 160972800 35466 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 39300 35466 2720 2826 0 35912 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 161392 KiB
Current children cumulated memory: 144936 KiB

[startup+51.1133 s]
/proc/loadavg: 4.13 4.12 4.09 5/257 44203
/proc/meminfo: memFree=129516864/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=165436 memory=149544 CPUtime=50.92 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 36212 0 0 0 5085 7 0 0 20 0 1 0 48881565 169406464 37386 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 41359 37386 2720 2826 0 37971 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 169628 KiB
Current children cumulated memory: 152616 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/257 44255
/proc/meminfo: memFree=129564084/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=181036 memory=164332 CPUtime=101.93 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 40181 0 0 0 10185 8 0 0 20 0 1 0 48881565 185380864 41083 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 45259 41083 2720 2826 0 41871 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 185228 KiB
Current children cumulated memory: 167404 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/257 44257
/proc/meminfo: memFree=129402032/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=181828 memory=166928 CPUtime=161.74 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 40898 0 0 0 16166 8 0 0 20 0 1 0 48881565 186191872 41732 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 45457 41732 2720 2826 0 42069 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 186020 KiB
Current children cumulated memory: 170000 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/257 44259
/proc/meminfo: memFree=129232160/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44113] ppid=44108 vsize=237696 memory=223120 CPUtime=221.57 cores=0,2
/proc/44113/stat : 44113 (pbcpreprocessor) R 44108 44108 42591 0 -1 4194304 53607 0 0 0 22148 9 0 0 20 0 1 0 48881565 243400704 55780 18446744073709551615 4198400 15773533 140725172604448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40194048 140725172607300 140725172607454 140725172607454 140725172613061 0
/proc/44113/statm: 59424 55780 2720 2826 0 56036 0

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

/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21671 0 0 0 283122 299 0 0 20 0 1 0 48931628 180580352 40543 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 44087 40543 448 424 0 43542 0
Current children cumulated CPU time: 3333.37 s
Current children cumulated vsize: 180540 KiB
Current children cumulated memory: 165244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.27 4.16 5/253 44433
/proc/meminfo: memFree=129527368/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=176348 memory=166268 CPUtime=2894.05 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21689 0 0 0 289101 304 0 0 20 0 1 0 48931628 180580352 41567 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 44087 41567 448 424 0 43542 0
Current children cumulated CPU time: 3393.21 s
Current children cumulated vsize: 180540 KiB
Current children cumulated memory: 169340 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.30 4.18 5/253 44435
/proc/meminfo: memFree=129508112/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=176348 memory=170364 CPUtime=2953.9 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21695 0 0 0 295078 312 0 0 20 0 1 0 48931628 180580352 42591 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 44087 42591 448 424 0 43542 0
Current children cumulated CPU time: 3453.06 s
Current children cumulated vsize: 180540 KiB
Current children cumulated memory: 173436 KiB

[startup+3522.3 s]
/proc/loadavg: 4.55 4.38 4.22 5/253 44437
/proc/meminfo: memFree=129538092/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3013.75 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21771 0 0 0 301056 319 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3512.91 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.34 4.21 5/254 44442
/proc/meminfo: memFree=129595476/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3073.6 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21773 0 0 0 307035 325 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3572.76 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

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

# cumulated CPU time of all completed processes:  user=3594.61 s, system=3.46189 s

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

[startup+3584 s]*
/proc/loadavg: 4.28 4.33 4.21 5/254 44442
/proc/meminfo: memFree=129595476/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3075.3 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21773 0 0 0 307205 325 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3574.46 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3596.8 s]
/proc/loadavg: 4.23 4.32 4.21 5/254 44448
/proc/meminfo: memFree=129587308/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3088.05 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21774 0 0 0 308479 326 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3587.21 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3603.2 s]
/proc/loadavg: 4.20 4.31 4.20 5/254 44448
/proc/meminfo: memFree=129587372/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3094.44 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21774 0 0 0 309117 327 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3593.6 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3604.8 s]
/proc/loadavg: 4.20 4.31 4.20 5/254 44448
/proc/meminfo: memFree=129587372/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3096.04 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21774 0 0 0 309277 327 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3595.2 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3606.4 s]
/proc/loadavg: 4.20 4.31 4.20 5/254 44448
/proc/meminfo: memFree=129575084/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3097.63 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21774 0 0 0 309436 327 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3596.79 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3607.2 s]
/proc/loadavg: 4.20 4.31 4.20 5/254 44448
/proc/meminfo: memFree=129575084/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3098.43 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21774 0 0 0 309516 327 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3597.59 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

[startup+3607.6 s]
/proc/loadavg: 4.20 4.31 4.20 5/254 44448
/proc/meminfo: memFree=129575084/131382120 swapFree=33010160/33010684
[pid=44108] ppid=44105 vsize=4192 memory=3072 CPUtime=499.16 cores=0,2
/proc/44108/stat : 44108 (opbsolver) S 44105 44108 42591 0 -1 4194304 408 82957 0 0 0 0 49898 18 20 0 1 0 48881561 4292608 768 18446744073709551615 94642611757056 94642612651589 140729305463104 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94642612890640 94642612938384 94642629419008 140729305467166 140729305467369 140729305467369 140729305472971 0
/proc/44108/statm: 1048 768 704 219 0 110 0
[pid=44272] ppid=44108 vsize=127028 memory=123472 CPUtime=3098.83 cores=0,2
/proc/44272/stat : 44272 (wmaxcdcl) R 44108 44108 42591 0 -1 4194304 21774 0 0 0 309556 327 0 0 20 0 1 0 48931628 130076672 30868 18446744073709551615 4198400 5932793 140732540111680 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 24764416 140732540119387 140732540119532 140732540119532 140732540125132 0
/proc/44272/statm: 31757 30868 448 424 0 31212 0
Current children cumulated CPU time: 3597.99 s
Current children cumulated vsize: 131220 KiB
Current children cumulated memory: 126544 KiB

Child status: 0

Real time (s): 3607.67
CPU time (s): 3598.07
CPU user time (s): 3594.61
CPU system time (s): 3.46189
CPU usage (%): 99.7339
Max. virtual memory (cumulated for all children) (KiB): 366896
Max. memory (cumulated for all children) (KiB): 338872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.61
system time used= 3.46189
maximum resident set size= 335800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 523
involuntary context switches= 7898


# summary of solver processes directly reported to runsolver:
#   pid: 44108
#   total CPU time (s): 3598.07
#   total CPU user time (s): 3594.61
#   total CPU system time (s): 3.46189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3349 second user time and 34.1596 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-01 03:07:04
IDJOB=4488741
IDBENCH=147530
IDSOLVER=3374
FILE ID=nodeC008/4488741-1751332024
RUNJOBID= nodeC008-1751328414-42601
SLURM_JOB_ID= 9594374
Free space on /tmp= 432992 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488741-1751332024/watcher-4488741-1751332024 -o /tmp/evaluation-result-4488741-1751332024/solver-4488741-1751332024 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751328414-42601 --watchdog 3760  HOME/opbsolver HOME/instance-4488741-1751332024.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 2f43827d921579f008f60b037bb7dde7
RANDOM SEED=2111687912

nodeC008 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	: 0xb00001f
cpu MHz		: 1197.491
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 3591.640
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 3662.847
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 3491.764
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 1197.405
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
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	: 0xb00001f
cpu MHz		: 1197.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129721140 kB
MemAvailable:   129530632 kB
Buffers:            2144 kB
Cached:           619512 kB
SwapCached:           16 kB
Active:           698220 kB
Inactive:         401936 kB
Active(anon):     459784 kB
Inactive(anon):    36636 kB
Active(file):     238436 kB
Inactive(file):   365300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20628 kB
Writeback:             0 kB
AnonPages:        481692 kB
Mapped:           107260 kB
Shmem:             17920 kB
KReclaimable:      90764 kB
Slab:             172800 kB
SReclaimable:      90764 kB
SUnreclaim:        82036 kB
KernelStack:        4128 kB
PageTables:         3976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     825744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC008 at 2025-07-01 04:07:12