Trace number 4548048

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23UNSAT 1627.27 1632.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_088.opb
MD5SUM225933de352582a5f5a47ed5392988f0
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 benchmark5.31605
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables234990
Total number of constraints5311
Number of constraints which are clauses2671
Number of constraints which are cardinality constraints (but not clauses)2640
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint89
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1194.59/1632.01	c Exit code from Second Program: 20
1194.59/1632.03	c #vars 234990 #constraints 5311 0.022601 1
1194.59/1632.03	c intsize: 7
1194.59/1632.03	c 5311 constraints
1194.59/1632.03	c Finish cloning data from SAT to LS
1194.59/1632.03	c restart_num_ls  -100000 0
1194.59/1632.03	c Use LS-small
1194.59/1632.03	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 (62034 MiB free)
  memory of node 1: 64465 MiB (59361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548048-1753273919/watcher-4548048-1753273919 -o /tmp/evaluation-result-4548048-1753273919/solver-4548048-1753273919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753272711-176794 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548048-1753273919.opb 3600 HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=177134, runsolver pid=177127

[startup+0.100064 s]*
/proc/loadavg: 4.08 4.05 3.39 5/271 177138
/proc/meminfo: memFree=124282364/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=36368 memory=17480 CPUtime=0.08 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 3849 0 0 0 8 0 0 0 20 0 1 0 243070423 37240832 4370 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 9092 4370 736 2416 0 6194 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 43352 KiB
Current children cumulated memory: 21960 KiB

[startup+0.205647 s]*
/proc/loadavg: 4.08 4.05 3.39 5/271 177138
/proc/meminfo: memFree=124244816/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=53908 memory=33288 CPUtime=0.17 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 7977 0 0 0 17 0 0 0 20 0 1 0 243070423 55201792 8322 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 13477 8322 736 2416 0 10579 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 60892 KiB
Current children cumulated memory: 37768 KiB

[startup+0.30549 s]*
/proc/loadavg: 4.08 4.05 3.39 5/271 177138
/proc/meminfo: memFree=124205756/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=70220 memory=49032 CPUtime=0.27 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 11912 0 0 0 26 1 0 0 20 0 1 0 243070423 71905280 12258 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 17555 12258 736 2416 0 14657 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 77204 KiB
Current children cumulated memory: 53512 KiB

[startup+0.700215 s]
/proc/loadavg: 4.08 4.05 3.39 5/271 177138
/proc/meminfo: memFree=124125364/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=135676 memory=111796 CPUtime=0.66 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 28155 0 0 0 63 3 0 0 20 0 1 0 243070423 138932224 27949 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 33919 27949 736 2416 0 31021 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 142660 KiB
Current children cumulated memory: 116276 KiB

[startup+1.50023 s]
/proc/loadavg: 4.08 4.05 3.39 5/271 177138
/proc/meminfo: memFree=123999236/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=298088 memory=263348 CPUtime=1.46 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 54784 0 0 0 138 8 0 0 20 0 1 0 243070423 305242112 65837 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 74522 65837 768 2416 0 71624 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 305072 KiB
Current children cumulated memory: 267828 KiB

[startup+3.10549 s]
/proc/loadavg: 4.08 4.05 3.40 5/271 177138
/proc/meminfo: memFree=123832492/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=324916 memory=287412 CPUtime=3.06 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 60938 0 0 0 296 10 0 0 20 0 1 0 243070423 332713984 71853 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 81229 71853 800 2416 0 78331 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 331900 KiB
Current children cumulated memory: 291892 KiB

[startup+6.30021 s]
/proc/loadavg: 4.08 4.05 3.40 5/271 177138
/proc/meminfo: memFree=123762204/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=343884 memory=306012 CPUtime=6.24 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 61526 0 0 0 614 10 0 0 20 0 1 0 243070423 352137216 76503 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 85971 76503 800 2416 0 83073 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 350868 KiB
Current children cumulated memory: 310492 KiB

[startup+12.7002 s]
/proc/loadavg: 3.99 4.04 3.40 5/271 177194
/proc/meminfo: memFree=123578640/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=373152 memory=339748 CPUtime=12.63 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 63290 0 0 0 1249 14 0 0 20 0 1 0 243070423 382107648 84937 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 93288 84937 800 2416 0 90390 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 380136 KiB
Current children cumulated memory: 344228 KiB

[startup+25.5002 s]
/proc/loadavg: 3.99 4.03 3.41 5/271 177194
/proc/meminfo: memFree=123578928/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=403972 memory=364592 CPUtime=25.39 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 66065 0 0 0 2522 17 0 0 20 0 1 0 243070423 413667328 91148 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 100993 91148 800 2416 0 98095 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 410956 KiB
Current children cumulated memory: 369072 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.06 3.43 5/271 177194
/proc/meminfo: memFree=123587676/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177137] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177137/stat : 177137 (timeout) S 177134 177137 176781 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243070423 2723840 352 18446744073709551615 94384760979456 94384760995969 140725503967600 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94384761010736 94384761012824 94384780066816 140725503973790 140725503973920 140725503973920 140725503979495 0
/proc/177137/statm: 665 352 352 5 0 90 0
[pid=177138] ppid=177137 vsize=403972 memory=358888 CPUtime=50.92 cores=5,7
/proc/177138/stat : 177138 (CASHWMaxSAT-Dis) R 177137 177137 176781 0 -1 4194304 72733 0 0 0 5064 28 0 0 20 0 1 0 243070423 413667328 89722 18446744073709551615 4198400 14093885 140736306502640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 27668480 140736306510244 140736306510361 140736306510361 140736306515936 0
/proc/177138/statm: 100993 89722 800 2416 0 98095 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 410956 KiB
Current children cumulated memory: 363368 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.07 3.47 5/271 177196
/proc/meminfo: memFree=123497412/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 250 102 0 0 0 0 0 0 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0

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

/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5943456 memory=5278048 CPUtime=283.4 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 764112 0 0 0 28000 340 0 0 20 0 1 0 243190225 6086098944 1319512 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1485864 1319512 2528 595 0 1470531 0
Current children cumulated CPU time: 1477.99 s
Current children cumulated vsize: 5950440 KiB
Current children cumulated memory: 5282528 KiB

[startup+1542.3 s]
/proc/loadavg: 2.08 2.94 3.52 3/255 177500
/proc/meminfo: memFree=118364656/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5943588 memory=5282312 CPUtime=343.21 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 764518 0 0 0 33981 340 0 0 20 0 1 0 243190225 6086234112 1320578 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1485897 1320578 2528 595 0 1470564 0
Current children cumulated CPU time: 1537.8 s
Current children cumulated vsize: 5950572 KiB
Current children cumulated memory: 5286792 KiB

[startup+1602.3 s]
/proc/loadavg: 2.14 2.80 3.43 3/255 177502
/proc/meminfo: memFree=118363220/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5945040 memory=5283720 CPUtime=403.02 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 764919 0 0 0 39962 340 0 0 20 0 1 0 243190225 6087720960 1320930 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1486260 1320930 2528 595 0 1470927 0
Current children cumulated CPU time: 1597.61 s
Current children cumulated vsize: 5952024 KiB
Current children cumulated memory: 5288200 KiB

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

# cumulated CPU time of all completed processes:  user=1619.06 s, system=8.2088 s

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

[startup+1612.8 s]
/proc/loadavg: 2.11 2.77 3.42 3/255 177503
/proc/meminfo: memFree=118367596/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5945172 memory=5285920 CPUtime=413.49 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 765003 0 0 0 41009 340 0 0 20 0 1 0 243190225 6087856128 1321480 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1486293 1321480 2528 595 0 1470960 0
Current children cumulated CPU time: 1608.08 s
Current children cumulated vsize: 5952156 KiB
Current children cumulated memory: 5290400 KiB

[startup+1625.6 s]
/proc/loadavg: 2.09 2.73 3.39 3/255 177503
/proc/meminfo: memFree=118364980/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5945172 memory=5285920 CPUtime=426.25 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 765003 0 0 0 42285 340 0 0 20 0 1 0 243190225 6087856128 1321480 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1486293 1321480 2528 595 0 1470960 0
Current children cumulated CPU time: 1620.84 s
Current children cumulated vsize: 5952156 KiB
Current children cumulated memory: 5290400 KiB

[startup+1628.8 s]
/proc/loadavg: 2.08 2.72 3.39 3/255 177503
/proc/meminfo: memFree=118367800/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5945172 memory=5285920 CPUtime=429.44 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 765003 0 0 0 42604 340 0 0 20 0 1 0 243190225 6087856128 1321480 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1486293 1321480 2528 595 0 1470960 0
Current children cumulated CPU time: 1624.03 s
Current children cumulated vsize: 5952156 KiB
Current children cumulated memory: 5290400 KiB

[startup+1630.4 s]
/proc/loadavg: 2.08 2.72 3.39 3/255 177503
/proc/meminfo: memFree=118367800/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5945964 memory=5288724 CPUtime=431.04 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 765265 0 0 0 42763 341 0 0 20 0 1 0 243190225 6088667136 1322181 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1486491 1322181 2528 595 0 1471158 0
Current children cumulated CPU time: 1625.63 s
Current children cumulated vsize: 5952948 KiB
Current children cumulated memory: 5293204 KiB

[startup+1631.2 s]
/proc/loadavg: 2.08 2.72 3.39 3/255 177503
/proc/meminfo: memFree=118905144/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5382856 memory=4729112 CPUtime=431.84 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 765784 0 0 0 42843 341 0 0 20 0 1 0 243190225 5512044544 1182278 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1345714 1182278 2624 595 0 1330381 0
Current children cumulated CPU time: 1626.43 s
Current children cumulated vsize: 5389840 KiB
Current children cumulated memory: 4733592 KiB

[startup+1631.6 s]
/proc/loadavg: 2.08 2.72 3.39 3/255 177503
/proc/meminfo: memFree=118905144/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
[pid=177251] ppid=177250 vsize=5190608 memory=4536864 CPUtime=432.24 cores=5,7
/proc/177251/stat : 177251 (SynLSCD) R 177250 177250 176781 0 -1 4194304 765878 0 0 0 42883 341 0 0 20 0 1 0 243190225 5315182592 1134216 18446744073709551615 94675638677504 94675641112105 140722573226464 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94675641593080 94675641626112 94675647729664 140722573228448 140722573228583 140722573228583 140722573234158 0
/proc/177251/statm: 1297652 1134216 2624 595 0 1282319 0
Current children cumulated CPU time: 1626.83 s
Current children cumulated vsize: 5197592 KiB
Current children cumulated memory: 4541344 KiB

[startup+1632 s]*
/proc/loadavg: 2.08 2.72 3.39 3/255 177503
/proc/meminfo: memFree=122120740/131249988 swapFree=33010416/33010684
[pid=177134] ppid=177127 vsize=4324 memory=3072 CPUtime=1194.59 cores=5,7
/proc/177134/stat : 177134 (Hybrid-CASHWMax) S 177127 177134 176781 0 -1 4194304 285 306921 0 0 0 0 118990 469 20 0 1 0 243070422 4427776 768 18446744073709551615 94918926680064 94918927574597 140720629969680 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94918927813648 94918927861392 94918933106688 140720629975381 140720629975535 140720629975535 140720629981139 0
/proc/177134/statm: 1081 768 704 219 0 143 0
[pid=177250] ppid=177134 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/177250/stat : 177250 (timeout) S 177134 177250 176781 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 243190224 2723840 352 18446744073709551615 94000985636864 94000985653377 140731810024608 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94000985668144 94000985670232 94000994295808 140731810027910 140731810028064 140731810028064 140731810033639 0
/proc/177250/statm: 665 352 352 5 0 90 0
Current children cumulated CPU time: 1194.59 s
Current children cumulated vsize: 6984 KiB
Current children cumulated memory: 4480 KiB

Child status: 0

Real time (s): 1632.05
CPU time (s): 1627.27
CPU user time (s): 1619.06
CPU system time (s): 8.2088
CPU usage (%): 99.7068
Max. virtual memory (cumulated for all children) (KiB): 5952948
Max. memory (cumulated for all children) (KiB): 5293204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1619.06
system time used= 8.2088
maximum resident set size= 5291028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1074123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 941
involuntary context switches= 9762


# summary of solver processes directly reported to runsolver:
#   pid: 177134
#   total CPU time (s): 1627.27
#   total CPU user time (s): 1619.06
#   total CPU system time (s): 8.2088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2995 second user time and 7.66825 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 14:31:59
IDJOB=4548048
IDBENCH=174715
IDSOLVER=3425
FILE ID=nodeC031/4548048-1753273919
RUNJOBID= nodeC031-1753272711-176794
SLURM_JOB_ID= 9690027
Free space on /tmp= 432896 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_30_088.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548048-1753273919/watcher-4548048-1753273919 -o /tmp/evaluation-result-4548048-1753273919/solver-4548048-1753273919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753272711-176794 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548048-1753273919.opb 3600 HOME

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

MD5SUM BENCH= 225933de352582a5f5a47ed5392988f0
RANDOM SEED=793135311

nodeC031 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.890
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.78
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.600
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.78
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		: 3601.423
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124313436 kB
MemAvailable:   129568604 kB
Buffers:            2128 kB
Cached:          5939164 kB
SwapCached:            8 kB
Active:          1222080 kB
Inactive:        4805096 kB
Active(anon):     101668 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file):  4794632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56364 kB
Writeback:             0 kB
AnonPages:         88968 kB
Mapped:           114808 kB
Shmem:             26248 kB
KReclaimable:     358724 kB
Slab:             457792 kB
SReclaimable:     358724 kB
SUnreclaim:        99068 kB
KernelStack:        4160 kB
PageTables:         3284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     412376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432912 MiB
End job on nodeC031 at 2025-07-23 14:59:11