Trace number 4522751

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.45 3609.17

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.85_4.opb
MD5SUM80bbccedb85ca0271e993b8d74e189a8
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 benchmark6142
Best CPU time to get the best result obtained on this benchmark58.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250000
Total number of constraints250001
Number of constraints which are clauses150000
Number of constraints which are cardinality constraints (but not clauses)100000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint100000
Number of terms in the objective function 100000
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 100000
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100000
Number of bits of the biggest sum of numbers17
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...
0.00/0.02	c Encoding OPB into MaxSAT...
0.00/0.02	c This is the PBCProcessor based on SCIP solver.
4.35/4.41	c Solving by WMaxCDCL...
3598.37/3609.15	c Rebuilding OPB solution...
3598.37/3609.15	c This is the PBCProcessor based on SCIP solver.
3598.37/3609.15	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

solver pid=84600, runsolver pid=84597

[startup+0.100061 s]*
/proc/loadavg: 3.94 4.06 4.02 5/262 84607
/proc/meminfo: memFree=115931608/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 346 661 0 0 0 0 0 0 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84607] ppid=84600 vsize=31320 memory=14628 CPUtime=0.07 cores=4,6
/proc/84607/stat : 84607 (pbcpreprocessor) R 84600 84600 84174 0 -1 4194304 3335 0 0 0 7 0 0 0 20 0 1 0 74730519 32071680 3657 18446744073709551615 4198400 15773533 140726915276144 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46895104 140726915279024 140726915279326 140726915279326 140726915284933 0
/proc/84607/statm: 7830 3657 640 2826 0 4442 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 35512 KiB
Current children cumulated memory: 17316 KiB

[startup+0.205833 s]*
/proc/loadavg: 3.94 4.06 4.02 5/262 84608
/proc/meminfo: memFree=119194088/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 346 661 0 0 0 0 0 0 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84607] ppid=84600 vsize=47496 memory=29912 CPUtime=0.17 cores=4,6
/proc/84607/stat : 84607 (pbcpreprocessor) R 84600 84600 84174 0 -1 4194304 7406 0 0 0 17 0 0 0 20 0 1 0 74730519 48635904 7478 18446744073709551615 4198400 15773533 140726915276144 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46895104 140726915279024 140726915279326 140726915279326 140726915284933 0
/proc/84607/statm: 11874 7478 640 2826 0 8486 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 51688 KiB
Current children cumulated memory: 32600 KiB

[startup+0.305601 s]*
/proc/loadavg: 3.94 4.06 4.02 4/266 84624
/proc/meminfo: memFree=122673692/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 346 661 0 0 0 0 0 0 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84607] ppid=84600 vsize=60564 memory=43608 CPUtime=0.27 cores=4,6
/proc/84607/stat : 84607 (pbcpreprocessor) R 84600 84600 84174 0 -1 4194304 10842 0 0 0 27 0 0 0 20 0 1 0 74730519 62017536 10902 18446744073709551615 4198400 15773533 140726915276144 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46895104 140726915279024 140726915279326 140726915279326 140726915284933 0
/proc/84607/statm: 15141 10902 640 2826 0 11753 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 64756 KiB
Current children cumulated memory: 46296 KiB

[startup+0.700195 s]
/proc/loadavg: 3.94 4.06 4.02 5/266 84634
/proc/meminfo: memFree=122596736/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 346 661 0 0 0 0 0 0 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84607] ppid=84600 vsize=168524 memory=146480 CPUtime=0.66 cores=4,6
/proc/84607/stat : 84607 (pbcpreprocessor) R 84600 84600 84174 0 -1 4194304 30383 0 0 0 62 4 0 0 20 0 1 0 74730519 172568576 36620 18446744073709551615 4198400 15773533 140726915276144 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46895104 140726915279024 140726915279326 140726915279326 140726915284933 0
/proc/84607/statm: 42131 36620 704 2826 0 38743 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 172716 KiB
Current children cumulated memory: 149168 KiB

[startup+1.5002 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=122388224/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 346 661 0 0 0 0 0 0 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84607] ppid=84600 vsize=457396 memory=399772 CPUtime=1.46 cores=4,6
/proc/84607/stat : 84607 (pbcpreprocessor) R 84600 84600 84174 0 -1 4194304 65137 0 0 0 116 30 0 0 20 0 1 0 74730519 468373504 99943 18446744073709551615 4198400 15773533 140726915276144 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46895104 140726915279024 140726915279326 140726915279326 140726915284933 0
/proc/84607/statm: 114349 99943 704 2826 0 110961 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 461588 KiB
Current children cumulated memory: 402460 KiB

[startup+3.10566 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84668
/proc/meminfo: memFree=120734932/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 346 661 0 0 0 0 0 0 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84607] ppid=84600 vsize=457396 memory=399772 CPUtime=3.06 cores=4,6
/proc/84607/stat : 84607 (pbcpreprocessor) R 84600 84600 84174 0 -1 4194304 65146 0 0 0 176 130 0 0 20 0 1 0 74730519 468373504 99943 18446744073709551615 4198400 15773533 140726915276144 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 46895104 140726915279024 140726915279326 140726915279326 140726915284933 0
/proc/84607/statm: 114349 99943 704 2826 0 110961 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 461588 KiB
Current children cumulated memory: 402460 KiB

[startup+6.30019 s]
/proc/loadavg: 3.94 4.06 4.02 5/269 84670
/proc/meminfo: memFree=119612908/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=588092 memory=467672 CPUtime=1.86 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 91769 0 0 0 167 19 0 0 20 0 1 0 74730959 602206208 116918 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 147023 116918 448 424 0 146478 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 592284 KiB
Current children cumulated memory: 470360 KiB

[startup+12.7002 s]
/proc/loadavg: 4.03 4.07 4.02 5/268 84671
/proc/meminfo: memFree=119013724/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=739588 memory=589472 CPUtime=8.23 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 100384 0 0 0 801 22 0 0 20 0 1 0 74730959 757338112 147368 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 184897 147368 448 424 0 184352 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 743780 KiB
Current children cumulated memory: 592160 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.07 4.02 5/268 84726
/proc/meminfo: memFree=118970888/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=626728 memory=494520 CPUtime=20.98 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 101061 0 0 0 2073 25 0 0 20 0 1 0 74730959 641769472 123630 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 156682 123630 448 424 0 156137 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 630920 KiB
Current children cumulated memory: 497208 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 4.08 4.02 5/266 84726
/proc/meminfo: memFree=118563848/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=693124 memory=598336 CPUtime=46.5 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 109648 0 0 0 4606 44 0 0 20 0 1 0 74730959 709758976 149584 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 173281 149584 448 424 0 172736 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 697316 KiB
Current children cumulated memory: 601024 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/267 84729
/proc/meminfo: memFree=117288532/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=693124 memory=598608 CPUtime=97.53 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 110072 0 0 0 9707 46 0 0 20 0 1 0 74730959 709758976 149652 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 173281 149652 448 424 0 172736 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 697316 KiB
Current children cumulated memory: 601296 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/267 84731
/proc/meminfo: memFree=116822780/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=693124 memory=598608 CPUtime=157.3 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 110115 0 0 0 15684 46 0 0 20 0 1 0 74730959 709758976 149652 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 173281 149652 448 424 0 172736 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 697316 KiB
Current children cumulated memory: 601296 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/268 84738
/proc/meminfo: memFree=116597660/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=693124 memory=598608 CPUtime=217.1 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 110117 0 0 0 21664 46 0 0 20 0 1 0 74730959 709758976 149652 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 173281 149652 448 424 0 172736 0

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

/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111622 0 0 0 338717 61 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3392.15 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.11 5/268 84978
/proc/meminfo: memFree=112394536/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3447.6 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111622 0 0 0 344699 61 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3451.97 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/268 84980
/proc/meminfo: memFree=112351564/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3507.44 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111624 0 0 0 350682 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3511.81 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/268 84982
/proc/meminfo: memFree=112292788/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3567.27 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 356665 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3571.64 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

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

# cumulated CPU time of all completed processes:  user=3595.77 s, system=2.67579 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.15 4.11 5/268 84982
/proc/meminfo: memFree=112291512/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3568.97 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 356835 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3573.34 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112270400/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3581.73 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 358111 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3586.1 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3603.2 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112258064/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3588.11 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 358749 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3592.48 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3606.4 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112261068/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3591.3 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 359068 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3595.67 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3608 s]*
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112250288/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3592.9 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 359228 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3597.27 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3608.8 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 84982
/proc/meminfo: memFree=112250288/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3593.69 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 359307 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3598.06 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3609 s]*
/proc/loadavg: 4.08 4.14 4.10 4/265 84984
/proc/meminfo: memFree=112646316/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3593.9 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 359328 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3598.27 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

[startup+3609.11 s]
/proc/loadavg: 4.08 4.14 4.10 4/265 84984
/proc/meminfo: memFree=112646316/131249996 swapFree=33003468/33010684
[pid=84600] ppid=84597 vsize=4192 memory=2688 CPUtime=4.37 cores=4,6
/proc/84600/stat : 84600 (opbsolver) S 84597 84600 84174 0 -1 4194304 406 65987 0 0 0 0 234 203 20 0 1 0 74730516 4292608 672 18446744073709551615 94347594989568 94347595884101 140729237168336 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94347596123152 94347596170896 94347618525184 140729237174558 140729237174761 140729237174761 140729237180363 0
/proc/84600/statm: 1048 672 640 219 0 110 0
[pid=84670] ppid=84600 vsize=743212 memory=615376 CPUtime=3594 cores=4,6
/proc/84670/stat : 84670 (wmaxcdcl) R 84600 84600 84174 0 -1 4194304 111626 0 0 0 359338 62 0 0 20 0 1 0 74730959 761049088 153844 18446744073709551615 4198400 5932793 140733898850496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40722432 140733898856795 140733898856940 140733898856940 140733898862540 0
/proc/84670/statm: 185803 153844 448 424 0 185258 0
Current children cumulated CPU time: 3598.37 s
Current children cumulated vsize: 747404 KiB
Current children cumulated memory: 618064 KiB

Child status: 0

Real time (s): 3609.17
CPU time (s): 3598.45
CPU user time (s): 3595.77
CPU system time (s): 2.67579
CPU usage (%): 99.703
Max. virtual memory (cumulated for all children) (KiB): 842536
Max. memory (cumulated for all children) (KiB): 679168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.77
system time used= 2.67578
maximum resident set size= 679464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 191528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 571
involuntary context switches= 1488


# summary of solver processes directly reported to runsolver:
#   pid: 84600
#   total CPU time (s): 3598.45
#   total CPU user time (s): 3595.77
#   total CPU system time (s): 2.67579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20459 second user time and 18.2708 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 02:55:28
IDJOB=4522751
IDBENCH=179278
IDSOLVER=3374
FILE ID=nodeC021/4522751-1751590528
RUNJOBID= nodeC021-1751586917-84185
SLURM_JOB_ID= 9598839
Free space on /tmp= 430784 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.85_4.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522751-1751590528/watcher-4522751-1751590528 -o /tmp/evaluation-result-4522751-1751590528/solver-4522751-1751590528 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84185 --watchdog 3760  HOME/opbsolver HOME/instance-4522751-1751590528.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 80bbccedb85ca0271e993b8d74e189a8
RANDOM SEED=628789466

nodeC021 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.800
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.56
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.700
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.56
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		: 3603.072
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.56
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.56
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		: 3346.412
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.56
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.759
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.56
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.781
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.56
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		: 3603.856
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111801640 kB
MemAvailable:   118236420 kB
Buffers:            1056 kB
Cached:          7168160 kB
SwapCached:           32 kB
Active:         11942052 kB
Inactive:        6705676 kB
Active(anon):   11451136 kB
Inactive(anon):    40828 kB
Active(file):     490916 kB
Inactive(file):  6664848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73888 kB
Writeback:             0 kB
AnonPages:      11481100 kB
Mapped:           104380 kB
Shmem:             13452 kB
KReclaimable:     236108 kB
Slab:             328516 kB
SReclaimable:     236108 kB
SUnreclaim:        92408 kB
KernelStack:        4288 kB
PageTables:        25488 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12415876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3883008 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= 430752 MiB
End job on nodeC021 at 2025-07-04 03:55:38