Trace number 4542569

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 3266.92 3277.67

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
MD5SUM5315000b872825a9c3a3b6787ef04708
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 benchmark29.9883
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables227556
Total number of constraints20632
Number of constraints which are clauses10505
Number of constraints which are cardinality constraints (but not clauses)8696
Number of constraints which are nor clauses,nor cardinality constraints1431
Minimum length of a constraint24
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3266.85/3277.63	c Exit code from Second Program: 20
3266.85/3277.66	c #vars 227556 #constraints 20632 0.0906678 1
3266.85/3277.66	c 20632 constraints
3266.85/3277.66	c Finish cloning data from SAT to LS
3266.85/3277.66	c restart_num_ls  -100000 0
3266.85/3277.66	c Use LS-small
3266.85/3277.66	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 (52032 MiB free)
  memory of node 1: 64465 MiB (57469 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542569-1753217900/watcher-4542569-1753217900 -o /tmp/evaluation-result-4542569-1753217900/solver-4542569-1753217900 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753212335-159173 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4542569-1753217900.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=160065, runsolver pid=160062

[startup+0.100068 s]*
/proc/loadavg: 4.07 4.08 4.09 5/272 160069
/proc/meminfo: memFree=112123864/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=34972 memory=20348 CPUtime=0.07 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 4750 0 0 0 7 0 0 0 20 0 1 0 237412524 35811328 5087 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 8743 5087 864 2593 0 5636 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 41956 KiB
Current children cumulated memory: 24700 KiB

[startup+0.205729 s]*
/proc/loadavg: 4.07 4.08 4.09 5/272 160069
/proc/meminfo: memFree=111895568/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=53468 memory=38528 CPUtime=0.18 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 9809 0 0 0 17 1 0 0 20 0 1 0 237412524 54751232 9632 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 13367 9632 864 2593 0 10260 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 60452 KiB
Current children cumulated memory: 42880 KiB

[startup+0.305665 s]*
/proc/loadavg: 4.07 4.08 4.09 5/272 160069
/proc/meminfo: memFree=111879440/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=76172 memory=59988 CPUtime=0.28 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 15174 0 0 0 26 2 0 0 20 0 1 0 237412524 78000128 14997 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 19043 14997 864 2593 0 15936 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 83156 KiB
Current children cumulated memory: 64340 KiB

[startup+0.700214 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 160069
/proc/meminfo: memFree=111847436/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=149956 memory=133036 CPUtime=0.67 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 30396 0 0 0 62 5 0 0 20 0 1 0 237412524 153554944 33259 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 37489 33259 864 2593 0 34382 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 156940 KiB
Current children cumulated memory: 137388 KiB

[startup+1.50024 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 160069
/proc/meminfo: memFree=111956308/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=260080 memory=236744 CPUtime=1.47 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 46396 0 0 0 138 9 0 0 20 0 1 0 237412524 266321920 59186 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 65020 59186 896 2593 0 61913 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 267064 KiB
Current children cumulated memory: 241096 KiB

[startup+3.10554 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 160069
/proc/meminfo: memFree=111601912/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=473492 memory=445532 CPUtime=3.07 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 73575 0 0 0 287 20 0 0 20 0 1 0 237412524 484855808 111383 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 118373 111383 960 2593 0 115266 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 480476 KiB
Current children cumulated memory: 449884 KiB

[startup+6.30023 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 160069
/proc/meminfo: memFree=111118704/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=511892 memory=480452 CPUtime=6.25 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 76148 0 0 0 602 23 0 0 20 0 1 0 237412524 524177408 120113 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 127973 120113 992 2593 0 124866 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 518876 KiB
Current children cumulated memory: 484804 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 160069
/proc/meminfo: memFree=110909784/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=512968 memory=481892 CPUtime=12.63 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 82228 0 0 0 1230 33 0 0 20 0 1 0 237412524 525279232 120473 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 128242 120473 992 2593 0 125135 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 519952 KiB
Current children cumulated memory: 486244 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.11 4.10 5/272 160069
/proc/meminfo: memFree=109908404/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=514664 memory=483660 CPUtime=25.4 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 92902 0 0 0 2490 50 0 0 20 0 1 0 237412524 527015936 120915 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 128666 120915 992 2593 0 125559 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 521648 KiB
Current children cumulated memory: 488012 KiB

[startup+51.106 s]
/proc/loadavg: 4.39 4.16 4.11 5/273 160071
/proc/meminfo: memFree=109908436/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160068] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160068/stat : 160068 (timeout) S 160065 160068 159162 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 237412523 2723840 320 18446744073709551615 94380876410880 94380876427393 140725657939632 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94380876442160 94380876444248 94380892147712 140725657942430 140725657942560 140725657942560 140725657948135 0
/proc/160068/statm: 665 320 320 5 0 90 0
[pid=160069] ppid=160068 vsize=515760 memory=484756 CPUtime=50.93 cores=4,6
/proc/160069/stat : 160069 (CASHWMaxSAT-Dis) R 160068 160068 159162 0 -1 4194304 106482 0 0 0 5023 70 0 0 20 0 1 0 237412524 528138240 121189 18446744073709551615 4198400 14817773 140733076172992 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 52129792 140733076179364 140733076179481 140733076179481 140733076185056 0
/proc/160069/statm: 128940 121189 992 2593 0 125833 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 522744 KiB
Current children cumulated memory: 489108 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.15 4.11 5/273 160077
/proc/meminfo: memFree=110262968/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0

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

/proc/160220/statm: 490430 432937 2464 595 0 475097 0
Current children cumulated CPU time: 3211.7 s
Current children cumulated vsize: 1968704 KiB
Current children cumulated memory: 1736100 KiB

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

# cumulated CPU time of all completed processes:  user=3260.47 s, system=6.44666 s

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

[startup+3225.6 s]
/proc/loadavg: 4.07 4.09 4.09 5/272 160412
/proc/meminfo: memFree=91750348/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1961720 memory=1731748 CPUtime=1423.21 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 257783 0 0 0 142118 203 0 0 20 0 1 0 237592326 2008801280 432937 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490430 432937 2464 595 0 475097 0
Current children cumulated CPU time: 3214.99 s
Current children cumulated vsize: 1968704 KiB
Current children cumulated memory: 1736100 KiB

[startup+3251.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/272 160413
/proc/meminfo: memFree=91756344/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1961720 memory=1731748 CPUtime=1448.75 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 257783 0 0 0 144672 203 0 0 20 0 1 0 237592326 2008801280 432937 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490430 432937 2464 595 0 475097 0
Current children cumulated CPU time: 3240.53 s
Current children cumulated vsize: 1968704 KiB
Current children cumulated memory: 1736100 KiB

[startup+3264 s]*
/proc/loadavg: 4.16 4.11 4.09 5/272 160413
/proc/meminfo: memFree=91741932/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1961720 memory=1731748 CPUtime=1461.52 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 257783 0 0 0 145949 203 0 0 20 0 1 0 237592326 2008801280 432937 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490430 432937 2464 595 0 475097 0
Current children cumulated CPU time: 3253.3 s
Current children cumulated vsize: 1968704 KiB
Current children cumulated memory: 1736100 KiB

[startup+3270.4 s]
/proc/loadavg: 4.15 4.11 4.09 5/272 160413
/proc/meminfo: memFree=91738808/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1961720 memory=1731748 CPUtime=1467.89 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 257783 0 0 0 146586 203 0 0 20 0 1 0 237592326 2008801280 432937 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490430 432937 2464 595 0 475097 0
Current children cumulated CPU time: 3259.67 s
Current children cumulated vsize: 1968704 KiB
Current children cumulated memory: 1736100 KiB

[startup+3273.6 s]
/proc/loadavg: 4.21 4.12 4.10 5/272 160413
/proc/meminfo: memFree=91739060/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1961720 memory=1731748 CPUtime=1471.08 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 257783 0 0 0 146905 203 0 0 20 0 1 0 237592326 2008801280 432937 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490430 432937 2464 595 0 475097 0
Current children cumulated CPU time: 3262.86 s
Current children cumulated vsize: 1968704 KiB
Current children cumulated memory: 1736100 KiB

[startup+3275.2 s]
/proc/loadavg: 4.21 4.12 4.10 5/272 160413
/proc/meminfo: memFree=91730996/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1962644 memory=1732644 CPUtime=1472.68 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 258031 0 0 0 147065 203 0 0 20 0 1 0 237592326 2009747456 433161 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490661 433161 2464 595 0 475328 0
Current children cumulated CPU time: 3264.46 s
Current children cumulated vsize: 1969628 KiB
Current children cumulated memory: 1736996 KiB

[startup+3276.8 s]
/proc/loadavg: 4.20 4.12 4.10 5/272 160413
/proc/meminfo: memFree=91728948/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1962644 memory=1732644 CPUtime=1474.27 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 258035 0 0 0 147224 203 0 0 20 0 1 0 237592326 2009747456 433161 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 490661 433161 2464 595 0 475328 0
Current children cumulated CPU time: 3266.05 s
Current children cumulated vsize: 1969628 KiB
Current children cumulated memory: 1736996 KiB

[startup+3277.2 s]
/proc/loadavg: 4.20 4.12 4.10 5/272 160413
/proc/meminfo: memFree=91731192/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1804612 memory=1585668 CPUtime=1474.67 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 258964 0 0 0 147264 203 0 0 20 0 1 0 237592326 1847922688 396417 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 451153 396417 2560 595 0 435820 0
Current children cumulated CPU time: 3266.45 s
Current children cumulated vsize: 1811596 KiB
Current children cumulated memory: 1590020 KiB

[startup+3277.6 s]
/proc/loadavg: 4.20 4.12 4.10 5/272 160413
/proc/meminfo: memFree=91731192/131250000 swapFree=33010416/33010684
[pid=160065] ppid=160062 vsize=4324 memory=3072 CPUtime=1791.78 cores=4,6
/proc/160065/stat : 160065 (Hybrid-CASHWMax) S 160062 160065 159162 0 -1 4194304 281 273918 0 0 0 0 178743 435 20 0 1 0 237412522 4427776 768 18446744073709551615 94496023715840 94496024610373 140731067852512 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94496024849424 94496024897168 94496026992640 140731067861333 140731067861487 140731067861487 140731067867091 0
/proc/160065/statm: 1081 768 704 219 0 143 0
[pid=160219] ppid=160065 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/160219/stat : 160219 (timeout) S 160065 160219 159162 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 237592325 2723840 320 18446744073709551615 94357376901120 94357376917633 140729837282256 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94357376932400 94357376934488 94357390745600 140729837287814 140729837287968 140729837287968 140729837293543 0
/proc/160219/statm: 665 320 320 5 0 90 0
[pid=160220] ppid=160219 vsize=1629764 memory=1405412 CPUtime=1475.07 cores=4,6
/proc/160220/stat : 160220 (SynLSCD) R 160219 160219 159162 0 -1 4194304 259014 0 0 0 147303 204 0 0 20 0 1 0 237592326 1668878336 351353 18446744073709551615 94493297954816 94493300388969 140735678290048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94493300870392 94493300903424 94493313757184 140735678298528 140735678298663 140735678298663 140735678304238 0
/proc/160220/statm: 407441 351353 2560 595 0 392108 0
Current children cumulated CPU time: 3266.85 s
Current children cumulated vsize: 1636748 KiB
Current children cumulated memory: 1409764 KiB

Child status: 0

Real time (s): 3277.67
CPU time (s): 3266.92
CPU user time (s): 3260.47
CPU system time (s): 6.44666
CPU usage (%): 99.672
Max. virtual memory (cumulated for all children) (KiB): 1969760
Max. memory (cumulated for all children) (KiB): 1737124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3260.47
system time used= 6.44667
maximum resident set size= 1736740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 886
involuntary context switches= 3148


# summary of solver processes directly reported to runsolver:
#   pid: 160065
#   total CPU time (s): 3266.92
#   total CPU user time (s): 3260.47
#   total CPU system time (s): 6.44666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10462 second user time and 15.9496 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-22 22:58:20
IDJOB=4542569
IDBENCH=163937
IDSOLVER=3328
FILE ID=nodeC028/4542569-1753217900
RUNJOBID= nodeC028-1753212335-159173
SLURM_JOB_ID= 9687802
Free space on /tmp= 432820 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542569-1753217900/watcher-4542569-1753217900 -o /tmp/evaluation-result-4542569-1753217900/solver-4542569-1753217900 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753212335-159173 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4542569-1753217900.opb 3600 HOME

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

MD5SUM BENCH= 5315000b872825a9c3a3b6787ef04708
RANDOM SEED=231843970

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        111751284 kB
MemAvailable:   119750988 kB
Buffers:            2132 kB
Cached:          8767124 kB
SwapCached:            4 kB
Active:         10562316 kB
Inactive:        7809928 kB
Active(anon):    9620936 kB
Inactive(anon):     8308 kB
Active(file):     941380 kB
Inactive(file):  7801620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22928 kB
Writeback:            24 kB
AnonPages:       9604924 kB
Mapped:           120900 kB
Shmem:             26256 kB
KReclaimable:     191884 kB
Slab:             287168 kB
SReclaimable:     191884 kB
SUnreclaim:        95284 kB
KernelStack:        4352 kB
PageTables:        22280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10426712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4188160 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= 432892 MiB
End job on nodeC028 at 2025-07-22 23:52:58