Trace number 4547218

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-23UNSAT 2172.14 2178.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2172.02/2178.09	c Exit code from Second Program: 20
2172.13/2178.11	c #vars 420 #constraints 4221 10.05 1
2172.13/2178.11	c intsize: 5
2172.13/2178.11	c 4221 constraints
2172.13/2178.11	c Finish cloning data from SAT to LS
2172.13/2178.11	c restart_num_ls  -100000 0
2172.13/2178.11	c Use LS-small
2172.13/2178.11	restart_num  0 307
2172.13/2178.11	c LS-restart 90 24
2172.13/2178.11	c Use LS-small
2172.13/2178.11	restart_num  307 620
2172.13/2178.11	c LS-restart 80 89
2172.13/2178.11	c Use LS-small
2172.13/2178.11	restart_num  620 922
2172.13/2178.11	c LS-restart 70 59
2172.13/2178.11	c Use LS-small
2172.13/2178.11	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: 63708 MiB (62062 MiB free)
  memory of node 1: 64465 MiB (59379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547218-1753266934/watcher-4547218-1753266934 -o /tmp/evaluation-result-4547218-1753266934/solver-4547218-1753266934 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753266928-175822 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547218-1753266934.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=175997, runsolver pid=175990
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.35 1.16 1.24 5/266 176004
/proc/meminfo: memFree=124342232/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=22020 memory=8060 CPUtime=0.06 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 1297 0 0 0 6 0 0 0 20 0 1 0 242371959 22548480 2015 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 5505 2015 960 2593 0 2398 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 29004 KiB
Current children cumulated memory: 12540 KiB

[startup+0.205344 s]*
/proc/loadavg: 1.56 1.21 1.26 6/266 176004
/proc/meminfo: memFree=124340468/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=22544 memory=8748 CPUtime=0.17 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 1583 0 0 0 17 0 0 0 20 0 1 0 242371959 23085056 2187 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 5636 2187 992 2593 0 2529 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 29528 KiB
Current children cumulated memory: 13228 KiB

[startup+0.304721 s]*
/proc/loadavg: 1.56 1.21 1.26 5/266 176004
/proc/meminfo: memFree=124339912/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=22604 memory=8808 CPUtime=0.27 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 1899 0 0 0 27 0 0 0 20 0 1 0 242371959 23146496 2202 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 5651 2202 992 2593 0 2544 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 29588 KiB
Current children cumulated memory: 13288 KiB

[startup+0.700152 s]
/proc/loadavg: 1.56 1.21 1.26 5/266 176004
/proc/meminfo: memFree=124338652/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=22668 memory=8788 CPUtime=0.66 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 2601 0 0 0 66 0 0 0 20 0 1 0 242371959 23212032 2197 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 5667 2197 992 2593 0 2560 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 29652 KiB
Current children cumulated memory: 13268 KiB

[startup+1.50015 s]
/proc/loadavg: 1.56 1.21 1.26 5/266 176029
/proc/meminfo: memFree=124345672/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=23208 memory=9332 CPUtime=1.45 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 3664 0 0 0 145 0 0 0 20 0 1 0 242371959 23764992 2333 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 5802 2333 992 2593 0 2695 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 13812 KiB

[startup+3.10539 s]
/proc/loadavg: 1.56 1.21 1.26 6/272 176044
/proc/meminfo: memFree=124329460/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=26020 memory=12008 CPUtime=3.05 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 6111 0 0 0 305 0 0 0 20 0 1 0 242371959 26644480 3002 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 6505 3002 992 2593 0 3398 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 33004 KiB
Current children cumulated memory: 16488 KiB

[startup+6.30016 s]
/proc/loadavg: 1.76 1.25 1.27 6/272 176044
/proc/meminfo: memFree=124316520/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=28508 memory=14624 CPUtime=6.24 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 9578 0 0 0 623 1 0 0 20 0 1 0 242371959 29192192 3656 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 7127 3656 992 2593 0 4020 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 35492 KiB
Current children cumulated memory: 19104 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 1.30 1.29 6/272 176044
/proc/meminfo: memFree=124284260/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=35288 memory=21412 CPUtime=12.63 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 12956 0 0 0 1261 2 0 0 20 0 1 0 242371959 36134912 5353 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 8822 5353 992 2593 0 5715 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 42272 KiB
Current children cumulated memory: 25892 KiB

[startup+25.5002 s]
/proc/loadavg: 2.25 1.39 1.32 6/272 176044
/proc/meminfo: memFree=124258380/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=39508 memory=25600 CPUtime=25.39 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 15751 0 0 0 2537 2 0 0 20 0 1 0 242371959 40456192 6400 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 9877 6400 992 2593 0 6770 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 46492 KiB
Current children cumulated memory: 30080 KiB

[startup+51.1055 s]
/proc/loadavg: 2.94 1.64 1.40 6/272 176045
/proc/meminfo: memFree=124180276/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176002] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176002/stat : 176002 (timeout) S 175997 176002 174004 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242371958 2723840 352 18446744073709551615 94739445100544 94739445117057 140731048847472 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94739445131824 94739445133912 94739455750144 140731048855966 140731048856096 140731048856096 140731048861671 0
/proc/176002/statm: 665 352 352 5 0 90 0
[pid=176004] ppid=176002 vsize=37860 memory=23984 CPUtime=50.93 cores=0,2
/proc/176004/stat : 176004 (CASHWMaxSAT-Dis) R 176002 176002 174004 0 -1 4194304 19543 0 0 0 5089 4 0 0 20 0 1 0 242371959 38768640 5996 18446744073709551615 4198400 14817773 140729019177200 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 46764032 140729019181476 140729019181593 140729019181593 140729019187168 0
/proc/176004/statm: 9465 5996 992 2593 0 6358 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 44844 KiB
Current children cumulated memory: 28464 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.04 1.55 6/272 176046
/proc/meminfo: memFree=124147940/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0

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

/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=73996 CPUtime=343.23 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 33763 560 0 0 20 0 1 0 242551760 138190848 18499 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18499 2528 595 0 18405 0
Current children cumulated CPU time: 2136.4 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78476 KiB

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

# cumulated CPU time of all completed processes:  user=2164.84 s, system=7.30183 s

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

[startup+2150.4 s]
/proc/loadavg: 4.10 4.09 3.86 5/271 176380
/proc/meminfo: memFree=123957752/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=351.32 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 34536 596 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2144.49 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2163.2 s]
/proc/loadavg: 4.08 4.08 3.86 5/271 176380
/proc/meminfo: memFree=123958424/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=364.08 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 35756 652 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2157.25 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2169.6 s]
/proc/loadavg: 4.07 4.08 3.86 5/271 176380
/proc/meminfo: memFree=123936956/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=370.47 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 36367 680 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2163.64 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2172.8 s]
/proc/loadavg: 4.15 4.10 3.87 5/271 176380
/proc/meminfo: memFree=123934908/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=373.66 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 36681 685 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2166.83 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2176 s]*
/proc/loadavg: 4.14 4.10 3.87 5/271 176380
/proc/meminfo: memFree=123935060/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=376.85 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 37000 685 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2170.02 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2176.8 s]
/proc/loadavg: 4.14 4.10 3.87 5/271 176380
/proc/meminfo: memFree=123935060/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=377.65 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 37079 686 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2170.82 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2177.6 s]
/proc/loadavg: 4.14 4.10 3.87 5/271 176380
/proc/meminfo: memFree=123935060/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=378.45 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 37159 686 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2171.62 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2178 s]*
/proc/loadavg: 4.14 4.10 3.87 5/271 176380
/proc/meminfo: memFree=123946768/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=1793.17 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) S 175990 175997 174004 0 -1 4194304 285 65925 0 0 0 0 179275 42 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
[pid=176143] ppid=175997 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176143/stat : 176143 (timeout) S 175997 176143 174004 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242551759 2723840 352 18446744073709551615 94277949718528 94277949735041 140724172497232 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94277949749808 94277949751896 94277976236032 140724172499334 140724172499488 140724172499488 140724172505063 0
/proc/176143/statm: 665 352 352 5 0 90 0
[pid=176145] ppid=176143 vsize=134952 memory=74764 CPUtime=378.85 cores=0,2
/proc/176145/stat : 176145 (SynLSCD) R 176143 176143 174004 0 -1 4194304 10513 0 0 0 37199 686 0 0 20 0 1 0 242551760 138190848 18691 18446744073709551615 94140754653184 94140757087785 140725759725376 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140757568760 94140757601792 94140786237440 140725759728032 140725759728167 140725759728167 140725759733742 0
/proc/176145/statm: 33738 18691 2528 595 0 18405 0
Current children cumulated CPU time: 2172.02 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 79244 KiB

[startup+2178.11 s]
/proc/loadavg: 4.14 4.10 3.87 5/271 176380
/proc/meminfo: memFree=123946768/131249988 swapFree=33010416/33010684
[pid=175997] ppid=175990 vsize=4324 memory=3072 CPUtime=2172.13 cores=0,2
/proc/175997/stat : 175997 (Hybrid-CASHWMax) R 175990 175997 174004 0 -1 4194304 326 76929 0 0 0 0 216484 729 20 0 1 0 242371956 4427776 768 18446744073709551615 94332908457984 94332909352517 140730745847520 0 0 0 0 4 65536 0 0 0 17 0 0 0 0 0 0 94332909591568 94332909639312 94332936368128 140730745854293 140730745854447 140730745854447 140730745860051 0
/proc/175997/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 2172.13 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 2178.13
CPU time (s): 2172.14
CPU user time (s): 2164.84
CPU system time (s): 7.30183
CPU usage (%): 99.7253
Max. virtual memory (cumulated for all children) (KiB): 221748
Max. memory (cumulated for all children) (KiB): 205260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2164.84
system time used= 7.30183
maximum resident set size= 200780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1064
involuntary context switches= 4811


# summary of solver processes directly reported to runsolver:
#   pid: 175997
#   total CPU time (s): 2172.14
#   total CPU user time (s): 2164.84
#   total CPU system time (s): 7.30183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.06921 second user time and 10.3306 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 12:35:34
IDJOB=4547218
IDBENCH=147830
IDSOLVER=3424
FILE ID=nodeC031/4547218-1753266934
RUNJOBID= nodeC031-1753266928-175822
SLURM_JOB_ID= 9689186
Free space on /tmp= 432916 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547218-1753266934/watcher-4547218-1753266934 -o /tmp/evaluation-result-4547218-1753266934/solver-4547218-1753266934 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753266928-175822 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547218-1753266934.opb 3600 HOME

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=108232318

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.274
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.901
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.083
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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.923
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.145
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3599.902
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.775
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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.286
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124356840 kB
MemAvailable:   129590012 kB
Buffers:            2128 kB
Cached:          5917380 kB
SwapCached:            8 kB
Active:          1244152 kB
Inactive:        4783308 kB
Active(anon):     123740 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file):  4772844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70584 kB
Writeback:             0 kB
AnonPages:        110740 kB
Mapped:           113300 kB
Shmem:             26248 kB
KReclaimable:     358308 kB
Slab:             457212 kB
SReclaimable:     358308 kB
SUnreclaim:        98904 kB
KernelStack:        4176 kB
PageTables:         3208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     416636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC031 at 2025-07-23 13:11:52