Trace number 4547919

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23UNSAT 1198.15 1201.26

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1000.shuf-2.opb
MD5SUMd62b6d7ed7c7da9e25546add04a48ef7
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.119834
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4001
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints1748
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 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1198.09/1201.22	c Exit code from Second Program: 20
1198.09/1201.24	c #vars 4001 #constraints 2000 0.499875 1
1198.09/1201.24	c intsize: 3
1198.09/1201.24	c 2000 constraints
1198.09/1201.24	c Finish cloning data from SAT to LS
1198.09/1201.24	c restart_num_ls  -100000 0
1198.09/1201.24	c Use LS-small
1198.09/1201.24	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60271 MiB free)
  memory of node 1: 64465 MiB (57044 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547919-1753274203/watcher-4547919-1753274203 -o /tmp/evaluation-result-4547919-1753274203/solver-4547919-1753274203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753274202-175616 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547919-1753274203.opb 3600 HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120108420/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=23784 memory=9208 CPUtime=0.07 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 2023 0 0 0 7 0 0 0 20 0 1 0 243097794 24354816 2302 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 5946 2302 800 2416 0 3048 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 30768 KiB
Current children cumulated memory: 13688 KiB

[startup+0.205604 s]*
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120106908/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=25436 memory=10360 CPUtime=0.17 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 2301 0 0 0 17 0 0 0 20 0 1 0 243097794 26046464 2590 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 6359 2590 800 2416 0 3461 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 32420 KiB
Current children cumulated memory: 14840 KiB

[startup+0.305494 s]*
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120105144/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=29804 memory=11384 CPUtime=0.27 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 2547 0 0 0 27 0 0 0 20 0 1 0 243097794 30519296 2846 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 7451 2846 800 2416 0 4553 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 36788 KiB
Current children cumulated memory: 15864 KiB

[startup+0.700206 s]
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120090024/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=39600 memory=23752 CPUtime=0.65 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 4098 0 0 0 65 0 0 0 20 0 1 0 243097794 40550400 5938 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 9900 5938 800 2416 0 7002 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 46584 KiB
Current children cumulated memory: 28232 KiB

[startup+1.50022 s]
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120078692/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=45868 memory=30296 CPUtime=1.45 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 4956 0 0 0 144 1 0 0 20 0 1 0 243097794 46968832 7574 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 11467 7574 800 2416 0 8569 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 52852 KiB
Current children cumulated memory: 34776 KiB

[startup+3.10547 s]
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120032680/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=45868 memory=31704 CPUtime=3.05 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 5318 0 0 0 304 1 0 0 20 0 1 0 243097794 46968832 7926 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 11467 7926 800 2416 0 8569 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 52852 KiB
Current children cumulated memory: 36184 KiB

[startup+6.30019 s]
/proc/loadavg: 1.34 1.14 1.31 5/273 175685
/proc/meminfo: memFree=120004000/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=57496 memory=41868 CPUtime=6.24 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 6618 0 0 0 622 2 0 0 20 0 1 0 243097794 58875904 10467 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 14374 10467 800 2416 0 11476 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 64480 KiB
Current children cumulated memory: 46348 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 1.19 1.32 5/273 175685
/proc/meminfo: memFree=119965584/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=76172 memory=59952 CPUtime=12.62 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 7552 0 0 0 1260 2 0 0 20 0 1 0 243097794 78000128 14988 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 19043 14988 800 2416 0 16145 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 83156 KiB
Current children cumulated memory: 64432 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 1.33 1.36 5/273 175685
/proc/meminfo: memFree=119899760/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=95028 memory=70412 CPUtime=25.37 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 7782 0 0 0 2535 2 0 0 20 0 1 0 243097794 97308672 17603 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 23757 17603 800 2416 0 20859 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 102012 KiB
Current children cumulated memory: 74892 KiB

[startup+51.1055 s]
/proc/loadavg: 2.74 1.54 1.43 5/273 175686
/proc/meminfo: memFree=119822336/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=106524 memory=92400 CPUtime=50.9 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 8671 0 0 0 5087 3 0 0 20 0 1 0 243097794 109080576 23100 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 26631 23100 800 2416 0 23733 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 113508 KiB
Current children cumulated memory: 96880 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.94 1.58 5/274 175688
/proc/meminfo: memFree=119727168/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0

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

/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=218808 memory=204744 CPUtime=999.72 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 42146 0 0 0 99896 76 0 0 20 0 1 0 243097794 224059392 51186 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 54702 51186 800 2416 0 51804 0
Current children cumulated CPU time: 999.72 s
Current children cumulated vsize: 225792 KiB
Current children cumulated memory: 209224 KiB

[startup+1062.3 s]
/proc/loadavg: 4.13 4.03 3.24 5/274 175741
/proc/meminfo: memFree=119389760/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=218808 memory=204744 CPUtime=1059.57 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 47472 0 0 0 105869 88 0 0 20 0 1 0 243097794 224059392 51186 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 54702 51186 800 2416 0 51804 0
Current children cumulated CPU time: 1059.57 s
Current children cumulated vsize: 225792 KiB
Current children cumulated memory: 209224 KiB

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.29 5/273 175743
/proc/meminfo: memFree=119399300/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=248976 memory=224120 CPUtime=1119.42 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 47731 0 0 0 111853 89 0 0 20 0 1 0 243097794 254951424 56030 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 62244 56030 800 2416 0 59346 0
Current children cumulated CPU time: 1119.42 s
Current children cumulated vsize: 255960 KiB
Current children cumulated memory: 228600 KiB

[startup+1182.3 s]
/proc/loadavg: 4.13 4.05 3.35 5/272 175746
/proc/meminfo: memFree=119411044/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=248976 memory=224120 CPUtime=1179.28 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 47732 0 0 0 117839 89 0 0 20 0 1 0 243097794 254951424 56030 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 62244 56030 800 2416 0 59346 0
Current children cumulated CPU time: 1179.28 s
Current children cumulated vsize: 255960 KiB
Current children cumulated memory: 228600 KiB

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

# cumulated CPU time of all completed processes:  user=1196.01 s, system=2.14118 s

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

[startup+1190.4 s]
/proc/loadavg: 4.11 4.05 3.35 5/272 175746
/proc/meminfo: memFree=119410184/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=248976 memory=224120 CPUtime=1187.36 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 47732 0 0 0 118647 89 0 0 20 0 1 0 243097794 254951424 56030 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 62244 56030 800 2416 0 59346 0
Current children cumulated CPU time: 1187.36 s
Current children cumulated vsize: 255960 KiB
Current children cumulated memory: 228600 KiB

[startup+1196.8 s]
/proc/loadavg: 4.10 4.04 3.36 5/272 175746
/proc/meminfo: memFree=119405676/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 251 104 0 0 0 0 0 0 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175680] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175680/stat : 175680 (timeout) S 175668 175680 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097793 2723840 352 18446744073709551615 94311589253120 94311589269633 140730743818688 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94311589284400 94311589286488 94311609810944 140730743826846 140730743826976 140730743826976 140730743832551 0
/proc/175680/statm: 665 352 352 5 0 90 0
[pid=175683] ppid=175680 vsize=248976 memory=224120 CPUtime=1193.74 cores=5,7
/proc/175683/stat : 175683 (CASHWMaxSAT-Dis) R 175680 175680 175185 0 -1 4194304 47732 0 0 0 119285 89 0 0 20 0 1 0 243097794 254951424 56030 18446744073709551615 4198400 14093885 140729823690176 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26849280 140729823697316 140729823697433 140729823697433 140729823703008 0
/proc/175683/statm: 62244 56030 800 2416 0 59346 0
Current children cumulated CPU time: 1193.74 s
Current children cumulated vsize: 255960 KiB
Current children cumulated memory: 228600 KiB

[startup+1198.4 s]
/proc/loadavg: 4.10 4.04 3.36 5/272 175746
/proc/meminfo: memFree=119393420/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=1194.97 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 285 47953 0 0 0 0 119408 89 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1194.97 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

[startup+1200 s]*
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120114944/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=1194.97 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 285 47953 0 0 0 0 119408 89 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175750] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175750/stat : 175750 (timeout) S 175668 175750 175185 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 352 18446744073709551615 94359428349952 94359428366465 140722880949056 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94359428381232 94359428383320 94359451402240 140722880952710 140722880952864 140722880952864 140722880958439 0
/proc/175750/statm: 665 352 352 5 0 90 0
[pid=175753] ppid=175750 vsize=92284 memory=19216 CPUtime=1.93 cores=5,7
/proc/175753/stat : 175753 (SynLSCD) R 175750 175750 175185 0 -1 4194304 2759 0 0 0 117 76 0 0 20 0 1 0 243217596 94498816 4804 18446744073709551615 94726400757760 94726403192361 140727042590016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94726403673336 94726403706368 94726431723520 140727042595232 140727042595367 140727042595367 140727042600942 0
/proc/175753/statm: 23071 4804 2464 595 0 7738 0
Current children cumulated CPU time: 1196.9 s
Current children cumulated vsize: 99268 KiB
Current children cumulated memory: 23696 KiB

[startup+1200.8 s]
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120114944/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=1194.97 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 285 47953 0 0 0 0 119408 89 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175750] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175750/stat : 175750 (timeout) S 175668 175750 175185 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 352 18446744073709551615 94359428349952 94359428366465 140722880949056 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94359428381232 94359428383320 94359451402240 140722880952710 140722880952864 140722880952864 140722880958439 0
/proc/175750/statm: 665 352 352 5 0 90 0
[pid=175753] ppid=175750 vsize=92284 memory=19216 CPUtime=2.72 cores=5,7
/proc/175753/stat : 175753 (SynLSCD) R 175750 175750 175185 0 -1 4194304 2759 0 0 0 165 107 0 0 20 0 1 0 243217596 94498816 4804 18446744073709551615 94726400757760 94726403192361 140727042590016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94726403673336 94726403706368 94726431723520 140727042595232 140727042595367 140727042595367 140727042600942 0
/proc/175753/statm: 23071 4804 2464 595 0 7738 0
Current children cumulated CPU time: 1197.69 s
Current children cumulated vsize: 99268 KiB
Current children cumulated memory: 23696 KiB

[startup+1201.2 s]
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120115192/131250000 swapFree=33008356/33010684
[pid=175668] ppid=175656 vsize=4324 memory=3072 CPUtime=1194.97 cores=5,7
/proc/175668/stat : 175668 (Hybrid-CASHWMax) S 175656 175668 175185 0 -1 4194304 285 47953 0 0 0 0 119408 89 20 0 1 0 243097791 4427776 768 18446744073709551615 93940004278272 93940005172805 140727540720224 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93940005411856 93940005459600 93940038430720 140727540726101 140727540726255 140727540726255 140727540731859 0
/proc/175668/statm: 1081 768 704 219 0 143 0
[pid=175750] ppid=175668 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/175750/stat : 175750 (timeout) S 175668 175750 175185 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 352 18446744073709551615 94359428349952 94359428366465 140722880949056 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94359428381232 94359428383320 94359451402240 140722880952710 140722880952864 140722880952864 140722880958439 0
/proc/175750/statm: 665 352 352 5 0 90 0
[pid=175753] ppid=175750 vsize=92960 memory=20624 CPUtime=3.12 cores=5,7
/proc/175753/stat : 175753 (SynLSCD) R 175750 175750 175185 0 -1 4194304 3056 0 0 0 189 123 0 0 20 0 1 0 243217596 95191040 5156 18446744073709551615 94726400757760 94726403192361 140727042590016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94726403673336 94726403706368 94726431723520 140727042595232 140727042595367 140727042595367 140727042600942 0
/proc/175753/statm: 23240 5156 2496 595 0 7907 0
Current children cumulated CPU time: 1198.09 s
Current children cumulated vsize: 99944 KiB
Current children cumulated memory: 25104 KiB

Child status: 0

Real time (s): 1201.26
CPU time (s): 1198.15
CPU user time (s): 1196.01
CPU system time (s): 2.14118
CPU usage (%): 99.7411
Max. virtual memory (cumulated for all children) (KiB): 275112
Max. memory (cumulated for all children) (KiB): 242980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.01
system time used= 2.14118
maximum resident set size= 238500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52588
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= 1069
involuntary context switches= 1204


# summary of solver processes directly reported to runsolver:
#   pid: 175668
#   total CPU time (s): 1198.15
#   total CPU user time (s): 1196.01
#   total CPU system time (s): 2.14118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71547 second user time and 5.3964 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 14:36:43
IDJOB=4547919
IDBENCH=175651
IDSOLVER=3425
FILE ID=nodeC019/4547919-1753274203
RUNJOBID= nodeC019-1753274202-175616
SLURM_JOB_ID= 9689192
Free space on /tmp= 433048 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1000.shuf-2.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547919-1753274203/watcher-4547919-1753274203 -o /tmp/evaluation-result-4547919-1753274203/solver-4547919-1753274203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753274202-175616 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547919-1753274203.opb 3600 HOME

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

MD5SUM BENCH= d62b6d7ed7c7da9e25546add04a48ef7
RANDOM SEED=1369357182

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120141032 kB
MemAvailable:   129680620 kB
Buffers:             904 kB
Cached:         10279484 kB
SwapCached:          416 kB
Active:          1163448 kB
Inactive:        9185024 kB
Active(anon):      80780 kB
Inactive(anon):    12804 kB
Active(file):    1082668 kB
Inactive(file):  9172220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             65916 kB
Writeback:             0 kB
AnonPages:         70792 kB
Mapped:           109320 kB
Shmem:             25452 kB
KReclaimable:     247880 kB
Slab:             343628 kB
SReclaimable:     247880 kB
SUnreclaim:        95748 kB
KernelStack:        4052 kB
PageTables:         2608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC019 at 2025-07-23 14:56:44