Trace number 4449702

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-CASHWMaxSATDisjComS+Exact 2024-07-11OPT2 928.062 930.996

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=6.opb
MD5SUM452542b5617bc71813112a35665296a2
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 benchmark2
Best CPU time to get the best result obtained on this benchmark4.31016
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables148
Total number of constraints1760
Number of constraints which are clauses1752
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

927.95/930.99	c Solved by First Program
927.95/930.99	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
927.95/930.99	c Setting memory limit to 29976MB.
927.95/930.99	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
927.95/930.99	o 7
927.95/930.99	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
927.95/930.99	c Starting SCIP solver  (with time-limit = 899s) ...
927.95/930.99	c SCIP timeout with lower and upper bounds: [0, 2]
927.95/930.99	o 2
927.95/930.99	s OPTIMUM FOUND
927.95/930.99	v x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x45 -x53 -x61 -x69 -x77 -x85 -x93 -x38 -x46 -x54 -x62 x70 -x78 -x86 -x94 -x39 -x47 -x55 -x63 -x71 -x79 -x87 x95 x40 -x48 -x56 -x64 -x72 -x80 -x88 -x96 -x41 x49 -x57 -x65 -x73 -x81 -x89 -x97 -x42 -x50 -x58 -x66 -x74 -x82 x90 -x98 -x43 -x51 -x59 -x67 -x75 -x83 -x91 -x99 -x44 -x52 -x60 -x68 -x76 x84 -x92 -x100 x1 x2 x3 x4 x5 x6 x7 -x8 x9 x10 x11 x12 x13 x14 x15 -x16 x17 x18 -x19 x20 -x21 x22 x23 x24 x25 x26 x27 x28 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148

Verifier Data

OK	2

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 (62327 MiB free)
  memory of node 1: 64473 MiB (62534 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449702-1722985317/watcher-4449702-1722985317 -o /tmp/evaluation-result-4449702-1722985317/solver-4449702-1722985317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1722981710-354748 --watchdog 3760 --use-pty ./Hybrid-CASHWMaxSATDisjComS+Exact HOME/instance-4449702-1722985317.opb 3600 HOME 31000 

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
Using a pseudo terminal to collect output from the solver
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=357899, runsolver pid=357896
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 4.08 4.11 4.09 6/264 357905
/proc/meminfo: memFree=127907476/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=49872 memory=38212 CPUtime=0.09 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 6771 0 0 0 9 0 0 0 20 0 1 0 65133690 51068928 9553 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 12468 9553 2526 2417 0 9570 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 68464 KiB
Current children cumulated memory: 41852 KiB

[startup+0.206118 s]*
/proc/loadavg: 4.08 4.11 4.09 5/264 357919
/proc/meminfo: memFree=127900932/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=50044 memory=38476 CPUtime=0.19 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 6842 0 0 0 19 0 0 0 20 0 1 0 65133690 51245056 9619 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 12511 9619 2526 2417 0 9613 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 68636 KiB
Current children cumulated memory: 42116 KiB

[startup+0.305971 s]*
/proc/loadavg: 4.08 4.11 4.09 5/263 357919
/proc/meminfo: memFree=127899772/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=50044 memory=38740 CPUtime=0.29 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 6855 0 0 0 29 0 0 0 20 0 1 0 65133690 51245056 9685 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 12511 9685 2526 2417 0 9613 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 68636 KiB
Current children cumulated memory: 42380 KiB

[startup+0.700283 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 357947
/proc/meminfo: memFree=127806096/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=56412 memory=45340 CPUtime=0.68 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 8505 0 0 0 68 0 0 0 20 0 1 0 65133690 57765888 11335 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 14103 11335 2526 2417 0 11205 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75004 KiB
Current children cumulated memory: 48980 KiB

[startup+1.50029 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 357954
/proc/meminfo: memFree=127583856/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=67340 memory=55952 CPUtime=1.48 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 11145 0 0 0 147 1 0 0 20 0 1 0 65133690 68956160 13988 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 16835 13988 2542 2417 0 13937 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 85932 KiB
Current children cumulated memory: 59592 KiB

[startup+3.10617 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 357956
/proc/meminfo: memFree=127138976/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=72188 memory=60436 CPUtime=3.08 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 12316 0 0 0 307 1 0 0 20 0 1 0 65133690 73920512 15109 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 18047 15109 2542 2417 0 15149 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 90780 KiB
Current children cumulated memory: 64076 KiB

[startup+6.30027 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 357956
/proc/meminfo: memFree=126957100/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=84772 memory=72316 CPUtime=6.26 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 15271 0 0 0 625 1 0 0 20 0 1 0 65133690 86806528 18079 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 21193 18079 2542 2417 0 18295 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 103364 KiB
Current children cumulated memory: 75956 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 357956
/proc/meminfo: memFree=126926076/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=92272 memory=80608 CPUtime=12.65 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 16309 0 0 0 1263 2 0 0 20 0 1 0 65133690 94486528 20152 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 23068 20152 2542 2417 0 20170 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 110864 KiB
Current children cumulated memory: 84248 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.10 4.09 5/268 357959
/proc/meminfo: memFree=126905016/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=107772 memory=94880 CPUtime=25.41 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 18587 0 0 0 2539 2 0 0 20 0 1 0 65133690 110358528 23720 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 26943 23720 2542 2417 0 24045 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 126364 KiB
Current children cumulated memory: 98520 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.12 4.09 5/268 357962
/proc/meminfo: memFree=126776668/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=134852 memory=121672 CPUtime=50.94 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 22754 0 0 0 5091 3 0 0 20 0 1 0 65133690 138088448 30418 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 33713 30418 2542 2417 0 30815 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 153444 KiB
Current children cumulated memory: 125312 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/266 357972
/proc/meminfo: memFree=126438428/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0

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

/proc/357903/statm: 264126 247125 2542 2417 0 261228 0
Current children cumulated CPU time: 879.5 s
Current children cumulated vsize: 1075096 KiB
Current children cumulated memory: 992140 KiB

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

# cumulated CPU time of all completed processes:  user=927.74 s, system=0.321585 s

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

[startup+896 s]*
/proc/loadavg: 4.53 4.26 4.14 5/264 358130
/proc/meminfo: memFree=124868376/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=1059624 memory=1005072 CPUtime=893.16 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109740 0 0 0 89287 29 0 0 20 0 1 0 65133690 1085054976 251268 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 264906 251268 2542 2417 0 262008 0
Current children cumulated CPU time: 893.16 s
Current children cumulated vsize: 1078216 KiB
Current children cumulated memory: 1008712 KiB

[startup+908.8 s]
/proc/loadavg: 4.53 4.27 4.15 5/264 358132
/proc/meminfo: memFree=125984456/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=905.91 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109771 0 0 0 90561 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 905.91 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+921.6 s]
/proc/loadavg: 4.41 4.26 4.14 5/264 358134
/proc/meminfo: memFree=125957088/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=918.68 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109771 0 0 0 91838 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 918.68 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+924.8 s]
/proc/loadavg: 4.38 4.25 4.14 5/264 358135
/proc/meminfo: memFree=125944888/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=921.87 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109771 0 0 0 92157 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 921.87 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+928 s]*
/proc/loadavg: 4.38 4.25 4.14 5/264 358135
/proc/meminfo: memFree=125943012/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=925.06 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109772 0 0 0 92476 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 925.06 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+929.6 s]
/proc/loadavg: 4.35 4.25 4.14 5/264 358135
/proc/meminfo: memFree=125943012/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=926.65 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109772 0 0 0 92635 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 926.65 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+930.4 s]
/proc/loadavg: 4.35 4.25 4.14 5/264 358135
/proc/meminfo: memFree=125943012/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=927.45 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109772 0 0 0 92715 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 927.45 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+930.8 s]
/proc/loadavg: 4.35 4.25 4.14 5/264 358135
/proc/meminfo: memFree=125943012/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=927.85 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109772 0 0 0 92755 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 927.85 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

[startup+930.9 s]
/proc/loadavg: 4.35 4.25 4.14 5/264 358135
/proc/meminfo: memFree=125943012/131524600 swapFree=131071996/131071996
[pid=357899] ppid=357896 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/357899/stat : 357899 (Hybrid-CASHWMax) S 357896 357899 354735 0 -1 4194304 241 101 0 0 0 0 0 0 20 0 1 0 65133690 10170368 663 134679101440 94238888157184 94238889236504 140724836694320 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94238891334960 94238891382148 94238897471488 140724836701136 140724836701294 140724836701294 140724836708309 0
/proc/357899/statm: 2483 663 584 264 0 134 0
[pid=357902] ppid=357899 vsize=8660 memory=988 CPUtime=0 cores=5,7
/proc/357902/stat : 357902 (timeout) S 357899 357902 354735 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 65133690 8867840 247 134679101440 94695712960512 94695712995528 140730019559824 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94695715092944 94695715095076 94695728250880 140730019566604 140730019566749 140730019566749 140730019573735 0
/proc/357902/statm: 2165 247 223 9 0 87 0
[pid=357903] ppid=357902 vsize=324688 memory=312324 CPUtime=927.95 cores=5,7
/proc/357903/stat : 357903 (CASHWMaxSAT-Dis) R 357902 357902 354735 0 -1 4194304 109772 0 0 0 92765 30 0 0 20 0 1 0 65133690 332480512 78081 134679101440 4194304 14093885 140724375640736 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 15976432 16051504 25960448 140724375643154 140724375643286 140724375643286 140724375650272 0
/proc/357903/statm: 81172 78081 2542 2417 0 78274 0
Current children cumulated CPU time: 927.95 s
Current children cumulated vsize: 343280 KiB
Current children cumulated memory: 315964 KiB

Child status: 0

Real time (s): 930.996
CPU time (s): 928.062
CPU user time (s): 927.74
CPU system time (s): 0.321585
CPU usage (%): 99.6849
Max. virtual memory (cumulated for all children) (KiB): 1078216
Max. memory (cumulated for all children) (KiB): 1010760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 927.74
system time used= 0.321585
maximum resident set size= 1007120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 1190


# summary of solver processes directly reported to runsolver:
#   pid: 357899
#   total CPU time (s): 928.062
#   total CPU user time (s): 927.74
#   total CPU system time (s): 0.321585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.67633 second user time and 5.09342 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-08-07 01:01:57
IDJOB=4449702
IDBENCH=176095
IDSOLVER=3073
FILE ID=nodeC032/4449702-1722985317
RUNJOBID= nodeC032-1722981710-354748
SLURM_JOB_ID= 8259085
Free space on /tmp= 890020 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=6.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449702-1722985317/watcher-4449702-1722985317 -o /tmp/evaluation-result-4449702-1722985317/solver-4449702-1722985317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1722981710-354748 --watchdog 3760 --use-pty ./Hybrid-CASHWMaxSATDisjComS+Exact HOME/instance-4449702-1722985317.opb 3600 HOME 31000

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

MD5SUM BENCH= 452542b5617bc71813112a35665296a2
RANDOM SEED=836997287

nodeC032.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		: 3672.219
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.77
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		: 3668.606
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.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127861332 kB
MemAvailable:   128666492 kB
Buffers:          345204 kB
Cached:          1304508 kB
SwapCached:            0 kB
Active:           606836 kB
Inactive:        2523488 kB
Active(anon):       1592 kB
Inactive(anon):  1516712 kB
Active(file):     605244 kB
Inactive(file):  1006776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             84820 kB
Writeback:            28 kB
AnonPages:       1480728 kB
Mapped:           128812 kB
Shmem:             37716 kB
KReclaimable:      65924 kB
Slab:             159976 kB
SReclaimable:      65924 kB
SUnreclaim:        94052 kB
KernelStack:        4240 kB
PageTables:        11984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1902052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            30688 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      283348 kB
DirectMap2M:    21510144 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC032 at 2024-08-07 01:17:28