Trace number 4544207

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 1853.23 1858.45

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.opb
MD5SUM4a59e763ae88014143ab229bcecf86f5
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.121812
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6003
Total number of constraints5004
Number of constraints which are clauses4002
Number of constraints which are cardinality constraints (but not clauses)1001
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4002
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 4001
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12005
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1853.17/1858.41	c Exit code from Second Program: 20
1853.17/1858.43	c #vars 6003 #constraints 6005 1.00033 1
1853.17/1858.43	c 6005 constraints
1853.17/1858.43	c Finish cloning data from SAT to LS
1853.17/1858.43	c restart_num_ls  -100000 0
1853.17/1858.43	c Use LS-small
1853.17/1858.43	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 (61968 MiB free)
  memory of node 1: 64465 MiB (57539 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100065 s]*
/proc/loadavg: 4.10 4.15 4.10 5/275 196364
/proc/meminfo: memFree=122357632/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=43716 memory=28984 CPUtime=0.07 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 6488 0 0 0 7 0 0 0 20 0 1 0 238497598 44765184 7246 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 10929 7246 896 2593 0 7822 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 50700 KiB
Current children cumulated memory: 33464 KiB

[startup+0.20596 s]*
/proc/loadavg: 4.10 4.15 4.10 5/275 196364
/proc/meminfo: memFree=122309876/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=88872 memory=69620 CPUtime=0.18 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 16177 0 0 0 16 2 0 0 20 0 1 0 238497598 91004928 17405 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 22218 17405 896 2593 0 19111 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 95856 KiB
Current children cumulated memory: 74100 KiB

[startup+0.305794 s]*
/proc/loadavg: 4.10 4.15 4.10 5/275 196364
/proc/meminfo: memFree=122273648/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=123652 memory=102472 CPUtime=0.28 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 22613 0 0 0 24 4 0 0 20 0 1 0 238497598 126619648 25618 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 30913 25618 928 2593 0 27806 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 130636 KiB
Current children cumulated memory: 106952 KiB

[startup+0.700243 s]
/proc/loadavg: 4.10 4.15 4.10 5/275 196364
/proc/meminfo: memFree=122273648/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=129752 memory=110240 CPUtime=0.67 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 24151 0 0 0 63 4 0 0 20 0 1 0 238497598 132866048 27560 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 32438 27560 960 2593 0 29331 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 136736 KiB
Current children cumulated memory: 114720 KiB

[startup+1.50023 s]
/proc/loadavg: 4.10 4.15 4.10 5/275 196364
/proc/meminfo: memFree=122259288/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=148180 memory=126284 CPUtime=1.46 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 27111 0 0 0 141 5 0 0 20 0 1 0 238497598 151736320 31571 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 37045 31571 960 2593 0 33938 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 155164 KiB
Current children cumulated memory: 130764 KiB

[startup+3.10569 s]
/proc/loadavg: 4.18 4.17 4.11 5/275 196364
/proc/meminfo: memFree=122215880/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=197844 memory=168516 CPUtime=3.07 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 30752 0 0 0 300 7 0 0 20 0 1 0 238497598 202592256 42129 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 49461 42129 992 2593 0 46354 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 204828 KiB
Current children cumulated memory: 172996 KiB

[startup+6.30022 s]
/proc/loadavg: 4.18 4.17 4.11 5/275 196364
/proc/meminfo: memFree=122239036/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=157348 memory=130196 CPUtime=6.26 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 31885 0 0 0 618 8 0 0 20 0 1 0 238497598 161124352 32549 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 39337 32549 992 2593 0 36230 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 164332 KiB
Current children cumulated memory: 134676 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.16 4.10 5/275 196365
/proc/meminfo: memFree=122263812/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=157348 memory=130196 CPUtime=12.64 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 31892 0 0 0 1256 8 0 0 20 0 1 0 238497598 161124352 32549 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 39337 32549 992 2593 0 36230 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 164332 KiB
Current children cumulated memory: 134676 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.17 4.11 5/275 196422
/proc/meminfo: memFree=128158616/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=157348 memory=130196 CPUtime=25.4 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 31897 0 0 0 2532 8 0 0 20 0 1 0 238497598 161124352 32549 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 39337 32549 992 2593 0 36230 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 164332 KiB
Current children cumulated memory: 134676 KiB

[startup+51.1058 s]
/proc/loadavg: 4.07 4.14 4.10 5/275 196472
/proc/meminfo: memFree=128129164/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=146224 memory=118924 CPUtime=50.93 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 34018 0 0 0 5084 9 0 0 20 0 1 0 238497598 149733376 29731 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 36556 29731 992 2593 0 33449 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 153208 KiB
Current children cumulated memory: 123404 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/274 196478
/proc/meminfo: memFree=128101632/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0

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

/proc/196364/statm: 87861 82407 992 2593 0 84754 0
Current children cumulated CPU time: 1717.45 s
Current children cumulated vsize: 358428 KiB
Current children cumulated memory: 334108 KiB

[startup+1782.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/273 196833
/proc/meminfo: memFree=127140680/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 252 103 0 0 0 0 0 0 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196363] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196363/stat : 196363 (timeout) S 196360 196363 195556 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 238497597 2723840 352 18446744073709551615 94482251522048 94482251538561 140720707025568 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94482251553328 94482251555416 94482279538688 140720707029406 140720707029536 140720707029536 140720707035111 0
/proc/196363/statm: 665 352 352 5 0 90 0
[pid=196364] ppid=196363 vsize=351068 memory=329252 CPUtime=1777.28 cores=5,7
/proc/196364/stat : 196364 (CASHWMaxSAT-Dis) R 196363 196363 195556 0 -1 4194304 125208 0 0 0 177634 94 0 0 20 0 1 0 238497598 359493632 82313 18446744073709551615 4198400 14817773 140721398025936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 40353792 140721398032804 140721398032921 140721398032921 140721398038496 0
/proc/196364/statm: 87767 82313 992 2593 0 84660 0
Current children cumulated CPU time: 1777.28 s
Current children cumulated vsize: 358052 KiB
Current children cumulated memory: 333732 KiB

[startup+1842.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/274 196840
/proc/meminfo: memFree=127606348/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=44.15 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 4309 106 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1837.11 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

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

# cumulated CPU time of all completed processes:  user=1850.81 s, system=2.41026 s

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

[startup+1843.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/274 196840
/proc/meminfo: memFree=127606348/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=45.05 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 4396 109 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1838.01 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

[startup+1849.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/274 196840
/proc/meminfo: memFree=127590216/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=51.44 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 5022 122 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1844.4 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

[startup+1852.8 s]
/proc/loadavg: 4.08 4.09 4.09 4/269 196848
/proc/meminfo: memFree=127609920/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=54.63 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 5334 129 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1847.59 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

[startup+1856 s]*
/proc/loadavg: 4.08 4.09 4.09 5/274 196949
/proc/meminfo: memFree=127548396/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=57.83 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 5646 137 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1850.79 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

[startup+1857.6 s]
/proc/loadavg: 4.07 4.09 4.09 5/274 196949
/proc/meminfo: memFree=127548620/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=59.41 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 5802 139 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1852.37 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

[startup+1858 s]*
/proc/loadavg: 4.07 4.09 4.09 5/274 196949
/proc/meminfo: memFree=127548368/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=168972 memory=95108 CPUtime=59.82 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 21889 0 0 0 5841 141 0 0 20 0 1 0 238677399 173027328 23777 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42243 23777 2496 595 0 26910 0
Current children cumulated CPU time: 1852.78 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99588 KiB

[startup+1858.4 s]
/proc/loadavg: 4.07 4.09 4.09 5/274 196949
/proc/meminfo: memFree=127548368/131250000 swapFree=33010160/33010684
[pid=196360] ppid=196357 vsize=4324 memory=3072 CPUtime=1792.96 cores=5,7
/proc/196360/stat : 196360 (Hybrid-CASHWMax) S 196357 196360 195556 0 -1 4194304 284 126578 0 0 0 0 179199 97 20 0 1 0 238497596 4427776 768 18446744073709551615 94551678267392 94551679161925 140725993486048 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94551679400976 94551679448720 94551712661504 140725993494869 140725993495023 140725993495023 140725993500627 0
/proc/196360/statm: 1081 768 704 219 0 143 0
[pid=196836] ppid=196360 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/196836/stat : 196836 (timeout) S 196360 196836 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238677398 2723840 352 18446744073709551615 94554317537280 94554317553793 140736797773648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94554317568560 94554317570648 94554330652672 140736797780358 140736797780512 140736797780512 140736797786087 0
/proc/196836/statm: 665 352 352 5 0 90 0
[pid=196837] ppid=196836 vsize=169380 memory=95748 CPUtime=60.21 cores=5,7
/proc/196837/stat : 196837 (SynLSCD) R 196836 196836 195556 0 -1 4194304 22011 0 0 0 5880 141 0 0 20 0 1 0 238677399 173445120 23937 18446744073709551615 94608520998912 94608523433065 140734375712096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94608523914488 94608523947520 94608536842240 140734375717280 140734375717415 140734375717415 140734375722990 0
/proc/196837/statm: 42345 23937 2528 595 0 27012 0
Current children cumulated CPU time: 1853.17 s
Current children cumulated vsize: 176364 KiB
Current children cumulated memory: 100228 KiB

Child status: 0

Real time (s): 1858.45
CPU time (s): 1853.23
CPU user time (s): 1850.81
CPU system time (s): 2.41026
CPU usage (%): 99.7189
Max. virtual memory (cumulated for all children) (KiB): 500420
Max. memory (cumulated for all children) (KiB): 476000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1850.81
system time used= 2.41026
maximum resident set size= 471520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149921
page faults= 2
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 985
involuntary context switches= 1001


# summary of solver processes directly reported to runsolver:
#   pid: 196360
#   total CPU time (s): 1853.23
#   total CPU user time (s): 1850.81
#   total CPU system time (s): 2.41026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.03025 second user time and 8.84409 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 01:50:00
IDJOB=4544207
IDBENCH=175047
IDSOLVER=3328
FILE ID=nodeC016/4544207-1753228200
RUNJOBID= nodeC016-1753224007-195569
SLURM_JOB_ID= 9687831
Free space on /tmp= 432968 MiB

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

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

MD5SUM BENCH= 4a59e763ae88014143ab229bcecf86f5
RANDOM SEED=993903053

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		: 3599.688
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		: 3599.730
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		: 3577.647
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.735
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		: 3599.727
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		: 3562.199
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		: 3599.416
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		: 3599.735
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:        122376720 kB
MemAvailable:   123274728 kB
Buffers:            2144 kB
Cached:          1613272 kB
SwapCached:           24 kB
Active:          7652976 kB
Inactive:         376372 kB
Active(anon):    6438064 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   374264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17452 kB
Writeback:             0 kB
AnonPages:       6414976 kB
Mapped:           122612 kB
Shmem:             26240 kB
KReclaimable:     296144 kB
Slab:             395744 kB
SReclaimable:     296144 kB
SUnreclaim:        99600 kB
KernelStack:        4400 kB
PageTables:        16012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7764668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2777088 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= 432928 MiB
End job on nodeC016 at 2025-07-23 02:20:59