Trace number 4544285

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01UNSAT 1819.93 1825.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
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.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
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 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1819.80/1825.58	c Exit code from Second Program: 20
1819.91/1825.60	c #vars 2103 #constraints 2105 1.00095 1
1819.91/1825.60	c 2105 constraints
1819.91/1825.60	c Finish cloning data from SAT to LS
1819.91/1825.60	c restart_num_ls  -100000 0
1819.91/1825.60	c Use LS-small
1819.91/1825.60	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 (61945 MiB free)
  memory of node 1: 64465 MiB (63242 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544285-1753228227/watcher-4544285-1753228227 -o /tmp/evaluation-result-4544285-1753228227/solver-4544285-1753228227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753224007-195568 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4544285-1753228227.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=196468, runsolver pid=196465

[startup+0.100066 s]*
/proc/loadavg: 4.10 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128159072/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=46260 memory=30624 CPUtime=0.08 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 8066 0 0 0 7 1 0 0 20 0 1 0 238500236 47370240 7656 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 11565 7656 928 2593 0 8458 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 35104 KiB

[startup+0.205963 s]*
/proc/loadavg: 4.10 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128159072/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=47960 memory=32164 CPUtime=0.18 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 8584 0 0 0 17 1 0 0 20 0 1 0 238500236 49111040 8041 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 11990 8041 960 2593 0 8883 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 54944 KiB
Current children cumulated memory: 36644 KiB

[startup+0.305978 s]*
/proc/loadavg: 4.10 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128159072/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=47960 memory=32164 CPUtime=0.28 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 8584 0 0 0 27 1 0 0 20 0 1 0 238500236 49111040 8041 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 11990 8041 960 2593 0 8883 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 54944 KiB
Current children cumulated memory: 36644 KiB

[startup+0.700236 s]
/proc/loadavg: 4.10 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128155072/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=60176 memory=43620 CPUtime=0.67 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 13030 0 0 0 65 2 0 0 20 0 1 0 238500236 61620224 10905 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 15044 10905 960 2593 0 11937 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 67160 KiB
Current children cumulated memory: 48100 KiB

[startup+1.50022 s]
/proc/loadavg: 4.10 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128142912/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=62824 memory=45868 CPUtime=1.47 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 14134 0 0 0 145 2 0 0 20 0 1 0 238500236 64331776 11467 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 15706 11467 960 2593 0 12599 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 50348 KiB

[startup+3.1056 s]
/proc/loadavg: 4.10 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128149308/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=62824 memory=45868 CPUtime=3.07 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 14148 0 0 0 305 2 0 0 20 0 1 0 238500236 64331776 11467 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 15706 11467 960 2593 0 12599 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 50348 KiB

[startup+6.30021 s]
/proc/loadavg: 4.09 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128185956/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=62824 memory=45868 CPUtime=6.25 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 14156 0 0 0 623 2 0 0 20 0 1 0 238500236 64331776 11467 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 15706 11467 960 2593 0 12599 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 50348 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.15 4.10 5/275 196472
/proc/meminfo: memFree=128209004/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=62824 memory=45868 CPUtime=12.63 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 14162 0 0 0 1261 2 0 0 20 0 1 0 238500236 64331776 11467 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 15706 11467 960 2593 0 12599 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 50348 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.14 4.10 5/275 196472
/proc/meminfo: memFree=128129164/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=74512 memory=57764 CPUtime=25.39 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 17579 0 0 0 2536 3 0 0 20 0 1 0 238500236 76300288 14441 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 18628 14441 960 2593 0 15521 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 81496 KiB
Current children cumulated memory: 62244 KiB

[startup+51.1059 s]
/proc/loadavg: 4.11 4.14 4.10 5/274 196473
/proc/meminfo: memFree=128121756/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=63828 memory=47460 CPUtime=50.91 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 17689 0 0 0 5088 3 0 0 20 0 1 0 238500236 65359872 11865 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 15957 11865 960 2593 0 12850 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 70812 KiB
Current children cumulated memory: 51940 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.14 4.09 5/274 196478
/proc/meminfo: memFree=128078044/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0

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

/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=261356 memory=246676 CPUtime=1716.96 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 88374 0 0 0 171603 93 0 0 20 0 1 0 238500236 267628544 61669 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 65339 61669 960 2593 0 62232 0
Current children cumulated CPU time: 1716.96 s
Current children cumulated vsize: 268340 KiB
Current children cumulated memory: 251156 KiB

[startup+1782.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/274 196838
/proc/meminfo: memFree=127367432/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=241264 memory=226584 CPUtime=1776.77 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 92207 0 0 0 177575 102 0 0 20 0 1 0 238500236 247054336 56646 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 60316 56646 960 2593 0 57209 0
Current children cumulated CPU time: 1776.77 s
Current children cumulated vsize: 248248 KiB
Current children cumulated memory: 231064 KiB

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

# cumulated CPU time of all completed processes:  user=1817.49 s, system=2.44234 s

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

[startup+1792 s]*
/proc/loadavg: 4.15 4.10 4.09 5/274 196838
/proc/meminfo: memFree=127401192/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196471] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196471/stat : 196471 (timeout) S 196468 196471 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238500236 2723840 352 18446744073709551615 94580176793600 94580176810113 140733624475040 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94580176824880 94580176826968 94580201127936 140733624478110 140733624478240 140733624478240 140733624483815 0
/proc/196471/statm: 665 352 352 5 0 90 0
[pid=196472] ppid=196471 vsize=244816 memory=230136 CPUtime=1786.44 cores=1,3
/proc/196472/stat : 196472 (CASHWMaxSAT-Dis) R 196471 196471 195556 0 -1 4194304 92809 0 0 0 178541 103 0 0 20 0 1 0 238500236 250691584 57534 18446744073709551615 4198400 14817773 140736398574032 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 29184000 140736398576036 140736398576153 140736398576153 140736398581728 0
/proc/196472/statm: 61204 57534 960 2593 0 58097 0
Current children cumulated CPU time: 1786.44 s
Current children cumulated vsize: 251800 KiB
Current children cumulated memory: 234616 KiB

[startup+1804.8 s]
/proc/loadavg: 4.12 4.10 4.09 5/274 196840
/proc/meminfo: memFree=127610696/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1792.43 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 283 93030 0 0 0 0 179140 103 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196839] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196839/stat : 196839 (timeout) S 196468 196839 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238680036 2723840 352 18446744073709551615 93923779776512 93923779793025 140733350512416 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93923779807792 93923779809880 93923782492160 140733350521222 140733350521376 140733350521376 140733350526951 0
/proc/196839/statm: 665 352 352 5 0 90 0
[pid=196840] ppid=196839 vsize=100012 memory=27008 CPUtime=6.74 cores=1,3
/proc/196840/stat : 196840 (SynLSCD) R 196839 196839 195556 0 -1 4194304 4573 0 0 0 636 38 0 0 20 0 1 0 238680037 102412288 6752 18446744073709551615 94710631030784 94710633464937 140722896254880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94710633946360 94710633979392 94710649229312 140722896259488 140722896259623 140722896259623 140722896265198 0
/proc/196840/statm: 25003 6752 2496 595 0 9670 0
Current children cumulated CPU time: 1799.17 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31488 KiB

[startup+1817.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/274 196840
/proc/meminfo: memFree=127606348/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1792.43 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 283 93030 0 0 0 0 179140 103 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196839] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196839/stat : 196839 (timeout) S 196468 196839 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238680036 2723840 352 18446744073709551615 93923779776512 93923779793025 140733350512416 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93923779807792 93923779809880 93923782492160 140733350521222 140733350521376 140733350521376 140733350526951 0
/proc/196839/statm: 665 352 352 5 0 90 0
[pid=196840] ppid=196839 vsize=100012 memory=27008 CPUtime=19.5 cores=1,3
/proc/196840/stat : 196840 (SynLSCD) R 196839 196839 195556 0 -1 4194304 4573 0 0 0 1844 106 0 0 20 0 1 0 238680037 102412288 6752 18446744073709551615 94710631030784 94710633464937 140722896254880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94710633946360 94710633979392 94710649229312 140722896259488 140722896259623 140722896259623 140722896265198 0
/proc/196840/statm: 25003 6752 2496 595 0 9670 0
Current children cumulated CPU time: 1811.93 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31488 KiB

[startup+1820.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/274 196840
/proc/meminfo: memFree=127590216/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1792.43 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 283 93030 0 0 0 0 179140 103 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196839] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196839/stat : 196839 (timeout) S 196468 196839 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238680036 2723840 352 18446744073709551615 93923779776512 93923779793025 140733350512416 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93923779807792 93923779809880 93923782492160 140733350521222 140733350521376 140733350521376 140733350526951 0
/proc/196839/statm: 665 352 352 5 0 90 0
[pid=196840] ppid=196839 vsize=100012 memory=27008 CPUtime=22.69 cores=1,3
/proc/196840/stat : 196840 (SynLSCD) R 196839 196839 195556 0 -1 4194304 4573 0 0 0 2145 124 0 0 20 0 1 0 238680037 102412288 6752 18446744073709551615 94710631030784 94710633464937 140722896254880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94710633946360 94710633979392 94710649229312 140722896259488 140722896259623 140722896259623 140722896265198 0
/proc/196840/statm: 25003 6752 2496 595 0 9670 0
Current children cumulated CPU time: 1815.12 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31488 KiB

[startup+1824 s]*
/proc/loadavg: 4.09 4.09 4.09 5/273 196841
/proc/meminfo: memFree=127590216/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1792.43 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 283 93030 0 0 0 0 179140 103 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196839] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196839/stat : 196839 (timeout) S 196468 196839 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238680036 2723840 352 18446744073709551615 93923779776512 93923779793025 140733350512416 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93923779807792 93923779809880 93923782492160 140733350521222 140733350521376 140733350521376 140733350526951 0
/proc/196839/statm: 665 352 352 5 0 90 0
[pid=196840] ppid=196839 vsize=101676 memory=33156 CPUtime=25.88 cores=1,3
/proc/196840/stat : 196840 (SynLSCD) R 196839 196839 195556 0 -1 4194304 5067 0 0 0 2451 137 0 0 20 0 1 0 238680037 104116224 8289 18446744073709551615 94710631030784 94710633464937 140722896254880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94710633946360 94710633979392 94710649229312 140722896259488 140722896259623 140722896259623 140722896265198 0
/proc/196840/statm: 25419 8289 2528 595 0 10086 0
Current children cumulated CPU time: 1818.31 s
Current children cumulated vsize: 108660 KiB
Current children cumulated memory: 37636 KiB

[startup+1824.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/273 196841
/proc/meminfo: memFree=127590216/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1792.43 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 283 93030 0 0 0 0 179140 103 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196839] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196839/stat : 196839 (timeout) S 196468 196839 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238680036 2723840 352 18446744073709551615 93923779776512 93923779793025 140733350512416 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93923779807792 93923779809880 93923782492160 140733350521222 140733350521376 140733350521376 140733350526951 0
/proc/196839/statm: 665 352 352 5 0 90 0
[pid=196840] ppid=196839 vsize=102916 memory=36432 CPUtime=26.68 cores=1,3
/proc/196840/stat : 196840 (SynLSCD) R 196839 196839 195556 0 -1 4194304 5439 0 0 0 2530 138 0 0 20 0 1 0 238680037 105385984 9108 18446744073709551615 94710631030784 94710633464937 140722896254880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94710633946360 94710633979392 94710649229312 140722896259488 140722896259623 140722896259623 140722896265198 0
/proc/196840/statm: 25729 9108 2528 595 0 10396 0
Current children cumulated CPU time: 1819.11 s
Current children cumulated vsize: 109900 KiB
Current children cumulated memory: 40912 KiB

[startup+1825.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/273 196841
/proc/meminfo: memFree=127590468/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1792.43 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 283 93030 0 0 0 0 179140 103 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
[pid=196839] ppid=196468 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/196839/stat : 196839 (timeout) S 196468 196839 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238680036 2723840 352 18446744073709551615 93923779776512 93923779793025 140733350512416 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93923779807792 93923779809880 93923782492160 140733350521222 140733350521376 140733350521376 140733350526951 0
/proc/196839/statm: 665 352 352 5 0 90 0
[pid=196840] ppid=196839 vsize=103796 memory=41516 CPUtime=27.07 cores=1,3
/proc/196840/stat : 196840 (SynLSCD) R 196839 196839 195556 0 -1 4194304 5679 0 0 0 2569 138 0 0 20 0 1 0 238680037 106287104 10379 18446744073709551615 94710631030784 94710633464937 140722896254880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94710633946360 94710633979392 94710649229312 140722896259488 140722896259623 140722896259623 140722896265198 0
/proc/196840/statm: 25949 10379 2528 595 0 10616 0
Current children cumulated CPU time: 1819.5 s
Current children cumulated vsize: 110780 KiB
Current children cumulated memory: 45996 KiB

[startup+1825.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/273 196841
/proc/meminfo: memFree=127590468/131250000 swapFree=33010160/33010684
[pid=196468] ppid=196465 vsize=4324 memory=3072 CPUtime=1819.91 cores=1,3
/proc/196468/stat : 196468 (Hybrid-CASHWMax) S 196465 196468 195556 0 -1 4194304 343 99428 0 0 0 0 181748 243 20 0 1 0 238500234 4427776 768 18446744073709551615 94874328162304 94874329056837 140736967452832 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94874329295888 94874329343632 94874341138432 140736967457109 140736967457263 140736967457263 140736967462867 0
/proc/196468/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1819.91 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1825.62
CPU time (s): 1819.93
CPU user time (s): 1817.49
CPU system time (s): 2.44234
CPU usage (%): 99.6885
Max. virtual memory (cumulated for all children) (KiB): 354524
Max. memory (cumulated for all children) (KiB): 337276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1817.49
system time used= 2.44234
maximum resident set size= 332796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 932
involuntary context switches= 10423


# summary of solver processes directly reported to runsolver:
#   pid: 196468
#   total CPU time (s): 1819.93
#   total CPU user time (s): 1817.49
#   total CPU system time (s): 2.44234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.20405 second user time and 9.54297 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 01:50:27
IDJOB=4544285
IDBENCH=175223
IDSOLVER=3328
FILE ID=nodeC016/4544285-1753228227
RUNJOBID= nodeC016-1753224007-195568
SLURM_JOB_ID= 9687831
Free space on /tmp= 432976 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544285-1753228227/watcher-4544285-1753228227 -o /tmp/evaluation-result-4544285-1753228227/solver-4544285-1753228227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753224007-195568 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4544285-1753228227.opb 3600 HOME

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=890031259

nodeC016 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		: 3600.159
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.48
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		: 3596.138
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.48
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		: 3645.911
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.48
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.817
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.48
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		: 3600.052
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.48
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.029
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.48
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128192752 kB
MemAvailable:   129085652 kB
Buffers:            2144 kB
Cached:          1608160 kB
SwapCached:           24 kB
Active:          1864004 kB
Inactive:         371260 kB
Active(anon):     649092 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   369152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17556 kB
Writeback:             0 kB
AnonPages:        624984 kB
Mapped:           120820 kB
Shmem:             26240 kB
KReclaimable:     296148 kB
Slab:             395888 kB
SReclaimable:     296148 kB
SUnreclaim:        99740 kB
KernelStack:        4384 kB
PageTables:         4656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1005696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432932 MiB
End job on nodeC016 at 2025-07-23 02:20:53