Trace number 4488603

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? 3597.28 3606.34

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
MD5SUM3986604c534c992b7a4e3e5a4bb881f1
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 benchmark1038
Best CPU time to get the best result obtained on this benchmark3566.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
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 1968
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 1968
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 1968
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.02	c Presolving by SCIP...
498.56/500.10	c Encoding OPB into MaxSAT...
498.56/500.10	c This is the PBCProcessor based on SCIP solver.
498.66/500.11	c Solving by WMaxCDCL...
3597.24/3606.33	c Rebuilding OPB solution...
3597.24/3606.33	c This is the PBCProcessor based on SCIP solver.
3597.24/3606.33	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 (60549 MiB free)
  memory of node 1: 64465 MiB (61392 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488603-1751329209/watcher-4488603-1751329209 -o /tmp/evaluation-result-4488603-1751329209/solver-4488603-1751329209 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751325594-43137 --watchdog 3760 HOME/opbsolver HOME/instance-4488603-1751329209.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
Current StackSize limit: 8192 KiB

solver pid=44436, runsolver pid=44432

[startup+0.100066 s]*
/proc/loadavg: 4.13 4.10 4.07 5/262 44445
/proc/meminfo: memFree=124845196/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=45968 memory=33600 CPUtime=0.07 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 6193 0 0 0 7 0 0 0 20 0 1 0 48595460 47071232 8400 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 11492 8400 2656 2826 0 8104 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 50160 KiB
Current children cumulated memory: 36544 KiB

[startup+0.205856 s]*
/proc/loadavg: 4.13 4.10 4.07 5/268 44457
/proc/meminfo: memFree=124838252/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=47724 memory=35264 CPUtime=0.18 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 6612 0 0 0 17 1 0 0 20 0 1 0 48595460 48869376 8816 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 11931 8816 2656 2826 0 8543 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 51916 KiB
Current children cumulated memory: 38208 KiB

[startup+0.305627 s]*
/proc/loadavg: 4.13 4.10 4.07 5/268 44457
/proc/meminfo: memFree=124810280/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=50732 memory=38080 CPUtime=0.28 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 7324 0 0 0 27 1 0 0 20 0 1 0 48595460 51949568 9520 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 12683 9520 2656 2826 0 9295 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 54924 KiB
Current children cumulated memory: 41024 KiB

[startup+0.700174 s]
/proc/loadavg: 4.13 4.10 4.07 5/268 44457
/proc/meminfo: memFree=124793396/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=53240 memory=40128 CPUtime=0.66 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 7828 0 0 0 65 1 0 0 20 0 1 0 48595460 54517760 10032 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 13310 10032 2656 2826 0 9922 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 57432 KiB
Current children cumulated memory: 43072 KiB

[startup+1.5002 s]
/proc/loadavg: 4.13 4.10 4.07 5/268 44457
/proc/meminfo: memFree=124762148/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=64084 memory=50624 CPUtime=1.46 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 10471 0 0 0 145 1 0 0 20 0 1 0 48595460 65622016 12656 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 16021 12656 2656 2826 0 12633 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 68276 KiB
Current children cumulated memory: 53568 KiB

[startup+3.10594 s]
/proc/loadavg: 4.12 4.10 4.07 5/268 44457
/proc/meminfo: memFree=124633632/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=97092 memory=82256 CPUtime=3.06 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 18616 0 0 0 303 3 0 0 20 0 1 0 48595460 99422208 20564 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 24273 20564 2656 2826 0 20885 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 101284 KiB
Current children cumulated memory: 85200 KiB

[startup+6.30017 s]
/proc/loadavg: 4.12 4.10 4.07 5/268 44457
/proc/meminfo: memFree=124545796/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=133124 memory=117712 CPUtime=6.25 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 27486 0 0 0 621 4 0 0 20 0 1 0 48595460 136318976 29428 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 33281 29428 2656 2826 0 29893 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 137316 KiB
Current children cumulated memory: 120656 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.09 4.07 5/268 44457
/proc/meminfo: memFree=124449284/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=191832 memory=172956 CPUtime=12.62 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 41629 0 0 0 1256 6 0 0 20 0 1 0 48595460 196435968 43239 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 47958 43239 2688 2826 0 44570 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 196024 KiB
Current children cumulated memory: 175900 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.10 4.08 5/268 44457
/proc/meminfo: memFree=124433156/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=191832 memory=173724 CPUtime=25.39 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 41800 0 0 0 2533 6 0 0 20 0 1 0 48595460 196435968 43431 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 47958 43431 2688 2826 0 44570 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 196024 KiB
Current children cumulated memory: 176668 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.09 4.07 5/268 44508
/proc/meminfo: memFree=124351884/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=259516 memory=238240 CPUtime=50.93 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 58211 0 0 0 5083 10 0 0 20 0 1 0 48595460 265744384 59560 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 64879 59560 2688 2826 0 61491 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 263708 KiB
Current children cumulated memory: 241184 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.07 5/268 44510
/proc/meminfo: memFree=124180416/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=301340 memory=274060 CPUtime=101.98 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 69187 0 0 0 10185 13 0 0 20 0 1 0 48595460 308572160 68515 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 75335 68515 2688 2826 0 71947 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 305532 KiB
Current children cumulated memory: 277004 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.12 4.09 5/269 44517
/proc/meminfo: memFree=124024312/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=321944 memory=291592 CPUtime=161.82 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 76742 0 0 0 16167 15 0 0 20 0 1 0 48595460 329670656 72898 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 80486 72898 2688 2826 0 77098 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 326136 KiB
Current children cumulated memory: 294536 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.10 4.08 5/270 44520
/proc/meminfo: memFree=123978936/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44442] ppid=44436 vsize=326340 memory=294664 CPUtime=221.65 cores=5,7
/proc/44442/stat : 44442 (pbcpreprocessor) R 44436 44436 43124 0 -1 4194304 77564 0 0 0 22150 15 0 0 20 0 1 0 48595460 334172160 73666 18446744073709551615 4198400 15773533 140727149770512 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 53551104 140727149779268 140727149779422 140727149779422 140727149785029 0
/proc/44442/statm: 81585 73666 2688 2826 0 78197 0

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

/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24212 0 0 0 289191 314 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3393.73 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/269 44709
/proc/meminfo: memFree=124434596/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=2954.9 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24212 0 0 0 295167 323 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3453.58 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/269 44711
/proc/meminfo: memFree=124430348/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3014.75 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 301144 331 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3513.43 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 44713
/proc/meminfo: memFree=124423048/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3074.61 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 307123 338 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3573.29 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

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

# cumulated CPU time of all completed processes:  user=3593.68 s, system=3.60718 s

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

[startup+3584 s]*
/proc/loadavg: 4.07 4.10 4.09 5/269 44713
/proc/meminfo: memFree=124422860/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3076.31 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 307293 338 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3574.99 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 44713
/proc/meminfo: memFree=124422628/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3089.08 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 308568 340 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3587.76 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3603.2 s]
/proc/loadavg: 4.12 4.11 4.09 5/269 44713
/proc/meminfo: memFree=124422628/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3095.46 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 309205 341 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3594.14 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3604.8 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 44713
/proc/meminfo: memFree=124422628/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3097.07 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 309365 342 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3595.75 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3605.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 44713
/proc/meminfo: memFree=124422628/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3097.86 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 309444 342 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3596.54 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3606 s]*
/proc/loadavg: 4.11 4.11 4.09 4/263 44723
/proc/meminfo: memFree=124514788/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3098.27 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 309485 342 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3596.95 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3606.2 s]
/proc/loadavg: 4.11 4.11 4.09 4/263 44723
/proc/meminfo: memFree=124514788/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3098.46 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 309504 342 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3597.14 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

[startup+3606.3 s]
/proc/loadavg: 4.11 4.11 4.09 4/263 44723
/proc/meminfo: memFree=124514788/131249992 swapFree=33010160/33010684
[pid=44436] ppid=44432 vsize=4192 memory=2944 CPUtime=498.68 cores=5,7
/proc/44436/stat : 44436 (opbsolver) S 44432 44436 43124 0 -1 4194304 408 81239 0 0 0 0 49850 18 20 0 1 0 48595458 4292608 736 18446744073709551615 94628224606208 94628225500741 140730914351360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628225739792 94628225787536 94628248985600 140730914355486 140730914355689 140730914355689 140730914361291 0
/proc/44436/statm: 1048 736 672 219 0 110 0
[pid=44542] ppid=44436 vsize=137884 memory=134404 CPUtime=3098.56 cores=5,7
/proc/44542/stat : 44542 (wmaxcdcl) R 44436 44436 43124 0 -1 4194304 24263 0 0 0 309514 342 0 0 20 0 1 0 48645470 141193216 33601 18446744073709551615 4198400 5932793 140732064686480 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28463104 140732064688475 140732064688620 140732064688620 140732064694220 0
/proc/44542/statm: 34471 33601 448 424 0 33926 0
Current children cumulated CPU time: 3597.24 s
Current children cumulated vsize: 142076 KiB
Current children cumulated memory: 137348 KiB

Child status: 0

Real time (s): 3606.34
CPU time (s): 3597.28
CPU user time (s): 3593.68
CPU system time (s): 3.60718
CPU usage (%): 99.7489
Max. virtual memory (cumulated for all children) (KiB): 359664
Max. memory (cumulated for all children) (KiB): 347784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.68
system time used= 3.60718
maximum resident set size= 344840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 539
involuntary context switches= 19591


# summary of solver processes directly reported to runsolver:
#   pid: 44436
#   total CPU time (s): 3597.28
#   total CPU user time (s): 3593.68
#   total CPU system time (s): 3.60718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89119 second user time and 14.496 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-01 02:20:09
IDJOB=4488603
IDBENCH=147524
IDSOLVER=3374
FILE ID=nodeC035/4488603-1751329209
RUNJOBID= nodeC035-1751325594-43137
SLURM_JOB_ID= 9594353
Free space on /tmp= 433004 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_12.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-4488603-1751329209/watcher-4488603-1751329209 -o /tmp/evaluation-result-4488603-1751329209/solver-4488603-1751329209 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751325594-43137 --watchdog 3760  HOME/opbsolver HOME/instance-4488603-1751329209.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 3986604c534c992b7a4e3e5a4bb881f1
RANDOM SEED=1667488005

nodeC035 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.780
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.51
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.757
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.51
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		: 3600.676
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3604.731
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.51
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.902
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.51
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		: 3600.939
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.51
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		: 3600.171
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.51
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		: 3599.768
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124869532 kB
MemAvailable:   129641932 kB
Buffers:            1840 kB
Cached:          5525500 kB
SwapCached:            8 kB
Active:           466200 kB
Inactive:        5245920 kB
Active(anon):     191220 kB
Inactive(anon):    11616 kB
Active(file):     274980 kB
Inactive(file):  5234304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74460 kB
Writeback:             4 kB
AnonPages:        188032 kB
Mapped:           124700 kB
Shmem:             18048 kB
KReclaimable:     204708 kB
Slab:             294404 kB
SReclaimable:     204708 kB
SUnreclaim:        89696 kB
KernelStack:        4292 kB
PageTables:         3352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     517184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC035 at 2025-07-01 03:20:16