Trace number 4547721

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-CASHWMaxSATDisjComS+SynLSCD 2025-07-23UNSAT 1583.44 1587.36

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547721-1753272570/watcher-4547721-1753272570 -o /tmp/evaluation-result-4547721-1753272570/solver-4547721-1753272570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753272569-185855 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547721-1753272570.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=185922, runsolver pid=185910

[startup+0.100057 s]*
/proc/loadavg: 0.14 0.12 0.67 4/262 185934
/proc/meminfo: memFree=128108184/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=21296 memory=7296 CPUtime=0.02 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 1162 0 0 0 2 0 0 0 20 0 1 0 242936495 21807104 1824 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 5324 1824 768 2416 0 2426 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 28280 KiB
Current children cumulated memory: 11776 KiB

[startup+0.204665 s]*
/proc/loadavg: 0.14 0.12 0.67 3/260 185942
/proc/meminfo: memFree=128090420/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=25024 memory=9856 CPUtime=0.12 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 1782 0 0 0 12 0 0 0 20 0 1 0 242936495 25624576 2464 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 6256 2464 800 2416 0 3358 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 14336 KiB

[startup+0.304655 s]*
/proc/loadavg: 0.14 0.12 0.67 3/260 185945
/proc/meminfo: memFree=128078500/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=27720 memory=12232 CPUtime=0.22 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 2978 0 0 0 22 0 0 0 20 0 1 0 242936495 28385280 3058 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 6930 3058 800 2416 0 4032 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 34704 KiB
Current children cumulated memory: 16712 KiB

[startup+0.700233 s]
/proc/loadavg: 0.14 0.12 0.67 3/260 185945
/proc/meminfo: memFree=128056764/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=34976 memory=21148 CPUtime=0.61 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 4540 0 0 0 60 1 0 0 20 0 1 0 242936495 35815424 5287 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 8744 5287 800 2416 0 5846 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 41960 KiB
Current children cumulated memory: 25628 KiB

[startup+1.50022 s]
/proc/loadavg: 0.45 0.19 0.69 3/260 185945
/proc/meminfo: memFree=128043364/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=46472 memory=30076 CPUtime=1.4 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 5249 0 0 0 139 1 0 0 20 0 1 0 242936495 47587328 7519 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 11618 7519 800 2416 0 8720 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 34556 KiB

[startup+3.10542 s]
/proc/loadavg: 0.45 0.19 0.69 3/260 185945
/proc/meminfo: memFree=127843204/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=46472 memory=32708 CPUtime=3.01 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 5392 0 0 0 299 2 0 0 20 0 1 0 242936495 47587328 8177 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 11618 8177 800 2416 0 8720 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 37188 KiB

[startup+6.30021 s]
/proc/loadavg: 0.74 0.25 0.71 3/261 185946
/proc/meminfo: memFree=127831584/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=46472 memory=32708 CPUtime=6.19 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 5399 0 0 0 617 2 0 0 20 0 1 0 242936495 47587328 8177 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 11618 8177 800 2416 0 8720 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 37188 KiB

[startup+12.7002 s]
/proc/loadavg: 1.16 0.35 0.74 3/267 185956
/proc/meminfo: memFree=127810656/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=58040 memory=39584 CPUtime=12.57 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 5592 0 0 0 1255 2 0 0 20 0 1 0 242936495 59432960 9896 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 14510 9896 800 2416 0 11612 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 65024 KiB
Current children cumulated memory: 44064 KiB

[startup+25.5003 s]
/proc/loadavg: 1.60 0.47 0.77 5/273 186026
/proc/meminfo: memFree=127731500/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=58188 memory=44324 CPUtime=25.33 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 5791 0 0 0 2530 3 0 0 20 0 1 0 242936495 59584512 11081 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 14547 11081 800 2416 0 11649 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 65172 KiB
Current children cumulated memory: 48804 KiB

[startup+51.1057 s]
/proc/loadavg: 2.67 0.84 0.89 5/273 186026
/proc/meminfo: memFree=127696072/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/185929/stat : 185929 (timeout) S 185922 185929 185837 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242936493 2723840 352 18446744073709551615 93831603904512 93831603921025 140727405555696 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93831603935792 93831603937880 93831631740928 140727405562270 140727405562400 140727405562400 140727405567975 0
/proc/185929/statm: 665 352 352 5 0 90 0
[pid=185932] ppid=185929 vsize=70104 memory=56220 CPUtime=50.87 cores=4,6
/proc/185932/stat : 185932 (CASHWMaxSAT-Dis) R 185929 185929 185837 0 -1 4194304 6739 0 0 0 5083 4 0 0 20 0 1 0 242936495 71786496 14055 18446744073709551615 4198400 14093885 140734903642912 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42450944 140734903650724 140734903650841 140734903650841 140734903656416 0
/proc/185932/statm: 17526 14055 800 2416 0 14628 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 77088 KiB
Current children cumulated memory: 60700 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 1.34 1.06 5/273 186028
/proc/meminfo: memFree=127603352/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=185929] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6

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

/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1538.5 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

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

# cumulated CPU time of all completed processes:  user=1576.61 s, system=6.82955 s

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

[startup+1561.6 s]
/proc/loadavg: 4.10 4.07 3.51 5/271 186208
/proc/meminfo: memFree=127392028/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=362.48 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 35654 594 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1557.76 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1574.4 s]
/proc/loadavg: 4.08 4.07 3.52 5/271 186208
/proc/meminfo: memFree=127391364/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=375.24 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 36874 650 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1570.52 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1580.8 s]
/proc/loadavg: 4.07 4.07 3.52 5/271 186208
/proc/meminfo: memFree=127401348/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=381.62 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 37491 671 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1576.9 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1584 s]*
/proc/loadavg: 4.07 4.06 3.52 5/271 186208
/proc/meminfo: memFree=127389076/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=384.82 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 37810 672 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1580.1 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1585.6 s]
/proc/loadavg: 4.07 4.06 3.52 5/271 186208
/proc/meminfo: memFree=127384980/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=386.41 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 37969 672 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1581.69 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1586.4 s]
/proc/loadavg: 4.07 4.06 3.52 5/271 186208
/proc/meminfo: memFree=127380884/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=387.2 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 38048 672 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1582.48 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1586.8 s]
/proc/loadavg: 4.07 4.06 3.52 5/271 186208
/proc/meminfo: memFree=127380884/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=387.61 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 38088 673 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1582.89 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1587.2 s]
/proc/loadavg: 4.14 4.08 3.53 5/271 186208
/proc/meminfo: memFree=127389336/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=388.01 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 38128 673 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1583.29 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

[startup+1587.3 s]
/proc/loadavg: 4.14 4.08 3.53 5/271 186208
/proc/meminfo: memFree=127389336/131250000 swapFree=33009904/33010684
[pid=185922] ppid=185910 vsize=4324 memory=3072 CPUtime=1195.28 cores=4,6
/proc/185922/stat : 185922 (Hybrid-CASHWMax) S 185910 185922 185837 0 -1 4194304 283 14854 0 0 0 0 119520 8 20 0 1 0 242936488 4427776 768 18446744073709551615 93974906753024 93974907647557 140733239079744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93974907886608 93974907934352 93974915694592 140733239081301 140733239081455 140733239081455 140733239087059 0
/proc/185922/statm: 1081 768 704 219 0 143 0
[pid=186079] ppid=185922 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/186079/stat : 186079 (timeout) S 185922 186079 185837 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243056295 2723840 352 18446744073709551615 93871798812672 93871798829185 140720352408624 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93871798843952 93871798846040 93871812698112 140720352409990 140720352410144 140720352410144 140720352415719 0
/proc/186079/statm: 665 352 352 5 0 90 0
[pid=186080] ppid=186079 vsize=134952 memory=73656 CPUtime=388.11 cores=4,6
/proc/186080/stat : 186080 (SynLSCD) R 186079 186079 185837 0 -1 4194304 10497 0 0 0 38138 673 0 0 20 0 1 0 243056296 138190848 18414 18446744073709551615 94790489772032 94790492206633 140728174491616 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94790492687608 94790492720640 94790500589568 140728174500256 140728174500391 140728174500391 140728174505966 0
/proc/186080/statm: 33738 18414 2496 595 0 18405 0
Current children cumulated CPU time: 1583.39 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78136 KiB

Child status: 0

Real time (s): 1587.36
CPU time (s): 1583.44
CPU user time (s): 1576.61
CPU system time (s): 6.82955
CPU usage (%): 99.7534
Max. virtual memory (cumulated for all children) (KiB): 141936
Max. memory (cumulated for all children) (KiB): 111408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1576.61
system time used= 6.82955
maximum resident set size= 106928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 957
involuntary context switches= 687


# summary of solver processes directly reported to runsolver:
#   pid: 185922
#   total CPU time (s): 1583.44
#   total CPU user time (s): 1576.61
#   total CPU system time (s): 6.82955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.40705 second user time and 6.72427 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-23 14:09:30
IDJOB=4547721
IDBENCH=147830
IDSOLVER=3425
FILE ID=nodeC033/4547721-1753272570
RUNJOBID= nodeC033-1753272569-185855
SLURM_JOB_ID= 9690000
Free space on /tmp= 432560 MiB

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

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=1947358602

nodeC033 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		: 3600.153
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	: 7000.13
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.515
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	: 7000.13
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		: 3599.618
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128138208 kB
MemAvailable:   129714440 kB
Buffers:            2128 kB
Cached:          2298436 kB
SwapCached:           64 kB
Active:          1302684 kB
Inactive:        1071316 kB
Active(anon):      94380 kB
Inactive(anon):     5284 kB
Active(file):    1208304 kB
Inactive(file):  1066032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             67780 kB
Writeback:             0 kB
AnonPages:         76564 kB
Mapped:           112160 kB
Shmem:             26228 kB
KReclaimable:     282272 kB
Slab:             380768 kB
SReclaimable:     282272 kB
SUnreclaim:        98496 kB
KernelStack:        4256 kB
PageTables:         3116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     394132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432524 MiB
End job on nodeC033 at 2025-07-23 14:35:58