Trace number 4542803

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01UNSAT 2098.18 2104.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
MD5SUMd64fc744c65ccc2a81826d21c62acb02
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.326574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints212
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints210
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
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

2098.07/2103.97	c Exit code from Second Program: 20
2098.07/2103.99	c #vars 421 #constraints 212 0.503563 1
2098.07/2103.99	c 212 constraints
2098.07/2103.99	c Finish cloning data from SAT to LS
2098.07/2103.99	c restart_num_ls  -100000 0
2098.07/2103.99	c Use LS-small
2098.07/2103.99	c restart_num_ls  0 1564
2098.07/2103.99	c LS 90 85
2098.07/2103.99	c Use LS-small
2098.07/2103.99	c restart_num_ls  1564 2071
2098.07/2103.99	c LS 80 60
2098.07/2103.99	c Use LS-small
2098.07/2103.99	c restart_num_ls  2071 2585
2098.07/2103.99	c LS 70 57
2098.07/2103.99	c Use LS-small
2098.07/2103.99	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 (62039 MiB free)
  memory of node 1: 64465 MiB (62364 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542803-1753222270/watcher-4542803-1753222270 -o /tmp/evaluation-result-4542803-1753222270/solver-4542803-1753222270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753222270-161960 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4542803-1753222270.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
solver pid=162010, runsolver pid=162001
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.31 1.15 1.68 5/273 162031
/proc/meminfo: memFree=127373784/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=21544 memory=7480 CPUtime=0.06 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 1361 0 0 0 6 0 0 0 20 0 1 0 237901589 22061056 1870 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 6 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 5386 1870 960 2593 0 2279 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 28528 KiB
Current children cumulated memory: 11960 KiB

[startup+0.204781 s]*
/proc/loadavg: 1.31 1.15 1.68 5/273 162031
/proc/meminfo: memFree=127373532/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=22468 memory=8252 CPUtime=0.16 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 1661 0 0 0 16 0 0 0 20 0 1 0 237901589 23007232 2063 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 5617 2063 992 2593 0 2510 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 29452 KiB
Current children cumulated memory: 12732 KiB

[startup+0.304665 s]*
/proc/loadavg: 1.31 1.15 1.68 5/273 162031
/proc/meminfo: memFree=127373628/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=23164 memory=9040 CPUtime=0.26 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 2112 0 0 0 26 0 0 0 20 0 1 0 237901589 23719936 2260 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 5791 2260 992 2593 0 2684 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 30148 KiB
Current children cumulated memory: 13520 KiB

[startup+0.700155 s]
/proc/loadavg: 1.31 1.15 1.68 5/273 162031
/proc/meminfo: memFree=127373124/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=23492 memory=9424 CPUtime=0.65 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 3108 0 0 0 65 0 0 0 20 0 1 0 237901589 24055808 2356 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 5873 2356 992 2593 0 2766 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 30476 KiB
Current children cumulated memory: 13904 KiB

[startup+1.50018 s]
/proc/loadavg: 1.31 1.15 1.68 5/273 162031
/proc/meminfo: memFree=127373048/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=25664 memory=11424 CPUtime=1.45 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 5307 0 0 0 145 0 0 0 20 0 1 0 237901589 26279936 2856 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 6416 2856 992 2593 0 3309 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 32648 KiB
Current children cumulated memory: 15904 KiB

[startup+3.10532 s]
/proc/loadavg: 1.31 1.15 1.68 4/267 162041
/proc/meminfo: memFree=127380336/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=28052 memory=13960 CPUtime=3.05 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 8679 0 0 0 304 1 0 0 20 0 1 0 237901589 28725248 3490 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 7013 3490 992 2593 0 3906 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 35036 KiB
Current children cumulated memory: 18440 KiB

[startup+6.30017 s]
/proc/loadavg: 1.53 1.20 1.70 5/273 162081
/proc/meminfo: memFree=127365344/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=30360 memory=16400 CPUtime=6.23 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 13956 0 0 0 622 1 0 0 20 0 1 0 237901589 31088640 4100 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 7590 4100 992 2593 0 4483 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 37344 KiB
Current children cumulated memory: 20880 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.28 1.72 5/273 162081
/proc/meminfo: memFree=127349768/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=31964 memory=18004 CPUtime=12.62 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 21988 0 0 0 1259 3 0 0 20 0 1 0 237901589 32731136 4501 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 7991 4501 992 2593 0 4884 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 38948 KiB
Current children cumulated memory: 22484 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.41 1.76 5/273 162081
/proc/meminfo: memFree=127323472/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=47884 memory=33708 CPUtime=25.39 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 26131 0 0 0 2535 4 0 0 20 0 1 0 237901589 49033216 8427 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 11971 8427 992 2593 0 8864 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 54868 KiB
Current children cumulated memory: 38188 KiB

[startup+51.1056 s]
/proc/loadavg: 2.92 1.62 1.82 5/273 162082
/proc/meminfo: memFree=127272600/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162024] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162024/stat : 162024 (timeout) S 162010 162024 161949 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 237901588 2723840 352 18446744073709551615 94227864068096 94227864084609 140736885833744 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94227864099376 94227864101464 94227895324672 140736885836190 140736885836320 140736885836320 140736885841895 0
/proc/162024/statm: 665 352 352 5 0 90 0
[pid=162027] ppid=162024 vsize=51936 memory=37848 CPUtime=50.93 cores=4,6
/proc/162027/stat : 162027 (CASHWMaxSAT-Dis) R 162024 162024 161949 0 -1 4194304 28031 0 0 0 5088 5 0 0 20 0 1 0 237901589 53182464 9462 18446744073709551615 4198400 14817773 140721199044464 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 22183936 140721199049124 140721199049241 140721199049241 140721199054816 0
/proc/162027/statm: 12984 9462 992 2593 0 9877 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 58920 KiB
Current children cumulated memory: 42328 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 2.00 1.94 5/273 162084
/proc/meminfo: memFree=127149512/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0

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

/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=98608 memory=42944 CPUtime=163.76 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 10950 0 0 0 15971 405 0 0 20 0 1 0 238081390 100974592 10736 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 24652 10736 2560 595 0 9319 0
Current children cumulated CPU time: 1956.86 s
Current children cumulated vsize: 105592 KiB
Current children cumulated memory: 47424 KiB

[startup+2022.3 s]
/proc/loadavg: 4.09 4.11 3.89 5/272 162394
/proc/meminfo: memFree=127186640/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102064 memory=45884 CPUtime=223.59 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 14509 0 0 0 21864 495 0 0 20 0 1 0 238081390 104513536 11471 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25516 11471 2560 595 0 10183 0
Current children cumulated CPU time: 2016.69 s
Current children cumulated vsize: 109048 KiB
Current children cumulated memory: 50364 KiB

[startup+2082.3 s]
/proc/loadavg: 4.14 4.12 3.92 5/270 162397
/proc/meminfo: memFree=127126892/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=283.43 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17157 0 0 0 27672 671 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2076.53 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

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

# cumulated CPU time of all completed processes:  user=2090.16 s, system=8.02231 s

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

[startup+2086.4 s]
/proc/loadavg: 4.13 4.11 3.92 5/270 162397
/proc/meminfo: memFree=127123048/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=287.53 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17157 0 0 0 28041 712 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2080.63 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

[startup+2092.8 s]
/proc/loadavg: 4.12 4.11 3.92 5/270 162397
/proc/meminfo: memFree=127115116/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=293.9 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17157 0 0 0 28621 769 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2087 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

[startup+2099.2 s]
/proc/loadavg: 4.11 4.11 3.92 5/270 162397
/proc/meminfo: memFree=127094636/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=300.28 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17558 0 0 0 29253 775 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2093.38 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

[startup+2102.4 s]
/proc/loadavg: 4.10 4.11 3.92 5/270 162397
/proc/meminfo: memFree=127094888/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=303.48 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17658 0 0 0 29569 779 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2096.58 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

[startup+2103.2 s]
/proc/loadavg: 4.10 4.11 3.92 5/270 162397
/proc/meminfo: memFree=127078504/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=304.28 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17658 0 0 0 29648 780 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2097.38 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

[startup+2103.6 s]
/proc/loadavg: 4.10 4.11 3.92 5/270 162397
/proc/meminfo: memFree=127078504/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=1793.1 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) S 162001 162010 161949 0 -1 4194304 285 48715 0 0 0 0 179291 19 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
[pid=162169] ppid=162010 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/162169/stat : 162169 (timeout) S 162010 162169 161949 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238081389 2723840 352 18446744073709551615 94079496712192 94079496728705 140734918359648 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94079496743472 94079496745560 94079505424384 140734918363526 140734918363680 140734918363680 140734918369255 0
/proc/162169/statm: 665 352 352 5 0 90 0
[pid=162170] ppid=162169 vsize=102640 memory=46440 CPUtime=304.67 cores=4,6
/proc/162170/stat : 162170 (SynLSCD) R 162169 162169 161949 0 -1 4194304 17758 0 0 0 29687 780 0 0 20 0 1 0 238081390 105103360 11610 18446744073709551615 94244132945920 94244135380073 140733411570912 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94244135861496 94244135894528 94244169826304 140733411576224 140733411576359 140733411576359 140733411581934 0
/proc/162170/statm: 25660 11610 2560 595 0 10327 0
Current children cumulated CPU time: 2097.77 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 50920 KiB

[startup+2104 s]*
/proc/loadavg: 4.10 4.11 3.92 5/269 162403
/proc/meminfo: memFree=127095860/131249992 swapFree=33009392/33010684
[pid=162010] ppid=162001 vsize=4324 memory=3072 CPUtime=2098.16 cores=4,6
/proc/162010/stat : 162010 (Hybrid-CASHWMax) R 162001 162010 161949 0 -1 4194304 406 67168 0 0 0 0 209015 801 20 0 1 0 237901586 4427776 768 18446744073709551615 94342069239808 94342070134341 140733108138704 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94342070373392 94342070421136 94342086754304 140733108140373 140733108140527 140733108140527 140733108146131 0
/proc/162010/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 2098.16 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 2104.01
CPU time (s): 2098.18
CPU user time (s): 2090.16
CPU system time (s): 8.02231
CPU usage (%): 99.7228
Max. virtual memory (cumulated for all children) (KiB): 195064
Max. memory (cumulated for all children) (KiB): 178348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2090.16
system time used= 8.02231
maximum resident set size= 173868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 986
involuntary context switches= 1872


# summary of solver processes directly reported to runsolver:
#   pid: 162010
#   total CPU time (s): 2098.18
#   total CPU user time (s): 2090.16
#   total CPU system time (s): 8.02231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.87824 second user time and 10.6217 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-23 00:11:10
IDJOB=4542803
IDBENCH=164731
IDSOLVER=3328
FILE ID=nodeC035/4542803-1753222270
RUNJOBID= nodeC035-1753222270-161960
SLURM_JOB_ID= 9687817
Free space on /tmp= 432464 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542803-1753222270/watcher-4542803-1753222270 -o /tmp/evaluation-result-4542803-1753222270/solver-4542803-1753222270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753222270-161960 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4542803-1753222270.opb 3600 HOME

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

MD5SUM BENCH= d64fc744c65ccc2a81826d21c62acb02
RANDOM SEED=868592982

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127391520 kB
MemAvailable:   129670224 kB
Buffers:             664 kB
Cached:          3029636 kB
SwapCached:          336 kB
Active:           937224 kB
Inactive:        2159360 kB
Active(anon):      73316 kB
Inactive(anon):    18908 kB
Active(file):     863908 kB
Inactive(file):  2140452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69512 kB
Writeback:             0 kB
AnonPages:         69016 kB
Mapped:           109244 kB
Shmem:             25904 kB
KReclaimable:     227164 kB
Slab:             322380 kB
SReclaimable:     227164 kB
SUnreclaim:        95216 kB
KernelStack:        4004 kB
PageTables:         2620 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     348444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432396 MiB
End job on nodeC035 at 2025-07-23 00:46:15