Trace number 4521785

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.14 3606.32

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_058.opb
MD5SUM9f15d23f289b182a443a303ebae0d35a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1740
Best CPU time to get the best result obtained on this benchmark0.857278
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3422
Total number of constraints6844
Number of constraints which are clauses6844
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 3422
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 3422
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3422
Number of bits of the biggest sum of numbers12
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.39/500.08	c Encoding OPB into MaxSAT...
498.39/500.08	c This is the PBCProcessor based on SCIP solver.
498.39/500.10	c Solving by WMaxCDCL...
3597.09/3606.31	c Rebuilding OPB solution...
3597.09/3606.31	c This is the PBCProcessor based on SCIP solver.
3597.09/3606.31	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 (62841 MiB free)
  memory of node 1: 64465 MiB (60675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521785-1751575123/watcher-4521785-1751575123 -o /tmp/evaluation-result-4521785-1751575123/solver-4521785-1751575123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751575092-80959 --watchdog 3760 HOME/opbsolver HOME/instance-4521785-1751575123.opb 3600 31000 HOME HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=81434, runsolver pid=81431
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 3.40 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126469088/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=60856 memory=43620 CPUtime=0.07 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 8940 0 0 0 6 1 0 0 20 0 1 0 73186813 62316544 10905 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 15214 10905 2496 2826 0 11826 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 65048 KiB
Current children cumulated memory: 46564 KiB

[startup+0.205484 s]*
/proc/loadavg: 3.40 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126437084/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=90948 memory=68964 CPUtime=0.18 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 15147 0 0 0 16 2 0 0 20 0 1 0 73186813 93130752 17241 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 22737 17241 2656 2826 0 19349 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 95140 KiB
Current children cumulated memory: 71908 KiB

[startup+0.305426 s]*
/proc/loadavg: 3.40 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126429020/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=92320 memory=70244 CPUtime=0.28 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 15454 0 0 0 26 2 0 0 20 0 1 0 73186813 94535680 17561 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 23080 17561 2656 2826 0 19692 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 96512 KiB
Current children cumulated memory: 73188 KiB

[startup+0.700143 s]
/proc/loadavg: 3.40 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126429020/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=93044 memory=70884 CPUtime=0.67 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 15602 0 0 0 65 2 0 0 20 0 1 0 73186813 95277056 17721 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 23261 17721 2656 2826 0 19873 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 97236 KiB
Current children cumulated memory: 73828 KiB

[startup+1.50014 s]
/proc/loadavg: 3.40 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126380636/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=100016 memory=76900 CPUtime=1.47 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 17149 0 0 0 144 3 0 0 20 0 1 0 73186813 102416384 19225 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 25004 19225 2656 2826 0 21616 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 104208 KiB
Current children cumulated memory: 79844 KiB

[startup+3.10528 s]
/proc/loadavg: 3.40 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126372824/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=100016 memory=76900 CPUtime=3.07 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 17149 0 0 0 304 3 0 0 20 0 1 0 73186813 102416384 19225 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 25004 19225 2656 2826 0 21616 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 104208 KiB
Current children cumulated memory: 79844 KiB

[startup+6.30012 s]
/proc/loadavg: 3.45 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126372960/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=103572 memory=79460 CPUtime=6.25 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 17808 0 0 0 622 3 0 0 20 0 1 0 73186813 106057728 19865 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 25893 19865 2656 2826 0 22505 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 107764 KiB
Current children cumulated memory: 82404 KiB

[startup+12.7001 s]
/proc/loadavg: 3.49 3.87 4.00 5/267 81438
/proc/meminfo: memFree=126320480/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=108664 memory=82788 CPUtime=12.64 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 18640 0 0 0 1261 3 0 0 20 0 1 0 73186813 111271936 20697 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 27166 20697 2656 2826 0 23778 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 112856 KiB
Current children cumulated memory: 85732 KiB

[startup+25.5002 s]
/proc/loadavg: 3.60 3.88 4.00 5/267 81438
/proc/meminfo: memFree=126198520/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=135148 memory=104932 CPUtime=25.4 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 24140 0 0 0 2536 4 0 0 20 0 1 0 73186813 138391552 26233 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 33787 26233 2688 2826 0 30399 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 139340 KiB
Current children cumulated memory: 107876 KiB

[startup+51.1053 s]
/proc/loadavg: 3.81 3.91 4.00 5/268 81491
/proc/meminfo: memFree=126257000/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=135148 memory=105188 CPUtime=50.92 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 24216 0 0 0 5085 7 0 0 20 0 1 0 73186813 138391552 26297 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 33787 26297 2688 2826 0 30399 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 139340 KiB
Current children cumulated memory: 108132 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 3.94 4.01 5/268 81493
/proc/meminfo: memFree=126135976/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=135148 memory=106852 CPUtime=101.96 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 24608 0 0 0 10189 7 0 0 20 0 1 0 73186813 138391552 26713 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 33787 26713 2688 2826 0 30399 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 139340 KiB
Current children cumulated memory: 109796 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.97 4.01 5/268 81495
/proc/meminfo: memFree=126081112/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=147336 memory=115300 CPUtime=161.77 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 26826 0 0 0 16169 8 0 0 20 0 1 0 73186813 150872064 28825 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 36834 28825 2688 2826 0 33446 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 151528 KiB
Current children cumulated memory: 118244 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.01 4.01 5/269 81498
/proc/meminfo: memFree=126095192/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 261 231 0 0 0 0 0 0 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81438] ppid=81434 vsize=152540 memory=120548 CPUtime=221.58 cores=4,6
/proc/81438/stat : 81438 (pbcpreprocessor) R 81434 81434 80948 0 -1 4194304 28149 0 0 0 22149 9 0 0 20 0 1 0 73186813 156200960 30137 18446744073709551615 4198400 15773533 140733861830624 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46043136 140733861837124 140733861837278 140733861837278 140733861842885 0
/proc/81438/statm: 38135 30137 2688 2826 0 34747 0

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

/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15737 0 0 0 289357 154 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3393.59 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/268 81704
/proc/meminfo: memFree=126722456/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=2954.97 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15779 0 0 0 295340 157 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3453.45 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.21 4.14 5/267 81706
/proc/meminfo: memFree=126722312/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3014.83 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15781 0 0 0 301323 160 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3513.31 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.20 4.14 5/268 81763
/proc/meminfo: memFree=126795252/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3074.68 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15781 0 0 0 307305 163 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3573.16 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

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

# cumulated CPU time of all completed processes:  user=3595.33 s, system=1.81029 s

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

[startup+3584 s]*
/proc/loadavg: 4.24 4.20 4.14 5/268 81763
/proc/meminfo: memFree=126793520/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3076.38 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 307475 163 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3574.86 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3596.8 s]
/proc/loadavg: 4.19 4.19 4.13 5/268 81865
/proc/meminfo: memFree=117408812/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3089.14 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 308750 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3587.62 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3603.2 s]
/proc/loadavg: 4.17 4.18 4.13 5/268 81865
/proc/meminfo: memFree=112822828/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3095.52 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 309388 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3594 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3604.8 s]
/proc/loadavg: 4.17 4.18 4.13 5/268 81865
/proc/meminfo: memFree=112645420/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3097.11 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 309547 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3595.59 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3605.6 s]
/proc/loadavg: 4.24 4.20 4.14 5/268 81865
/proc/meminfo: memFree=112494636/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3097.91 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 309627 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3596.39 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3606 s]*
/proc/loadavg: 4.24 4.20 4.14 5/268 81865
/proc/meminfo: memFree=112441644/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3098.31 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 309667 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3596.79 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3606.2 s]
/proc/loadavg: 4.24 4.20 4.14 5/268 81865
/proc/meminfo: memFree=112441644/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3098.51 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 309687 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3596.99 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

[startup+3606.3 s]
/proc/loadavg: 4.24 4.20 4.14 5/268 81865
/proc/meminfo: memFree=112441644/131249992 swapFree=33009392/33010684
[pid=81434] ppid=81431 vsize=4192 memory=2944 CPUtime=498.48 cores=4,6
/proc/81434/stat : 81434 (opbsolver) S 81431 81434 80948 0 -1 4194304 407 34822 0 0 0 0 49833 15 20 0 1 0 73186811 4292608 736 18446744073709551615 94133939085312 94133939979845 140725049018832 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94133940218896 94133940266640 94133943857152 140725049026846 140725049027049 140725049027049 140725049032651 0
/proc/81434/statm: 1048 736 672 219 0 110 0
[pid=81527] ppid=81434 vsize=103496 memory=100248 CPUtime=3098.61 cores=4,6
/proc/81527/stat : 81527 (wmaxcdcl) R 81434 81434 80948 0 -1 4194304 15821 0 0 0 309697 164 0 0 20 0 1 0 73236822 105979904 25062 18446744073709551615 4198400 5932793 140737369628864 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 37113856 140737369635163 140737369635308 140737369635308 140737369640908 0
/proc/81527/statm: 25874 25062 448 424 0 25329 0
Current children cumulated CPU time: 3597.09 s
Current children cumulated vsize: 107688 KiB
Current children cumulated memory: 103192 KiB

Child status: 0

Real time (s): 3606.32
CPU time (s): 3597.14
CPU user time (s): 3595.33
CPU system time (s): 1.81029
CPU usage (%): 99.7453
Max. virtual memory (cumulated for all children) (KiB): 183708
Max. memory (cumulated for all children) (KiB): 144868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.33
system time used= 1.81029
maximum resident set size= 141924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 484
involuntary context switches= 3016


# summary of solver processes directly reported to runsolver:
#   pid: 81434
#   total CPU time (s): 3597.14
#   total CPU user time (s): 3595.33
#   total CPU system time (s): 1.81029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.32507 second user time and 12.5599 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-03 22:38:43
IDJOB=4521785
IDBENCH=178465
IDSOLVER=3374
FILE ID=nodeC035/4521785-1751575123
RUNJOBID= nodeC035-1751575092-80959
SLURM_JOB_ID= 9598802
Free space on /tmp= 432752 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_058.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521785-1751575123/watcher-4521785-1751575123 -o /tmp/evaluation-result-4521785-1751575123/solver-4521785-1751575123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751575092-80959 --watchdog 3760  HOME/opbsolver HOME/instance-4521785-1751575123.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 9f15d23f289b182a443a303ebae0d35a
RANDOM SEED=619745614

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.730
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.470
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.903
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3600.184
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		: 3599.491
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		: 3599.768
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		: 3716.803
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:        126482444 kB
MemAvailable:   129000928 kB
Buffers:             664 kB
Cached:          3269312 kB
SwapCached:          332 kB
Active:          1079744 kB
Inactive:        2968920 kB
Active(anon):     775328 kB
Inactive(anon):    21060 kB
Active(file):     304416 kB
Inactive(file):  2947860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62612 kB
Writeback:            12 kB
AnonPages:        781132 kB
Mapped:           135948 kB
Shmem:             17700 kB
KReclaimable:     210892 kB
Slab:             301936 kB
SReclaimable:     210892 kB
SUnreclaim:        91044 kB
KernelStack:        4288 kB
PageTables:         4740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1205112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 432608 MiB
End job on nodeC035 at 2025-07-03 23:38:49