Trace number 4544364

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01UNSAT 1254.4 1258.48

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
MD5SUM8004cad3253210c4fb1dfbb021092d0c
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.133464
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6123
Total number of constraints5104
Number of constraints which are clauses4082
Number of constraints which are cardinality constraints (but not clauses)1021
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4082
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 4082
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12246
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

1254.32/1258.44	c Exit code from Second Program: 20
1254.32/1258.46	c #vars 6123 #constraints 6125 1.00033 1
1254.32/1258.46	c 6125 constraints
1254.32/1258.46	c Finish cloning data from SAT to LS
1254.32/1258.46	c restart_num_ls  -100000 0
1254.32/1258.46	c Use LS-small
1254.32/1258.46	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 (43090 MiB free)
  memory of node 1: 64465 MiB (37507 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544364-1753208660/watcher-4544364-1753208660 -o /tmp/evaluation-result-4544364-1753208660/solver-4544364-1753208660 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753198970-154981 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4544364-1753208660.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=156812, runsolver pid=156809

[startup+0.100063 s]*
/proc/loadavg: 4.08 4.12 4.11 5/270 156816
/proc/meminfo: memFree=82516824/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=47524 memory=26612 CPUtime=0.07 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 5423 0 0 0 7 0 0 0 20 0 1 0 236543554 48664576 6139 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 11881 6139 768 2416 0 8983 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 54508 KiB
Current children cumulated memory: 30836 KiB

[startup+0.205768 s]*
/proc/loadavg: 4.08 4.12 4.11 5/270 156816
/proc/meminfo: memFree=82484820/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=82800 memory=60592 CPUtime=0.18 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 13084 0 0 0 16 2 0 0 20 0 1 0 236543554 84787200 15148 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 20700 15148 768 2416 0 17802 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 89784 KiB
Current children cumulated memory: 64816 KiB

[startup+0.305673 s]*
/proc/loadavg: 4.08 4.12 4.11 5/270 156816
/proc/meminfo: memFree=82452880/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=107284 memory=85736 CPUtime=0.28 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 20139 0 0 0 25 3 0 0 20 0 1 0 236543554 109858816 21434 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 26821 21434 768 2416 0 23923 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 114268 KiB
Current children cumulated memory: 89960 KiB

[startup+0.700255 s]
/proc/loadavg: 4.08 4.12 4.11 5/270 156816
/proc/meminfo: memFree=82452880/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=115636 memory=94676 CPUtime=0.67 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 22634 0 0 0 63 4 0 0 20 0 1 0 236543554 118411264 23669 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 28909 23669 768 2416 0 26011 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 122620 KiB
Current children cumulated memory: 98900 KiB

[startup+1.50025 s]
/proc/loadavg: 4.08 4.12 4.11 5/270 156816
/proc/meminfo: memFree=82447020/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=145348 memory=120808 CPUtime=1.46 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 23431 0 0 0 142 4 0 0 20 0 1 0 236543554 148836352 30202 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 36337 30202 800 2416 0 33439 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 152332 KiB
Current children cumulated memory: 125032 KiB

[startup+3.10608 s]
/proc/loadavg: 4.08 4.12 4.11 4/269 156822
/proc/meminfo: memFree=84683260/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=145348 memory=120808 CPUtime=3.06 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 23439 0 0 0 302 4 0 0 20 0 1 0 236543554 148836352 30202 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 36337 30202 800 2416 0 33439 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 152332 KiB
Current children cumulated memory: 125032 KiB

[startup+6.30024 s]
/proc/loadavg: 4.08 4.12 4.11 5/271 156872
/proc/meminfo: memFree=84596800/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=145348 memory=120808 CPUtime=6.25 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 23453 0 0 0 621 4 0 0 20 0 1 0 236543554 148836352 30202 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 36337 30202 800 2416 0 33439 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 152332 KiB
Current children cumulated memory: 125032 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.13 4.12 5/271 156872
/proc/meminfo: memFree=84593220/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=145348 memory=126096 CPUtime=12.63 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 23764 0 0 0 1259 4 0 0 20 0 1 0 236543554 148836352 31524 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 36337 31524 800 2416 0 33439 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 152332 KiB
Current children cumulated memory: 130320 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.13 4.11 5/271 156872
/proc/meminfo: memFree=84598072/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=145348 memory=126864 CPUtime=25.39 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 23986 0 0 0 2534 5 0 0 20 0 1 0 236543554 148836352 31716 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 36337 31716 800 2416 0 33439 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 152332 KiB
Current children cumulated memory: 131088 KiB

[startup+51.1057 s]
/proc/loadavg: 4.30 4.17 4.13 5/271 156873
/proc/meminfo: memFree=84593880/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=145348 memory=127120 CPUtime=50.92 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 24064 0 0 0 5087 5 0 0 20 0 1 0 236543554 148836352 31780 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 36337 31780 800 2416 0 33439 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 152332 KiB
Current children cumulated memory: 131344 KiB

[startup+102.3 s]
/proc/loadavg: 4.32 4.20 4.14 5/272 156926
/proc/meminfo: memFree=84360588/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0

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

/proc/156816/statm: 68763 59479 800 2416 0 65865 0
Current children cumulated CPU time: 1058.86 s
Current children cumulated vsize: 282036 KiB
Current children cumulated memory: 242140 KiB

[startup+1122.3 s]
/proc/loadavg: 2.08 2.31 3.06 3/256 157051
/proc/meminfo: memFree=89717688/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=275052 memory=254300 CPUtime=1118.67 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 97311 0 0 0 111710 157 0 0 20 0 1 0 236543554 281653248 63575 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 68763 63575 800 2416 0 65865 0
Current children cumulated CPU time: 1118.67 s
Current children cumulated vsize: 282036 KiB
Current children cumulated memory: 258524 KiB

[startup+1182.3 s]
/proc/loadavg: 2.09 2.26 3.00 3/256 157053
/proc/meminfo: memFree=89722768/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 249 102 0 0 0 0 0 0 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=156815] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/156815/stat : 156815 (timeout) S 156812 156815 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236543553 2723840 320 18446744073709551615 94239001063424 94239001079937 140729614254720 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94239001094704 94239001096792 94239005585408 140729614256542 140729614256672 140729614256672 140729614262247 0
/proc/156815/statm: 665 320 320 5 0 90 0
[pid=156816] ppid=156815 vsize=276048 memory=246976 CPUtime=1178.47 cores=4,6
/proc/156816/stat : 156816 (CASHWMaxSAT-Dis) R 156815 156815 154963 0 -1 4194304 99589 0 0 0 117684 163 0 0 20 0 1 0 236543554 282673152 61744 18446744073709551615 4198400 14093885 140734644080384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 25112576 140734644083108 140734644083225 140734644083225 140734644088800 0
/proc/156816/statm: 69012 61744 800 2416 0 66114 0
Current children cumulated CPU time: 1178.47 s
Current children cumulated vsize: 283032 KiB
Current children cumulated memory: 251200 KiB

[startup+1242.3 s]
/proc/loadavg: 2.08 2.23 2.94 3/255 157058
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171680 memory=97908 CPUtime=44.12 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22653 0 0 0 4312 100 0 0 20 0 1 0 236663354 175800320 24477 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42920 24477 2464 595 0 27587 0
Current children cumulated CPU time: 1238.26 s
Current children cumulated vsize: 178664 KiB
Current children cumulated memory: 102132 KiB

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

# cumulated CPU time of all completed processes:  user=1251.36 s, system=3.03849 s

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

[startup+1248 s]*
/proc/loadavg: 2.07 2.22 2.93 3/255 157058
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171680 memory=97908 CPUtime=49.82 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22653 0 0 0 4871 111 0 0 20 0 1 0 236663354 175800320 24477 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42920 24477 2464 595 0 27587 0
Current children cumulated CPU time: 1243.96 s
Current children cumulated vsize: 178664 KiB
Current children cumulated memory: 102132 KiB

[startup+1254.4 s]
/proc/loadavg: 2.14 2.23 2.93 3/255 157058
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171680 memory=97908 CPUtime=56.19 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22653 0 0 0 5493 126 0 0 20 0 1 0 236663354 175800320 24477 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42920 24477 2464 595 0 27587 0
Current children cumulated CPU time: 1250.33 s
Current children cumulated vsize: 178664 KiB
Current children cumulated memory: 102132 KiB

[startup+1256 s]*
/proc/loadavg: 2.14 2.23 2.93 3/255 157059
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171680 memory=97908 CPUtime=57.79 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22653 0 0 0 5649 130 0 0 20 0 1 0 236663354 175800320 24477 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42920 24477 2464 595 0 27587 0
Current children cumulated CPU time: 1251.93 s
Current children cumulated vsize: 178664 KiB
Current children cumulated memory: 102132 KiB

[startup+1257.6 s]
/proc/loadavg: 2.14 2.23 2.93 3/255 157059
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171680 memory=97908 CPUtime=59.38 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22653 0 0 0 5804 134 0 0 20 0 1 0 236663354 175800320 24477 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42920 24477 2464 595 0 27587 0
Current children cumulated CPU time: 1253.52 s
Current children cumulated vsize: 178664 KiB
Current children cumulated memory: 102132 KiB

[startup+1258 s]*
/proc/loadavg: 2.13 2.23 2.92 3/255 157059
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171680 memory=97908 CPUtime=59.79 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22653 0 0 0 5844 135 0 0 20 0 1 0 236663354 175800320 24477 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42920 24477 2464 595 0 27587 0
Current children cumulated CPU time: 1253.93 s
Current children cumulated vsize: 178664 KiB
Current children cumulated memory: 102132 KiB

[startup+1258.4 s]
/proc/loadavg: 2.13 2.23 2.92 3/255 157059
/proc/meminfo: memFree=89879012/131249988 swapFree=33010160/33010684
[pid=156812] ppid=156809 vsize=4324 memory=2944 CPUtime=1194.14 cores=4,6
/proc/156812/stat : 156812 (Hybrid-CASHWMax) S 156809 156812 154963 0 -1 4194304 283 100436 0 0 0 0 119249 165 20 0 1 0 236543552 4427776 736 18446744073709551615 94299646734336 94299647628869 140732440002304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94299647867920 94299647915664 94299676606464 140732440009045 140732440009199 140732440009199 140732440014803 0
/proc/156812/statm: 1081 736 672 219 0 143 0
[pid=157055] ppid=156812 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/157055/stat : 157055 (timeout) S 156812 157055 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236663354 2723840 320 18446744073709551615 94052080844800 94052080861313 140728882743216 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94052080876080 94052080878168 94052083503104 140728882747782 140728882747936 140728882747936 140728882753511 0
/proc/157055/statm: 665 320 320 5 0 90 0
[pid=157056] ppid=157055 vsize=171896 memory=98164 CPUtime=60.18 cores=4,6
/proc/157056/stat : 157056 (SynLSCD) R 157055 157055 154963 0 -1 4194304 22701 0 0 0 5882 136 0 0 20 0 1 0 236663354 176021504 24541 18446744073709551615 94444250890240 94444253324393 140725477218064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94444253805816 94444253838848 94444262731776 140725477226912 140725477227047 140725477227047 140725477232622 0
/proc/157056/statm: 42974 24541 2464 595 0 27641 0
Current children cumulated CPU time: 1254.32 s
Current children cumulated vsize: 178880 KiB
Current children cumulated memory: 102388 KiB

Child status: 0

Real time (s): 1258.48
CPU time (s): 1254.4
CPU user time (s): 1251.36
CPU system time (s): 3.03849
CPU usage (%): 99.6761
Max. virtual memory (cumulated for all children) (KiB): 412264
Max. memory (cumulated for all children) (KiB): 340908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.36
system time used= 3.03849
maximum resident set size= 346924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 920
involuntary context switches= 7248


# summary of solver processes directly reported to runsolver:
#   pid: 156812
#   total CPU time (s): 1254.4
#   total CPU user time (s): 1251.36
#   total CPU system time (s): 3.03849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27215 second user time and 6.33807 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 20:24:20
IDJOB=4544364
IDBENCH=175392
IDSOLVER=3331
FILE ID=nodeC020/4544364-1753208660
RUNJOBID= nodeC020-1753198970-154981
SLURM_JOB_ID= 9687753
Free space on /tmp= 432840 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544364-1753208660/watcher-4544364-1753208660 -o /tmp/evaluation-result-4544364-1753208660/solver-4544364-1753208660 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753198970-154981 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4544364-1753208660.opb 3600 HOME

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

MD5SUM BENCH= 8004cad3253210c4fb1dfbb021092d0c
RANDOM SEED=1665046552

nodeC020 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.917
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.79
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.894
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.054
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.79
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.79
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		: 3525.999
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.79
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		: 3599.949
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.79
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.889
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.79
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		: 3700.000
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        82532700 kB
MemAvailable:   121822504 kB
Buffers:            2128 kB
Cached:         40047072 kB
SwapCached:            4 kB
Active:          8740280 kB
Inactive:       39192860 kB
Active(anon):    7885648 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39168324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16760 kB
Writeback:            16 kB
AnonPages:       7885612 kB
Mapped:           120380 kB
Shmem:             26244 kB
KReclaimable:     212176 kB
Slab:             308028 kB
SReclaimable:     212176 kB
SUnreclaim:        95852 kB
KernelStack:        4384 kB
PageTables:        18968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    9207860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3506176 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432852 MiB
End job on nodeC020 at 2025-07-22 20:45:19