Trace number 4547151

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 NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23SAT 308.403 309.438

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.019044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

308.35/309.42	c Solved by First Program
308.35/309.43	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
308.35/309.43	s SATISFIABLE
308.35/309.43	v 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 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86

Verifier Data

OK	0

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: 63794 MiB (59214 MiB free)
  memory of node 1: 64507 MiB (39414 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547151-1753267024/watcher-4547151-1753267024 -o /tmp/evaluation-result-4547151-1753267024/solver-4547151-1753267024 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753267019-165933 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547151-1753267024.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=166321, runsolver pid=166317

[startup+0.100067 s]*
/proc/loadavg: 1.60 1.93 2.17 5/246 166334
/proc/meminfo: memFree=100991616/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=18548 memory=4352 CPUtime=0.06 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 273 0 0 0 6 0 0 0 20 0 1 0 242381324 18993152 1088 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8832 KiB

[startup+0.214454 s]*
/proc/loadavg: 1.60 1.93 2.17 5/247 166343
/proc/meminfo: memFree=100977344/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=18548 memory=4352 CPUtime=0.17 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 273 0 0 0 17 0 0 0 20 0 1 0 242381324 18993152 1088 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8832 KiB

[startup+0.313528 s]*
/proc/loadavg: 1.60 1.93 2.17 4/249 166356
/proc/meminfo: memFree=100977328/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=18548 memory=4352 CPUtime=0.27 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 273 0 0 0 27 0 0 0 20 0 1 0 242381324 18993152 1088 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8832 KiB

[startup+0.700453 s]
/proc/loadavg: 1.60 1.93 2.17 4/252 166363
/proc/meminfo: memFree=100982332/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=32116 memory=17128 CPUtime=0.64 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 4092 0 0 0 63 1 0 0 20 0 1 0 242381324 32886784 4282 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 8029 4282 960 2593 0 4922 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 39100 KiB
Current children cumulated memory: 21608 KiB

[startup+1.50041 s]
/proc/loadavg: 1.60 1.93 2.17 5/252 166363
/proc/meminfo: memFree=100962056/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=35824 memory=20516 CPUtime=1.43 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 5462 0 0 0 141 2 0 0 20 0 1 0 242381324 36683776 5129 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 8956 5129 960 2593 0 5849 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 42808 KiB
Current children cumulated memory: 24996 KiB

[startup+3.11356 s]
/proc/loadavg: 1.79 1.96 2.18 4/252 166363
/proc/meminfo: memFree=100943044/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=43348 memory=28648 CPUtime=3.04 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 7744 0 0 0 301 3 0 0 20 0 1 0 242381324 44388352 7162 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 10837 7162 992 2593 0 7730 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 50332 KiB
Current children cumulated memory: 33128 KiB

[startup+6.30041 s]
/proc/loadavg: 1.79 1.96 2.18 4/252 166363
/proc/meminfo: memFree=100933932/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=44556 memory=29984 CPUtime=6.22 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 9431 0 0 0 619 3 0 0 20 0 1 0 242381324 45625344 7496 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 11139 7496 992 2593 0 8032 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 51540 KiB
Current children cumulated memory: 34464 KiB

[startup+12.7005 s]
/proc/loadavg: 2.13 2.03 2.20 4/252 166413
/proc/meminfo: memFree=100889344/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=47932 memory=33204 CPUtime=12.59 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 12040 0 0 0 1254 5 0 0 20 0 1 0 242381324 49082368 8301 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 11983 8301 992 2593 0 8876 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 54916 KiB
Current children cumulated memory: 37684 KiB

[startup+25.5005 s]
/proc/loadavg: 2.50 2.11 2.22 5/259 166457
/proc/meminfo: memFree=100831144/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=55072 memory=40276 CPUtime=25.34 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 16615 0 0 0 2526 8 0 0 20 0 1 0 242381324 56393728 10069 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 13768 10069 992 2593 0 10661 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 62056 KiB
Current children cumulated memory: 44756 KiB

[startup+51.1138 s]
/proc/loadavg: 3.13 2.30 2.28 5/259 166457
/proc/meminfo: memFree=100782248/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=57416 memory=42680 CPUtime=50.87 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 19132 0 0 0 5078 9 0 0 20 0 1 0 242381324 58793984 10670 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 14354 10670 992 2593 0 11247 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 64400 KiB
Current children cumulated memory: 47160 KiB

[startup+102.301 s]
/proc/loadavg: 3.71 2.60 2.39 5/260 166464
/proc/meminfo: memFree=100713084/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0

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

/proc/166329/statm: 16766 13108 992 2593 0 13659 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 74048 KiB
Current children cumulated memory: 56912 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 3.09 2.60 5/260 166468
/proc/meminfo: memFree=100599120/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=83408 memory=68788 CPUtime=221.53 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 29259 0 0 0 22140 13 0 0 20 0 1 0 242381324 85409792 17197 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 20852 17197 992 2593 0 17745 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 90392 KiB
Current children cumulated memory: 73268 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.28 2.69 5/260 166470
/proc/meminfo: memFree=100569608/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=89312 memory=74676 CPUtime=281.33 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 30250 0 0 0 28120 13 0 0 20 0 1 0 242381324 91455488 18669 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 22328 18669 992 2593 0 19221 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 96296 KiB
Current children cumulated memory: 79156 KiB

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

# cumulated CPU time of all completed processes:  user=308.238 s, system=0.165009 s

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

[startup+294.401 s]
/proc/loadavg: 4.12 3.32 2.71 5/260 166470
/proc/meminfo: memFree=100553956/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=89312 memory=74676 CPUtime=293.39 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 30250 0 0 0 29326 13 0 0 20 0 1 0 242381324 91455488 18669 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 22328 18669 992 2593 0 19221 0
Current children cumulated CPU time: 293.39 s
Current children cumulated vsize: 96296 KiB
Current children cumulated memory: 79156 KiB

[startup+300.8 s]
/proc/loadavg: 4.11 3.33 2.72 5/260 166470
/proc/meminfo: memFree=100564456/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=71300 memory=56856 CPUtime=299.77 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 31143 0 0 0 29964 13 0 0 20 0 1 0 242381324 73011200 14214 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 17825 14214 992 2593 0 14718 0
Current children cumulated CPU time: 299.77 s
Current children cumulated vsize: 78284 KiB
Current children cumulated memory: 61336 KiB

[startup+304 s]*
/proc/loadavg: 4.10 3.34 2.73 5/260 166470
/proc/meminfo: memFree=100560612/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=71300 memory=56856 CPUtime=302.98 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 31143 0 0 0 30285 13 0 0 20 0 1 0 242381324 73011200 14214 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 17825 14214 992 2593 0 14718 0
Current children cumulated CPU time: 302.98 s
Current children cumulated vsize: 78284 KiB
Current children cumulated memory: 61336 KiB

[startup+307.201 s]
/proc/loadavg: 4.09 3.35 2.74 5/260 166470
/proc/meminfo: memFree=100552736/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=71740 memory=57296 CPUtime=306.16 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 31635 0 0 0 30602 14 0 0 20 0 1 0 242381324 73461760 14324 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 17935 14324 992 2593 0 14828 0
Current children cumulated CPU time: 306.16 s
Current children cumulated vsize: 78724 KiB
Current children cumulated memory: 61776 KiB

[startup+308.8 s]
/proc/loadavg: 4.09 3.35 2.74 5/260 166470
/proc/meminfo: memFree=100552988/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=85072 memory=70476 CPUtime=307.75 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 32381 0 0 0 30761 14 0 0 20 0 1 0 242381324 87113728 17619 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 21268 17619 992 2593 0 18161 0
Current children cumulated CPU time: 307.75 s
Current children cumulated vsize: 92056 KiB
Current children cumulated memory: 74956 KiB

[startup+309.2 s]
/proc/loadavg: 4.09 3.35 2.74 5/260 166470
/proc/meminfo: memFree=100553240/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=70840 memory=56268 CPUtime=308.15 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 32381 0 0 0 30801 14 0 0 20 0 1 0 242381324 72540160 14067 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 17710 14067 992 2593 0 14603 0
Current children cumulated CPU time: 308.15 s
Current children cumulated vsize: 77824 KiB
Current children cumulated memory: 60748 KiB

[startup+309.4 s]
/proc/loadavg: 4.09 3.35 2.74 5/260 166470
/proc/meminfo: memFree=100553240/131382112 swapFree=33009904/33010684
[pid=166321] ppid=166317 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/166321/stat : 166321 (Hybrid-CASHWMax) S 166317 166321 164516 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242381320 4427776 768 18446744073709551615 94213384691712 94213385586245 140733860616512 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94213385825296 94213385873040 94213413793792 140733860620629 140733860620783 140733860620783 140733860626387 0
/proc/166321/statm: 1081 768 704 219 0 143 0
[pid=166326] ppid=166321 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/166326/stat : 166326 (timeout) S 166321 166326 164516 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 242381323 2723840 352 18446744073709551615 94328050606080 94328050622593 140737102455360 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94328050637360 94328050639448 94328077398016 140737102461342 140737102461472 140737102461472 140737102467047 0
/proc/166326/statm: 665 352 352 5 0 90 0
[pid=166329] ppid=166326 vsize=70840 memory=56268 CPUtime=308.35 cores=1,3
/proc/166329/stat : 166329 (CASHWMaxSAT-Dis) R 166326 166326 164516 0 -1 4194304 32381 0 0 0 30821 14 0 0 20 0 1 0 242381324 72540160 14067 18446744073709551615 4198400 14817773 140734075402672 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 50221056 140734075406756 140734075406873 140734075406873 140734075412448 0
/proc/166329/statm: 17710 14067 992 2593 0 14603 0
Current children cumulated CPU time: 308.35 s
Current children cumulated vsize: 77824 KiB
Current children cumulated memory: 60748 KiB

Child status: 0

Real time (s): 309.438
CPU time (s): 308.403
CPU user time (s): 308.238
CPU system time (s): 0.165009
CPU usage (%): 99.6656
Max. virtual memory (cumulated for all children) (KiB): 96296
Max. memory (cumulated for all children) (KiB): 79156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.238
system time used= 0.165009
maximum resident set size= 88436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 412
involuntary context switches= 240


# summary of solver processes directly reported to runsolver:
#   pid: 166321
#   total CPU time (s): 308.403
#   total CPU user time (s): 308.238
#   total CPU system time (s): 0.165009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83558 second user time and 3.54089 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-23 12:37:04
IDJOB=4547151
IDBENCH=148104
IDSOLVER=3424
FILE ID=nodeC001/4547151-1753267024
RUNJOBID= nodeC001-1753267019-165933
SLURM_JOB_ID= 9689156
Free space on /tmp= 432620 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww5.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547151-1753267024/watcher-4547151-1753267024 -o /tmp/evaluation-result-4547151-1753267024/solver-4547151-1753267024 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753267019-165933 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547151-1753267024.opb 3600 HOME

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=2040601135

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2195.641
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.170
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.169
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.015
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 2394.334
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1596.224
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.820
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.260
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        100997900 kB
MemAvailable:   129723160 kB
Buffers:            1668 kB
Cached:         27376204 kB
SwapCached:          136 kB
Active:           966740 kB
Inactive:       26488248 kB
Active(anon):      86488 kB
Inactive(anon):    16604 kB
Active(file):     880252 kB
Inactive(file): 26471644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56224 kB
Writeback:             8 kB
AnonPages:         80220 kB
Mapped:           112484 kB
Shmem:             25972 kB
KReclaimable:    2434492 kB
Slab:            2565276 kB
SReclaimable:    2434492 kB
SUnreclaim:       130784 kB
KernelStack:        3952 kB
PageTables:         3148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     389300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432604 MiB
End job on nodeC001 at 2025-07-23 12:42:14