Trace number 4542843

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-06-01UNSAT 2073.68 2079.08

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
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 benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
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

2073.61/2079.04	c Exit code from Second Program: 20
2073.61/2079.06	c #vars 1501 #constraints 752 0.500999 1
2073.61/2079.06	c 752 constraints
2073.61/2079.06	c Finish cloning data from SAT to LS
2073.61/2079.06	c restart_num_ls  -100000 0
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  0 514
2073.61/2079.06	c LS 90 12
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  514 1020
2073.61/2079.06	c LS 80 92
2073.61/2079.06	c similarity no use LS 0.956029
2073.61/2079.06	c restart_num_ls  1020 2044
2073.61/2079.06	c LS 80 33
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  2044 3277
2073.61/2079.06	c LS 70 31
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  3277 4093
2073.61/2079.06	c LS 60 18
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  4093 4604
2073.61/2079.06	c LS 50 51
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  4604 5339
2073.61/2079.06	c LS 40 61
2073.61/2079.06	c Use LS-small
2073.61/2079.06	c restart_num_ls  5339 6140
2073.61/2079.06	c LS 30 66
2073.61/2079.06	c Use LS-small
2073.61/2079.06	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 (60846 MiB free)
  memory of node 1: 64465 MiB (63307 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542843-1753204261/watcher-4542843-1753204261 -o /tmp/evaluation-result-4542843-1753204261/solver-4542843-1753204261 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753198970-164701 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4542843-1753204261.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=165540, runsolver pid=165537

[startup+0.100059 s]*
/proc/loadavg: 4.30 4.24 4.14 5/272 165544
/proc/meminfo: memFree=127132652/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=27532 memory=11672 CPUtime=0.08 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 2755 0 0 0 8 0 0 0 20 0 1 0 236102715 28192768 2918 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 6883 2918 800 2416 0 3985 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34516 KiB
Current children cumulated memory: 15896 KiB

[startup+0.205552 s]*
/proc/loadavg: 4.30 4.24 4.14 5/272 165544
/proc/meminfo: memFree=127132652/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=29196 memory=14360 CPUtime=0.18 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 3416 0 0 0 18 0 0 0 20 0 1 0 236102715 29896704 3590 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 7299 3590 800 2416 0 4401 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 36180 KiB
Current children cumulated memory: 18584 KiB

[startup+0.305483 s]*
/proc/loadavg: 4.30 4.24 4.14 5/272 165544
/proc/meminfo: memFree=127132652/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=34676 memory=19716 CPUtime=0.28 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 4244 0 0 0 28 0 0 0 20 0 1 0 236102715 35508224 4929 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 8669 4929 800 2416 0 5771 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 41660 KiB
Current children cumulated memory: 23940 KiB

[startup+0.700158 s]
/proc/loadavg: 4.30 4.24 4.14 5/272 165544
/proc/meminfo: memFree=127132652/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=37396 memory=22916 CPUtime=0.67 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 5037 0 0 0 67 0 0 0 20 0 1 0 236102715 38293504 5729 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 9349 5729 800 2416 0 6451 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 44380 KiB
Current children cumulated memory: 27140 KiB

[startup+1.50018 s]
/proc/loadavg: 4.30 4.24 4.14 5/272 165544
/proc/meminfo: memFree=127140604/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=43608 memory=27852 CPUtime=1.47 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 5425 0 0 0 146 1 0 0 20 0 1 0 236102715 44654592 6963 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 10902 6963 800 2416 0 8004 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 50592 KiB
Current children cumulated memory: 32076 KiB

[startup+3.10461 s]
/proc/loadavg: 4.30 4.24 4.14 5/272 165544
/proc/meminfo: memFree=127156736/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=43608 memory=29132 CPUtime=3.07 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 5730 0 0 0 306 1 0 0 20 0 1 0 236102715 44654592 7283 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 10902 7283 800 2416 0 8004 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 50592 KiB
Current children cumulated memory: 33356 KiB

[startup+6.30016 s]
/proc/loadavg: 4.35 4.25 4.15 5/272 165544
/proc/meminfo: memFree=127185764/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=55416 memory=35588 CPUtime=6.26 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 5815 0 0 0 625 1 0 0 20 0 1 0 236102715 56745984 8897 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 13854 8897 800 2416 0 10956 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 62400 KiB
Current children cumulated memory: 39812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.25 4.14 5/273 165546
/proc/meminfo: memFree=127268692/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=62380 memory=47940 CPUtime=12.64 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 8325 0 0 0 1263 1 0 0 20 0 1 0 236102715 63877120 11985 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 15595 11985 800 2416 0 12697 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 69364 KiB
Current children cumulated memory: 52164 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.24 4.14 5/273 165546
/proc/meminfo: memFree=127414788/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=77148 memory=62652 CPUtime=25.4 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 11182 0 0 0 2538 2 0 0 20 0 1 0 236102715 78999552 15663 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 19287 15663 800 2416 0 16389 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 84132 KiB
Current children cumulated memory: 66876 KiB

[startup+51.1048 s]
/proc/loadavg: 4.25 4.23 4.14 5/272 165546
/proc/meminfo: memFree=127712808/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165543] ppid=165540 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165543/stat : 165543 (timeout) S 165540 165543 164684 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 236102715 2723840 320 18446744073709551615 94003711688704 94003711705217 140728074669072 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94003711719984 94003711722072 94003731283968 140728074676638 140728074676768 140728074676768 140728074682343 0
/proc/165543/statm: 665 320 320 5 0 90 0
[pid=165544] ppid=165543 vsize=94084 memory=79492 CPUtime=50.95 cores=4,6
/proc/165544/stat : 165544 (CASHWMaxSAT-Dis) R 165543 165543 164684 0 -1 4194304 12335 0 0 0 5092 3 0 0 20 0 1 0 236102715 96342016 19873 18446744073709551615 4198400 14093885 140734066620688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 33144832 140734066624932 140734066625049 140734066625049 140734066630624 0
/proc/165544/statm: 23521 19873 800 2416 0 20623 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 101068 KiB
Current children cumulated memory: 83716 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.21 4.14 5/272 165548
/proc/meminfo: memFree=128251864/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0

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

/proc/165609/statm: 36229 19932 2528 595 0 20896 0
Current children cumulated CPU time: 1957.21 s
Current children cumulated vsize: 151900 KiB
Current children cumulated memory: 84080 KiB

[startup+2022.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/273 165759
/proc/meminfo: memFree=128402056/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=145972 memory=81136 CPUtime=822.17 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20765 0 0 0 80928 1289 0 0 20 0 1 0 236222516 149475328 20284 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36493 20284 2528 595 0 21160 0
Current children cumulated CPU time: 2017.04 s
Current children cumulated vsize: 152956 KiB
Current children cumulated memory: 85488 KiB

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

# cumulated CPU time of all completed processes:  user=2059.25 s, system=14.4336 s

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

[startup+2048 s]*
/proc/loadavg: 4.10 4.09 4.09 5/273 165761
/proc/meminfo: memFree=128214556/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=145972 memory=81136 CPUtime=847.82 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20765 0 0 0 83382 1400 0 0 20 0 1 0 236222516 149475328 20284 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36493 20284 2528 595 0 21160 0
Current children cumulated CPU time: 2042.69 s
Current children cumulated vsize: 152956 KiB
Current children cumulated memory: 85488 KiB

[startup+2060.8 s]
/proc/loadavg: 4.09 4.08 4.09 5/273 165761
/proc/meminfo: memFree=128304924/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=145972 memory=81136 CPUtime=860.58 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20765 0 0 0 84630 1428 0 0 20 0 1 0 236222516 149475328 20284 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36493 20284 2528 595 0 21160 0
Current children cumulated CPU time: 2055.45 s
Current children cumulated vsize: 152956 KiB
Current children cumulated memory: 85488 KiB

[startup+2067.2 s]
/proc/loadavg: 4.07 4.08 4.09 5/273 165761
/proc/meminfo: memFree=128399872/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=145972 memory=81264 CPUtime=866.96 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20804 0 0 0 85267 1429 0 0 20 0 1 0 236222516 149475328 20316 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36493 20316 2528 595 0 21160 0
Current children cumulated CPU time: 2061.83 s
Current children cumulated vsize: 152956 KiB
Current children cumulated memory: 85616 KiB

[startup+2073.6 s]
/proc/loadavg: 4.07 4.08 4.09 5/273 165761
/proc/meminfo: memFree=128367632/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=145972 memory=81264 CPUtime=873.34 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20804 0 0 0 85903 1431 0 0 20 0 1 0 236222516 149475328 20316 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36493 20316 2528 595 0 21160 0
Current children cumulated CPU time: 2068.21 s
Current children cumulated vsize: 152956 KiB
Current children cumulated memory: 85616 KiB

[startup+2076.8 s]
/proc/loadavg: 4.14 4.10 4.09 5/273 165761
/proc/meminfo: memFree=128317040/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=146148 memory=81392 CPUtime=876.53 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20836 0 0 0 86221 1432 0 0 20 0 1 0 236222516 149655552 20348 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36537 20348 2528 595 0 21204 0
Current children cumulated CPU time: 2071.4 s
Current children cumulated vsize: 153132 KiB
Current children cumulated memory: 85744 KiB

[startup+2078.4 s]
/proc/loadavg: 4.14 4.10 4.09 5/273 165761
/proc/meminfo: memFree=128332012/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=146148 memory=81392 CPUtime=878.13 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20836 0 0 0 86381 1432 0 0 20 0 1 0 236222516 149655552 20348 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36537 20348 2528 595 0 21204 0
Current children cumulated CPU time: 2073 s
Current children cumulated vsize: 153132 KiB
Current children cumulated memory: 85744 KiB

[startup+2078.8 s]
/proc/loadavg: 4.14 4.10 4.09 5/273 165761
/proc/meminfo: memFree=128332012/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=146148 memory=81392 CPUtime=878.53 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20836 0 0 0 86421 1432 0 0 20 0 1 0 236222516 149655552 20348 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36537 20348 2528 595 0 21204 0
Current children cumulated CPU time: 2073.4 s
Current children cumulated vsize: 153132 KiB
Current children cumulated memory: 85744 KiB

[startup+2079 s]*
/proc/loadavg: 4.14 4.10 4.09 5/273 165761
/proc/meminfo: memFree=128323568/131250000 swapFree=33008356/33010684
[pid=165540] ppid=165537 vsize=4324 memory=2944 CPUtime=1194.87 cores=4,6
/proc/165540/stat : 165540 (Hybrid-CASHWMax) S 165537 165540 164684 0 -1 4194304 282 21859 0 0 0 0 119478 9 20 0 1 0 236102714 4427776 736 18446744073709551615 94317796392960 94317797287493 140735995300496 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94317797526544 94317797574288 94317822685184 140735995304277 140735995304431 140735995304431 140735995310035 0
/proc/165540/statm: 1081 736 672 219 0 143 0
[pid=165608] ppid=165540 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165608/stat : 165608 (timeout) S 165540 165608 164684 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 236222515 2723840 352 18446744073709551615 94260288192512 94260288209025 140731794530864 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94260288223792 94260288225880 94260313538560 140731794536838 140731794536992 140731794536992 140731794542567 0
/proc/165608/statm: 665 352 352 5 0 90 0
[pid=165609] ppid=165608 vsize=146148 memory=81392 CPUtime=878.74 cores=4,6
/proc/165609/stat : 165609 (SynLSCD) R 165608 165608 164684 0 -1 4194304 20836 0 0 0 86441 1433 0 0 20 0 1 0 236222516 149655552 20348 18446744073709551615 94252851187712 94252853621865 140729930401232 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94252854103288 94252854136320 94252874301440 140729930406304 140729930406439 140729930406439 140729930412014 0
/proc/165609/statm: 36537 20348 2528 595 0 21204 0
Current children cumulated CPU time: 2073.61 s
Current children cumulated vsize: 153132 KiB
Current children cumulated memory: 85744 KiB

Child status: 0

Real time (s): 2079.08
CPU time (s): 2073.68
CPU user time (s): 2059.25
CPU system time (s): 14.4336
CPU usage (%): 99.7404
Max. virtual memory (cumulated for all children) (KiB): 259652
Max. memory (cumulated for all children) (KiB): 242816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2059.25
system time used= 14.4336
maximum resident set size= 238592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 946
involuntary context switches= 1971


# summary of solver processes directly reported to runsolver:
#   pid: 165540
#   total CPU time (s): 2073.68
#   total CPU user time (s): 2059.25
#   total CPU system time (s): 14.4336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02541 second user time and 7.68545 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 19:11:01
IDJOB=4542843
IDBENCH=164739
IDSOLVER=3331
FILE ID=nodeC014/4542843-1753204261
RUNJOBID= nodeC014-1753198970-164701
SLURM_JOB_ID= 9687747
Free space on /tmp= 432812 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542843-1753204261/watcher-4542843-1753204261 -o /tmp/evaluation-result-4542843-1753204261/solver-4542843-1753204261 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753198970-164701 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4542843-1753204261.opb 3600 HOME

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
RANDOM SEED=1470413063

nodeC014 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.126
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.23
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		: 3600.128
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127132580 kB
MemAvailable:   127594600 kB
Buffers:             696 kB
Cached:          1207588 kB
SwapCached:         1624 kB
Active:          1424144 kB
Inactive:         387580 kB
Active(anon):     602356 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   361884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16560 kB
Writeback:             8 kB
AnonPages:        597020 kB
Mapped:           121172 kB
Shmem:             24612 kB
KReclaimable:     235172 kB
Slab:             331388 kB
SReclaimable:     235172 kB
SUnreclaim:        96216 kB
KernelStack:        4352 kB
PageTables:         4520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1005344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432792 MiB
End job on nodeC014 at 2025-07-22 19:45:40