Trace number 4547607

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 1840.94 1846.33

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
MD5SUM533dc96f2f67a4db8413c4c2a7be8312
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 benchmark19.0046
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53041
Total number of constraints39169
Number of constraints which are clauses12241
Number of constraints which are cardinality constraints (but not clauses)1968
Number of constraints which are nor clauses,nor cardinality constraints24960
Minimum length of a constraint1
Maximum length of a constraint53
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 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1191
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1840.81/1846.29	c Exit code from Second Program: 20
1840.91/1846.31	c #vars 53041 #constraints 41089 0.774665 1
1840.91/1846.31	c intsize: 11
1840.91/1846.31	c 41089 constraints
1840.91/1846.31	c Finish cloning data from SAT to LS
1840.91/1846.31	c restart_num_ls  -100000 0
1840.91/1846.31	c Use LS-small
1840.91/1846.31	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 (60250 MiB free)
  memory of node 1: 64465 MiB (57030 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547607-1753270604/watcher-4547607-1753270604 -o /tmp/evaluation-result-4547607-1753270604/solver-4547607-1753270604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753270604-175197 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547607-1753270604.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=175240, runsolver pid=175231

[startup+0.100059 s]*
/proc/loadavg: 2.34 3.60 3.91 6/274 175266
/proc/meminfo: memFree=120076296/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=29368 memory=14512 CPUtime=0.06 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 3026 0 0 0 6 0 0 0 20 0 1 0 242737928 30072832 3628 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 7342 3628 864 2593 0 4235 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 36352 KiB
Current children cumulated memory: 18992 KiB

[startup+0.204934 s]*
/proc/loadavg: 2.34 3.60 3.91 6/274 175266
/proc/meminfo: memFree=120025352/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=44104 memory=28328 CPUtime=0.17 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 6733 0 0 0 16 1 0 0 20 0 1 0 242737928 45162496 7082 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 11026 7082 864 2593 0 7919 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 51088 KiB
Current children cumulated memory: 32808 KiB

[startup+0.304827 s]*
/proc/loadavg: 2.34 3.60 3.91 6/274 175266
/proc/meminfo: memFree=119953532/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=57364 memory=41512 CPUtime=0.26 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 10037 0 0 0 25 1 0 0 20 0 1 0 242737928 58740736 10378 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 14341 10378 864 2593 0 11234 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 64348 KiB
Current children cumulated memory: 45992 KiB

[startup+0.700187 s]
/proc/loadavg: 2.34 3.60 3.91 6/274 175266
/proc/meminfo: memFree=119821104/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=108680 memory=91948 CPUtime=0.66 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 23887 0 0 0 62 4 0 0 20 0 1 0 242737928 111288320 22987 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 27170 22987 896 2593 0 24063 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 115664 KiB
Current children cumulated memory: 96428 KiB

[startup+1.50019 s]
/proc/loadavg: 2.34 3.60 3.91 6/274 175266
/proc/meminfo: memFree=119518144/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=378688 memory=331120 CPUtime=1.45 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 44356 0 0 0 134 11 0 0 20 0 1 0 242737928 387776512 82780 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 94672 82780 896 2593 0 91565 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 385672 KiB
Current children cumulated memory: 335600 KiB

[startup+3.10551 s]
/proc/loadavg: 2.55 3.62 3.92 6/274 175266
/proc/meminfo: memFree=118504420/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=768852 memory=694236 CPUtime=3.05 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 85970 0 0 0 283 22 0 0 20 0 1 0 242737928 787304448 173559 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 192213 173559 896 2593 0 189106 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 775836 KiB
Current children cumulated memory: 698716 KiB

[startup+6.30023 s]
/proc/loadavg: 2.55 3.62 3.92 6/274 175266
/proc/meminfo: memFree=118230864/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=894632 memory=814968 CPUtime=6.24 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 97658 0 0 0 593 31 0 0 20 0 1 0 242737928 916103168 203742 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 223658 203742 960 2593 0 220551 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 901616 KiB
Current children cumulated memory: 819448 KiB

[startup+12.7002 s]
/proc/loadavg: 2.85 3.65 3.93 6/274 175266
/proc/meminfo: memFree=117598404/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=954096 memory=846372 CPUtime=12.62 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 106538 0 0 0 1221 41 0 0 20 0 1 0 242737928 976994304 211593 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 238524 211593 992 2593 0 235417 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 961080 KiB
Current children cumulated memory: 850852 KiB

[startup+25.5002 s]
/proc/loadavg: 3.03 3.66 3.93 6/273 175267
/proc/meminfo: memFree=117935920/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=850832 memory=773596 CPUtime=25.38 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 111454 0 0 0 2486 52 0 0 20 0 1 0 242737928 871251968 193399 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 212708 193399 992 2593 0 209601 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 857816 KiB
Current children cumulated memory: 778076 KiB

[startup+51.1054 s]
/proc/loadavg: 3.44 3.70 3.93 6/273 175267
/proc/meminfo: memFree=117916340/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=849056 memory=775940 CPUtime=50.92 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 118311 0 0 0 5025 67 0 0 20 0 1 0 242737928 869433344 193985 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 212264 193985 992 2593 0 209157 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 856040 KiB
Current children cumulated memory: 780420 KiB

[startup+102.3 s]
/proc/loadavg: 3.85 3.77 3.95 6/275 175277
/proc/meminfo: memFree=117922868/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0

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

/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=888520 memory=782812 CPUtime=1657.48 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 223572 0 0 0 165476 272 0 0 20 0 1 0 242737928 909844480 195703 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 222130 195703 992 2593 0 219023 0
Current children cumulated CPU time: 1657.48 s
Current children cumulated vsize: 895504 KiB
Current children cumulated memory: 787292 KiB

[startup+1722.3 s]
/proc/loadavg: 2.15 2.15 2.61 3/256 175429
/proc/meminfo: memFree=118751796/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=851272 memory=745644 CPUtime=1717.3 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 223789 0 0 0 171456 274 0 0 20 0 1 0 242737928 871702528 186411 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 212818 186411 992 2593 0 209711 0
Current children cumulated CPU time: 1717.3 s
Current children cumulated vsize: 858256 KiB
Current children cumulated memory: 750124 KiB

[startup+1782.3 s]
/proc/loadavg: 2.12 2.14 2.58 3/255 175431
/proc/meminfo: memFree=118750556/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175249] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175249/stat : 175249 (timeout) S 175240 175249 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242737926 2723840 352 18446744073709551615 94864879554560 94864879571073 140730565758864 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94864879585840 94864879587928 94864890851328 140730565761438 140730565761568 140730565761568 140730565767143 0
/proc/175249/statm: 665 352 352 5 0 90 0
[pid=175251] ppid=175249 vsize=851272 memory=745644 CPUtime=1777.12 cores=1,3
/proc/175251/stat : 175251 (CASHWMaxSAT-Dis) R 175249 175249 175185 0 -1 4194304 224604 0 0 0 177437 275 0 0 20 0 1 0 242737928 871702528 186411 18446744073709551615 4198400 14817773 140728326195568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 27160576 140728326199716 140728326199833 140728326199833 140728326205408 0
/proc/175251/statm: 212818 186411 992 2593 0 209711 0
Current children cumulated CPU time: 1777.12 s
Current children cumulated vsize: 858256 KiB
Current children cumulated memory: 750124 KiB

[startup+1842.3 s]
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119203248/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1792.82 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 282 224824 0 0 0 0 179006 276 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175432] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175432/stat : 175432 (timeout) S 175240 175432 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242917728 2723840 352 18446744073709551615 94166344101888 94166344118401 140731322808784 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94166344133168 94166344135256 94166365876224 140731322812806 140731322812960 140731322812960 140731322818535 0
/proc/175432/statm: 665 352 352 5 0 90 0
[pid=175433] ppid=175432 vsize=581792 memory=484748 CPUtime=44.1 cores=1,3
/proc/175433/stat : 175433 (SynLSCD) R 175432 175432 175185 0 -1 4194304 86262 0 0 0 4239 171 0 0 20 0 1 0 242917728 595755008 121187 18446744073709551615 94834550857728 94834553292329 140721275105936 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94834553773304 94834553806336 94834559115264 140721275107744 140721275107879 140721275107879 140721275113454 0
/proc/175433/statm: 145448 121187 2496 595 0 130115 0
Current children cumulated CPU time: 1836.92 s
Current children cumulated vsize: 588776 KiB
Current children cumulated memory: 489228 KiB

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

# cumulated CPU time of all completed processes:  user=1836.41 s, system=4.52704 s

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

[startup+1843.2 s]
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119204856/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1792.82 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 282 224824 0 0 0 0 179006 276 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175432] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175432/stat : 175432 (timeout) S 175240 175432 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242917728 2723840 352 18446744073709551615 94166344101888 94166344118401 140731322808784 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94166344133168 94166344135256 94166365876224 140731322812806 140731322812960 140731322812960 140731322818535 0
/proc/175432/statm: 665 352 352 5 0 90 0
[pid=175433] ppid=175432 vsize=581792 memory=484748 CPUtime=44.99 cores=1,3
/proc/175433/stat : 175433 (SynLSCD) R 175432 175432 175185 0 -1 4194304 86262 0 0 0 4328 171 0 0 20 0 1 0 242917728 595755008 121187 18446744073709551615 94834550857728 94834553292329 140721275105936 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94834553773304 94834553806336 94834559115264 140721275107744 140721275107879 140721275107879 140721275113454 0
/proc/175433/statm: 145448 121187 2496 595 0 130115 0
Current children cumulated CPU time: 1837.81 s
Current children cumulated vsize: 588776 KiB
Current children cumulated memory: 489228 KiB

[startup+1844.8 s]
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119204928/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1792.82 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 282 224824 0 0 0 0 179006 276 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175432] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175432/stat : 175432 (timeout) S 175240 175432 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242917728 2723840 352 18446744073709551615 94166344101888 94166344118401 140731322808784 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94166344133168 94166344135256 94166365876224 140731322812806 140731322812960 140731322812960 140731322818535 0
/proc/175432/statm: 665 352 352 5 0 90 0
[pid=175433] ppid=175432 vsize=585216 memory=486156 CPUtime=46.59 cores=1,3
/proc/175433/stat : 175433 (SynLSCD) R 175432 175432 175185 0 -1 4194304 86634 0 0 0 4488 171 0 0 20 0 1 0 242917728 599261184 121539 18446744073709551615 94834550857728 94834553292329 140721275105936 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94834553773304 94834553806336 94834559115264 140721275107744 140721275107879 140721275107879 140721275113454 0
/proc/175433/statm: 146304 121539 2496 595 0 130971 0
Current children cumulated CPU time: 1839.41 s
Current children cumulated vsize: 592200 KiB
Current children cumulated memory: 490636 KiB

[startup+1845.6 s]
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119204928/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1792.82 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 282 224824 0 0 0 0 179006 276 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175432] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175432/stat : 175432 (timeout) S 175240 175432 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242917728 2723840 352 18446744073709551615 94166344101888 94166344118401 140731322808784 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94166344133168 94166344135256 94166365876224 140731322812806 140731322812960 140731322812960 140731322818535 0
/proc/175432/statm: 665 352 352 5 0 90 0
[pid=175433] ppid=175432 vsize=585216 memory=486156 CPUtime=47.4 cores=1,3
/proc/175433/stat : 175433 (SynLSCD) R 175432 175432 175185 0 -1 4194304 86639 0 0 0 4568 172 0 0 20 0 1 0 242917728 599261184 121539 18446744073709551615 94834550857728 94834553292329 140721275105936 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94834553773304 94834553806336 94834559115264 140721275107744 140721275107879 140721275107879 140721275113454 0
/proc/175433/statm: 146304 121539 2496 595 0 130971 0
Current children cumulated CPU time: 1840.22 s
Current children cumulated vsize: 592200 KiB
Current children cumulated memory: 490636 KiB

[startup+1846 s]*
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119200896/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1792.82 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 282 224824 0 0 0 0 179006 276 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175432] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175432/stat : 175432 (timeout) S 175240 175432 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242917728 2723840 352 18446744073709551615 94166344101888 94166344118401 140731322808784 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94166344133168 94166344135256 94166365876224 140731322812806 140731322812960 140731322812960 140731322818535 0
/proc/175432/statm: 665 352 352 5 0 90 0
[pid=175433] ppid=175432 vsize=585216 memory=486412 CPUtime=47.79 cores=1,3
/proc/175433/stat : 175433 (SynLSCD) R 175432 175432 175185 0 -1 4194304 86687 0 0 0 4607 172 0 0 20 0 1 0 242917728 599261184 121603 18446744073709551615 94834550857728 94834553292329 140721275105936 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94834553773304 94834553806336 94834559115264 140721275107744 140721275107879 140721275107879 140721275113454 0
/proc/175433/statm: 146304 121603 2496 595 0 130971 0
Current children cumulated CPU time: 1840.61 s
Current children cumulated vsize: 592200 KiB
Current children cumulated memory: 490892 KiB

[startup+1846.2 s]
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119200896/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1792.82 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 282 224824 0 0 0 0 179006 276 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
[pid=175432] ppid=175240 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175432/stat : 175432 (timeout) S 175240 175432 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242917728 2723840 352 18446744073709551615 94166344101888 94166344118401 140731322808784 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94166344133168 94166344135256 94166365876224 140731322812806 140731322812960 140731322812960 140731322818535 0
/proc/175432/statm: 665 352 352 5 0 90 0
[pid=175433] ppid=175432 vsize=520084 memory=428180 CPUtime=47.99 cores=1,3
/proc/175433/stat : 175433 (SynLSCD) R 175432 175432 175185 0 -1 4194304 86693 0 0 0 4627 172 0 0 20 0 1 0 242917728 532566016 107045 18446744073709551615 94834550857728 94834553292329 140721275105936 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94834553773304 94834553806336 94834559115264 140721275107744 140721275107879 140721275107879 140721275113454 0
/proc/175433/statm: 130021 107045 2592 595 0 114688 0
Current children cumulated CPU time: 1840.81 s
Current children cumulated vsize: 527068 KiB
Current children cumulated memory: 432660 KiB

[startup+1846.3 s]
/proc/loadavg: 2.09 2.13 2.54 3/256 175439
/proc/meminfo: memFree=119200896/131250000 swapFree=33008356/33010684
[pid=175240] ppid=175231 vsize=4324 memory=3072 CPUtime=1840.91 cores=1,3
/proc/175240/stat : 175240 (Hybrid-CASHWMax) S 175231 175240 175185 0 -1 4194304 301 311661 0 0 0 0 183640 451 20 0 1 0 242737924 4427776 768 18446744073709551615 94124537434112 94124538328645 140729514674656 0 0 0 2 4 65536 1 0 0 17 1 0 0 0 0 0 94124538567696 94124538615440 94124552040448 140729514678613 140729514678767 140729514678767 140729514684371 0
/proc/175240/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1840.91 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1846.33
CPU time (s): 1840.94
CPU user time (s): 1836.41
CPU system time (s): 4.52704
CPU usage (%): 99.7081
Max. virtual memory (cumulated for all children) (KiB): 1014048
Max. memory (cumulated for all children) (KiB): 918776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1836.41
system time used= 4.52704
maximum resident set size= 914296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312821
page faults= 2
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1079
involuntary context switches= 2939


# summary of solver processes directly reported to runsolver:
#   pid: 175240
#   total CPU time (s): 1840.94
#   total CPU user time (s): 1836.41
#   total CPU system time (s): 4.52704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.66877 second user time and 8.18753 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 13:36:44
IDJOB=4547607
IDBENCH=180858
IDSOLVER=3424
FILE ID=nodeC019/4547607-1753270604
RUNJOBID= nodeC019-1753270604-175197
SLURM_JOB_ID= 9689192
Free space on /tmp= 433028 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547607-1753270604/watcher-4547607-1753270604 -o /tmp/evaluation-result-4547607-1753270604/solver-4547607-1753270604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753270604-175197 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547607-1753270604.opb 3600 HOME

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

MD5SUM BENCH= 533dc96f2f67a4db8413c4c2a7be8312
RANDOM SEED=711353342

nodeC019 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.734
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.37
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.442
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.37
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		: 3596.407
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.37
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.985
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.37
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.925
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120106208 kB
MemAvailable:   129634652 kB
Buffers:             904 kB
Cached:         10268420 kB
SwapCached:          416 kB
Active:          1163520 kB
Inactive:        9174008 kB
Active(anon):      80852 kB
Inactive(anon):    12804 kB
Active(file):    1082668 kB
Inactive(file):  9161204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72988 kB
Writeback:             0 kB
AnonPages:         71180 kB
Mapped:           108988 kB
Shmem:             25452 kB
KReclaimable:     247624 kB
Slab:             343848 kB
SReclaimable:     247624 kB
SUnreclaim:        96224 kB
KernelStack:        4116 kB
PageTables:         2584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC019 at 2025-07-23 14:07:31