Trace number 4508843

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3598.17 3609.21

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay75.lin.opb
MD5SUM3ba8cfc0a45dfa41539851263c680a3e
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 benchmark2394527
Best CPU time to get the best result obtained on this benchmark72003.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables149652
Total number of constraints428803
Number of constraints which are clauses281926
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints146876
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 149651
Biggest coefficient in the objective function 3944708
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 34212972
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 3944708
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 34212972
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c Presolving by SCIP...
0.00/0.04	c Encoding OPB into MaxSAT...
0.00/0.04	c This is the PBCProcessor based on SCIP solver.
3.85/3.99	c Solving by WMaxCDCL...
3.94/3609.20	c Rebuilding OPB solution...
3.94/3609.20	c This is the PBCProcessor based on SCIP solver.
3.94/3609.20	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: 63794 MiB (62699 MiB free)
  memory of node 1: 64507 MiB (61694 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4508843-1751511370/watcher-4508843-1751511370 -o /tmp/evaluation-result-4508843-1751511370/solver-4508843-1751511370 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751511362-75743 --watchdog 3760 HOME/opbsolver HOME/instance-4508843-1751511370.opb 3600 31000 HOME HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=76322, runsolver pid=76319

[startup+0.100096 s]*
/proc/loadavg: 0.99 1.30 2.32 5/258 76329
/proc/meminfo: memFree=127378160/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 348 655 0 0 0 0 0 1 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76329] ppid=76322 vsize=23384 memory=5668 CPUtime=0.06 cores=5,7
/proc/76329/stat : 76329 (pbcpreprocessor) R 76322 76322 75730 0 -1 4194304 1336 0 0 0 6 0 0 0 20 0 1 0 66816750 23945216 1385 18446744073709551615 4198400 15773533 140724213680784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 24576000 140724213684400 140724213684702 140724213684702 140724213690309 0
/proc/76329/statm: 5846 1385 640 2826 0 2458 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 27576 KiB
Current children cumulated memory: 8740 KiB

[startup+0.213749 s]*
/proc/loadavg: 0.99 1.30 2.32 5/258 76329
/proc/meminfo: memFree=127364300/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 348 655 0 0 0 0 0 1 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76329] ppid=76322 vsize=32136 memory=14372 CPUtime=0.17 cores=5,7
/proc/76329/stat : 76329 (pbcpreprocessor) R 76322 76322 75730 0 -1 4194304 3542 0 0 0 16 1 0 0 20 0 1 0 66816750 32907264 3593 18446744073709551615 4198400 15773533 140724213680784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 24576000 140724213684400 140724213684702 140724213684702 140724213690309 0
/proc/76329/statm: 8034 3593 640 2826 0 4646 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 36328 KiB
Current children cumulated memory: 17444 KiB

[startup+0.313056 s]*
/proc/loadavg: 0.99 1.30 2.32 5/258 76329
/proc/meminfo: memFree=127356236/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 348 655 0 0 0 0 0 1 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76329] ppid=76322 vsize=39756 memory=21924 CPUtime=0.27 cores=5,7
/proc/76329/stat : 76329 (pbcpreprocessor) R 76322 76322 75730 0 -1 4194304 5404 0 0 0 25 2 0 0 20 0 1 0 66816750 40710144 5481 18446744073709551615 4198400 15773533 140724213680784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 24576000 140724213684400 140724213684702 140724213684702 140724213690309 0
/proc/76329/statm: 9939 5481 640 2826 0 6551 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 43948 KiB
Current children cumulated memory: 24996 KiB

[startup+0.700341 s]
/proc/loadavg: 0.99 1.30 2.32 5/258 76329
/proc/meminfo: memFree=127332156/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 348 655 0 0 0 0 0 1 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76329] ppid=76322 vsize=70388 memory=52584 CPUtime=0.64 cores=5,7
/proc/76329/stat : 76329 (pbcpreprocessor) R 76322 76322 75730 0 -1 4194304 13073 0 0 0 60 4 0 0 20 0 1 0 66816750 72077312 13146 18446744073709551615 4198400 15773533 140724213680784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 24576000 140724213684400 140724213684702 140724213684702 140724213690309 0
/proc/76329/statm: 17597 13146 640 2826 0 14209 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 74580 KiB
Current children cumulated memory: 55656 KiB

[startup+1.5004 s]
/proc/loadavg: 0.99 1.30 2.32 5/258 76329
/proc/meminfo: memFree=127263800/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 348 655 0 0 0 0 0 1 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76329] ppid=76322 vsize=232980 memory=190392 CPUtime=1.44 cores=5,7
/proc/76329/stat : 76329 (pbcpreprocessor) R 76322 76322 75730 0 -1 4194304 37784 0 0 0 132 12 0 0 20 0 1 0 66816750 238571520 47598 18446744073709551615 4198400 15773533 140724213680784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 24576000 140724213684400 140724213684702 140724213684702 140724213690309 0
/proc/76329/statm: 58245 47598 704 2826 0 54857 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 237172 KiB
Current children cumulated memory: 193464 KiB

[startup+3.11331 s]
/proc/loadavg: 1.23 1.34 2.33 5/258 76331
/proc/meminfo: memFree=126816688/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 348 655 0 0 0 0 0 1 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76329] ppid=76322 vsize=232980 memory=212920 CPUtime=3.06 cores=5,7
/proc/76329/stat : 76329 (pbcpreprocessor) R 76322 76322 75730 0 -1 4194304 37814 0 0 0 204 102 0 0 20 0 1 0 66816750 238571520 53230 18446744073709551615 4198400 15773533 140724213680784 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 24576000 140724213684400 140724213684702 140724213684702 140724213690309 0
/proc/76329/statm: 58245 53230 704 2826 0 54857 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 237172 KiB
Current children cumulated memory: 215992 KiB

[startup+6.3004 s]
/proc/loadavg: 1.23 1.34 2.33 5/258 76384
/proc/meminfo: memFree=126382688/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=763652 memory=635496 CPUtime=2.28 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 119413 0 0 0 207 21 0 0 20 0 1 0 66817146 781979648 158874 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 190913 158874 448 424 0 190368 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 767844 KiB
Current children cumulated memory: 638568 KiB

[startup+12.7004 s]
/proc/loadavg: 1.65 1.43 2.35 5/258 76384
/proc/meminfo: memFree=126325960/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=680704 memory=580036 CPUtime=8.66 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 120666 0 0 0 844 22 0 0 20 0 1 0 66817146 697040896 145009 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 170176 145009 448 424 0 169631 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 684896 KiB
Current children cumulated memory: 583108 KiB

[startup+25.5005 s]
/proc/loadavg: 2.01 1.52 2.37 5/258 76384
/proc/meminfo: memFree=126286624/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=802260 memory=639820 CPUtime=21.42 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 128980 0 0 0 2116 26 0 0 20 0 1 0 66817146 821514240 159955 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 200565 159955 448 424 0 200020 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 806452 KiB
Current children cumulated memory: 642892 KiB

[startup+51.1135 s]
/proc/loadavg: 2.83 1.75 2.42 5/258 76385
/proc/meminfo: memFree=126200720/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=802260 memory=641484 CPUtime=46.96 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 129389 0 0 0 4670 26 0 0 20 0 1 0 66817146 821514240 160371 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 200565 160371 448 424 0 200020 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 806452 KiB
Current children cumulated memory: 644556 KiB

[startup+102.3 s]
/proc/loadavg: 3.59 2.15 2.52 5/258 76392
/proc/meminfo: memFree=125948164/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=802260 memory=641484 CPUtime=97.98 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 129411 0 0 0 9772 26 0 0 20 0 1 0 66817146 821514240 160371 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 200565 160371 448 424 0 200020 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 806452 KiB
Current children cumulated memory: 644556 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.52 2.62 5/258 76396
/proc/meminfo: memFree=125903472/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=802260 memory=641484 CPUtime=157.8 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 129432 0 0 0 15754 26 0 0 20 0 1 0 66817146 821514240 160371 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 200565 160371 448 424 0 200020 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 806452 KiB
Current children cumulated memory: 644556 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.80 2.72 5/257 76399
/proc/meminfo: memFree=125870312/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=802260 memory=641484 CPUtime=217.62 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 129432 0 0 0 21735 27 0 0 20 0 1 0 66817146 821514240 160371 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 200565 160371 448 424 0 200020 0

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

/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=807792 memory=672536 CPUtime=3328.1 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 131787 0 0 0 332782 28 0 0 20 0 1 0 66817146 827179008 168134 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 201948 168134 448 424 0 201403 0
Current children cumulated CPU time: 3332.04 s
Current children cumulated vsize: 811984 KiB
Current children cumulated memory: 675608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/255 76616
/proc/meminfo: memFree=126471664/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=808620 memory=673176 CPUtime=3387.92 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132052 0 0 0 338764 28 0 0 20 0 1 0 66817146 828026880 168294 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202155 168294 448 424 0 201610 0
Current children cumulated CPU time: 3391.86 s
Current children cumulated vsize: 812812 KiB
Current children cumulated memory: 676248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.04 5/255 76618
/proc/meminfo: memFree=126471680/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=809156 memory=673944 CPUtime=3447.74 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132227 0 0 0 344746 28 0 0 20 0 1 0 66817146 828575744 168486 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202289 168486 448 424 0 201744 0
Current children cumulated CPU time: 3451.68 s
Current children cumulated vsize: 813348 KiB
Current children cumulated memory: 677016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.04 5/255 76620
/proc/meminfo: memFree=126471444/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=810404 memory=674968 CPUtime=3507.55 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132503 0 0 0 350727 28 0 0 20 0 1 0 66817146 829853696 168742 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202601 168742 448 424 0 202056 0
Current children cumulated CPU time: 3511.49 s
Current children cumulated vsize: 814596 KiB
Current children cumulated memory: 678040 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.05 5/255 76622
/proc/meminfo: memFree=126475428/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=810404 memory=675224 CPUtime=3567.37 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132559 0 0 0 356709 28 0 0 20 0 1 0 66817146 829853696 168806 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202601 168806 448 424 0 202056 0
Current children cumulated CPU time: 3571.31 s
Current children cumulated vsize: 814596 KiB
Current children cumulated memory: 678296 KiB

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=1.85976 s

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

[startup+3584 s]*
/proc/loadavg: 4.16 4.12 4.05 5/255 76622
/proc/meminfo: memFree=126475428/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=810404 memory=675224 CPUtime=3569.08 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132560 0 0 0 356880 28 0 0 20 0 1 0 66817146 829853696 168806 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202601 168806 448 424 0 202056 0
Current children cumulated CPU time: 3573.02 s
Current children cumulated vsize: 814596 KiB
Current children cumulated memory: 678296 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.12 4.05 5/255 76624
/proc/meminfo: memFree=126475428/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=811060 memory=675608 CPUtime=3581.83 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132668 0 0 0 358155 28 0 0 20 0 1 0 66817146 830525440 168902 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202765 168902 448 424 0 202220 0
Current children cumulated CPU time: 3585.77 s
Current children cumulated vsize: 815252 KiB
Current children cumulated memory: 678680 KiB

[startup+3603.2 s]
/proc/loadavg: 4.18 4.13 4.05 5/251 76667
/proc/meminfo: memFree=126473388/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=811060 memory=675608 CPUtime=3588.21 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132668 0 0 0 358793 28 0 0 20 0 1 0 66817146 830525440 168902 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202765 168902 448 424 0 202220 0
Current children cumulated CPU time: 3592.15 s
Current children cumulated vsize: 815252 KiB
Current children cumulated memory: 678680 KiB

[startup+3606.4 s]
/proc/loadavg: 4.18 4.13 4.05 5/256 76679
/proc/meminfo: memFree=126309700/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=811060 memory=675608 CPUtime=3591.4 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132668 0 0 0 359112 28 0 0 20 0 1 0 66817146 830525440 168902 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202765 168902 448 424 0 202220 0
Current children cumulated CPU time: 3595.34 s
Current children cumulated vsize: 815252 KiB
Current children cumulated memory: 678680 KiB

[startup+3608 s]*
/proc/loadavg: 4.17 4.13 4.05 5/250 76717
/proc/meminfo: memFree=126874684/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=811060 memory=675608 CPUtime=3593 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132668 0 0 0 359272 28 0 0 20 0 1 0 66817146 830525440 168902 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202765 168902 448 424 0 202220 0
Current children cumulated CPU time: 3596.94 s
Current children cumulated vsize: 815252 KiB
Current children cumulated memory: 678680 KiB

[startup+3608.8 s]
/proc/loadavg: 4.17 4.13 4.05 5/250 76717
/proc/meminfo: memFree=126874684/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
[pid=76344] ppid=76322 vsize=811060 memory=675608 CPUtime=3593.79 cores=5,7
/proc/76344/stat : 76344 (wmaxcdcl) R 76322 76322 75730 0 -1 4194304 132668 0 0 0 359351 28 0 0 20 0 1 0 66817146 830525440 168902 18446744073709551615 4198400 5932793 140734771983360 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27828224 140734771984731 140734771984876 140734771984876 140734771990476 0
/proc/76344/statm: 202765 168902 448 424 0 202220 0
Current children cumulated CPU time: 3597.73 s
Current children cumulated vsize: 815252 KiB
Current children cumulated memory: 678680 KiB

[startup+3609.2 s]
/proc/loadavg: 4.17 4.13 4.05 5/256 76729
/proc/meminfo: memFree=126859060/131382116 swapFree=33010684/33010684
[pid=76322] ppid=76319 vsize=4192 memory=3072 CPUtime=3.94 cores=5,7
/proc/76322/stat : 76322 (opbsolver) S 76319 76322 75730 0 -1 4194304 407 38612 0 0 0 0 239 155 20 0 1 0 66816746 4292608 768 18446744073709551615 94069467336704 94069468231237 140732156760880 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94069468470288 94069468518032 94069469990912 140732156766494 140732156766697 140732156766697 140732156772299 0
/proc/76322/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3609.21
CPU time (s): 3598.17
CPU user time (s): 3596.31
CPU system time (s): 1.85976
CPU usage (%): 99.694
Max. virtual memory (cumulated for all children) (KiB): 815252
Max. memory (cumulated for all children) (KiB): 678680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 1.85975
maximum resident set size= 675608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 113336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 524
involuntary context switches= 19980


# summary of solver processes directly reported to runsolver:
#   pid: 76322
#   total CPU time (s): 3598.17
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 1.85976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6889 second user time and 36.7494 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 04:56:10
IDJOB=4508843
IDBENCH=158475
IDSOLVER=3374
FILE ID=nodeC011/4508843-1751511370
RUNJOBID= nodeC011-1751511362-75743
SLURM_JOB_ID= 9598613
Free space on /tmp= 430448 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay75.lin.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4508843-1751511370/watcher-4508843-1751511370 -o /tmp/evaluation-result-4508843-1751511370/solver-4508843-1751511370 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751511362-75743 --watchdog 3760  HOME/opbsolver HOME/instance-4508843-1751511370.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 3ba8cfc0a45dfa41539851263c680a3e
RANDOM SEED=675266503

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1795.945
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3192.989
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.554
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.241
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.397
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.291
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127379924 kB
MemAvailable:   129486176 kB
Buffers:            3276 kB
Cached:          2908264 kB
SwapCached:            0 kB
Active:           914388 kB
Inactive:        2468856 kB
Active(anon):     487884 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2466752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            118488 kB
Writeback:             4 kB
AnonPages:        475172 kB
Mapped:           127836 kB
Shmem:             17960 kB
KReclaimable:     104860 kB
Slab:             189828 kB
SReclaimable:     104860 kB
SUnreclaim:        84968 kB
KernelStack:        4144 kB
PageTables:         3980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     876016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430432 MiB
End job on nodeC011 at 2025-07-03 05:56:20