Trace number 4547336

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23UNSAT 1876.13 1881.32

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
MD5SUM31f6aff17a47c209cb9ee9a70845e10e
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 benchmark17.18
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints838
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)836
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1876.01/1881.28	c Exit code from Second Program: 20
1876.11/1881.30	c #vars 601 #constraints 838 1.39434 1
1876.11/1881.30	c intsize: 3
1876.11/1881.30	c 838 constraints
1876.11/1881.30	c Finish cloning data from SAT to LS
1876.11/1881.30	c restart_num_ls  -100000 0
1876.11/1881.30	c Use LS-small
1876.11/1881.30	c restart_num_ls  0 509
1876.11/1881.30	c LS 90 94
1876.11/1881.30	c Use LS-small
1876.11/1881.30	c restart_num_ls  509 1021
1876.11/1881.30	c LS 80 29
1876.11/1881.30	c Use LS-small
1876.11/1881.30	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 (62662 MiB free)
  memory of node 1: 64465 MiB (62197 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547336-1753267154/watcher-4547336-1753267154 -o /tmp/evaluation-result-4547336-1753267154/solver-4547336-1753267154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753267151-165600 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547336-1753267154.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=165760, runsolver pid=165756

[startup+0.10006 s]*
/proc/loadavg: 1.07 1.56 1.91 5/274 165771
/proc/meminfo: memFree=127837320/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=20696 memory=6792 CPUtime=0.08 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 1201 0 0 0 8 0 0 0 20 0 1 0 242393264 21192704 1698 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 5174 1698 992 2593 0 2067 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27680 KiB
Current children cumulated memory: 11272 KiB

[startup+0.205857 s]*
/proc/loadavg: 1.07 1.56 1.91 5/274 165771
/proc/meminfo: memFree=127837120/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=21496 memory=7624 CPUtime=0.18 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 1810 0 0 0 18 0 0 0 20 0 1 0 242393264 22011904 1906 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 5374 1906 992 2593 0 2267 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 28480 KiB
Current children cumulated memory: 12104 KiB

[startup+0.304853 s]*
/proc/loadavg: 1.07 1.56 1.91 5/274 165771
/proc/meminfo: memFree=127835312/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=21864 memory=7976 CPUtime=0.28 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 2042 0 0 0 28 0 0 0 20 0 1 0 242393264 22388736 1994 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 5466 1994 992 2593 0 2359 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 28848 KiB
Current children cumulated memory: 12456 KiB

[startup+0.700149 s]
/proc/loadavg: 1.07 1.56 1.91 5/274 165771
/proc/meminfo: memFree=127835312/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=22004 memory=8116 CPUtime=0.67 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 3558 0 0 0 67 0 0 0 20 0 1 0 242393264 22532096 2029 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 5501 2029 992 2593 0 2394 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 28988 KiB
Current children cumulated memory: 12596 KiB

[startup+1.50016 s]
/proc/loadavg: 1.07 1.56 1.91 5/274 165771
/proc/meminfo: memFree=127833800/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=24984 memory=11068 CPUtime=1.46 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 5042 0 0 0 146 0 0 0 20 0 1 0 242393264 25583616 2767 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 6246 2767 992 2593 0 3139 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 15548 KiB

[startup+3.10554 s]
/proc/loadavg: 1.31 1.60 1.92 5/274 165771
/proc/meminfo: memFree=127827732/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=25416 memory=11532 CPUtime=3.06 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 9774 0 0 0 305 1 0 0 20 0 1 0 242393264 26025984 2883 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 6354 2883 992 2593 0 3247 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 32400 KiB
Current children cumulated memory: 16012 KiB

[startup+6.30019 s]
/proc/loadavg: 1.31 1.60 1.92 5/274 165771
/proc/meminfo: memFree=127819552/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=31760 memory=17756 CPUtime=6.25 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 15634 0 0 0 622 3 0 0 20 0 1 0 242393264 32522240 4439 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 7940 4439 992 2593 0 4833 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 38744 KiB
Current children cumulated memory: 22236 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 1.64 1.93 5/274 165771
/proc/meminfo: memFree=127809496/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=31904 memory=18172 CPUtime=12.64 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 22990 0 0 0 1260 4 0 0 20 0 1 0 242393264 32669696 4543 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 7976 4543 992 2593 0 4869 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 38888 KiB
Current children cumulated memory: 22652 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 1.76 1.97 5/275 165773
/proc/meminfo: memFree=127765912/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=44776 memory=30280 CPUtime=25.41 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 35177 0 0 0 2534 7 0 0 20 0 1 0 242393264 45850624 7570 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 11194 7570 992 2593 0 8087 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 51760 KiB
Current children cumulated memory: 34760 KiB

[startup+51.1058 s]
/proc/loadavg: 2.79 1.96 2.03 5/275 165773
/proc/meminfo: memFree=127706624/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/165767/stat : 165767 (timeout) S 165760 165767 164106 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242393263 2723840 352 18446744073709551615 94813046521856 94813046538369 140723988711104 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94813046553136 94813046555224 94813059829760 140723988715934 140723988716064 140723988716064 140723988721639 0
/proc/165767/statm: 665 352 352 5 0 90 0
[pid=165769] ppid=165767 vsize=54836 memory=40216 CPUtime=50.94 cores=4,6
/proc/165769/stat : 165769 (CASHWMaxSAT-Dis) R 165767 165767 164106 0 -1 4194304 49360 0 0 0 5083 11 0 0 20 0 1 0 242393264 56152064 10054 18446744073709551615 4198400 14817773 140722899294160 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43298816 140722899302820 140722899302937 140722899302937 140722899308512 0
/proc/165769/statm: 13709 10054 992 2593 0 10602 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 61820 KiB
Current children cumulated memory: 44696 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 2.29 2.14 5/273 165775
/proc/meminfo: memFree=127661384/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165767] ppid=165760 vsize=2660 memory=1408 CPUtime=0 cores=4,6

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

/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=117400 memory=48452 CPUtime=44.15 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5554 0 0 0 4187 228 0 0 20 0 1 0 242573065 120217600 12113 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29350 12113 2528 595 0 14017 0
Current children cumulated CPU time: 1837.19 s
Current children cumulated vsize: 124384 KiB
Current children cumulated memory: 52804 KiB

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

# cumulated CPU time of all completed processes:  user=1871.11 s, system=5.01485 s

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

[startup+1843.2 s]
/proc/loadavg: 4.11 4.10 3.85 5/274 165928
/proc/meminfo: memFree=123502784/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=117400 memory=48452 CPUtime=45.05 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5554 0 0 0 4269 236 0 0 20 0 1 0 242573065 120217600 12113 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29350 12113 2528 595 0 14017 0
Current children cumulated CPU time: 1838.09 s
Current children cumulated vsize: 124384 KiB
Current children cumulated memory: 52804 KiB

[startup+1856 s]*
/proc/loadavg: 4.09 4.09 3.85 5/274 165928
/proc/meminfo: memFree=123497340/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=117736 memory=48708 CPUtime=57.83 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5626 0 0 0 5508 275 0 0 20 0 1 0 242573065 120561664 12177 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29434 12177 2528 595 0 14101 0
Current children cumulated CPU time: 1850.87 s
Current children cumulated vsize: 124720 KiB
Current children cumulated memory: 53060 KiB

[startup+1868.8 s]
/proc/loadavg: 4.07 4.09 3.85 5/274 165929
/proc/meminfo: memFree=123368160/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=117736 memory=48836 CPUtime=70.59 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5648 0 0 0 6699 360 0 0 20 0 1 0 242573065 120561664 12209 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29434 12209 2528 595 0 14101 0
Current children cumulated CPU time: 1863.63 s
Current children cumulated vsize: 124720 KiB
Current children cumulated memory: 53188 KiB

[startup+1875.2 s]
/proc/loadavg: 4.06 4.09 3.85 5/274 165929
/proc/meminfo: memFree=123493664/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=117736 memory=48836 CPUtime=76.98 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5648 0 0 0 7280 418 0 0 20 0 1 0 242573065 120561664 12209 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29434 12209 2528 595 0 14101 0
Current children cumulated CPU time: 1870.02 s
Current children cumulated vsize: 124720 KiB
Current children cumulated memory: 53188 KiB

[startup+1878.4 s]
/proc/loadavg: 4.14 4.10 3.86 5/274 165929
/proc/meminfo: memFree=122982044/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=117880 memory=48964 CPUtime=80.17 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5684 0 0 0 7598 419 0 0 20 0 1 0 242573065 120709120 12241 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29470 12241 2528 595 0 14137 0
Current children cumulated CPU time: 1873.21 s
Current children cumulated vsize: 124864 KiB
Current children cumulated memory: 53316 KiB

[startup+1880 s]*
/proc/loadavg: 4.14 4.10 3.86 5/274 165929
/proc/meminfo: memFree=123472712/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=118056 memory=49092 CPUtime=81.78 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5722 0 0 0 7758 420 0 0 20 0 1 0 242573065 120889344 12273 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29514 12273 2528 595 0 14181 0
Current children cumulated CPU time: 1874.82 s
Current children cumulated vsize: 125040 KiB
Current children cumulated memory: 53444 KiB

[startup+1880.8 s]
/proc/loadavg: 4.14 4.10 3.86 5/274 165929
/proc/meminfo: memFree=123472712/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=118056 memory=49092 CPUtime=82.57 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5723 0 0 0 7837 420 0 0 20 0 1 0 242573065 120889344 12273 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29514 12273 2528 595 0 14181 0
Current children cumulated CPU time: 1875.61 s
Current children cumulated vsize: 125040 KiB
Current children cumulated memory: 53444 KiB

[startup+1881.2 s]
/proc/loadavg: 4.14 4.10 3.86 5/274 165929
/proc/meminfo: memFree=123478856/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1793.04 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 283 174399 0 0 0 0 179225 79 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
[pid=165924] ppid=165760 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/165924/stat : 165924 (timeout) S 165760 165924 164106 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242573064 2723840 320 18446744073709551615 94593962442752 94593962459265 140736218284032 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94593962474032 94593962476120 94593987997696 140736218290566 140736218290720 140736218290720 140736218296295 0
/proc/165924/statm: 665 320 320 5 0 90 0
[pid=165925] ppid=165924 vsize=118056 memory=49220 CPUtime=82.97 cores=4,6
/proc/165925/stat : 165925 (SynLSCD) R 165924 165924 164106 0 -1 4194304 5739 0 0 0 7877 420 0 0 20 0 1 0 242573065 120889344 12305 18446744073709551615 93914928168960 93914930603561 140729039362128 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93914931084536 93914931117568 93914964713472 140729039366560 140729039366695 140729039366695 140729039372270 0
/proc/165925/statm: 29514 12305 2528 595 0 14181 0
Current children cumulated CPU time: 1876.01 s
Current children cumulated vsize: 125040 KiB
Current children cumulated memory: 53572 KiB

[startup+1881.3 s]
/proc/loadavg: 4.14 4.10 3.86 5/274 165929
/proc/meminfo: memFree=123478856/131249996 swapFree=33000896/33010684
[pid=165760] ppid=165756 vsize=4324 memory=3072 CPUtime=1876.11 cores=4,6
/proc/165760/stat : 165760 (Hybrid-CASHWMax) S 165756 165760 164106 0 -1 4194304 344 180620 0 0 0 0 187111 500 20 0 1 0 242393262 4427776 768 18446744073709551615 94171696816128 94171697710661 140734616999520 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94171697949712 94171697997456 94171703504896 140734617004373 140734617004527 140734617004527 140734617010131 0
/proc/165760/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1876.11 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1881.32
CPU time (s): 1876.13
CPU user time (s): 1871.11
CPU system time (s): 5.01485
CPU usage (%): 99.7242
Max. virtual memory (cumulated for all children) (KiB): 220148
Max. memory (cumulated for all children) (KiB): 202784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1871.11
system time used= 5.01485
maximum resident set size= 198304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 911
involuntary context switches= 1316


# summary of solver processes directly reported to runsolver:
#   pid: 165760
#   total CPU time (s): 1876.13
#   total CPU user time (s): 1871.11
#   total CPU system time (s): 5.01485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.13163 second user time and 9.24597 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-23 12:39:14
IDJOB=4547336
IDBENCH=160385
IDSOLVER=3424
FILE ID=nodeC023/4547336-1753267154
RUNJOBID= nodeC023-1753267151-165600
SLURM_JOB_ID= 9689178
Free space on /tmp= 433008 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547336-1753267154/watcher-4547336-1753267154 -o /tmp/evaluation-result-4547336-1753267154/solver-4547336-1753267154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753267151-165600 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547336-1753267154.opb 3600 HOME

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

MD5SUM BENCH= 31f6aff17a47c209cb9ee9a70845e10e
RANDOM SEED=1257489940

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127859308 kB
MemAvailable:   129661032 kB
Buffers:              16 kB
Cached:          2543600 kB
SwapCached:         2872 kB
Active:           775824 kB
Inactive:        1871676 kB
Active(anon):      69644 kB
Inactive(anon):    55056 kB
Active(file):     706180 kB
Inactive(file):  1816620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70304 kB
Writeback:             0 kB
AnonPages:        104432 kB
Mapped:           111500 kB
Shmem:             20816 kB
KReclaimable:     236324 kB
Slab:             332568 kB
SReclaimable:     236324 kB
SUnreclaim:        96244 kB
KernelStack:        4336 kB
PageTables:         3236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     432804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432916 MiB
End job on nodeC023 at 2025-07-23 13:10:36