Trace number 4547917

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.92 1202.1

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1000.shuf-3.opb
MD5SUM636acc55c6c302618a0a8d7a37fd8e36
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.118721
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 constraints4000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)514
Number of constraints which are nor clauses,nor cardinality constraints3486
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1198.82/1202.06	c Exit code from Second Program: 20
1198.82/1202.09	c #vars 4001 #constraints 4000 0.99975 1
1198.82/1202.09	c intsize: 4
1198.82/1202.09	c 4000 constraints
1198.82/1202.09	c Finish cloning data from SAT to LS
1198.82/1202.09	c restart_num_ls  -100000 0
1198.82/1202.09	c Use LS-small
1198.82/1202.09	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 (60275 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-4547917-1753274203/watcher-4547917-1753274203 -o /tmp/evaluation-result-4547917-1753274203/solver-4547917-1753274203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753274202-175613 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547917-1753274203.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=175664, runsolver pid=175655

[startup+0.100038 s]*
/proc/loadavg: 1.10 1.09 1.29 6/273 175685
/proc/meminfo: memFree=120108420/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=27440 memory=12544 CPUtime=0.06 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 3230 0 0 0 6 0 0 0 20 0 1 0 243097794 28098560 3136 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 6860 3136 800 2416 0 3962 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 34424 KiB
Current children cumulated memory: 16896 KiB

[startup+0.204873 s]*
/proc/loadavg: 1.10 1.09 1.29 6/273 175685
/proc/meminfo: memFree=120106908/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=31140 memory=13824 CPUtime=0.16 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 3552 0 0 0 16 0 0 0 20 0 1 0 243097794 31887360 3456 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 7785 3456 800 2416 0 4887 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 38124 KiB
Current children cumulated memory: 18176 KiB

[startup+0.305364 s]*
/proc/loadavg: 1.10 1.09 1.29 6/273 175685
/proc/meminfo: memFree=120105144/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=31140 memory=14848 CPUtime=0.26 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 3805 0 0 0 26 0 0 0 20 0 1 0 243097794 31887360 3712 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 7785 3712 800 2416 0 4887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 38124 KiB
Current children cumulated memory: 19200 KiB

[startup+0.700156 s]
/proc/loadavg: 1.10 1.09 1.29 6/273 175685
/proc/meminfo: memFree=120090024/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=33844 memory=19328 CPUtime=0.65 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 4911 0 0 0 65 0 0 0 20 0 1 0 243097794 34656256 4832 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 8461 4832 800 2416 0 5563 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 40828 KiB
Current children cumulated memory: 23680 KiB

[startup+1.50017 s]
/proc/loadavg: 1.10 1.09 1.29 6/273 175685
/proc/meminfo: memFree=120078692/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=38312 memory=22520 CPUtime=1.45 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 5978 0 0 0 144 1 0 0 20 0 1 0 243097794 39231488 5630 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 9578 5630 800 2416 0 6680 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 45296 KiB
Current children cumulated memory: 26872 KiB

[startup+3.10466 s]
/proc/loadavg: 1.10 1.09 1.29 6/273 175685
/proc/meminfo: memFree=120032680/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=60408 memory=45752 CPUtime=3.05 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 9067 0 0 0 303 2 0 0 20 0 1 0 243097794 61857792 11438 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 15102 11438 800 2416 0 12204 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 67392 KiB
Current children cumulated memory: 50104 KiB

[startup+6.30017 s]
/proc/loadavg: 1.34 1.14 1.31 6/273 175685
/proc/meminfo: memFree=120004000/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=64832 memory=50104 CPUtime=6.23 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 9673 0 0 0 621 2 0 0 20 0 1 0 243097794 66387968 12526 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 16208 12526 800 2416 0 13310 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 71816 KiB
Current children cumulated memory: 54456 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 1.19 1.32 6/273 175685
/proc/meminfo: memFree=119965584/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=83696 memory=68976 CPUtime=12.62 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 11907 0 0 0 1258 4 0 0 20 0 1 0 243097794 85704704 17244 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 20924 17244 800 2416 0 18026 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 90680 KiB
Current children cumulated memory: 73328 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 1.33 1.36 6/273 175685
/proc/meminfo: memFree=119899760/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=102548 memory=85364 CPUtime=25.39 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 15330 0 0 0 2531 8 0 0 20 0 1 0 243097794 105009152 21341 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 25637 21341 800 2416 0 22739 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 109532 KiB
Current children cumulated memory: 89716 KiB

[startup+51.1047 s]
/proc/loadavg: 2.74 1.54 1.43 6/273 175686
/proc/meminfo: memFree=119822336/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=132956 memory=101580 CPUtime=50.93 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 16338 0 0 0 5085 8 0 0 20 0 1 0 243097794 136146944 25395 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 33239 25395 800 2416 0 30341 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 139940 KiB
Current children cumulated memory: 105932 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.94 1.58 6/274 175688
/proc/meminfo: memFree=119727168/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2

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

/proc/175682/statm: 61022 57428 800 2416 0 58124 0
Current children cumulated CPU time: 999.69 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 234064 KiB

[startup+1062.3 s]
/proc/loadavg: 4.13 4.03 3.24 6/274 175741
/proc/meminfo: memFree=119389760/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=244088 memory=229712 CPUtime=1059.53 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 181999 0 0 0 105715 238 0 0 20 0 1 0 243097794 249946112 57428 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 61022 57428 800 2416 0 58124 0
Current children cumulated CPU time: 1059.53 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 234064 KiB

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.29 6/273 175743
/proc/meminfo: memFree=119407492/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=244088 memory=229712 CPUtime=1119.37 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 204562 0 0 0 111662 275 0 0 20 0 1 0 243097794 249946112 57428 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 61022 57428 800 2416 0 58124 0
Current children cumulated CPU time: 1119.37 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 234064 KiB

[startup+1182.3 s]
/proc/loadavg: 4.13 4.05 3.35 6/272 175746
/proc/meminfo: memFree=119411044/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=244088 memory=229712 CPUtime=1179.2 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 211518 0 0 0 117637 283 0 0 20 0 1 0 243097794 249946112 57428 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 61022 57428 800 2416 0 58124 0
Current children cumulated CPU time: 1179.2 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 234064 KiB

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

# cumulated CPU time of all completed processes:  user=1194.82 s, system=4.09356 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 6/272 175746
/proc/meminfo: memFree=119410184/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=244088 memory=229712 CPUtime=1187.29 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 212511 0 0 0 118444 285 0 0 20 0 1 0 243097794 249946112 57428 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 61022 57428 800 2416 0 58124 0
Current children cumulated CPU time: 1187.29 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 234064 KiB

[startup+1196.8 s]
/proc/loadavg: 4.10 4.04 3.36 6/272 175746
/proc/meminfo: memFree=119405676/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175678] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175678/stat : 175678 (timeout) S 175664 175678 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243097792 2723840 320 18446744073709551615 94308540985344 94308541001857 140720597226000 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94308541016624 94308541018712 94308556369920 140720597232030 140720597232160 140720597232160 140720597237735 0
/proc/175678/statm: 665 320 320 5 0 90 0
[pid=175682] ppid=175678 vsize=293408 memory=268504 CPUtime=1193.66 cores=0,2
/proc/175682/stat : 175682 (CASHWMaxSAT-Dis) R 175678 175678 175185 0 -1 4194304 214008 0 0 0 119079 287 0 0 20 0 1 0 243097794 300449792 67126 18446744073709551615 4198400 14093885 140734141089600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45174784 140734141098404 140734141098521 140734141098521 140734141104096 0
/proc/175682/statm: 73352 67126 800 2416 0 70454 0
Current children cumulated CPU time: 1193.66 s
Current children cumulated vsize: 300392 KiB
Current children cumulated memory: 272856 KiB

[startup+1200 s]*
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120114944/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=1194.9 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 284 214733 0 0 0 0 119202 288 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175748] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175748/stat : 175748 (timeout) S 175664 175748 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 320 18446744073709551615 94859894886400 94859894902913 140726518775008 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94859894917680 94859894919768 94859916427264 140726518778246 140726518778400 140726518778400 140726518783975 0
/proc/175748/statm: 665 320 320 5 0 90 0
[pid=175751] ppid=175748 vsize=94768 memory=21764 CPUtime=1.93 cores=0,2
/proc/175751/stat : 175751 (SynLSCD) R 175748 175748 175185 0 -1 4194304 3409 0 0 0 134 59 0 0 20 0 1 0 243217594 97042432 5441 18446744073709551615 94196546154496 94196548589097 140732588377216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94196549070072 94196549103104 94196565053440 140732588382624 140732588382759 140732588382759 140732588388334 0
/proc/175751/statm: 23692 5441 2464 595 0 8359 0
Current children cumulated CPU time: 1196.83 s
Current children cumulated vsize: 101752 KiB
Current children cumulated memory: 26116 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=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=1194.9 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 284 214733 0 0 0 0 119202 288 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175748] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175748/stat : 175748 (timeout) S 175664 175748 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 320 18446744073709551615 94859894886400 94859894902913 140726518775008 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94859894917680 94859894919768 94859916427264 140726518778246 140726518778400 140726518778400 140726518783975 0
/proc/175748/statm: 665 320 320 5 0 90 0
[pid=175751] ppid=175748 vsize=94768 memory=21764 CPUtime=2.72 cores=0,2
/proc/175751/stat : 175751 (SynLSCD) R 175748 175748 175185 0 -1 4194304 3409 0 0 0 189 83 0 0 20 0 1 0 243217594 97042432 5441 18446744073709551615 94196546154496 94196548589097 140732588377216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94196549070072 94196549103104 94196565053440 140732588382624 140732588382759 140732588382759 140732588388334 0
/proc/175751/statm: 23692 5441 2464 595 0 8359 0
Current children cumulated CPU time: 1197.62 s
Current children cumulated vsize: 101752 KiB
Current children cumulated memory: 26116 KiB

[startup+1201.6 s]
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120115192/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=1194.9 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 284 214733 0 0 0 0 119202 288 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175748] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175748/stat : 175748 (timeout) S 175664 175748 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 320 18446744073709551615 94859894886400 94859894902913 140726518775008 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94859894917680 94859894919768 94859916427264 140726518778246 140726518778400 140726518778400 140726518783975 0
/proc/175748/statm: 665 320 320 5 0 90 0
[pid=175751] ppid=175748 vsize=94768 memory=21764 CPUtime=3.52 cores=0,2
/proc/175751/stat : 175751 (SynLSCD) R 175748 175748 175185 0 -1 4194304 3409 0 0 0 245 107 0 0 20 0 1 0 243217594 97042432 5441 18446744073709551615 94196546154496 94196548589097 140732588377216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94196549070072 94196549103104 94196565053440 140732588382624 140732588382759 140732588382759 140732588388334 0
/proc/175751/statm: 23692 5441 2464 595 0 8359 0
Current children cumulated CPU time: 1198.42 s
Current children cumulated vsize: 101752 KiB
Current children cumulated memory: 26116 KiB

[startup+1202 s]*
/proc/loadavg: 4.09 4.04 3.36 3/259 175808
/proc/meminfo: memFree=120119584/131250000 swapFree=33008356/33010684
[pid=175664] ppid=175655 vsize=4324 memory=3072 CPUtime=1194.9 cores=0,2
/proc/175664/stat : 175664 (Hybrid-CASHWMax) S 175655 175664 175185 0 -1 4194304 284 214733 0 0 0 0 119202 288 20 0 1 0 243097790 4427776 768 18446744073709551615 94101844189184 94101845083717 140724633387376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94101845322768 94101845370512 94101876174848 140724633393493 140724633393647 140724633393647 140724633399251 0
/proc/175664/statm: 1081 768 704 219 0 143 0
[pid=175748] ppid=175664 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/175748/stat : 175748 (timeout) S 175664 175748 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243217594 2723840 320 18446744073709551615 94859894886400 94859894902913 140726518775008 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94859894917680 94859894919768 94859916427264 140726518778246 140726518778400 140726518778400 140726518783975 0
/proc/175748/statm: 665 320 320 5 0 90 0
[pid=175751] ppid=175748 vsize=94768 memory=21764 CPUtime=3.92 cores=0,2
/proc/175751/stat : 175751 (SynLSCD) R 175748 175748 175185 0 -1 4194304 3409 0 0 0 274 118 0 0 20 0 1 0 243217594 97042432 5441 18446744073709551615 94196546154496 94196548589097 140732588377216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94196549070072 94196549103104 94196565053440 140732588382624 140732588382759 140732588382759 140732588388334 0
/proc/175751/statm: 23692 5441 2464 595 0 8359 0
Current children cumulated CPU time: 1198.82 s
Current children cumulated vsize: 101752 KiB
Current children cumulated memory: 26116 KiB

Child status: 0

Real time (s): 1202.1
CPU time (s): 1198.92
CPU user time (s): 1194.82
CPU system time (s): 4.09356
CPU usage (%): 99.7348
Max. virtual memory (cumulated for all children) (KiB): 300536
Max. memory (cumulated for all children) (KiB): 283096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1194.82
system time used= 4.09356
maximum resident set size= 278744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219953
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= 990
involuntary context switches= 1517


# summary of solver processes directly reported to runsolver:
#   pid: 175664
#   total CPU time (s): 1198.92
#   total CPU user time (s): 1194.82
#   total CPU system time (s): 4.09356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.34008 second user time and 4.39803 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 14:36:43
IDJOB=4547917
IDBENCH=175696
IDSOLVER=3425
FILE ID=nodeC019/4547917-1753274203
RUNJOBID= nodeC019-1753274202-175613
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-eq-random4reg-1000.shuf-3.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547917-1753274203/watcher-4547917-1753274203 -o /tmp/evaluation-result-4547917-1753274203/solver-4547917-1753274203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753274202-175613 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547917-1753274203.opb 3600 HOME

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

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