Trace number 4520589

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.29 3606.9

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/
hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_550.opb
MD5SUMd7ece7e3292f38d08ee869a6ef2ad2c1
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 benchmark3165
Best CPU time to get the best result obtained on this benchmark3585.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12650
Total number of constraints12650
Number of constraints which are clauses12650
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 constraint4
Maximum length of a constraint4
Number of terms in the objective function 12650
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 12650
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12650
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c Presolving by SCIP...
498.54/500.10	c Encoding OPB into MaxSAT...
498.54/500.10	c This is the PBCProcessor based on SCIP solver.
498.63/500.15	c Solving by WMaxCDCL...
3597.17/3606.88	c Rebuilding OPB solution...
3597.17/3606.88	c This is the PBCProcessor based on SCIP solver.
3597.17/3606.88	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62539 MiB free)
  memory of node 1: 64507 MiB (63148 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520589-1751558684/watcher-4520589-1751558684 -o /tmp/evaluation-result-4520589-1751558684/solver-4520589-1751558684 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751554571-86116 --watchdog 3760 HOME/opbsolver HOME/instance-4520589-1751558684.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
solver pid=87576, runsolver pid=87573
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.15 4.10 4.09 5/272 87580
/proc/meminfo: memFree=128656104/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=71696 memory=59392 CPUtime=0.08 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 12684 0 0 0 6 2 0 0 20 0 1 0 71546235 73416704 14848 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 17924 14848 2400 2826 0 14536 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 75888 KiB
Current children cumulated memory: 62336 KiB

[startup+0.205701 s]*
/proc/loadavg: 4.15 4.10 4.09 5/272 87580
/proc/meminfo: memFree=128656104/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=135284 memory=95036 CPUtime=0.18 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 22660 0 0 0 15 3 0 0 20 0 1 0 71546235 138530816 23759 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 33821 23759 2496 2826 0 30433 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 139476 KiB
Current children cumulated memory: 97980 KiB

[startup+0.305662 s]*
/proc/loadavg: 4.15 4.10 4.09 5/272 87580
/proc/meminfo: memFree=128628068/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=199992 memory=144828 CPUtime=0.29 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 35064 0 0 0 24 5 0 0 20 0 1 0 71546235 204791808 36207 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 49998 36207 2528 2826 0 46610 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 204184 KiB
Current children cumulated memory: 147772 KiB

[startup+0.700156 s]
/proc/loadavg: 4.15 4.10 4.09 5/272 87580
/proc/meminfo: memFree=128620004/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=207516 memory=151868 CPUtime=0.67 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 36759 0 0 0 62 5 0 0 20 0 1 0 71546235 212496384 37967 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 51879 37967 2624 2826 0 48491 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 211708 KiB
Current children cumulated memory: 154812 KiB

[startup+1.50015 s]
/proc/loadavg: 4.13 4.09 4.09 5/272 87580
/proc/meminfo: memFree=128640484/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=210580 memory=154940 CPUtime=1.47 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 37535 0 0 0 142 5 0 0 20 0 1 0 71546235 215633920 38735 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 52645 38735 2624 2826 0 49257 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 214772 KiB
Current children cumulated memory: 157884 KiB

[startup+3.10548 s]
/proc/loadavg: 4.13 4.09 4.09 5/272 87580
/proc/meminfo: memFree=128628576/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=213172 memory=157628 CPUtime=3.07 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 38207 0 0 0 302 5 0 0 20 0 1 0 71546235 218288128 39407 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 53293 39407 2624 2826 0 49905 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 217364 KiB
Current children cumulated memory: 160572 KiB

[startup+6.30018 s]
/proc/loadavg: 4.12 4.09 4.09 5/272 87580
/proc/meminfo: memFree=128642480/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=216704 memory=161084 CPUtime=6.25 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 39081 0 0 0 620 5 0 0 20 0 1 0 71546235 221904896 40271 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 54176 40271 2624 2826 0 50788 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 220896 KiB
Current children cumulated memory: 164028 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.09 4.09 5/272 87580
/proc/meminfo: memFree=128640692/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=220164 memory=164028 CPUtime=12.64 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 39826 0 0 0 1258 6 0 0 20 0 1 0 71546235 225447936 41007 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 55041 41007 2624 2826 0 51653 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 224356 KiB
Current children cumulated memory: 166972 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 4.09 5/272 87581
/proc/meminfo: memFree=128664752/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=220164 memory=164156 CPUtime=25.4 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 39827 0 0 0 2534 6 0 0 20 0 1 0 71546235 225447936 41039 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 55041 41039 2624 2826 0 51653 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 224356 KiB
Current children cumulated memory: 167100 KiB

[startup+51.1056 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 87632
/proc/meminfo: memFree=128907220/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=220164 memory=164156 CPUtime=50.93 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 39827 0 0 0 5087 6 0 0 20 0 1 0 71546235 225447936 41039 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 55041 41039 2624 2826 0 51653 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 224356 KiB
Current children cumulated memory: 167100 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/273 87639
/proc/meminfo: memFree=128833360/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=221684 memory=183740 CPUtime=101.98 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 40291 0 0 0 10192 6 0 0 20 0 1 0 71546235 227004416 45935 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 55421 45935 2624 2826 0 52033 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 225876 KiB
Current children cumulated memory: 186684 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 87641
/proc/meminfo: memFree=128821320/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=225016 memory=199552 CPUtime=161.8 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 40394 0 0 0 16174 6 0 0 20 0 1 0 71546235 230416384 49888 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 56254 49888 2624 2826 0 52866 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 229208 KiB
Current children cumulated memory: 202496 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/271 87644
/proc/meminfo: memFree=128788052/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 258 232 0 0 0 0 0 0 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87580] ppid=87576 vsize=225016 memory=199552 CPUtime=221.63 cores=0,2
/proc/87580/stat : 87580 (pbcpreprocessor) R 87576 87576 86106 0 -1 4194304 40416 0 0 0 22157 6 0 0 20 0 1 0 71546235 230416384 49888 18446744073709551615 4198400 15773533 140724618329552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 32133120 140724618332484 140724618332638 140724618332638 140724618338245 0
/proc/87580/statm: 56254 49888 2624 2826 0 52866 0

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

/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 30878 0 0 0 283352 116 0 0 20 0 1 0 71596249 397598720 88492 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 97070 88492 448 424 0 96525 0
Current children cumulated CPU time: 3333.37 s
Current children cumulated vsize: 392472 KiB
Current children cumulated memory: 356912 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.16 4.11 5/269 88083
/proc/meminfo: memFree=128530688/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=388280 memory=376560 CPUtime=2894.54 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 30905 0 0 0 289337 117 0 0 20 0 1 0 71596249 397598720 94140 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 97070 94140 448 424 0 96525 0
Current children cumulated CPU time: 3393.23 s
Current children cumulated vsize: 392472 KiB
Current children cumulated memory: 379504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/268 88085
/proc/meminfo: memFree=128505532/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=603364 memory=407424 CPUtime=2954.4 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31467 0 0 0 295322 118 0 0 20 0 1 0 71596249 617844736 101856 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 150841 101856 448 424 0 150296 0
Current children cumulated CPU time: 3453.09 s
Current children cumulated vsize: 607556 KiB
Current children cumulated memory: 410368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/267 88088
/proc/meminfo: memFree=128482920/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=603524 memory=415748 CPUtime=3014.24 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31519 0 0 0 301305 119 0 0 20 0 1 0 71596249 618008576 103937 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 150881 103937 448 424 0 150336 0
Current children cumulated CPU time: 3512.93 s
Current children cumulated vsize: 607716 KiB
Current children cumulated memory: 418692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/267 88192
/proc/meminfo: memFree=128386280/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256492 memory=195404 CPUtime=3074.06 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31923 0 0 0 307284 122 0 0 20 0 1 0 71596249 262647808 48851 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64123 48851 448 424 0 63578 0
Current children cumulated CPU time: 3572.75 s
Current children cumulated vsize: 260684 KiB
Current children cumulated memory: 198348 KiB

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

# cumulated CPU time of all completed processes:  user=3595.94 s, system=1.35396 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.13 4.10 5/267 88192
/proc/meminfo: memFree=128381932/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256492 memory=197468 CPUtime=3075.76 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31925 0 0 0 307454 122 0 0 20 0 1 0 71596249 262647808 49367 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64123 49367 448 424 0 63578 0
Current children cumulated CPU time: 3574.45 s
Current children cumulated vsize: 260684 KiB
Current children cumulated memory: 200412 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.13 4.10 5/268 88193
/proc/meminfo: memFree=128273700/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256664 memory=199592 CPUtime=3088.51 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31945 0 0 0 308729 122 0 0 20 0 1 0 71596249 262823936 49898 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64166 49898 448 424 0 63621 0
Current children cumulated CPU time: 3587.2 s
Current children cumulated vsize: 260856 KiB
Current children cumulated memory: 202536 KiB

[startup+3603.2 s]
/proc/loadavg: 4.09 4.12 4.10 5/268 88193
/proc/meminfo: memFree=128253220/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256664 memory=201676 CPUtime=3094.89 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31956 0 0 0 309367 122 0 0 20 0 1 0 71596249 262823936 50419 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64166 50419 448 424 0 63621 0
Current children cumulated CPU time: 3593.58 s
Current children cumulated vsize: 260856 KiB
Current children cumulated memory: 204620 KiB

[startup+3604.8 s]
/proc/loadavg: 4.09 4.12 4.10 5/268 88193
/proc/meminfo: memFree=128253220/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256664 memory=201676 CPUtime=3096.49 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31956 0 0 0 309527 122 0 0 20 0 1 0 71596249 262823936 50419 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64166 50419 448 424 0 63621 0
Current children cumulated CPU time: 3595.18 s
Current children cumulated vsize: 260856 KiB
Current children cumulated memory: 204620 KiB

[startup+3605.6 s]
/proc/loadavg: 4.09 4.12 4.10 5/268 88193
/proc/meminfo: memFree=128249124/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256664 memory=201676 CPUtime=3097.29 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31956 0 0 0 309607 122 0 0 20 0 1 0 71596249 262823936 50419 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64166 50419 448 424 0 63621 0
Current children cumulated CPU time: 3595.98 s
Current children cumulated vsize: 260856 KiB
Current children cumulated memory: 204620 KiB

[startup+3606.4 s]
/proc/loadavg: 4.09 4.12 4.10 5/268 88193
/proc/meminfo: memFree=128249124/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256664 memory=201676 CPUtime=3098.09 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31956 0 0 0 309687 122 0 0 20 0 1 0 71596249 262823936 50419 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64166 50419 448 424 0 63621 0
Current children cumulated CPU time: 3596.78 s
Current children cumulated vsize: 260856 KiB
Current children cumulated memory: 204620 KiB

[startup+3606.8 s]
/proc/loadavg: 4.09 4.12 4.10 5/268 88193
/proc/meminfo: memFree=128249124/131250000 swapFree=33010416/33010684
[pid=87576] ppid=87573 vsize=4192 memory=2944 CPUtime=498.69 cores=0,2
/proc/87576/stat : 87576 (opbsolver) S 87573 87576 86106 0 -1 4194304 408 42899 0 0 0 0 49857 12 20 0 1 0 71546233 4292608 736 18446744073709551615 94645339656192 94645340550725 140735295729248 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94645340789776 94645340837520 94645364817920 140735295736094 140735295736297 140735295736297 140735295741899 0
/proc/87576/statm: 1048 736 672 219 0 110 0
[pid=87658] ppid=87576 vsize=256664 memory=201676 CPUtime=3098.48 cores=0,2
/proc/87658/stat : 87658 (wmaxcdcl) R 87576 87576 86106 0 -1 4194304 31956 0 0 0 309726 122 0 0 20 0 1 0 71596249 262823936 50419 18446744073709551615 4198400 5932793 140732234161872 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 10948608 140732234164571 140732234164716 140732234164716 140732234170316 0
/proc/87658/statm: 64166 50419 448 424 0 63621 0
Current children cumulated CPU time: 3597.17 s
Current children cumulated vsize: 260856 KiB
Current children cumulated memory: 204620 KiB

Child status: 0

Real time (s): 3606.9
CPU time (s): 3597.29
CPU user time (s): 3595.94
CPU system time (s): 1.35396
CPU usage (%): 99.7337
Max. virtual memory (cumulated for all children) (KiB): 607868
Max. memory (cumulated for all children) (KiB): 431124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.94
system time used= 1.35396
maximum resident set size= 582976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 540
involuntary context switches= 22103


# summary of solver processes directly reported to runsolver:
#   pid: 87576
#   total CPU time (s): 3597.29
#   total CPU user time (s): 3595.94
#   total CPU system time (s): 1.35396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12097 second user time and 14.4785 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-03 18:04:44
IDJOB=4520589
IDBENCH=178105
IDSOLVER=3374
FILE ID=nodeC018/4520589-1751558684
RUNJOBID= nodeC018-1751554571-86116
SLURM_JOB_ID= 9598743
Free space on /tmp= 432852 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_550.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520589-1751558684/watcher-4520589-1751558684 -o /tmp/evaluation-result-4520589-1751558684/solver-4520589-1751558684 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751554571-86116 --watchdog 3760  HOME/opbsolver HOME/instance-4520589-1751558684.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= d7ece7e3292f38d08ee869a6ef2ad2c1
RANDOM SEED=686660354

nodeC018 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.505
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.66
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.920
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.66
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		: 3578.296
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.66
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		: 3601.072
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.66
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.438
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.66
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.014
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128704236 kB
MemAvailable:   128980144 kB
Buffers:            2128 kB
Cached:          1040300 kB
SwapCached:           32 kB
Active:          1205348 kB
Inactive:         565860 kB
Active(anon):     746536 kB
Inactive(anon):      288 kB
Active(file):     458812 kB
Inactive(file):   565572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21212 kB
Writeback:            36 kB
AnonPages:        731828 kB
Mapped:           117968 kB
Shmem:             18044 kB
KReclaimable:     181128 kB
Slab:             271664 kB
SReclaimable:     181128 kB
SUnreclaim:        90536 kB
KernelStack:        4352 kB
PageTables:         4512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1141064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432832 MiB
End job on nodeC018 at 2025-07-03 19:04:51