Trace number 4438151

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
Hybrid-CASHWMaxSATDisjCadSP+Exact 2024-07-11? 3585.77 3596.04

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3585.70/3596.03	c Exit code from Second Program: 124
3585.70/3596.03	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
3585.70/3596.03	c Setting memory limit to 29976MB.
3585.70/3596.03	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
3585.70/3596.03	c Starting SCIP solver  (with time-limit = 899s) ...
3585.70/3596.03	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3585.70/3596.03	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: 63968 MiB (59206 MiB free)
  memory of node 1: 64473 MiB (58667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4438151-1721248308/watcher-4438151-1721248308 -o /tmp/evaluation-result-4438151-1721248308/solver-4438151-1721248308 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721243793-924048 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4438151-1721248308.opb 3600 HOME 31000 

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 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x
Current StackSize limit: 8192 KiB

solver pid=927191, runsolver pid=927188

[startup+0.100665 s]*
/proc/loadavg: 4.10 4.16 4.17 6/266 927195
/proc/meminfo: memFree=120677956/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=44000 memory=28380 CPUtime=0.1 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 7486 0 0 0 9 1 0 0 20 0 1 0 177001386 45056000 7095 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 11000 7095 954 2726 0 7748 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 62592 KiB
Current children cumulated memory: 32188 KiB

[startup+0.206835 s]*
/proc/loadavg: 4.10 4.16 4.17 5/266 927195
/proc/meminfo: memFree=120666988/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=55364 memory=39944 CPUtime=0.2 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 10961 0 0 0 19 1 0 0 20 0 1 0 177001386 56692736 9986 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 13841 9986 1034 2726 0 10589 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 73956 KiB
Current children cumulated memory: 43752 KiB

[startup+0.306568 s]*
/proc/loadavg: 4.10 4.16 4.17 5/266 927195
/proc/meminfo: memFree=120645984/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=78868 memory=62236 CPUtime=0.3 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 16812 0 0 0 28 2 0 0 20 0 1 0 177001386 80760832 15559 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 19717 15559 1066 2726 0 16465 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 97460 KiB
Current children cumulated memory: 66044 KiB

[startup+0.700313 s]
/proc/loadavg: 4.10 4.16 4.17 5/266 927195
/proc/meminfo: memFree=120588964/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=174300 memory=154788 CPUtime=0.68 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 29227 0 0 0 64 4 0 0 20 0 1 0 177001386 178483200 38697 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 43575 38697 1066 2726 0 40323 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192892 KiB
Current children cumulated memory: 158596 KiB

[startup+1.50031 s]
/proc/loadavg: 4.10 4.16 4.17 5/266 927195
/proc/meminfo: memFree=120432516/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=563568 memory=543324 CPUtime=1.48 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 123166 0 0 0 128 20 0 0 20 0 1 0 177001386 577093632 135831 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 140892 135831 2506 2726 0 137640 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 582160 KiB
Current children cumulated memory: 547132 KiB

[startup+3.10666 s]
/proc/loadavg: 4.10 4.16 4.17 5/266 927195
/proc/meminfo: memFree=119651700/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=1092496 memory=1058928 CPUtime=3.08 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 239178 0 0 0 269 39 0 0 20 0 1 0 177001386 1118715904 264732 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 273124 264732 2618 2726 0 269872 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1111088 KiB
Current children cumulated memory: 1062736 KiB

[startup+6.3003 s]
/proc/loadavg: 4.17 4.17 4.17 5/266 927195
/proc/meminfo: memFree=119315056/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=1411788 memory=1379864 CPUtime=6.27 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 306195 0 0 0 578 49 0 0 20 0 1 0 177001386 1445670912 344966 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 352947 344966 2618 2726 0 349695 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1430380 KiB
Current children cumulated memory: 1383672 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.17 4.17 5/266 927197
/proc/meminfo: memFree=119236820/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=1469756 memory=1437068 CPUtime=12.64 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 310905 0 0 0 1214 50 0 0 20 0 1 0 177001386 1505030144 359267 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 367439 359267 2650 2726 0 364187 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1488348 KiB
Current children cumulated memory: 1440876 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.16 4.17 5/266 927199
/proc/meminfo: memFree=119236340/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=1469756 memory=1437068 CPUtime=25.41 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 310934 0 0 0 2490 51 0 0 20 0 1 0 177001386 1505030144 359267 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 367439 359267 2650 2726 0 364187 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1488348 KiB
Current children cumulated memory: 1440876 KiB

[startup+51.1066 s]
/proc/loadavg: 4.08 4.14 4.16 5/266 927204
/proc/meminfo: memFree=116612440/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0
[pid=927194] ppid=927191 vsize=8660 memory=1036 CPUtime=0 cores=4,6
/proc/927194/stat : 927194 (timeout) S 927191 927194 924037 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 177001386 8867840 259 134679101440 94183653675008 94183653710024 140734376230768 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94183655807440 94183655809572 94183666581504 140734376236029 140734376236188 140734376236188 140734376243175 0
/proc/927194/statm: 2165 259 234 9 0 87 0
[pid=927195] ppid=927194 vsize=1469756 memory=1437096 CPUtime=50.94 cores=4,6
/proc/927195/stat : 927195 (CASHWMaxSAT-Dis) R 927194 927194 924037 0 -1 4194304 310980 0 0 0 5043 51 0 0 20 0 1 0 177001386 1505030144 359274 134679101440 4194304 15356333 140727670679152 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 52719616 140727670682626 140727670682772 140727670682772 140727670689759 0
/proc/927195/statm: 367439 359274 2650 2726 0 364187 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1488348 KiB
Current children cumulated memory: 1440904 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/266 927214
/proc/meminfo: memFree=114759820/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2772 CPUtime=0 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 177001386 10170368 693 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 693 614 264 0 134 0

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

/proc/928252/statm: 46690 44424 804 745 0 45755 0
Current children cumulated CPU time: 3392.46 s
Current children cumulated vsize: 205352 KiB
Current children cumulated memory: 181512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 929232
/proc/meminfo: memFree=121645756/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=188204 memory=179020 CPUtime=1660.03 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142174 0 0 0 165977 26 0 0 20 0 1 0 177181188 192720896 44755 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47051 44755 804 745 0 46116 0
Current children cumulated CPU time: 3452.32 s
Current children cumulated vsize: 206796 KiB
Current children cumulated memory: 182836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/270 929302
/proc/meminfo: memFree=121677204/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=189484 memory=180332 CPUtime=1719.88 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142538 0 0 0 171962 26 0 0 20 0 1 0 177181188 194031616 45083 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47371 45083 804 745 0 46436 0
Current children cumulated CPU time: 3512.17 s
Current children cumulated vsize: 208076 KiB
Current children cumulated memory: 184148 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/268 929313
/proc/meminfo: memFree=121675912/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=189744 memory=180600 CPUtime=1779.74 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142667 0 0 0 177948 26 0 0 20 0 1 0 177181188 194297856 45150 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47436 45150 804 745 0 46501 0
Current children cumulated CPU time: 3572.03 s
Current children cumulated vsize: 208336 KiB
Current children cumulated memory: 184416 KiB

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

# cumulated CPU time of all completed processes:  user=3584.15 s, system=1.61182 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.09 5/268 929313
/proc/meminfo: memFree=121675268/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=190384 memory=181128 CPUtime=1781.44 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142827 0 0 0 178118 26 0 0 20 0 1 0 177181188 194953216 45282 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47596 45282 804 745 0 46661 0
Current children cumulated CPU time: 3573.73 s
Current children cumulated vsize: 208976 KiB
Current children cumulated memory: 184944 KiB

[startup+3590.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 929314
/proc/meminfo: memFree=121675200/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=190384 memory=181128 CPUtime=1787.82 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142827 0 0 0 178756 26 0 0 20 0 1 0 177181188 194953216 45282 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47596 45282 804 745 0 46661 0
Current children cumulated CPU time: 3580.11 s
Current children cumulated vsize: 208976 KiB
Current children cumulated memory: 184944 KiB

[startup+3593.6 s]
/proc/loadavg: 4.02 4.10 4.08 4/259 929407
/proc/meminfo: memFree=121841772/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=190384 memory=181128 CPUtime=1791.01 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142827 0 0 0 179075 26 0 0 20 0 1 0 177181188 194953216 45282 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47596 45282 804 745 0 46661 0
Current children cumulated CPU time: 3583.3 s
Current children cumulated vsize: 208976 KiB
Current children cumulated memory: 184944 KiB

[startup+3595.2 s]
/proc/loadavg: 4.02 4.10 4.08 4/259 929407
/proc/meminfo: memFree=121697488/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=190384 memory=181128 CPUtime=1792.61 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142827 0 0 0 179235 26 0 0 20 0 1 0 177181188 194953216 45282 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47596 45282 804 745 0 46661 0
Current children cumulated CPU time: 3584.9 s
Current children cumulated vsize: 208976 KiB
Current children cumulated memory: 184944 KiB

[startup+3595.6 s]
/proc/loadavg: 4.02 4.10 4.08 4/259 929407
/proc/meminfo: memFree=121697488/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=190384 memory=181128 CPUtime=1793.01 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142827 0 0 0 179275 26 0 0 20 0 1 0 177181188 194953216 45282 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47596 45282 804 745 0 46661 0
Current children cumulated CPU time: 3585.3 s
Current children cumulated vsize: 208976 KiB
Current children cumulated memory: 184944 KiB

[startup+3596 s]*
/proc/loadavg: 3.93 4.08 4.08 4/259 929407
/proc/meminfo: memFree=121841408/131524596 swapFree=131071996/131071996
[pid=927191] ppid=927188 vsize=9932 memory=2828 CPUtime=1792.29 cores=4,6
/proc/927191/stat : 927191 (Hybrid-CASHWMax) S 927188 927191 924037 0 -1 4194304 270 436542 0 0 0 0 179096 133 20 0 1 0 177001386 10170368 707 134679101440 94908142415872 94908143495192 140726165025408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94908145593648 94908145640836 94908153909248 140726165033933 140726165034092 140726165034092 140726165041108 0
/proc/927191/statm: 2483 707 614 264 0 134 0
[pid=928251] ppid=927191 vsize=8660 memory=988 CPUtime=0 cores=4,6
/proc/928251/stat : 928251 (timeout) S 927191 928251 924037 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 177181188 8867840 247 134679101440 94055063932928 94055063967944 140722862642976 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94055066065360 94055066067492 94055094325248 140722862650355 140722862650524 140722862650524 140722862657511 0
/proc/928251/statm: 2165 247 223 9 0 87 0
[pid=928252] ppid=928251 vsize=190384 memory=181128 CPUtime=1793.41 cores=4,6
/proc/928252/stat : 928252 (Exact) R 928251 928251 924037 0 -1 4194304 142827 0 0 0 179315 26 0 0 20 0 1 0 177181188 194953216 45282 134679101440 4194304 7243121 140722832184256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 17588224 140722832192527 140722832192677 140722832192677 140722832199664 0
/proc/928252/statm: 47596 45282 804 745 0 46661 0
Current children cumulated CPU time: 3585.7 s
Current children cumulated vsize: 208976 KiB
Current children cumulated memory: 184944 KiB

Child status: 0

Real time (s): 3596.04
CPU time (s): 3585.77
CPU user time (s): 3584.15
CPU system time (s): 1.61182
CPU usage (%): 99.7143
Max. virtual memory (cumulated for all children) (KiB): 3525460
Max. memory (cumulated for all children) (KiB): 3273904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.15
system time used= 1.61183
maximum resident set size= 3270096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581199
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154
involuntary context switches= 2755


# summary of solver processes directly reported to runsolver:
#   pid: 927191
#   total CPU time (s): 3585.77
#   total CPU user time (s): 3584.15
#   total CPU system time (s): 1.61182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8051 second user time and 20.9237 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-17 22:32:01
IDJOB=4438151
IDBENCH=158396
IDSOLVER=3072
FILE ID=nodeC034/4438151-1721248308
RUNJOBID= nodeC034-1721243793-924048
SLURM_JOB_ID= 7509015
Free space on /tmp= 890024 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug4.5.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4438151-1721248308/watcher-4438151-1721248308 -o /tmp/evaluation-result-4438151-1721248308/solver-4438151-1721248308 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721243793-924048 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4438151-1721248308.opb 3600 HOME 31000

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=1141224076

nodeC034.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3679.951
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3685.963
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3641.396
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3600.013
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3664.709
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3685.976
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3655.015
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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.262
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        120703852 kB
MemAvailable:   125907720 kB
Buffers:          456520 kB
Cached:          5523832 kB
SwapCached:            0 kB
Active:           937880 kB
Inactive:        9136544 kB
Active(anon):       1564 kB
Inactive(anon):  4130288 kB
Active(file):     936316 kB
Inactive(file):  5006256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             61096 kB
Writeback:             4 kB
AnonPages:       4093844 kB
Mapped:           137612 kB
Shmem:             37720 kB
KReclaimable:     202240 kB
Slab:             324600 kB
SReclaimable:     202240 kB
SUnreclaim:       122360 kB
KernelStack:        4240 kB
PageTables:        17544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    4397564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      295636 kB
DirectMap2M:    40372224 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC034 at 2024-07-17 23:31:57