Trace number 4438159

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-11UNSAT 911.304 914.056

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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

911.24/914.05	c Solved by First Program
911.24/914.05	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
911.24/914.05	c Setting memory limit to 29976MB.
911.24/914.05	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
911.24/914.05	c Starting SCIP solver  (with time-limit = 899s) ...
911.24/914.05	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
911.24/914.05	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4438159-1721248248/watcher-4438159-1721248248 -o /tmp/evaluation-result-4438159-1721248248/solver-4438159-1721248248 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721240040-961188 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4438159-1721248248.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
Current StackSize limit: 8192 KiB

solver pid=966582, runsolver pid=966579

[startup+0.100644 s]*
/proc/loadavg: 4.12 4.10 4.09 5/267 966586
/proc/meminfo: memFree=121308952/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=43324 memory=28188 CPUtime=0.08 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 6409 0 0 0 8 0 0 0 20 0 1 0 176992884 44363776 7047 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 10831 7047 954 2726 0 7579 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 61916 KiB
Current children cumulated memory: 31824 KiB

[startup+0.205925 s]*
/proc/loadavg: 4.12 4.10 4.09 5/267 966586
/proc/meminfo: memFree=121183236/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=53952 memory=39116 CPUtime=0.19 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 9703 0 0 0 18 1 0 0 20 0 1 0 176992884 55246848 9779 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 13488 9779 1034 2726 0 10236 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 72544 KiB
Current children cumulated memory: 42752 KiB

[startup+0.305908 s]*
/proc/loadavg: 4.12 4.10 4.09 5/267 966586
/proc/meminfo: memFree=121073860/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=77312 memory=60992 CPUtime=0.29 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 14885 0 0 0 27 2 0 0 20 0 1 0 176992884 79167488 15248 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 19328 15248 1066 2726 0 16076 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 95904 KiB
Current children cumulated memory: 64628 KiB

[startup+0.700298 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 966586
/proc/meminfo: memFree=121062776/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=189088 memory=161964 CPUtime=0.68 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 34038 0 0 0 62 6 0 0 20 0 1 0 176992884 193626112 40491 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 47272 40491 1066 2726 0 44020 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 207680 KiB
Current children cumulated memory: 165600 KiB

[startup+1.50031 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 966586
/proc/meminfo: memFree=120809840/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=632484 memory=610132 CPUtime=1.48 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 140664 0 0 0 128 20 0 0 20 0 1 0 176992884 647663616 152533 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 158121 152533 2522 2726 0 154869 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 651076 KiB
Current children cumulated memory: 613768 KiB

[startup+3.10581 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 966588
/proc/meminfo: memFree=120063308/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=1061284 memory=1024908 CPUtime=3.08 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 231975 0 0 0 275 33 0 0 20 0 1 0 176992884 1086754816 256227 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 265321 256227 2618 2726 0 262069 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1079876 KiB
Current children cumulated memory: 1028544 KiB

[startup+6.30029 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 966588
/proc/meminfo: memFree=119740204/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=1345688 memory=1313416 CPUtime=6.27 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 295918 0 0 0 585 42 0 0 20 0 1 0 176992884 1377984512 328354 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 336422 328354 2618 2726 0 333170 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1364280 KiB
Current children cumulated memory: 1317052 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 966588
/proc/meminfo: memFree=119918360/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=1411660 memory=1376488 CPUtime=12.65 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 301113 0 0 0 1221 44 0 0 20 0 1 0 176992884 1445539840 344122 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 352915 344122 2650 2726 0 349663 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1430252 KiB
Current children cumulated memory: 1380124 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.10 4.09 5/267 966591
/proc/meminfo: memFree=119912340/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=1411660 memory=1376488 CPUtime=25.41 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 301130 0 0 0 2497 44 0 0 20 0 1 0 176992884 1445539840 344122 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 352915 344122 2650 2726 0 349663 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1430252 KiB
Current children cumulated memory: 1380124 KiB

[startup+51.1059 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 966646
/proc/meminfo: memFree=119877252/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=2158568 memory=2016340 CPUtime=50.95 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 308871 0 0 0 5037 58 0 0 20 0 1 0 176992884 2210373632 504085 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 539642 504085 2650 2726 0 536390 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2177160 KiB
Current children cumulated memory: 2019976 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 966654
/proc/meminfo: memFree=117825368/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6

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

/proc/966586/statm: 730819 692627 2746 2726 0 727567 0
Current children cumulated CPU time: 759.94 s
Current children cumulated vsize: 2941868 KiB
Current children cumulated memory: 2774144 KiB

[startup+822.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 966790
/proc/meminfo: memFree=117673992/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=2923276 memory=2770812 CPUtime=819.79 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 416423 0 0 0 81877 102 0 0 20 0 1 0 176992884 2993434624 692703 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 730819 692703 2746 2726 0 727567 0
Current children cumulated CPU time: 819.79 s
Current children cumulated vsize: 2941868 KiB
Current children cumulated memory: 2774448 KiB

[startup+882.3 s]
/proc/loadavg: 4.27 4.15 4.10 5/263 966851
/proc/meminfo: memFree=119031880/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=2923276 memory=2770836 CPUtime=879.63 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 416558 0 0 0 87859 104 0 0 20 0 1 0 176992884 2993434624 692709 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 730819 692709 2746 2726 0 727567 0
Current children cumulated CPU time: 879.63 s
Current children cumulated vsize: 2941868 KiB
Current children cumulated memory: 2774472 KiB

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

# cumulated CPU time of all completed processes:  user=910.196 s, system=1.10761 s

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

[startup+896 s]*
/proc/loadavg: 4.29 4.16 4.11 5/263 966854
/proc/meminfo: memFree=119855320/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=2923276 memory=2770836 CPUtime=893.29 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 416587 0 0 0 89225 104 0 0 20 0 1 0 176992884 2993434624 692709 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 730819 692709 2746 2726 0 727567 0
Current children cumulated CPU time: 893.29 s
Current children cumulated vsize: 2941868 KiB
Current children cumulated memory: 2774472 KiB

[startup+902.4 s]
/proc/loadavg: 4.27 4.16 4.10 5/263 966854
/proc/meminfo: memFree=121102280/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=1789052 memory=1748172 CPUtime=899.67 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 417451 0 0 0 89862 105 0 0 20 0 1 0 176992884 1831989248 437043 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 447263 437043 2810 2726 0 444011 0
Current children cumulated CPU time: 899.67 s
Current children cumulated vsize: 1807644 KiB
Current children cumulated memory: 1751808 KiB

[startup+908.8 s]
/proc/loadavg: 4.33 4.17 4.11 5/263 966856
/proc/meminfo: memFree=121935484/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=940188 memory=922932 CPUtime=906.05 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 417515 0 0 0 90498 107 0 0 20 0 1 0 176992884 962752512 230733 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 235047 230733 2810 2726 0 231795 0
Current children cumulated CPU time: 906.05 s
Current children cumulated vsize: 958780 KiB
Current children cumulated memory: 926568 KiB

[startup+912 s]*
/proc/loadavg: 4.30 4.17 4.11 5/263 966856
/proc/meminfo: memFree=121935456/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=940188 memory=922932 CPUtime=909.25 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 417515 0 0 0 90818 107 0 0 20 0 1 0 176992884 962752512 230733 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 235047 230733 2810 2726 0 231795 0
Current children cumulated CPU time: 909.25 s
Current children cumulated vsize: 958780 KiB
Current children cumulated memory: 926568 KiB

[startup+912.8 s]
/proc/loadavg: 4.30 4.17 4.11 5/263 966856
/proc/meminfo: memFree=121935456/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=940188 memory=922932 CPUtime=910.04 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 417515 0 0 0 90897 107 0 0 20 0 1 0 176992884 962752512 230733 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 235047 230733 2810 2726 0 231795 0
Current children cumulated CPU time: 910.04 s
Current children cumulated vsize: 958780 KiB
Current children cumulated memory: 926568 KiB

[startup+913.6 s]
/proc/loadavg: 4.30 4.17 4.11 5/263 966857
/proc/meminfo: memFree=121935100/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=940188 memory=922932 CPUtime=910.84 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 417515 0 0 0 90977 107 0 0 20 0 1 0 176992884 962752512 230733 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 235047 230733 2810 2726 0 231795 0
Current children cumulated CPU time: 910.84 s
Current children cumulated vsize: 958780 KiB
Current children cumulated memory: 926568 KiB

[startup+914 s]*
/proc/loadavg: 4.30 4.17 4.11 5/263 966857
/proc/meminfo: memFree=121935176/131524600 swapFree=131071996/131071996
[pid=966582] ppid=966579 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/966582/stat : 966582 (Hybrid-CASHWMax) S 966579 966582 961177 0 -1 4194304 237 101 0 0 0 0 0 0 20 0 1 0 176992884 10170368 680 134679101440 94280606666752 94280607746072 140737044068928 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94280609844528 94280609891716 94280637362176 140737044071373 140737044071532 140737044071532 140737044078548 0
/proc/966582/statm: 2483 680 602 264 0 134 0
[pid=966585] ppid=966582 vsize=8660 memory=916 CPUtime=0 cores=4,6
/proc/966585/stat : 966585 (timeout) S 966582 966585 961177 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 176992884 8867840 229 134679101440 94619232026624 94619232061640 140720325372432 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94619234159056 94619234161188 94619238801408 140720325374973 140720325375132 140720325375132 140720325382119 0
/proc/966585/statm: 2165 229 205 9 0 87 0
[pid=966586] ppid=966585 vsize=940188 memory=922932 CPUtime=911.24 cores=4,6
/proc/966586/stat : 966586 (CASHWMaxSAT-Dis) R 966585 966585 961177 0 -1 4194304 417515 0 0 0 91017 107 0 0 20 0 1 0 176992884 962752512 230733 134679101440 4194304 15356333 140735139023504 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 17424944 17514448 37277696 140735139025922 140735139026068 140735139026068 140735139033055 0
/proc/966586/statm: 235047 230733 2810 2726 0 231795 0
Current children cumulated CPU time: 911.24 s
Current children cumulated vsize: 958780 KiB
Current children cumulated memory: 926568 KiB

Child status: 0

Real time (s): 914.056
CPU time (s): 911.304
CPU user time (s): 910.196
CPU system time (s): 1.10761
CPU usage (%): 99.6989
Max. virtual memory (cumulated for all children) (KiB): 2941868
Max. memory (cumulated for all children) (KiB): 2774472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 910.196
system time used= 1.10762
maximum resident set size= 2770836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 644


# summary of solver processes directly reported to runsolver:
#   pid: 966582
#   total CPU time (s): 911.304
#   total CPU user time (s): 910.196
#   total CPU system time (s): 1.10761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6022 second user time and 5.18032 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-17 22:31:01
IDJOB=4438159
IDBENCH=158390
IDSOLVER=3072
FILE ID=nodeC030/4438159-1721248248
RUNJOBID= nodeC030-1721240040-961188
SLURM_JOB_ID= 7508992
Free space on /tmp= 889944 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.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-4438159-1721248248/watcher-4438159-1721248248 -o /tmp/evaluation-result-4438159-1721248248/solver-4438159-1721248248 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721240040-961188 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4438159-1721248248.opb 3600 HOME 31000

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1589029075

nodeC030.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.256
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.28
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		: 3688.684
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.11
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		: 3619.305
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121363332 kB
MemAvailable:   122511196 kB
Buffers:          444112 kB
Cached:          1533636 kB
SwapCached:            0 kB
Active:          1136636 kB
Inactive:        8393412 kB
Active(anon):       1588 kB
Inactive(anon):  7588420 kB
Active(file):    1135048 kB
Inactive(file):   804992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             40872 kB
Writeback:             0 kB
AnonPages:       7551940 kB
Mapped:           137352 kB
Shmem:             37720 kB
KReclaimable:      95292 kB
Slab:             203724 kB
SReclaimable:      95292 kB
SUnreclaim:       108432 kB
KernelStack:        4272 kB
PageTables:        24440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8239480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2258944 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC030 at 2024-07-17 22:46:15