Trace number 4547408

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 1797.13 1801.75

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/fixedbw_opb/normalized-subsetcard-eq-fixedbandwidth-3000.opb
MD5SUM4265bbe025469237f5d61ba95458ed2b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.153389
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12001
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1797.09/1801.70	c Exit code from Second Program: 20
1797.09/1801.72	c #vars 12001 #constraints 12000 0.999917 1
1797.09/1801.72	c intsize: 4
1797.09/1801.72	c 12000 constraints
1797.09/1801.72	c Finish cloning data from SAT to LS
1797.09/1801.72	c restart_num_ls  -100000 0
1797.09/1801.72	c Use LS-small
1797.09/1801.72	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 (45011 MiB free)
  memory of node 1: 64465 MiB (42615 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547408-1753269040/watcher-4547408-1753269040 -o /tmp/evaluation-result-4547408-1753269040/solver-4547408-1753269040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753267004-167028 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547408-1753269040.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=168207, runsolver pid=168204

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.10 3.85 5/271 168211
/proc/meminfo: memFree=89729724/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=36932 memory=22300 CPUtime=0.07 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 5200 0 0 0 7 0 0 0 20 0 1 0 242581568 37818368 5575 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 9233 5575 896 2593 0 6126 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 43916 KiB
Current children cumulated memory: 26780 KiB

[startup+0.205677 s]*
/proc/loadavg: 4.11 4.10 3.85 5/271 168211
/proc/meminfo: memFree=89719140/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=51532 memory=35300 CPUtime=0.18 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 9811 0 0 0 17 1 0 0 20 0 1 0 242581568 52768768 8825 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 12883 8825 960 2593 0 9776 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 58516 KiB
Current children cumulated memory: 39780 KiB

[startup+0.305854 s]*
/proc/loadavg: 4.11 4.10 3.85 5/271 168211
/proc/meminfo: memFree=89716620/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=51968 memory=35900 CPUtime=0.28 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 10308 0 0 0 27 1 0 0 20 0 1 0 242581568 53215232 8975 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 12992 8975 992 2593 0 9885 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 58952 KiB
Current children cumulated memory: 40380 KiB

[startup+0.700203 s]
/proc/loadavg: 4.11 4.10 3.85 5/271 168211
/proc/meminfo: memFree=89716620/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=52828 memory=36796 CPUtime=0.67 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 10535 0 0 0 66 1 0 0 20 0 1 0 242581568 54095872 9199 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 13207 9199 992 2593 0 10100 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 59812 KiB
Current children cumulated memory: 41276 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.10 3.85 5/271 168211
/proc/meminfo: memFree=89716620/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=54876 memory=39228 CPUtime=1.47 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 11142 0 0 0 145 2 0 0 20 0 1 0 242581568 56193024 9807 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 13719 9807 992 2593 0 10612 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 61860 KiB
Current children cumulated memory: 43708 KiB

[startup+3.10557 s]
/proc/loadavg: 4.11 4.10 3.85 5/271 168211
/proc/meminfo: memFree=89709064/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=58284 memory=42572 CPUtime=3.07 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 14416 0 0 0 305 2 0 0 20 0 1 0 242581568 59682816 10643 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 14571 10643 992 2593 0 11464 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 65268 KiB
Current children cumulated memory: 47052 KiB

[startup+6.30021 s]
/proc/loadavg: 4.18 4.11 3.86 5/271 168211
/proc/meminfo: memFree=89709548/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=55976 memory=40428 CPUtime=6.26 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 17013 0 0 0 623 3 0 0 20 0 1 0 242581568 57319424 10107 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 13994 10107 992 2593 0 10887 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 62960 KiB
Current children cumulated memory: 44908 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.11 3.86 5/271 168211
/proc/meminfo: memFree=89701988/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=57944 memory=42220 CPUtime=12.64 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 21554 0 0 0 1260 4 0 0 20 0 1 0 242581568 59334656 10555 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 14486 10555 992 2593 0 11379 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 64928 KiB
Current children cumulated memory: 46700 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.14 3.87 5/271 168211
/proc/meminfo: memFree=89726916/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=66432 memory=50800 CPUtime=25.41 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 37071 0 0 0 2531 10 0 0 20 0 1 0 242581568 68026368 12700 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 16608 12700 992 2593 0 13501 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 73416 KiB
Current children cumulated memory: 55280 KiB

[startup+51.1057 s]
/proc/loadavg: 4.44 4.19 3.90 5/271 168212
/proc/meminfo: memFree=89721908/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=74600 memory=58848 CPUtime=50.95 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 58294 0 0 0 5077 18 0 0 20 0 1 0 242581568 76390400 14712 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 18650 14712 992 2593 0 15543 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 81584 KiB
Current children cumulated memory: 63328 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.17 3.91 5/271 168213
/proc/meminfo: memFree=89677456/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3

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

/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=301876 memory=286816 CPUtime=1658.06 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 289401 0 0 0 165558 248 0 0 20 0 1 0 242581568 309121024 71704 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 75469 71704 992 2593 0 72362 0
Current children cumulated CPU time: 1658.06 s
Current children cumulated vsize: 308860 KiB
Current children cumulated memory: 291296 KiB

[startup+1722.3 s]
/proc/loadavg: 4.07 4.09 4.04 5/270 168289
/proc/meminfo: memFree=89405252/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=311136 memory=296012 CPUtime=1717.91 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 294735 0 0 0 171534 257 0 0 20 0 1 0 242581568 318603264 74003 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 77784 74003 992 2593 0 74677 0
Current children cumulated CPU time: 1717.91 s
Current children cumulated vsize: 318120 KiB
Current children cumulated memory: 300492 KiB

[startup+1782.3 s]
/proc/loadavg: 4.06 4.08 4.04 5/270 168291
/proc/meminfo: memFree=89393092/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=311768 memory=296708 CPUtime=1777.76 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 298694 0 0 0 177510 266 0 0 20 0 1 0 242581568 319250432 74177 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 77942 74177 992 2593 0 74835 0
Current children cumulated CPU time: 1777.76 s
Current children cumulated vsize: 318752 KiB
Current children cumulated memory: 301188 KiB

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

# cumulated CPU time of all completed processes:  user=1793.21 s, system=3.92177 s

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

[startup+1792 s]*
/proc/loadavg: 4.05 4.08 4.04 5/270 168291
/proc/meminfo: memFree=89393092/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168210] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168210/stat : 168210 (timeout) S 168207 168210 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242581567 2723840 352 18446744073709551615 94514935541760 94514935558273 140731028638000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94514935573040 94514935575128 94514950004736 140731028642206 140731028642336 140731028642336 140731028647911 0
/proc/168210/statm: 665 352 352 5 0 90 0
[pid=168211] ppid=168210 vsize=312300 memory=297240 CPUtime=1787.43 cores=1,3
/proc/168211/stat : 168211 (CASHWMaxSAT-Dis) R 168210 168210 164840 0 -1 4194304 300083 0 0 0 178475 268 0 0 20 0 1 0 242581568 319795200 74310 18446744073709551615 4198400 14817773 140728736977568 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 31338496 140728736979364 140728736979481 140728736979481 140728736985056 0
/proc/168211/statm: 78075 74310 992 2593 0 74968 0
Current children cumulated CPU time: 1787.43 s
Current children cumulated vsize: 319284 KiB
Current children cumulated memory: 301720 KiB

[startup+1798.4 s]
/proc/loadavg: 4.04 4.08 4.04 4/262 168333
/proc/meminfo: memFree=89450620/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=1793.44 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 282 300303 0 0 0 0 179075 269 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1793.44 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

[startup+1800 s]*
/proc/loadavg: 3.96 4.06 4.03 4/262 168335
/proc/meminfo: memFree=89709940/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=1793.44 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 282 300303 0 0 0 0 179075 269 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168334] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168334/stat : 168334 (timeout) S 168207 168334 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242761368 2723840 352 18446744073709551615 94139409080320 94139409096833 140734675716576 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94139409111600 94139409113688 94139412172800 140734675720582 140734675720736 140734675720736 140734675726311 0
/proc/168334/statm: 665 352 352 5 0 90 0
[pid=168335] ppid=168334 vsize=117724 memory=43572 CPUtime=1.95 cores=1,3
/proc/168335/stat : 168335 (SynLSCD) R 168334 168334 164840 0 -1 4194304 9151 0 0 0 125 70 0 0 20 0 1 0 242761369 120549376 10893 18446744073709551615 94551928659968 94551931094569 140724698337760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94551931575544 94551931608576 94551952347136 140724698343840 140724698343975 140724698343975 140724698349550 0
/proc/168335/statm: 29431 10893 2496 595 0 14098 0
Current children cumulated CPU time: 1795.39 s
Current children cumulated vsize: 124708 KiB
Current children cumulated memory: 48052 KiB

[startup+1800.8 s]
/proc/loadavg: 3.96 4.06 4.03 4/262 168335
/proc/meminfo: memFree=89709940/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=1793.44 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 282 300303 0 0 0 0 179075 269 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168334] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168334/stat : 168334 (timeout) S 168207 168334 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242761368 2723840 352 18446744073709551615 94139409080320 94139409096833 140734675716576 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94139409111600 94139409113688 94139412172800 140734675720582 140734675720736 140734675720736 140734675726311 0
/proc/168334/statm: 665 352 352 5 0 90 0
[pid=168335] ppid=168334 vsize=117724 memory=43572 CPUtime=2.75 cores=1,3
/proc/168335/stat : 168335 (SynLSCD) R 168334 168334 164840 0 -1 4194304 9151 0 0 0 174 101 0 0 20 0 1 0 242761369 120549376 10893 18446744073709551615 94551928659968 94551931094569 140724698337760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94551931575544 94551931608576 94551952347136 140724698343840 140724698343975 140724698343975 140724698349550 0
/proc/168335/statm: 29431 10893 2496 595 0 14098 0
Current children cumulated CPU time: 1796.19 s
Current children cumulated vsize: 124708 KiB
Current children cumulated memory: 48052 KiB

[startup+1801.2 s]
/proc/loadavg: 3.96 4.06 4.03 4/262 168335
/proc/meminfo: memFree=89709940/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=1793.44 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 282 300303 0 0 0 0 179075 269 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168334] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168334/stat : 168334 (timeout) S 168207 168334 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242761368 2723840 352 18446744073709551615 94139409080320 94139409096833 140734675716576 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94139409111600 94139409113688 94139412172800 140734675720582 140734675720736 140734675720736 140734675726311 0
/proc/168334/statm: 665 352 352 5 0 90 0
[pid=168335] ppid=168334 vsize=117724 memory=43572 CPUtime=3.15 cores=1,3
/proc/168335/stat : 168335 (SynLSCD) R 168334 168334 164840 0 -1 4194304 9151 0 0 0 198 117 0 0 20 0 1 0 242761369 120549376 10893 18446744073709551615 94551928659968 94551931094569 140724698337760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94551931575544 94551931608576 94551952347136 140724698343840 140724698343975 140724698343975 140724698349550 0
/proc/168335/statm: 29431 10893 2496 595 0 14098 0
Current children cumulated CPU time: 1796.59 s
Current children cumulated vsize: 124708 KiB
Current children cumulated memory: 48052 KiB

[startup+1801.6 s]
/proc/loadavg: 3.96 4.06 4.03 4/262 168335
/proc/meminfo: memFree=89709940/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=1793.44 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 282 300303 0 0 0 0 179075 269 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168334] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168334/stat : 168334 (timeout) S 168207 168334 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242761368 2723840 352 18446744073709551615 94139409080320 94139409096833 140734675716576 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94139409111600 94139409113688 94139412172800 140734675720582 140734675720736 140734675720736 140734675726311 0
/proc/168334/statm: 665 352 352 5 0 90 0
[pid=168335] ppid=168334 vsize=119024 memory=47268 CPUtime=3.55 cores=1,3
/proc/168335/stat : 168335 (SynLSCD) R 168334 168334 164840 0 -1 4194304 9500 0 0 0 234 121 0 0 20 0 1 0 242761369 121880576 11817 18446744073709551615 94551928659968 94551931094569 140724698337760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94551931575544 94551931608576 94551952347136 140724698343840 140724698343975 140724698343975 140724698349550 0
/proc/168335/statm: 29756 11817 2560 595 0 14423 0
Current children cumulated CPU time: 1796.99 s
Current children cumulated vsize: 126008 KiB
Current children cumulated memory: 51748 KiB

[startup+1801.7 s]
/proc/loadavg: 3.96 4.06 4.03 4/262 168335
/proc/meminfo: memFree=89709940/131249988 swapFree=33010160/33010684
[pid=168207] ppid=168204 vsize=4324 memory=3072 CPUtime=1793.44 cores=1,3
/proc/168207/stat : 168207 (Hybrid-CASHWMax) S 168204 168207 164840 0 -1 4194304 282 300303 0 0 0 0 179075 269 20 0 1 0 242581566 4427776 768 18446744073709551615 94870070976512 94870071871045 140726878157456 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94870072110096 94870072157840 94870074703872 140726878161237 140726878161391 140726878161391 140726878166995 0
/proc/168207/statm: 1081 768 704 219 0 143 0
[pid=168334] ppid=168207 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/168334/stat : 168334 (timeout) S 168207 168334 164840 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242761368 2723840 352 18446744073709551615 94139409080320 94139409096833 140734675716576 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94139409111600 94139409113688 94139412172800 140734675720582 140734675720736 140734675720736 140734675726311 0
/proc/168334/statm: 665 352 352 5 0 90 0
[pid=168335] ppid=168334 vsize=93980 memory=37604 CPUtime=3.65 cores=1,3
/proc/168335/stat : 168335 (SynLSCD) R 168334 168334 164840 0 -1 4194304 9774 0 0 0 244 121 0 0 20 0 1 0 242761369 96235520 9401 18446744073709551615 94551928659968 94551931094569 140724698337760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94551931575544 94551931608576 94551952347136 140724698343840 140724698343975 140724698343975 140724698349550 0
/proc/168335/statm: 23495 9401 2656 595 0 8162 0
Current children cumulated CPU time: 1797.09 s
Current children cumulated vsize: 100964 KiB
Current children cumulated memory: 42084 KiB

Child status: 0

Real time (s): 1801.75
CPU time (s): 1797.13
CPU user time (s): 1793.21
CPU system time (s): 3.92177
CPU usage (%): 99.7435
Max. virtual memory (cumulated for all children) (KiB): 381248
Max. memory (cumulated for all children) (KiB): 363576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.21
system time used= 3.92177
maximum resident set size= 359096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 949
involuntary context switches= 3306


# summary of solver processes directly reported to runsolver:
#   pid: 168207
#   total CPU time (s): 1797.13
#   total CPU user time (s): 1793.21
#   total CPU system time (s): 3.92177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.82697 second user time and 8.34265 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-23 13:10:40
IDJOB=4547408
IDBENCH=175738
IDSOLVER=3424
FILE ID=nodeC020/4547408-1753269040
RUNJOBID= nodeC020-1753267004-167028
SLURM_JOB_ID= 9689175
Free space on /tmp= 432616 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/fixedbw_opb/normalized-subsetcard-eq-fixedbandwidth-3000.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547408-1753269040/watcher-4547408-1753269040 -o /tmp/evaluation-result-4547408-1753269040/solver-4547408-1753269040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753267004-167028 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547408-1753269040.opb 3600 HOME

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

MD5SUM BENCH= 4265bbe025469237f5d61ba95458ed2b
RANDOM SEED=1192524003

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.862
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.288
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3472.974
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.863
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.898
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.920
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.806
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        89730668 kB
MemAvailable:   129350320 kB
Buffers:            2128 kB
Cached:         40375312 kB
SwapCached:            4 kB
Active:          1266728 kB
Inactive:       39521100 kB
Active(anon):     412096 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39496564 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17496 kB
Writeback:             0 kB
AnonPages:        413496 kB
Mapped:           123068 kB
Shmem:             26244 kB
KReclaimable:     215392 kB
Slab:             312312 kB
SReclaimable:     215392 kB
SUnreclaim:        96920 kB
KernelStack:        4336 kB
PageTables:         4156 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     797484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432616 MiB
End job on nodeC020 at 2025-07-23 13:40:42