Trace number 4547551

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-07-23UNSAT 2360.98 2367.26

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_30_096.opb
MD5SUMfedac043231dc7d3bd4ac0917a28b068
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 benchmark6.12995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables279390
Total number of constraints5791
Number of constraints which are clauses2911
Number of constraints which are cardinality constraints (but not clauses)2880
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint97
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 98
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

1793.02/2367.22	c Exit code from Second Program: 20
1793.02/2367.24	c #vars 279390 #constraints 5791 0.0207273 1
1793.02/2367.24	c intsize: 7
1793.02/2367.24	c 5791 constraints
1793.02/2367.24	c Finish cloning data from SAT to LS
1793.02/2367.24	c restart_num_ls  -100000 0
1793.02/2367.24	c Use LS-small
1793.02/2367.24	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 (62138 MiB free)
  memory of node 1: 64465 MiB (61159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547551-1753268599/watcher-4547551-1753268599 -o /tmp/evaluation-result-4547551-1753268599/solver-4547551-1753268599 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753268283-191353 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547551-1753268599.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=191891, runsolver pid=191888

[startup+0.100069 s]*
/proc/loadavg: 4.05 3.07 2.54 5/272 191895
/proc/meminfo: memFree=126253676/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=33736 memory=19120 CPUtime=0.07 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 4447 0 0 0 7 0 0 0 20 0 1 0 242538321 34545664 4780 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 8434 4780 864 2593 0 5327 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 40720 KiB
Current children cumulated memory: 23344 KiB

[startup+0.205951 s]*
/proc/loadavg: 4.05 3.07 2.54 5/272 191895
/proc/meminfo: memFree=126238052/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=50664 memory=35788 CPUtime=0.19 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 9110 0 0 0 18 1 0 0 20 0 1 0 242538321 51879936 8947 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 12666 8947 864 2593 0 9559 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 57648 KiB
Current children cumulated memory: 40012 KiB

[startup+0.305824 s]*
/proc/loadavg: 4.05 3.07 2.54 5/272 191895
/proc/meminfo: memFree=126213732/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=71844 memory=55776 CPUtime=0.28 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 13618 0 0 0 27 1 0 0 20 0 1 0 242538321 73568256 13944 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 17961 13944 864 2593 0 14854 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 78828 KiB
Current children cumulated memory: 60000 KiB

[startup+0.700236 s]
/proc/loadavg: 4.05 3.07 2.54 5/272 191895
/proc/meminfo: memFree=126189792/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=138892 memory=122548 CPUtime=0.67 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 27766 0 0 0 62 5 0 0 20 0 1 0 242538321 142225408 30637 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 34723 30637 864 2593 0 31616 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 145876 KiB
Current children cumulated memory: 126772 KiB

[startup+1.50024 s]
/proc/loadavg: 4.05 3.07 2.54 5/272 191895
/proc/meminfo: memFree=126117224/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=303904 memory=280960 CPUtime=1.47 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 50856 0 0 0 136 11 0 0 20 0 1 0 242538321 311197696 70240 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 75976 70240 896 2593 0 72869 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 310888 KiB
Current children cumulated memory: 285184 KiB

[startup+3.10568 s]
/proc/loadavg: 4.05 3.09 2.55 5/272 191895
/proc/meminfo: memFree=125792856/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=544836 memory=507508 CPUtime=3.07 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 75339 0 0 0 290 17 0 0 20 0 1 0 242538321 557912064 126877 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 136209 126877 960 2593 0 133102 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 551820 KiB
Current children cumulated memory: 511732 KiB

[startup+6.30025 s]
/proc/loadavg: 4.05 3.09 2.55 5/272 191895
/proc/meminfo: memFree=125755784/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=520396 memory=485252 CPUtime=6.25 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 79986 0 0 0 605 20 0 0 20 0 1 0 242538321 532885504 121313 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 130099 121313 992 2593 0 126992 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 527380 KiB
Current children cumulated memory: 489476 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 3.12 2.56 5/271 191895
/proc/meminfo: memFree=125736372/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=503356 memory=468280 CPUtime=12.64 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 83355 0 0 0 1238 26 0 0 20 0 1 0 242538321 515436544 117070 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 125839 117070 992 2593 0 122732 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 510340 KiB
Current children cumulated memory: 472504 KiB

[startup+25.5003 s]
/proc/loadavg: 4.03 3.15 2.58 5/271 191895
/proc/meminfo: memFree=125783864/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=504852 memory=469776 CPUtime=25.4 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 86145 0 0 0 2510 30 0 0 20 0 1 0 242538321 516968448 117444 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 126213 117444 992 2593 0 123106 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 511836 KiB
Current children cumulated memory: 474000 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 3.23 2.62 5/270 191896
/proc/meminfo: memFree=125726336/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=191894] ppid=191891 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/191894/stat : 191894 (timeout) S 191891 191894 189054 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242538321 2723840 320 18446744073709551615 94365792501760 94365792518273 140733852798992 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94365792533040 94365792535128 94365805457408 140733852805534 140733852805664 140733852805664 140733852811239 0
/proc/191894/statm: 665 320 320 5 0 90 0
[pid=191895] ppid=191894 vsize=518940 memory=483864 CPUtime=50.94 cores=4,6
/proc/191895/stat : 191895 (CASHWMaxSAT-Dis) R 191894 191894 189054 0 -1 4194304 95344 0 0 0 5043 51 0 0 20 0 1 0 242538321 531394560 120966 18446744073709551615 4198400 14817773 140720845310560 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 24637440 140720845318564 140720845318681 140720845318681 140720845324256 0
/proc/191895/statm: 129735 120966 992 2593 0 126628 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 525924 KiB
Current children cumulated memory: 488088 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.38 2.71 5/270 191898
/proc/meminfo: memFree=125724740/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 248 106 0 0 0 0 0 0 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0

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

/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8128504 memory=7079716 CPUtime=463.2 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 980172 0 0 0 45871 449 0 0 20 0 1 0 242718122 8323588096 1769929 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2032126 1769929 2528 595 0 2016793 0
Current children cumulated CPU time: 2256.22 s
Current children cumulated vsize: 8135488 KiB
Current children cumulated memory: 7084068 KiB

[startup+2322.3 s]
/proc/loadavg: 2.15 2.24 2.81 3/255 192089
/proc/meminfo: memFree=119351676/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8134444 memory=7092072 CPUtime=523.09 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 981970 0 0 0 51859 450 0 0 20 0 1 0 242718122 8329670656 1773018 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2033611 1773018 2528 595 0 2018278 0
Current children cumulated CPU time: 2316.11 s
Current children cumulated vsize: 8141428 KiB
Current children cumulated memory: 7096424 KiB

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

# cumulated CPU time of all completed processes:  user=2351.87 s, system=9.11162 s

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

[startup+2329.6 s]
/proc/loadavg: 2.13 2.23 2.80 3/255 192089
/proc/meminfo: memFree=119351692/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8134444 memory=7092072 CPUtime=530.38 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 981970 0 0 0 52588 450 0 0 20 0 1 0 242718122 8329670656 1773018 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2033611 1773018 2528 595 0 2018278 0
Current children cumulated CPU time: 2323.4 s
Current children cumulated vsize: 8141428 KiB
Current children cumulated memory: 7096424 KiB

[startup+2342.4 s]
/proc/loadavg: 2.11 2.22 2.79 3/255 192089
/proc/meminfo: memFree=119351216/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8134444 memory=7092072 CPUtime=543.16 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 981970 0 0 0 53866 450 0 0 20 0 1 0 242718122 8329670656 1773018 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2033611 1773018 2528 595 0 2018278 0
Current children cumulated CPU time: 2336.18 s
Current children cumulated vsize: 8141428 KiB
Current children cumulated memory: 7096424 KiB

[startup+2355.2 s]
/proc/loadavg: 2.08 2.21 2.78 3/255 192090
/proc/meminfo: memFree=119338340/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8136028 memory=7099824 CPUtime=555.94 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 982436 0 0 0 55144 450 0 0 20 0 1 0 242718122 8331292672 1774956 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2034007 1774956 2528 595 0 2018674 0
Current children cumulated CPU time: 2348.96 s
Current children cumulated vsize: 8143012 KiB
Current children cumulated memory: 7104176 KiB

[startup+2361.6 s]
/proc/loadavg: 2.08 2.21 2.77 3/255 192090
/proc/meminfo: memFree=119337220/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8136028 memory=7099824 CPUtime=562.32 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 982440 0 0 0 55782 450 0 0 20 0 1 0 242718122 8331292672 1774956 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2034007 1774956 2528 595 0 2018674 0
Current children cumulated CPU time: 2355.34 s
Current children cumulated vsize: 8143012 KiB
Current children cumulated memory: 7104176 KiB

[startup+2364.8 s]
/proc/loadavg: 2.15 2.22 2.77 3/255 192090
/proc/meminfo: memFree=119320964/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=8146588 memory=7118684 CPUtime=565.51 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 985273 0 0 0 56101 450 0 0 20 0 1 0 242718122 8342106112 1779671 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 2036647 1779671 2528 595 0 2021314 0
Current children cumulated CPU time: 2358.53 s
Current children cumulated vsize: 8153572 KiB
Current children cumulated memory: 7123036 KiB

[startup+2366.4 s]
/proc/loadavg: 2.15 2.22 2.77 3/255 192090
/proc/meminfo: memFree=120111636/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=7145656 memory=6316472 CPUtime=567.11 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 986678 0 0 0 56260 451 0 0 20 0 1 0 242718122 7317151744 1579118 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 1786414 1579118 2592 595 0 1771081 0
Current children cumulated CPU time: 2360.13 s
Current children cumulated vsize: 7152640 KiB
Current children cumulated memory: 6320824 KiB

[startup+2366.8 s]
/proc/loadavg: 2.15 2.22 2.77 3/255 192090
/proc/meminfo: memFree=120111636/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
[pid=192064] ppid=192063 vsize=6755264 memory=5926080 CPUtime=567.51 cores=4,6
/proc/192064/stat : 192064 (SynLSCD) R 192063 192063 189054 0 -1 4194304 986874 0 0 0 56300 451 0 0 20 0 1 0 242718122 6917390336 1481520 18446744073709551615 94535372832768 94535375267369 140728788859920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94535375748344 94535375781376 94535407005696 140728788867488 140728788867623 140728788867623 140728788873198 0
/proc/192064/statm: 1688816 1481520 2592 595 0 1673483 0
Current children cumulated CPU time: 2360.53 s
Current children cumulated vsize: 6762248 KiB
Current children cumulated memory: 5930432 KiB

[startup+2367.2 s]
/proc/loadavg: 2.15 2.22 2.77 3/255 192090
/proc/meminfo: memFree=120500764/131249996 swapFree=33010160/33010684
[pid=191891] ppid=191888 vsize=4324 memory=2944 CPUtime=1793.02 cores=4,6
/proc/191891/stat : 191891 (Hybrid-CASHWMax) S 191888 191891 189054 0 -1 4194304 281 258131 0 0 0 0 178855 447 20 0 1 0 242538319 4427776 736 18446744073709551615 94007392702464 94007393596997 140734668716448 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94007393836048 94007393883792 94007411396608 140734668720469 140734668720623 140734668720623 140734668726227 0
/proc/191891/statm: 1081 736 672 219 0 143 0
[pid=192063] ppid=191891 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/192063/stat : 192063 (timeout) S 191891 192063 189054 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242718121 2723840 352 18446744073709551615 94270980907008 94270980923521 140735951898688 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94270980938288 94270980940376 94270995496960 140735951907206 140735951907360 140735951907360 140735951912935 0
/proc/192063/statm: 665 352 352 5 0 90 0
Current children cumulated CPU time: 1793.02 s
Current children cumulated vsize: 6984 KiB
Current children cumulated memory: 4352 KiB

Child status: 0

Real time (s): 2367.26
CPU time (s): 2360.98
CPU user time (s): 2351.87
CPU system time (s): 9.11162
CPU usage (%): 99.7349
Max. virtual memory (cumulated for all children) (KiB): 8155024
Max. memory (cumulated for all children) (KiB): 7126520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2351.87
system time used= 9.11162
maximum resident set size= 7124600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1246352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 988
involuntary context switches= 2472


# summary of solver processes directly reported to runsolver:
#   pid: 191891
#   total CPU time (s): 2360.98
#   total CPU user time (s): 2351.87
#   total CPU system time (s): 9.11162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.30809 second user time and 11.3224 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-23 13:03:19
IDJOB=4547551
IDBENCH=174564
IDSOLVER=3424
FILE ID=nodeC029/4547551-1753268599
RUNJOBID= nodeC029-1753268283-191353
SLURM_JOB_ID= 9689184
Free space on /tmp= 432964 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_30_096.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547551-1753268599/watcher-4547551-1753268599 -o /tmp/evaluation-result-4547551-1753268599/solver-4547551-1753268599 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753268283-191353 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547551-1753268599.opb 3600 HOME

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

MD5SUM BENCH= fedac043231dc7d3bd4ac0917a28b068
RANDOM SEED=779153912

nodeC029 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.713
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.46
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.725
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.46
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		: 3599.816
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.46
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		: 3589.521
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.46
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.720
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.46
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.722
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.46
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		: 3602.033
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.46
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		: 3554.208
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126257456 kB
MemAvailable:   129452044 kB
Buffers:            2128 kB
Cached:          3954772 kB
SwapCached:           36 kB
Active:          1579372 kB
Inactive:        2714984 kB
Active(anon):     358956 kB
Inactive(anon):     4716 kB
Active(file):    1220416 kB
Inactive(file):  2710268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23372 kB
Writeback:            20 kB
AnonPages:        338124 kB
Mapped:           121884 kB
Shmem:             26216 kB
KReclaimable:     206288 kB
Slab:             304036 kB
SReclaimable:     206288 kB
SUnreclaim:        97748 kB
KernelStack:        4352 kB
PageTables:         3920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     700296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC029 at 2025-07-23 13:42:46