Trace number 4548034

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 1946.73 1952.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1946.63/1952.55	c Exit code from Second Program: 20
1946.63/1952.59	c #vars 1729 #constraints 866 0.500868 1
1946.63/1952.59	c intsize: 4
1946.63/1952.59	c 866 constraints
1946.63/1952.59	c Finish cloning data from SAT to LS
1946.63/1952.59	c restart_num_ls  -100000 0
1946.63/1952.59	c Use LS-small
1946.63/1952.59	c restart_num_ls  0 733
1946.63/1952.59	c LS 90 56
1946.63/1952.59	c Use LS-small
1946.63/1952.59	c restart_num_ls  733 1261
1946.63/1952.59	c LS 80 21
1946.63/1952.59	c Use LS-small
1946.63/1952.59	c restart_num_ls  1261 2045
1946.63/1952.59	c LS 70 56
1946.63/1952.59	c Use LS-small
1946.63/1952.59	c restart_num_ls  2045 2557
1946.63/1952.59	c LS 60 6
1946.63/1952.59	c Use LS-small
1946.63/1952.59	c restart_num_ls  2557 3094
1946.63/1952.59	c LS 50 5
1946.63/1952.59	c Use LS-small
1946.63/1952.59	c restart_num_ls  3094 4094
1946.63/1952.59	c LS 40 52
1946.63/1952.59	c Use LS-small
1946.63/1952.59	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: 63837 MiB (54043 MiB free)
  memory of node 1: 64465 MiB (47758 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548034-1753273726/watcher-4548034-1753273726 -o /tmp/evaluation-result-4548034-1753273726/solver-4548034-1753273726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753272569-193825 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548034-1753273726.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
Current StackSize limit: 8192 KiB

solver pid=194444, runsolver pid=194441

[startup+0.100101 s]*
/proc/loadavg: 4.50 4.26 3.31 5/258 194448
/proc/meminfo: memFree=104245468/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=27964 memory=12444 CPUtime=0.08 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 3179 0 0 0 8 0 0 0 20 0 1 0 243052048 28635136 3111 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 6991 3111 800 2416 0 4093 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34948 KiB
Current children cumulated memory: 16796 KiB

[startup+0.213578 s]*
/proc/loadavg: 4.50 4.26 3.31 5/258 194448
/proc/meminfo: memFree=104245468/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=29628 memory=15260 CPUtime=0.19 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 3898 0 0 0 19 0 0 0 20 0 1 0 243052048 30339072 3815 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 7407 3815 800 2416 0 4509 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 36612 KiB
Current children cumulated memory: 19612 KiB

[startup+0.313302 s]*
/proc/loadavg: 4.50 4.26 3.31 5/258 194448
/proc/meminfo: memFree=104245468/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=32548 memory=18288 CPUtime=0.29 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 4118 0 0 0 29 0 0 0 20 0 1 0 243052048 33329152 4572 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 8137 4572 800 2416 0 5239 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 39532 KiB
Current children cumulated memory: 22640 KiB

[startup+0.700467 s]
/proc/loadavg: 4.50 4.26 3.31 5/258 194448
/proc/meminfo: memFree=104244244/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=36900 memory=20080 CPUtime=0.66 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 4581 0 0 0 66 0 0 0 20 0 1 0 243052048 37785600 5020 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 9225 5020 800 2416 0 6327 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 43884 KiB
Current children cumulated memory: 24432 KiB

[startup+1.50045 s]
/proc/loadavg: 4.54 4.27 3.32 5/258 194448
/proc/meminfo: memFree=104234100/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=41292 memory=26648 CPUtime=1.46 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 5217 0 0 0 146 0 0 0 20 0 1 0 243052048 42283008 6662 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 10323 6662 800 2416 0 7425 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 48276 KiB
Current children cumulated memory: 31000 KiB

[startup+3.11323 s]
/proc/loadavg: 4.54 4.27 3.32 5/258 194448
/proc/meminfo: memFree=104221940/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=44052 memory=27708 CPUtime=3.08 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 5498 0 0 0 307 1 0 0 20 0 1 0 243052048 45109248 6927 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 11013 6927 800 2416 0 8115 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 51036 KiB
Current children cumulated memory: 32060 KiB

[startup+6.30046 s]
/proc/loadavg: 4.58 4.29 3.33 5/258 194448
/proc/meminfo: memFree=104218432/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=48588 memory=34072 CPUtime=6.25 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 6583 0 0 0 624 1 0 0 20 0 1 0 243052048 49754112 8518 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 12147 8518 800 2416 0 9249 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 55572 KiB
Current children cumulated memory: 38424 KiB

[startup+12.7004 s]
/proc/loadavg: 4.61 4.30 3.33 5/258 194449
/proc/meminfo: memFree=104198024/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=70012 memory=53104 CPUtime=12.63 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 8828 0 0 0 1261 2 0 0 20 0 1 0 243052048 71692288 13276 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 17503 13276 800 2416 0 14605 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 76996 KiB
Current children cumulated memory: 57456 KiB

[startup+25.5005 s]
/proc/loadavg: 4.75 4.34 3.36 5/258 194449
/proc/meminfo: memFree=104168484/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=81692 memory=67628 CPUtime=25.4 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 9410 0 0 0 2538 2 0 0 20 0 1 0 243052048 83652608 16907 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 20423 16907 800 2416 0 17525 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 88676 KiB
Current children cumulated memory: 71980 KiB

[startup+51.1132 s]
/proc/loadavg: 4.85 4.40 3.41 5/258 194449
/proc/meminfo: memFree=104157104/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194447] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194447/stat : 194447 (timeout) S 194444 194447 193808 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243052047 2723840 352 18446744073709551615 94271969492992 94271969509505 140726954343376 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94271969524272 94271969526360 94272002666496 140726954351006 140726954351136 140726954351136 140726954356711 0
/proc/194447/statm: 665 352 352 5 0 90 0
[pid=194448] ppid=194447 vsize=93184 memory=75636 CPUtime=50.95 cores=0,2
/proc/194448/stat : 194448 (CASHWMaxSAT-Dis) R 194447 194447 193808 0 -1 4194304 9901 0 0 0 5092 3 0 0 20 0 1 0 243052048 95420416 18909 18446744073709551615 4198400 14093885 140730055690608 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51212288 140730055694756 140730055694873 140730055694873 140730055700448 0
/proc/194448/statm: 23296 18909 800 2416 0 20398 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 100168 KiB
Current children cumulated memory: 79988 KiB

[startup+102.3 s]
/proc/loadavg: 4.45 4.37 3.46 5/260 194455
/proc/meminfo: memFree=103911120/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0

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

/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=642.25 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13972 0 0 0 63139 1086 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1836.77 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1902.3 s]
/proc/loadavg: 3.38 3.64 3.84 3/242 194828
/proc/meminfo: memFree=104900820/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=702.07 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 68958 1249 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1896.59 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

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

# cumulated CPU time of all completed processes:  user=1933.97 s, system=12.7529 s

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

[startup+1920 s]*
/proc/loadavg: 3.37 3.63 3.83 3/242 194829
/proc/meminfo: memFree=104900820/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=719.73 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 70719 1254 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1914.25 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1932.8 s]
/proc/loadavg: 3.28 3.60 3.81 3/242 194829
/proc/meminfo: memFree=104900820/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=732.47 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 71990 1257 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1926.99 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1945.6 s]
/proc/loadavg: 3.24 3.58 3.80 3/242 194840
/proc/meminfo: memFree=104898360/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=745.24 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 73263 1261 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1939.76 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1948.8 s]
/proc/loadavg: 3.14 3.55 3.79 3/242 194840
/proc/meminfo: memFree=104898360/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=748.43 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 73581 1262 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1942.95 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1950.4 s]
/proc/loadavg: 3.14 3.55 3.79 3/242 194840
/proc/meminfo: memFree=104898360/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=750.02 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 73740 1262 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1944.54 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1952 s]*
/proc/loadavg: 3.05 3.53 3.78 3/242 194840
/proc/meminfo: memFree=104898472/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=751.62 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 73900 1262 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1946.14 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1952.4 s]
/proc/loadavg: 3.05 3.53 3.78 3/242 194840
/proc/meminfo: memFree=104898472/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1194.52 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 282 19681 0 0 0 0 119443 9 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
[pid=194715] ppid=194444 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/194715/stat : 194715 (timeout) S 194444 194715 193808 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243171848 2723840 352 18446744073709551615 94309610688512 94309610705025 140731140943840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94309610719792 94309610721880 94309627269120 140731140946310 140731140946464 140731140946464 140731140952039 0
/proc/194715/statm: 665 352 352 5 0 90 0
[pid=194716] ppid=194715 vsize=149472 memory=90840 CPUtime=752.01 cores=0,2
/proc/194716/stat : 194716 (SynLSCD) R 194715 194715 193808 0 -1 4194304 13976 0 0 0 73939 1262 0 0 20 0 1 0 243171849 153059328 22710 18446744073709551615 94226944856064 94226947290665 140720810117984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226947771640 94226947804672 94226982641664 140720810121632 140720810121767 140720810121767 140720810127342 0
/proc/194716/statm: 37368 22710 2560 595 0 22035 0
Current children cumulated CPU time: 1946.53 s
Current children cumulated vsize: 156456 KiB
Current children cumulated memory: 95192 KiB

[startup+1952.6 s]
/proc/loadavg: 3.05 3.53 3.78 3/242 194840
/proc/meminfo: memFree=104898472/131382116 swapFree=33005528/33010684
[pid=194444] ppid=194441 vsize=4324 memory=2944 CPUtime=1946.71 cores=0,2
/proc/194444/stat : 194444 (Hybrid-CASHWMax) S 194441 194444 193808 0 -1 4194304 400 34366 0 0 0 0 193397 1274 20 0 1 0 243052046 4427776 736 18446744073709551615 94646766964736 94646767859269 140722629945824 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94646768098320 94646768146064 94646796464128 140722629949781 140722629949935 140722629949935 140722629955539 0
/proc/194444/statm: 1081 736 672 219 0 143 0
Current children cumulated CPU time: 1946.71 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 1952.61
CPU time (s): 1946.73
CPU user time (s): 1933.97
CPU system time (s): 12.7529
CPU usage (%): 99.6985
Max. virtual memory (cumulated for all children) (KiB): 262932
Max. memory (cumulated for all children) (KiB): 223484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1933.97
system time used= 12.7529
maximum resident set size= 219132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 909
involuntary context switches= 4471


# summary of solver processes directly reported to runsolver:
#   pid: 194444
#   total CPU time (s): 1946.73
#   total CPU user time (s): 1933.97
#   total CPU system time (s): 12.7529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6833 second user time and 20.4601 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-23 14:28:46
IDJOB=4548034
IDBENCH=164647
IDSOLVER=3425
FILE ID=nodeC010/4548034-1753273726
RUNJOBID= nodeC010-1753272569-193825
SLURM_JOB_ID= 9690018
Free space on /tmp= 432652 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548034-1753273726/watcher-4548034-1753273726 -o /tmp/evaluation-result-4548034-1753273726/solver-4548034-1753273726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753272569-193825 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548034-1753273726.opb 3600 HOME

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
RANDOM SEED=968735766

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        104245420 kB
MemAvailable:   128445284 kB
Buffers:             228 kB
Cached:         24962904 kB
SwapCached:         4300 kB
Active:          2331080 kB
Inactive:       24126372 kB
Active(anon):    1467476 kB
Inactive(anon):    48676 kB
Active(file):     863604 kB
Inactive(file): 24077696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16504 kB
Writeback:             0 kB
AnonPages:       1489648 kB
Mapped:           114660 kB
Shmem:             21832 kB
KReclaimable:     196384 kB
Slab:             288684 kB
SReclaimable:     196384 kB
SUnreclaim:        92300 kB
KernelStack:        4192 kB
PageTables:         6356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1938008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1263616 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432668 MiB
End job on nodeC010 at 2025-07-23 15:01:19