Trace number 4547410

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 1797.84 1802.91

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/fixedbw_opb_shuffle/normalized-subsetcard-eq-fixedbandwidth-3500.shuf-3.opb
MD5SUMfa288505787d5078657a2c980732ee18
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.870433
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14001
Total number of constraints14000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1692
Number of constraints which are nor clauses,nor cardinality constraints12308
Minimum length of a constraint4
Maximum length of a constraint5
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 7
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

1797.73/1802.86	c Exit code from Second Program: 20
1797.73/1802.89	c #vars 14001 #constraints 14000 0.999929 1
1797.73/1802.89	c intsize: 3
1797.73/1802.89	c 14000 constraints
1797.73/1802.89	c Finish cloning data from SAT to LS
1797.73/1802.89	c restart_num_ls  -100000 0
1797.73/1802.89	c Use LS-small
1797.73/1802.89	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 (46096 MiB free)
  memory of node 1: 64507 MiB (50781 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547410-1753269048/watcher-4547410-1753269048 -o /tmp/evaluation-result-4547410-1753269048/solver-4547410-1753269048 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753267148-188252 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547410-1753269048.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=188884, runsolver pid=188881

[startup+0.10007 s]*
/proc/loadavg: 4.06 4.15 4.04 6/258 188888
/proc/meminfo: memFree=99202940/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=25664 memory=11044 CPUtime=0.07 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 2158 0 0 0 7 0 0 0 20 0 1 0 242584580 26279936 2761 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 6416 2761 864 2593 0 3309 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 32648 KiB
Current children cumulated memory: 15524 KiB

[startup+0.213553 s]*
/proc/loadavg: 4.06 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99199160/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=31344 memory=16676 CPUtime=0.19 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 3565 0 0 0 18 1 0 0 20 0 1 0 242584580 32096256 4169 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 7836 4169 864 2593 0 4729 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 38328 KiB
Current children cumulated memory: 21156 KiB

[startup+0.313329 s]*
/proc/loadavg: 4.06 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99195128/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=36576 memory=21924 CPUtime=0.29 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 4868 0 0 0 28 1 0 0 20 0 1 0 242584580 37453824 5481 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 9144 5481 864 2593 0 6037 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 43560 KiB
Current children cumulated memory: 26404 KiB

[startup+0.700474 s]
/proc/loadavg: 4.06 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99183032/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=55004 memory=38540 CPUtime=0.66 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 10806 0 0 0 63 3 0 0 20 0 1 0 242584580 56324096 9635 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 13751 9635 960 2593 0 10644 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 61988 KiB
Current children cumulated memory: 43020 KiB

[startup+1.5005 s]
/proc/loadavg: 4.06 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99173708/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=58188 memory=41888 CPUtime=1.45 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 11988 0 0 0 142 3 0 0 20 0 1 0 242584580 59584512 10472 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 14547 10472 992 2593 0 11440 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 65172 KiB
Current children cumulated memory: 46368 KiB

[startup+3.11311 s]
/proc/loadavg: 4.06 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99169928/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=59908 memory=41284 CPUtime=3.06 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 15505 0 0 0 302 4 0 0 20 0 1 0 242584580 61345792 10321 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 14977 10321 992 2593 0 11870 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 66892 KiB
Current children cumulated memory: 45764 KiB

[startup+6.30043 s]
/proc/loadavg: 4.05 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99177196/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=64124 memory=47152 CPUtime=6.24 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 18414 0 0 0 619 5 0 0 20 0 1 0 242584580 65662976 11788 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 16031 11788 992 2593 0 12924 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 71108 KiB
Current children cumulated memory: 51632 KiB

[startup+12.7005 s]
/proc/loadavg: 4.05 4.15 4.04 5/258 188888
/proc/meminfo: memFree=99172916/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=61576 memory=44728 CPUtime=12.62 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 29564 0 0 0 1254 8 0 0 20 0 1 0 242584580 63053824 11182 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 15394 11182 992 2593 0 12287 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 68560 KiB
Current children cumulated memory: 49208 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 4.16 4.05 5/259 188890
/proc/meminfo: memFree=99173720/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=75080 memory=58032 CPUtime=25.38 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 33582 0 0 0 2529 9 0 0 20 0 1 0 242584580 76881920 14508 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 18770 14508 992 2593 0 15663 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 82064 KiB
Current children cumulated memory: 62512 KiB

[startup+51.1133 s]
/proc/loadavg: 4.08 4.14 4.05 5/259 188890
/proc/meminfo: memFree=99149480/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=92092 memory=75056 CPUtime=50.92 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 41514 0 0 0 5081 11 0 0 20 0 1 0 242584580 94302208 18764 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 23023 18764 992 2593 0 19916 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 99076 KiB
Current children cumulated memory: 79536 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.14 4.05 5/259 188894
/proc/meminfo: memFree=99225720/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2

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


[startup+1662.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/260 189472
/proc/meminfo: memFree=98363472/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=256876 memory=236520 CPUtime=1657.64 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 261704 0 0 0 165504 260 0 0 20 0 1 0 242584580 263041024 59130 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 64219 59130 992 2593 0 61112 0
Current children cumulated CPU time: 1657.64 s
Current children cumulated vsize: 263860 KiB
Current children cumulated memory: 241000 KiB

[startup+1722.3 s]
/proc/loadavg: 3.74 4.03 4.06 4/251 189515
/proc/meminfo: memFree=98384100/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=269784 memory=255100 CPUtime=1717.46 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 269826 0 0 0 171475 271 0 0 20 0 1 0 242584580 276258816 63775 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 67446 63775 992 2593 0 64339 0
Current children cumulated CPU time: 1717.46 s
Current children cumulated vsize: 276768 KiB
Current children cumulated memory: 259580 KiB

[startup+1782.3 s]
/proc/loadavg: 3.32 3.85 4.00 4/252 189520
/proc/meminfo: memFree=98381952/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=290188 memory=269768 CPUtime=1777.31 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 275173 0 0 0 177450 281 0 0 20 0 1 0 242584580 297152512 67442 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 72547 67442 992 2593 0 69440 0
Current children cumulated CPU time: 1777.31 s
Current children cumulated vsize: 297172 KiB
Current children cumulated memory: 274248 KiB

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

# cumulated CPU time of all completed processes:  user=1793.7 s, system=4.13999 s

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

[startup+1792 s]*
/proc/loadavg: 3.35 3.84 3.99 4/252 189520
/proc/meminfo: memFree=98370100/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=188887] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/188887/stat : 188887 (timeout) S 188884 188887 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242584579 2723840 352 18446744073709551615 94419393040384 94419393056897 140724423994480 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94419393071664 94419393073752 94419413925888 140724424001950 140724424002080 140724424002080 140724424007655 0
/proc/188887/statm: 665 352 352 5 0 90 0
[pid=188888] ppid=188887 vsize=290792 memory=270372 CPUtime=1786.99 cores=0,2
/proc/188888/stat : 188888 (CASHWMaxSAT-Dis) R 188887 188887 186988 0 -1 4194304 276318 0 0 0 178416 283 0 0 20 0 1 0 242584580 297771008 67593 18446744073709551615 4198400 14817773 140730831637328 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 26021888 140730831640996 140730831641113 140730831641113 140730831646688 0
/proc/188888/statm: 72698 67593 992 2593 0 69591 0
Current children cumulated CPU time: 1786.99 s
Current children cumulated vsize: 297776 KiB
Current children cumulated memory: 274852 KiB

[startup+1798.4 s]
/proc/loadavg: 3.32 3.83 3.99 4/252 189520
/proc/meminfo: memFree=98384668/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=1793.01 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 285 276869 0 0 0 0 179016 285 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1793.01 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

[startup+1800 s]*
/proc/loadavg: 3.29 3.81 3.98 4/252 189522
/proc/meminfo: memFree=98635184/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=1793.01 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 285 276869 0 0 0 0 179016 285 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=189521] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/189521/stat : 189521 (timeout) S 188884 189521 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242764380 2723840 352 18446744073709551615 93988271648768 93988271665281 140721747207312 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93988271680048 93988271682136 93988292022272 140721747212678 140721747212832 140721747212832 140721747218407 0
/proc/189521/statm: 665 352 352 5 0 90 0
[pid=189522] ppid=189521 vsize=121996 memory=49816 CPUtime=1.95 cores=0,2
/proc/189522/stat : 189522 (SynLSCD) R 189521 189521 186988 0 -1 4194304 10391 0 0 0 136 59 0 0 20 0 1 0 242764381 124923904 12454 18446744073709551615 94469066522624 94469068957225 140726299377664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94469069438200 94469069471232 94469105360896 140726299380128 140726299380263 140726299380263 140726299385838 0
/proc/189522/statm: 30499 12454 2496 595 0 15166 0
Current children cumulated CPU time: 1794.96 s
Current children cumulated vsize: 128980 KiB
Current children cumulated memory: 54296 KiB

[startup+1801.6 s]
/proc/loadavg: 3.29 3.81 3.98 4/252 189522
/proc/meminfo: memFree=98635184/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=1793.01 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 285 276869 0 0 0 0 179016 285 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=189521] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/189521/stat : 189521 (timeout) S 188884 189521 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242764380 2723840 352 18446744073709551615 93988271648768 93988271665281 140721747207312 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93988271680048 93988271682136 93988292022272 140721747212678 140721747212832 140721747212832 140721747218407 0
/proc/189521/statm: 665 352 352 5 0 90 0
[pid=189522] ppid=189521 vsize=121996 memory=49816 CPUtime=3.54 cores=0,2
/proc/189522/stat : 189522 (SynLSCD) R 189521 189521 186988 0 -1 4194304 10391 0 0 0 240 114 0 0 20 0 1 0 242764381 124923904 12454 18446744073709551615 94469066522624 94469068957225 140726299377664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94469069438200 94469069471232 94469105360896 140726299380128 140726299380263 140726299380263 140726299385838 0
/proc/189522/statm: 30499 12454 2496 595 0 15166 0
Current children cumulated CPU time: 1796.55 s
Current children cumulated vsize: 128980 KiB
Current children cumulated memory: 54296 KiB

[startup+1802.4 s]
/proc/loadavg: 3.29 3.81 3.98 4/252 189522
/proc/meminfo: memFree=98635184/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=1793.01 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 285 276869 0 0 0 0 179016 285 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=189521] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/189521/stat : 189521 (timeout) S 188884 189521 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242764380 2723840 352 18446744073709551615 93988271648768 93988271665281 140721747207312 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93988271680048 93988271682136 93988292022272 140721747212678 140721747212832 140721747212832 140721747218407 0
/proc/189521/statm: 665 352 352 5 0 90 0
[pid=189522] ppid=189521 vsize=122860 memory=50840 CPUtime=4.33 cores=0,2
/proc/189522/stat : 189522 (SynLSCD) R 189521 189521 186988 0 -1 4194304 10610 0 0 0 307 126 0 0 20 0 1 0 242764381 125808640 12710 18446744073709551615 94469066522624 94469068957225 140726299377664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94469069438200 94469069471232 94469105360896 140726299380128 140726299380263 140726299380263 140726299385838 0
/proc/189522/statm: 30715 12710 2528 595 0 15382 0
Current children cumulated CPU time: 1797.34 s
Current children cumulated vsize: 129844 KiB
Current children cumulated memory: 55320 KiB

[startup+1802.8 s]
/proc/loadavg: 3.29 3.81 3.98 4/252 189522
/proc/meminfo: memFree=98635184/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=1793.01 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 285 276869 0 0 0 0 179016 285 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
[pid=189521] ppid=188884 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/189521/stat : 189521 (timeout) S 188884 189521 186988 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242764380 2723840 352 18446744073709551615 93988271648768 93988271665281 140721747207312 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93988271680048 93988271682136 93988292022272 140721747212678 140721747212832 140721747212832 140721747218407 0
/proc/189521/statm: 665 352 352 5 0 90 0
[pid=189522] ppid=189521 vsize=124200 memory=52248 CPUtime=4.72 cores=0,2
/proc/189522/stat : 189522 (SynLSCD) R 189521 189521 186988 0 -1 4194304 10963 0 0 0 346 126 0 0 20 0 1 0 242764381 127180800 13062 18446744073709551615 94469066522624 94469068957225 140726299377664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94469069438200 94469069471232 94469105360896 140726299380128 140726299380263 140726299380263 140726299385838 0
/proc/189522/statm: 31050 13062 2528 595 0 15717 0
Current children cumulated CPU time: 1797.73 s
Current children cumulated vsize: 131184 KiB
Current children cumulated memory: 56728 KiB

[startup+1802.9 s]
/proc/loadavg: 3.29 3.81 3.98 4/252 189522
/proc/meminfo: memFree=98635184/131382116 swapFree=33010684/33010684
[pid=188884] ppid=188881 vsize=4324 memory=3072 CPUtime=1797.82 cores=0,2
/proc/188884/stat : 188884 (Hybrid-CASHWMax) S 188881 188884 186988 0 -1 4194304 403 288531 0 0 0 0 179369 413 20 0 1 0 242584577 4427776 768 18446744073709551615 94903536988160 94903537882693 140724678616752 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94903538121744 94903538169488 94903569657856 140724678621525 140724678621679 140724678621679 140724678627283 0
/proc/188884/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1797.82 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1802.91
CPU time (s): 1797.84
CPU user time (s): 1793.7
CPU system time (s): 4.13999
CPU usage (%): 99.719
Max. virtual memory (cumulated for all children) (KiB): 356864
Max. memory (cumulated for all children) (KiB): 338844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 4.13999
maximum resident set size= 334364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 878
involuntary context switches= 3944


# summary of solver processes directly reported to runsolver:
#   pid: 188884
#   total CPU time (s): 1797.84
#   total CPU user time (s): 1793.7
#   total CPU system time (s): 4.13999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.61045 second user time and 19.2404 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-23 13:10:48
IDJOB=4547410
IDBENCH=175756
IDSOLVER=3424
FILE ID=nodeC011/4547410-1753269048
RUNJOBID= nodeC011-1753267148-188252
SLURM_JOB_ID= 9689166
Free space on /tmp= 432760 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/fixedbw_opb_shuffle/normalized-subsetcard-eq-fixedbandwidth-3500.shuf-3.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547410-1753269048/watcher-4547410-1753269048 -o /tmp/evaluation-result-4547410-1753269048/solver-4547410-1753269048 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753267148-188252 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547410-1753269048.opb 3600 HOME

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

MD5SUM BENCH= fa288505787d5078657a2c980732ee18
RANDOM SEED=2131790240

nodeC011 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.691
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	: 6984.20
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.659
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	: 6984.20
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.312
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	: 6984.20
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	: 6984.20
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		: 3662.604
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99202876 kB
MemAvailable:   129578424 kB
Buffers:            3276 kB
Cached:         31144632 kB
SwapCached:            0 kB
Active:           851392 kB
Inactive:       30628940 kB
Active(anon):     356500 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30626864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17840 kB
Writeback:            12 kB
AnonPages:        334688 kB
Mapped:           121736 kB
Shmem:             26152 kB
KReclaimable:     186452 kB
Slab:             279936 kB
SReclaimable:     186452 kB
SUnreclaim:        93484 kB
KernelStack:        4128 kB
PageTables:         4068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     746156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432744 MiB
End job on nodeC011 at 2025-07-23 13:40:52