Trace number 4489707

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? 3599.37 3608.63

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMac2beb72083c40d036c40a53754bf1b9
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 benchmark255
Best CPU time to get the best result obtained on this benchmark30252.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
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.03	c Presolving by SCIP...
0.00/0.05	c Encoding OPB into MaxSAT...
0.00/0.05	c This is the PBCProcessor based on SCIP solver.
1.23/1.38	c Solving by WMaxCDCL...
3599.32/3608.62	c Rebuilding OPB solution...
3599.32/3608.62	c This is the PBCProcessor based on SCIP solver.
3599.32/3608.62	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62837 MiB free)
  memory of node 1: 64465 MiB (63858 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489707-1751359577/watcher-4489707-1751359577 -o /tmp/evaluation-result-4489707-1751359577/solver-4489707-1751359577 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751352359-47954 --watchdog 3760 HOME/opbsolver HOME/instance-4489707-1751359577.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
solver pid=48815, runsolver pid=48809
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.18 4.13 4.10 4/268 48841
/proc/meminfo: memFree=129697104/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 349 661 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48833] ppid=48815 vsize=31488 memory=14768 CPUtime=0.04 cores=5,7
/proc/48833/stat : 48833 (pbcpreprocessor) R 48815 48815 47938 0 -1 4194304 3361 0 0 0 4 0 0 0 20 0 1 0 51580265 32243712 3692 18446744073709551615 4198400 15773533 140732977938432 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 54829056 140732977944752 140732977945054 140732977945054 140732977950661 0
/proc/48833/statm: 7872 3692 640 2826 0 4484 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 35680 KiB
Current children cumulated memory: 17712 KiB

[startup+0.205901 s]*
/proc/loadavg: 4.18 4.13 4.10 6/268 48845
/proc/meminfo: memFree=129616128/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 349 661 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48833] ppid=48815 vsize=55612 memory=39216 CPUtime=0.15 cores=5,7
/proc/48833/stat : 48833 (pbcpreprocessor) R 48815 48815 47938 0 -1 4194304 9726 0 0 0 14 1 0 0 20 0 1 0 51580265 56946688 9804 18446744073709551615 4198400 15773533 140732977938432 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 54829056 140732977944752 140732977945054 140732977945054 140732977950661 0
/proc/48833/statm: 13903 9804 640 2826 0 10515 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 59804 KiB
Current children cumulated memory: 42160 KiB

[startup+0.305929 s]*
/proc/loadavg: 4.18 4.13 4.10 5/268 48845
/proc/meminfo: memFree=129526164/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 349 661 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48833] ppid=48815 vsize=79572 memory=62248 CPUtime=0.24 cores=5,7
/proc/48833/stat : 48833 (pbcpreprocessor) R 48815 48815 47938 0 -1 4194304 15492 0 0 0 22 2 0 0 20 0 1 0 51580265 81481728 15562 18446744073709551615 4198400 15773533 140732977938432 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 54829056 140732977944752 140732977945054 140732977945054 140732977950661 0
/proc/48833/statm: 19893 15562 640 2826 0 16505 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 83764 KiB
Current children cumulated memory: 65192 KiB

[startup+0.700206 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 48845
/proc/meminfo: memFree=129362048/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 349 661 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48833] ppid=48815 vsize=186748 memory=155664 CPUtime=0.63 cores=5,7
/proc/48833/stat : 48833 (pbcpreprocessor) R 48815 48815 47938 0 -1 4194304 34196 0 0 0 58 5 0 0 20 0 1 0 51580265 191229952 38916 18446744073709551615 4198400 15773533 140732977938432 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 54829056 140732977944752 140732977945054 140732977945054 140732977950661 0
/proc/48833/statm: 46687 38916 704 2826 0 43299 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 190940 KiB
Current children cumulated memory: 158608 KiB

[startup+1.50017 s]
/proc/loadavg: 4.17 4.13 4.10 5/268 48845
/proc/meminfo: memFree=129113800/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3.10589 s]
/proc/loadavg: 4.17 4.13 4.10 6/268 48853
/proc/meminfo: memFree=129177152/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=59816 memory=51864 CPUtime=1.69 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 12621 0 0 0 167 2 0 0 20 0 1 0 51580400 61251584 12966 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 14954 12966 448 424 0 14409 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 54808 KiB

[startup+6.30012 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 48853
/proc/meminfo: memFree=129116152/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=108568 memory=99624 CPUtime=4.88 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 15854 0 0 0 484 4 0 0 20 0 1 0 51580400 111173632 24906 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 27142 24906 448 424 0 26597 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 112760 KiB
Current children cumulated memory: 102568 KiB

[startup+12.7001 s]
/proc/loadavg: 4.22 4.14 4.10 5/268 48853
/proc/meminfo: memFree=129325788/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=71216 memory=65848 CPUtime=11.27 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 15863 0 0 0 1123 4 0 0 20 0 1 0 51580400 72925184 16462 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 17804 16462 448 424 0 17259 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 75408 KiB
Current children cumulated memory: 68792 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.10 5/268 48853
/proc/meminfo: memFree=129196720/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=139304 memory=126832 CPUtime=24.03 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 17331 0 0 0 2398 5 0 0 20 0 1 0 51580400 142647296 31708 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 34826 31708 448 424 0 34281 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 143496 KiB
Current children cumulated memory: 129776 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.14 4.10 5/268 48854
/proc/meminfo: memFree=129028928/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=170124 memory=157820 CPUtime=49.57 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 17926 0 0 0 4951 6 0 0 20 0 1 0 51580400 174206976 39455 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 42531 39455 448 424 0 41986 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 174316 KiB
Current children cumulated memory: 160764 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/268 48860
/proc/meminfo: memFree=128901276/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=140540 memory=118140 CPUtime=100.62 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 19262 0 0 0 10054 8 0 0 20 0 1 0 51580400 143912960 29535 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 35135 29535 448 424 0 34590 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 144732 KiB
Current children cumulated memory: 121084 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/268 48862
/proc/meminfo: memFree=128866392/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=177416 memory=165104 CPUtime=160.44 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 21308 0 0 0 16034 10 0 0 20 0 1 0 51580400 181673984 41276 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 44354 41276 448 424 0 43809 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 181608 KiB
Current children cumulated memory: 168048 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 48864
/proc/meminfo: memFree=128764548/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=186144 memory=167044 CPUtime=220.28 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 25104 0 0 0 22015 13 0 0 20 0 1 0 51580400 190611456 41761 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 46536 41761 448 424 0 45991 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 190336 KiB
Current children cumulated memory: 169988 KiB

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

/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 76672 0 0 0 333117 114 0 0 20 0 1 0 51580400 571985920 130505 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139645 130505 448 424 0 139100 0
Current children cumulated CPU time: 3333.64 s
Current children cumulated vsize: 562772 KiB
Current children cumulated memory: 524964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.13 4.11 5/266 49039
/proc/meminfo: memFree=127204940/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=774152 memory=591848 CPUtime=3392.17 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 77268 0 0 0 339101 116 0 0 20 0 1 0 51580400 792731648 147962 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 193538 147962 448 424 0 192993 0
Current children cumulated CPU time: 3393.5 s
Current children cumulated vsize: 778344 KiB
Current children cumulated memory: 594792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/266 49041
/proc/meminfo: memFree=127015428/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=774304 memory=663680 CPUtime=3452.03 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 77374 0 0 0 345085 118 0 0 20 0 1 0 51580400 792887296 165920 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 193576 165920 448 424 0 193031 0
Current children cumulated CPU time: 3453.36 s
Current children cumulated vsize: 778496 KiB
Current children cumulated memory: 666624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/266 49043
/proc/meminfo: memFree=126821068/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=774304 memory=733348 CPUtime=3511.89 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 77417 0 0 0 351070 119 0 0 20 0 1 0 51580400 792887296 183337 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 193576 183337 448 424 0 193031 0
Current children cumulated CPU time: 3513.22 s
Current children cumulated vsize: 778496 KiB
Current children cumulated memory: 736292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/266 49045
/proc/meminfo: memFree=126966500/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=1123720 memory=793652 CPUtime=3571.75 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 77674 0 0 0 357054 121 0 0 20 0 1 0 51580400 1150689280 198413 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 280930 198413 448 424 0 280385 0
Current children cumulated CPU time: 3573.08 s
Current children cumulated vsize: 1127912 KiB
Current children cumulated memory: 796596 KiB

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=1.77432 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.12 4.10 5/266 49045
/proc/meminfo: memFree=126957524/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=1123720 memory=795732 CPUtime=3573.45 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 77683 0 0 0 357224 121 0 0 20 0 1 0 51580400 1150689280 198933 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 280930 198933 448 424 0 280385 0
Current children cumulated CPU time: 3574.78 s
Current children cumulated vsize: 1127912 KiB
Current children cumulated memory: 798676 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.11 4.10 5/266 49045
/proc/meminfo: memFree=127228008/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=559548 memory=500348 CPUtime=3586.22 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 78181 0 0 0 358493 129 0 0 20 0 1 0 51580400 572977152 125087 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139887 125087 448 424 0 139342 0
Current children cumulated CPU time: 3587.55 s
Current children cumulated vsize: 563740 KiB
Current children cumulated memory: 503292 KiB

[startup+3603.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 49047
/proc/meminfo: memFree=127206536/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=559548 memory=508584 CPUtime=3592.6 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 78196 0 0 0 359131 129 0 0 20 0 1 0 51580400 572977152 127146 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139887 127146 448 424 0 139342 0
Current children cumulated CPU time: 3593.93 s
Current children cumulated vsize: 563740 KiB
Current children cumulated memory: 511528 KiB

[startup+3606.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 49051
/proc/meminfo: memFree=127194880/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=559548 memory=512680 CPUtime=3595.8 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 78198 0 0 0 359451 129 0 0 20 0 1 0 51580400 572977152 128170 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139887 128170 448 424 0 139342 0
Current children cumulated CPU time: 3597.13 s
Current children cumulated vsize: 563740 KiB
Current children cumulated memory: 515624 KiB

[startup+3608 s]*
/proc/loadavg: 4.15 4.12 4.10 4/263 49061
/proc/meminfo: memFree=127719860/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=559548 memory=512680 CPUtime=3597.4 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 78198 0 0 0 359611 129 0 0 20 0 1 0 51580400 572977152 128170 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139887 128170 448 424 0 139342 0
Current children cumulated CPU time: 3598.73 s
Current children cumulated vsize: 563740 KiB
Current children cumulated memory: 515624 KiB

[startup+3608.4 s]
/proc/loadavg: 4.15 4.12 4.10 4/263 49061
/proc/meminfo: memFree=127719860/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=559548 memory=512680 CPUtime=3597.79 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 78198 0 0 0 359650 129 0 0 20 0 1 0 51580400 572977152 128170 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139887 128170 448 424 0 139342 0
Current children cumulated CPU time: 3599.12 s
Current children cumulated vsize: 563740 KiB
Current children cumulated memory: 515624 KiB

[startup+3608.6 s]
/proc/loadavg: 4.15 4.12 4.10 4/263 49061
/proc/meminfo: memFree=127719860/131250000 swapFree=33010684/33010684
[pid=48815] ppid=48809 vsize=4192 memory=2944 CPUtime=1.33 cores=5,7
/proc/48815/stat : 48815 (opbsolver) S 48809 48815 47938 0 -1 4194304 408 34987 0 0 0 0 86 47 20 0 1 0 51580260 4292608 736 18446744073709551615 94734399012864 94734399907397 140732211144496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94734400146448 94734400194192 94734431219712 140732211149086 140732211149289 140732211149289 140732211154891 0
/proc/48815/statm: 1048 736 672 219 0 110 0
[pid=48849] ppid=48815 vsize=559548 memory=512680 CPUtime=3597.99 cores=5,7
/proc/48849/stat : 48849 (wmaxcdcl) R 48815 48815 47938 0 -1 4194304 78198 0 0 0 359670 129 0 0 20 0 1 0 51580400 572977152 128170 18446744073709551615 4198400 5932793 140734964687184 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 36593664 140734964689243 140734964689388 140734964689388 140734964694988 0
/proc/48849/statm: 139887 128170 448 424 0 139342 0
Current children cumulated CPU time: 3599.32 s
Current children cumulated vsize: 563740 KiB
Current children cumulated memory: 515624 KiB

Child status: 0

Real time (s): 3608.63
CPU time (s): 3599.37
CPU user time (s): 3597.6
CPU system time (s): 1.77432
CPU usage (%): 99.7433
Max. virtual memory (cumulated for all children) (KiB): 1471788
Max. memory (cumulated for all children) (KiB): 939516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 1.77432
maximum resident set size= 1079772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 706
involuntary context switches= 3980


# summary of solver processes directly reported to runsolver:
#   pid: 48815
#   total CPU time (s): 3599.37
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 1.77432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1708 second user time and 16.9472 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 10:46:17
IDJOB=4489707
IDBENCH=147561
IDSOLVER=3374
FILE ID=nodeC028/4489707-1751359577
RUNJOBID= nodeC028-1751352359-47954
SLURM_JOB_ID= 9598145
Free space on /tmp= 432984 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489707-1751359577/watcher-4489707-1751359577 -o /tmp/evaluation-result-4489707-1751359577/solver-4489707-1751359577 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751352359-47954 --watchdog 3760  HOME/opbsolver HOME/instance-4489707-1751359577.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= ac2beb72083c40d036c40a53754bf1b9
RANDOM SEED=1227779044

nodeC028 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		: 3600.069
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	: 7000.16
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		: 3600.357
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	: 7000.16
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		: 3554.227
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	: 7000.16
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		: 3599.790
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129765840 kB
MemAvailable:   129755800 kB
Buffers:            3280 kB
Cached:           797516 kB
SwapCached:            0 kB
Active:           324112 kB
Inactive:         540840 kB
Active(anon):      82224 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   540840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            128552 kB
Writeback:            20 kB
AnonPages:         67592 kB
Mapped:           103240 kB
Shmem:             18068 kB
KReclaimable:      92944 kB
Slab:             179428 kB
SReclaimable:      92944 kB
SUnreclaim:        86484 kB
KernelStack:        4160 kB
PageTables:         2976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432904 MiB
End job on nodeC028 at 2025-07-01 11:46:26