Trace number 4544168

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01UNSAT 1886.31 1891.48

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
MD5SUM9d0f67967ac2bc71f5ce17bb15e814c1
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.268683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9003
Total number of constraints6754
Number of constraints which are clauses6002
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6002
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 6002
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18006
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1886.23/1891.44	c Exit code from Second Program: 20
1886.23/1891.46	c #vars 9003 #constraints 7505 0.833611 1
1886.23/1891.46	c 7505 constraints
1886.23/1891.46	c Finish cloning data from SAT to LS
1886.23/1891.46	c restart_num_ls  -100000 0
1886.23/1891.46	c Use LS-small
1886.23/1891.46	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 (62290 MiB free)
  memory of node 1: 64465 MiB (50639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544168-1753227882/watcher-4544168-1753227882 -o /tmp/evaluation-result-4544168-1753227882/solver-4544168-1753227882 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753224007-195567 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4544168-1753227882.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=196286, runsolver pid=196283

[startup+0.100065 s]*
/proc/loadavg: 4.14 4.16 4.09 5/272 196290
/proc/meminfo: memFree=115624584/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=35688 memory=20644 CPUtime=0.08 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 4497 0 0 0 8 0 0 0 20 0 1 0 238465771 36544512 5161 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 8922 5161 896 2593 0 5815 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 42672 KiB
Current children cumulated memory: 24996 KiB

[startup+0.20587 s]*
/proc/loadavg: 4.14 4.16 4.09 5/272 196290
/proc/meminfo: memFree=115600768/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=66488 memory=51256 CPUtime=0.18 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 9349 0 0 0 17 1 0 0 20 0 1 0 238465771 68083712 12814 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 16622 12814 896 2593 0 13515 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 73472 KiB
Current children cumulated memory: 55608 KiB

[startup+0.305794 s]*
/proc/loadavg: 4.14 4.16 4.09 5/272 196290
/proc/meminfo: memFree=115554712/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=112676 memory=95180 CPUtime=0.28 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 18191 0 0 0 26 2 0 0 20 0 1 0 238465771 115380224 23795 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 28169 23795 896 2593 0 25062 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 119660 KiB
Current children cumulated memory: 99532 KiB

[startup+0.700246 s]
/proc/loadavg: 4.14 4.16 4.09 5/272 196290
/proc/meminfo: memFree=115481876/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=175104 memory=156260 CPUtime=0.67 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 29387 0 0 0 62 5 0 0 20 0 1 0 238465771 179306496 39065 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 43776 39065 960 2593 0 40669 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 182088 KiB
Current children cumulated memory: 160612 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.16 4.09 5/272 196290
/proc/meminfo: memFree=115469968/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=202504 memory=182856 CPUtime=1.47 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 29893 0 0 0 141 6 0 0 20 0 1 0 238465771 207364096 45714 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 50626 45714 960 2593 0 47519 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 209488 KiB
Current children cumulated memory: 187208 KiB

[startup+3.10567 s]
/proc/loadavg: 4.14 4.16 4.09 5/273 196291
/proc/meminfo: memFree=115423456/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=217732 memory=196676 CPUtime=3.07 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 35301 0 0 0 300 7 0 0 20 0 1 0 238465771 222957568 49169 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 54433 49169 992 2593 0 51326 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 224716 KiB
Current children cumulated memory: 201028 KiB

[startup+6.30024 s]
/proc/loadavg: 4.13 4.16 4.09 5/272 196291
/proc/meminfo: memFree=115375140/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=274460 memory=255868 CPUtime=6.25 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 39309 0 0 0 616 9 0 0 20 0 1 0 238465771 281047040 63967 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 68615 63967 992 2593 0 65508 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 281444 KiB
Current children cumulated memory: 260220 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.16 4.09 5/272 196291
/proc/meminfo: memFree=115374636/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=278076 memory=256124 CPUtime=12.64 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 39409 0 0 0 1255 9 0 0 20 0 1 0 238465771 284749824 64031 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 69519 64031 992 2593 0 66412 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 285060 KiB
Current children cumulated memory: 260476 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.18 4.10 5/273 196294
/proc/meminfo: memFree=115416008/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=209984 memory=193816 CPUtime=25.4 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 41812 0 0 0 2529 11 0 0 20 0 1 0 238465771 215023616 48454 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 52496 48454 992 2593 0 49389 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 216968 KiB
Current children cumulated memory: 198168 KiB

[startup+51.1058 s]
/proc/loadavg: 4.41 4.23 4.12 5/273 196294
/proc/meminfo: memFree=115396704/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196289] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196289/stat : 196289 (timeout) S 196286 196289 195556 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 238465771 2723840 320 18446744073709551615 94154762268672 94154762285185 140735093283872 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94154762299952 94154762302040 94154769543168 140735093287326 140735093287456 140735093287456 140735093293031 0
/proc/196289/statm: 665 320 320 5 0 90 0
[pid=196290] ppid=196289 vsize=231148 memory=213128 CPUtime=50.94 cores=4,6
/proc/196290/stat : 196290 (CASHWMaxSAT-Dis) R 196289 196289 195556 0 -1 4194304 43512 0 0 0 5081 13 0 0 20 0 1 0 238465771 236695552 53282 18446744073709551615 4198400 14817773 140730480013360 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 43950080 140730480019876 140730480019993 140730480019993 140730480025568 0
/proc/196290/statm: 57787 53282 992 2593 0 54680 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 238132 KiB
Current children cumulated memory: 217480 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.21 4.11 5/273 196297
/proc/meminfo: memFree=115357264/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 249 104 0 0 0 0 0 0 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0

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

/proc/196290/statm: 102954 92970 992 2593 0 99847 0
Current children cumulated CPU time: 1777.41 s
Current children cumulated vsize: 418800 KiB
Current children cumulated memory: 376232 KiB

[startup+1842.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/272 196618
/proc/meminfo: memFree=127701236/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=256448 memory=182972 CPUtime=44.16 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 44119 0 0 0 4341 75 0 0 20 0 1 0 238645572 262602752 45743 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 64112 45743 2432 595 0 48779 0
Current children cumulated CPU time: 1837.25 s
Current children cumulated vsize: 263432 KiB
Current children cumulated memory: 187324 KiB

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

# cumulated CPU time of all completed processes:  user=1883.9 s, system=2.4044 s

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

[startup+1843.2 s]
/proc/loadavg: 4.14 4.10 4.09 5/272 196618
/proc/meminfo: memFree=127701236/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=256448 memory=182972 CPUtime=45.05 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 44119 0 0 0 4429 76 0 0 20 0 1 0 238645572 262602752 45743 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 64112 45743 2432 595 0 48779 0
Current children cumulated CPU time: 1838.14 s
Current children cumulated vsize: 263432 KiB
Current children cumulated memory: 187324 KiB

[startup+1868.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/273 196620
/proc/meminfo: memFree=127599132/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=398640 memory=328524 CPUtime=70.6 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 59543 0 0 0 6952 108 0 0 20 0 1 0 238645572 408207360 82131 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 99660 82131 2496 595 0 84327 0
Current children cumulated CPU time: 1863.69 s
Current children cumulated vsize: 405624 KiB
Current children cumulated memory: 332876 KiB

[startup+1881.6 s]
/proc/loadavg: 4.07 4.09 4.09 5/273 196620
/proc/meminfo: memFree=127489620/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=480968 memory=392116 CPUtime=83.36 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 64305 0 0 0 8223 113 0 0 20 0 1 0 238645572 492511232 98029 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 120242 98029 2496 595 0 104909 0
Current children cumulated CPU time: 1876.45 s
Current children cumulated vsize: 487952 KiB
Current children cumulated memory: 396468 KiB

[startup+1888 s]*
/proc/loadavg: 4.15 4.10 4.09 5/273 196621
/proc/meminfo: memFree=127285188/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=623164 memory=437612 CPUtime=89.75 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 69118 0 0 0 8857 118 0 0 20 0 1 0 238645572 638119936 109403 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 155791 109403 2496 595 0 140458 0
Current children cumulated CPU time: 1882.84 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 441964 KiB

[startup+1889.6 s]
/proc/loadavg: 4.15 4.10 4.09 5/273 196621
/proc/meminfo: memFree=127290380/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=623164 memory=437868 CPUtime=91.35 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 69182 0 0 0 9016 119 0 0 20 0 1 0 238645572 638119936 109467 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 155791 109467 2496 595 0 140458 0
Current children cumulated CPU time: 1884.44 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 442220 KiB

[startup+1890.4 s]
/proc/loadavg: 4.13 4.10 4.09 5/273 196621
/proc/meminfo: memFree=127304232/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=623164 memory=437868 CPUtime=92.14 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 69182 0 0 0 9095 119 0 0 20 0 1 0 238645572 638119936 109467 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 155791 109467 2496 595 0 140458 0
Current children cumulated CPU time: 1885.23 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 442220 KiB

[startup+1891.2 s]
/proc/loadavg: 4.13 4.10 4.09 5/273 196621
/proc/meminfo: memFree=127310044/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=623164 memory=437868 CPUtime=92.94 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 69197 0 0 0 9175 119 0 0 20 0 1 0 238645572 638119936 109467 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 155791 109467 2496 595 0 140458 0
Current children cumulated CPU time: 1886.03 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 442220 KiB

[startup+1891.4 s]
/proc/loadavg: 4.13 4.10 4.09 5/273 196621
/proc/meminfo: memFree=127310044/131250000 swapFree=33010160/33010684
[pid=196286] ppid=196283 vsize=4324 memory=3072 CPUtime=1793.09 cores=4,6
/proc/196286/stat : 196286 (Hybrid-CASHWMax) S 196283 196286 195556 0 -1 4194304 283 103387 0 0 0 0 179191 118 20 0 1 0 238465769 4427776 768 18446744073709551615 94244403621888 94244404516421 140728097997712 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94244404755472 94244404803216 94244416700416 140728097999189 140728097999343 140728097999343 140728098004947 0
/proc/196286/statm: 1081 768 704 219 0 143 0
[pid=196615] ppid=196286 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/196615/stat : 196615 (timeout) S 196286 196615 195556 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238645571 2723840 320 18446744073709551615 94283031896064 94283031912577 140733780253024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94283031927344 94283031929432 94283034050560 140733780257158 140733780257312 140733780257312 140733780262887 0
/proc/196615/statm: 665 320 320 5 0 90 0
[pid=196616] ppid=196615 vsize=623164 memory=437868 CPUtime=93.14 cores=4,6
/proc/196616/stat : 196616 (SynLSCD) R 196615 196615 195556 0 -1 4194304 69197 0 0 0 9195 119 0 0 20 0 1 0 238645572 638119936 109467 18446744073709551615 93872079896576 93872082330729 140737342644816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872082812152 93872082845184 93872109989888 140737342646688 140737342646823 140737342646823 140737342652398 0
/proc/196616/statm: 155791 109467 2496 595 0 140458 0
Current children cumulated CPU time: 1886.23 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 442220 KiB

Child status: 0

Real time (s): 1891.48
CPU time (s): 1886.31
CPU user time (s): 1883.9
CPU system time (s): 2.4044
CPU usage (%): 99.7267
Max. virtual memory (cumulated for all children) (KiB): 897292
Max. memory (cumulated for all children) (KiB): 852596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1883.9
system time used= 2.4044
maximum resident set size= 853140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 963
involuntary context switches= 1378


# summary of solver processes directly reported to runsolver:
#   pid: 196286
#   total CPU time (s): 1886.31
#   total CPU user time (s): 1883.9
#   total CPU system time (s): 2.4044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72588 second user time and 8.69883 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 01:44:42
IDJOB=4544168
IDBENCH=174960
IDSOLVER=3328
FILE ID=nodeC016/4544168-1753227882
RUNJOBID= nodeC016-1753224007-195567
SLURM_JOB_ID= 9687831
Free space on /tmp= 432964 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544168-1753227882/watcher-4544168-1753227882 -o /tmp/evaluation-result-4544168-1753227882/solver-4544168-1753227882 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753224007-195567 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4544168-1753227882.opb 3600 HOME

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

MD5SUM BENCH= 9d0f67967ac2bc71f5ce17bb15e814c1
RANDOM SEED=890031259

nodeC016 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.957
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.48
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.666
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.48
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		: 3598.225
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.48
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.651
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.48
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.678
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.48
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.523
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.48
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		: 3601.164
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.48
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.221
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115640460 kB
MemAvailable:   116544008 kB
Buffers:            2144 kB
Cached:          1618824 kB
SwapCached:           24 kB
Active:         14334092 kB
Inactive:         381924 kB
Active(anon):   13119180 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   379816 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17552 kB
Writeback:             4 kB
AnonPages:      13098272 kB
Mapped:           121464 kB
Shmem:             26240 kB
KReclaimable:     296120 kB
Slab:             395788 kB
SReclaimable:     296120 kB
SUnreclaim:        99668 kB
KernelStack:        4384 kB
PageTables:        29256 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   15456136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5888000 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC016 at 2025-07-23 02:16:14