Trace number 4547435

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 1857.78 1863.73

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
MD5SUM97ac09d7b638be47b4d5a322b09a2581
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.971775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2577
Number of constraints which are clauses2576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1288
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1295
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1857.65/1863.68	c Exit code from Second Program: 20
1857.75/1863.71	c #vars 1288 #constraints 2577 2.00078 0
1857.75/1863.71	c intsize: 11
1857.75/1863.71	c 2577 constraints
1857.75/1863.71	c Finish cloning data from SAT to LS
1857.75/1863.71	c restart_num_ls  -100000 0
1857.75/1863.71	c Use LS-small
1857.75/1863.71	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: 63794 MiB (62230 MiB free)
  memory of node 1: 64507 MiB (63281 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547435-1753268433/watcher-4547435-1753268433 -o /tmp/evaluation-result-4547435-1753268433/solver-4547435-1753268433 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753268424-159555 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547435-1753268433.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=159823, runsolver pid=159820

[startup+0.100071 s]*
/proc/loadavg: 1.57 1.22 1.76 5/260 159827
/proc/meminfo: memFree=128523984/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=26576 memory=11864 CPUtime=0.07 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 2478 0 0 0 7 0 0 0 20 0 1 0 242522662 27213824 2966 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 6644 2966 896 2593 0 3537 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 33560 KiB
Current children cumulated memory: 16344 KiB

[startup+0.214608 s]*
/proc/loadavg: 1.57 1.22 1.76 5/260 159827
/proc/meminfo: memFree=128514424/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=39284 memory=23976 CPUtime=0.19 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 6002 0 0 0 18 1 0 0 20 0 1 0 242522662 40226816 5994 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 9821 5994 928 2593 0 6714 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46268 KiB
Current children cumulated memory: 28456 KiB

[startup+0.314567 s]*
/proc/loadavg: 1.57 1.22 1.76 5/260 159827
/proc/meminfo: memFree=128514424/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=39416 memory=24232 CPUtime=0.28 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 6035 0 0 0 27 1 0 0 20 0 1 0 242522662 40361984 6058 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 9854 6058 960 2593 0 6747 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 46400 KiB
Current children cumulated memory: 28712 KiB

[startup+0.700471 s]
/proc/loadavg: 1.57 1.22 1.76 5/260 159827
/proc/meminfo: memFree=128514424/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=43844 memory=28436 CPUtime=0.65 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 6736 0 0 0 64 1 0 0 20 0 1 0 242522662 44896256 7109 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 10961 7109 960 2593 0 7854 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 50828 KiB
Current children cumulated memory: 32916 KiB

[startup+1.50052 s]
/proc/loadavg: 1.57 1.22 1.76 5/260 159827
/proc/meminfo: memFree=128504848/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=44632 memory=29644 CPUtime=1.45 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 9916 0 0 0 143 2 0 0 20 0 1 0 242522662 45703168 7411 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 11158 7411 960 2593 0 8051 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 51616 KiB
Current children cumulated memory: 34124 KiB

[startup+3.11389 s]
/proc/loadavg: 1.57 1.22 1.76 5/260 159827
/proc/meminfo: memFree=128497264/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=47944 memory=33088 CPUtime=3.06 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 11444 0 0 0 304 2 0 0 20 0 1 0 242522662 49094656 8272 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 11986 8272 960 2593 0 8879 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 54928 KiB
Current children cumulated memory: 37568 KiB

[startup+6.30046 s]
/proc/loadavg: 1.77 1.27 1.77 5/260 159827
/proc/meminfo: memFree=128488900/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=49944 memory=35048 CPUtime=6.24 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 12695 0 0 0 621 3 0 0 20 0 1 0 242522662 51142656 8762 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 12486 8762 960 2593 0 9379 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 56928 KiB
Current children cumulated memory: 39528 KiB

[startup+12.7004 s]
/proc/loadavg: 1.94 1.31 1.79 5/260 159877
/proc/meminfo: memFree=128643164/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=51040 memory=36252 CPUtime=12.62 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 15346 0 0 0 1259 3 0 0 20 0 1 0 242522662 52264960 9063 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 12760 9063 960 2593 0 9653 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 58024 KiB
Current children cumulated memory: 40732 KiB

[startup+25.5005 s]
/proc/loadavg: 2.40 1.45 1.82 5/260 159877
/proc/meminfo: memFree=128646476/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=59240 memory=44496 CPUtime=25.38 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 19208 0 0 0 2533 5 0 0 20 0 1 0 242522662 60661760 11124 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 14810 11124 960 2593 0 11703 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 66224 KiB
Current children cumulated memory: 48976 KiB

[startup+51.1134 s]
/proc/loadavg: 3.00 1.67 1.89 4/254 159932
/proc/meminfo: memFree=128871144/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=61620 memory=46876 CPUtime=50.91 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 21182 0 0 0 5085 6 0 0 20 0 1 0 242522662 63098880 11719 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 15405 11719 960 2593 0 12298 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 68604 KiB
Current children cumulated memory: 51356 KiB

[startup+102.301 s]
/proc/loadavg: 4.12 2.17 2.05 5/260 159940
/proc/meminfo: memFree=128787264/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2

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

/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=159826] ppid=159823 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/159826/stat : 159826 (timeout) S 159823 159826 157743 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242522661 2723840 352 18446744073709551615 93908053241856 93908053258369 140731082346288 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93908053273136 93908053275224 93908071686144 140731082348958 140731082349088 140731082349088 140731082354663 0
/proc/159826/statm: 665 352 352 5 0 90 0
[pid=159827] ppid=159826 vsize=205068 memory=190324 CPUtime=1776.61 cores=0,2
/proc/159827/stat : 159827 (CASHWMaxSAT-Dis) R 159826 159826 157743 0 -1 4194304 39238 0 0 0 177636 25 0 0 20 0 1 0 242522662 209989632 47581 18446744073709551615 4198400 14817773 140730727927568 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 53616640 140730727934372 140730727934489 140730727934489 140730727940064 0
/proc/159827/statm: 51267 47581 960 2593 0 48160 0
Current children cumulated CPU time: 1776.61 s
Current children cumulated vsize: 212052 KiB
Current children cumulated memory: 194804 KiB

[startup+1842.3 s]
/proc/loadavg: 3.93 4.06 3.82 4/251 160071
/proc/meminfo: memFree=128798408/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=95324 memory=22460 CPUtime=44.11 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 3621 0 0 0 4327 84 0 0 20 0 1 0 242702463 97611776 5615 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 23831 5615 2464 595 0 8498 0
Current children cumulated CPU time: 1836.41 s
Current children cumulated vsize: 102308 KiB
Current children cumulated memory: 26812 KiB

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

# cumulated CPU time of all completed processes:  user=1856.3 s, system=1.47802 s

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

[startup+1843.2 s]
/proc/loadavg: 3.93 4.06 3.82 4/251 160071
/proc/meminfo: memFree=128798408/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=95324 memory=22460 CPUtime=45.01 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 3621 0 0 0 4415 86 0 0 20 0 1 0 242702463 97611776 5615 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 23831 5615 2464 595 0 8498 0
Current children cumulated CPU time: 1837.31 s
Current children cumulated vsize: 102308 KiB
Current children cumulated memory: 26812 KiB

[startup+1856 s]*
/proc/loadavg: 3.64 3.99 3.80 3/243 160111
/proc/meminfo: memFree=128986504/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=95324 memory=22588 CPUtime=57.78 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 3625 0 0 0 5668 110 0 0 20 0 1 0 242702463 97611776 5647 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 23831 5647 2464 595 0 8498 0
Current children cumulated CPU time: 1850.08 s
Current children cumulated vsize: 102308 KiB
Current children cumulated memory: 26940 KiB

[startup+1859.2 s]
/proc/loadavg: 3.51 3.95 3.79 3/243 160111
/proc/meminfo: memFree=128970376/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=105128 memory=41224 CPUtime=60.96 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 6165 0 0 0 5981 115 0 0 20 0 1 0 242702463 107651072 10306 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 26282 10306 2528 595 0 10949 0
Current children cumulated CPU time: 1853.26 s
Current children cumulated vsize: 112112 KiB
Current children cumulated memory: 45576 KiB

[startup+1860.8 s]
/proc/loadavg: 3.51 3.95 3.79 3/243 160111
/proc/meminfo: memFree=128966596/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=109724 memory=47224 CPUtime=62.56 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 7150 0 0 0 6140 116 0 0 20 0 1 0 242702463 112357376 11806 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 27431 11806 2528 595 0 12098 0
Current children cumulated CPU time: 1854.86 s
Current children cumulated vsize: 116708 KiB
Current children cumulated memory: 51576 KiB

[startup+1862.4 s]
/proc/loadavg: 3.51 3.95 3.79 3/243 160111
/proc/meminfo: memFree=128962564/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=111332 memory=52756 CPUtime=64.15 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 7510 0 0 0 6299 116 0 0 20 0 1 0 242702463 114003968 13189 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 27833 13189 2528 595 0 12500 0
Current children cumulated CPU time: 1856.45 s
Current children cumulated vsize: 118316 KiB
Current children cumulated memory: 57108 KiB

[startup+1863.2 s]
/proc/loadavg: 3.51 3.95 3.79 3/243 160111
/proc/meminfo: memFree=128962564/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=112220 memory=53268 CPUtime=64.95 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 7658 0 0 0 6378 117 0 0 20 0 1 0 242702463 114913280 13317 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 28055 13317 2528 595 0 12722 0
Current children cumulated CPU time: 1857.25 s
Current children cumulated vsize: 119204 KiB
Current children cumulated memory: 57620 KiB

[startup+1863.6 s]
/proc/loadavg: 3.51 3.95 3.79 3/243 160111
/proc/meminfo: memFree=128962564/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1792.3 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 286 40066 0 0 0 0 179203 27 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
[pid=160029] ppid=159823 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/160029/stat : 160029 (timeout) S 159823 160029 157743 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242702462 2723840 320 18446744073709551615 94075655749632 94075655766145 140736675937072 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94075655780912 94075655783000 94075657981952 140736675940742 140736675940896 140736675940896 140736675946471 0
/proc/160029/statm: 665 320 320 5 0 90 0
[pid=160030] ppid=160029 vsize=112612 memory=55792 CPUtime=65.35 cores=0,2
/proc/160030/stat : 160030 (SynLSCD) R 160029 160029 157743 0 -1 4194304 7774 0 0 0 6418 117 0 0 20 0 1 0 242702463 115314688 13948 18446744073709551615 94213610745856 94213613180457 140727760417424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94213613661432 94213613694464 94213626769408 140727760419232 140727760419367 140727760419367 140727760424942 0
/proc/160030/statm: 28153 13948 2528 595 0 12820 0
Current children cumulated CPU time: 1857.65 s
Current children cumulated vsize: 119596 KiB
Current children cumulated memory: 60144 KiB

[startup+1863.7 s]
/proc/loadavg: 3.51 3.95 3.79 3/243 160111
/proc/meminfo: memFree=128962564/131382120 swapFree=33010416/33010684
[pid=159823] ppid=159820 vsize=4324 memory=3072 CPUtime=1857.75 cores=0,2
/proc/159823/stat : 159823 (Hybrid-CASHWMax) S 159820 159823 157743 0 -1 4194304 306 48039 0 0 0 0 185630 145 20 0 1 0 242522659 4427776 768 18446744073709551615 94527760228352 94527761122885 140727018221680 0 0 0 2 4 65536 1 0 0 17 0 0 0 0 0 0 94527761361936 94527761409680 94527777939456 140727018223957 140727018224111 140727018224111 140727018229715 0
/proc/159823/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1857.75 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1863.73
CPU time (s): 1857.78
CPU user time (s): 1856.3
CPU system time (s): 1.47802
CPU usage (%): 99.6806
Max. virtual memory (cumulated for all children) (KiB): 269672
Max. memory (cumulated for all children) (KiB): 252008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1856.3
system time used= 1.47802
maximum resident set size= 247912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 896
involuntary context switches= 4663


# summary of solver processes directly reported to runsolver:
#   pid: 159823
#   total CPU time (s): 1857.78
#   total CPU user time (s): 1856.3
#   total CPU system time (s): 1.47802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7849 second user time and 20.9313 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 13:00:33
IDJOB=4547435
IDBENCH=167132
IDSOLVER=3424
FILE ID=nodeC006/4547435-1753268433
RUNJOBID= nodeC006-1753268424-159555
SLURM_JOB_ID= 9689161
Free space on /tmp= 432732 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547435-1753268433/watcher-4547435-1753268433 -o /tmp/evaluation-result-4547435-1753268433/solver-4547435-1753268433 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753268424-159555 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547435-1753268433.opb 3600 HOME

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

MD5SUM BENCH= 97ac09d7b638be47b4d5a322b09a2581
RANDOM SEED=1400462393

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128523824 kB
MemAvailable:   129319172 kB
Buffers:            2128 kB
Cached:          1471876 kB
SwapCached:           12 kB
Active:          1513128 kB
Inactive:         494324 kB
Active(anon):     548804 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   483532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35056 kB
Writeback:            12 kB
AnonPages:        535372 kB
Mapped:           121092 kB
Shmem:             26140 kB
KReclaimable:     373856 kB
Slab:             468200 kB
SReclaimable:     373856 kB
SUnreclaim:        94344 kB
KernelStack:        4160 kB
PageTables:         4320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     924708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC006 at 2025-07-23 13:31:37