Trace number 4548042

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23UNSAT 1288.1 1291.77

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

1288.04/1291.72	c Exit code from Second Program: 20
1288.04/1291.75	c #vars 9003 #constraints 7505 0.833611 1
1288.04/1291.75	c intsize: 15
1288.04/1291.75	c 7505 constraints
1288.04/1291.75	c Finish cloning data from SAT to LS
1288.04/1291.75	c restart_num_ls  -100000 0
1288.04/1291.75	c Use LS-small
1288.04/1291.75	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: 63665 MiB (62014 MiB free)
  memory of node 1: 64507 MiB (63067 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548042-1753273950/watcher-4548042-1753273950 -o /tmp/evaluation-result-4548042-1753273950/solver-4548042-1753273950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753272569-206149 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548042-1753273950.opb 3600 HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=206846, runsolver pid=206843

[startup+0.100064 s]*
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=128067940/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=36588 memory=17808 CPUtime=0.05 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 3835 0 0 0 5 0 0 0 20 0 1 0 243075258 37466112 4452 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 9147 4452 768 2416 0 6249 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 43572 KiB
Current children cumulated memory: 22288 KiB

[startup+0.205768 s]*
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=128050740/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=64720 memory=44928 CPUtime=0.16 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 9533 0 0 0 15 1 0 0 20 0 1 0 243075258 66273280 11232 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 16180 11232 768 2416 0 13282 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 71704 KiB
Current children cumulated memory: 49408 KiB

[startup+0.30582 s]*
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=128019424/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=95668 memory=78328 CPUtime=0.26 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 15469 0 0 0 24 2 0 0 20 0 1 0 243075258 97964032 19582 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 23917 19582 768 2416 0 21019 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 102652 KiB
Current children cumulated memory: 82808 KiB

[startup+0.700233 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=127952580/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=178732 memory=149992 CPUtime=0.65 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 32972 0 0 0 60 5 0 0 20 0 1 0 243075258 183021568 37498 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 44683 37498 768 2416 0 41785 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 185716 KiB
Current children cumulated memory: 154472 KiB

[startup+1.50023 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=127930844/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=206120 memory=168256 CPUtime=1.44 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 37558 0 0 0 138 6 0 0 20 0 1 0 243075258 211066880 42064 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 51530 42064 768 2416 0 48632 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 213104 KiB
Current children cumulated memory: 172736 KiB

[startup+3.10557 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=127904616/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=215864 memory=186512 CPUtime=3.05 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 39290 0 0 0 297 8 0 0 20 0 1 0 243075258 221044736 46628 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 53966 46628 800 2416 0 51068 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 222848 KiB
Current children cumulated memory: 190992 KiB

[startup+6.30024 s]
/proc/loadavg: 4.05 4.04 3.37 5/272 206850
/proc/meminfo: memFree=127897176/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=215864 memory=188560 CPUtime=6.23 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 39303 0 0 0 615 8 0 0 20 0 1 0 243075258 221044736 47140 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 53966 47140 800 2416 0 51068 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 222848 KiB
Current children cumulated memory: 193040 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.05 3.38 5/272 206850
/proc/meminfo: memFree=127901976/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=215864 memory=188560 CPUtime=12.62 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 39315 0 0 0 1254 8 0 0 20 0 1 0 243075258 221044736 47140 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 53966 47140 800 2416 0 51068 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 222848 KiB
Current children cumulated memory: 193040 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.05 3.39 5/272 206851
/proc/meminfo: memFree=127888188/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=215864 memory=189072 CPUtime=25.38 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 39447 0 0 0 2530 8 0 0 20 0 1 0 243075258 221044736 47268 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 53966 47268 800 2416 0 51068 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 222848 KiB
Current children cumulated memory: 193552 KiB

[startup+51.1056 s]
/proc/loadavg: 4.07 4.05 3.41 5/272 206851
/proc/meminfo: memFree=127865524/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206849/stat : 206849 (timeout) S 206846 206849 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243075257 2723840 352 18446744073709551615 93937192095744 93937192112257 140721406734064 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 93937192127024 93937192129112 93937212858368 140721406740894 140721406741024 140721406741024 140721406746599 0
/proc/206849/statm: 665 352 352 5 0 90 0
[pid=206850] ppid=206849 vsize=246212 memory=194704 CPUtime=50.92 cores=5,7
/proc/206850/stat : 206850 (CASHWMaxSAT-Dis) R 206849 206849 206131 0 -1 4194304 39849 0 0 0 5083 9 0 0 20 0 1 0 243075258 252121088 48676 18446744073709551615 4198400 14093885 140731223897632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 42663936 140731223902628 140731223902745 140731223902745 140731223908320 0
/proc/206850/statm: 61553 48676 800 2416 0 58655 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 253196 KiB
Current children cumulated memory: 199184 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.07 3.45 5/273 206856
/proc/meminfo: memFree=127817040/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206849] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7

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

/proc/206965/statm: 64112 45817 2496 595 0 48779 0
Current children cumulated CPU time: 1238.76 s
Current children cumulated vsize: 263432 KiB
Current children cumulated memory: 187748 KiB

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

# cumulated CPU time of all completed processes:  user=1286.15 s, system=1.95311 s

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

[startup+1254.4 s]
/proc/loadavg: 4.16 4.10 3.95 5/270 206967
/proc/meminfo: memFree=126070640/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=256448 memory=183268 CPUtime=56.2 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 44122 0 0 0 5528 92 0 0 20 0 1 0 243195059 262602752 45817 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 64112 45817 2496 595 0 48779 0
Current children cumulated CPU time: 1250.83 s
Current children cumulated vsize: 263432 KiB
Current children cumulated memory: 187748 KiB

[startup+1267.2 s]
/proc/loadavg: 4.14 4.10 3.95 5/270 206967
/proc/meminfo: memFree=125936760/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=372852 memory=297308 CPUtime=68.97 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 55268 0 0 0 6792 105 0 0 20 0 1 0 243195059 381800448 74327 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 93213 74327 2528 595 0 77880 0
Current children cumulated CPU time: 1263.6 s
Current children cumulated vsize: 379836 KiB
Current children cumulated memory: 301788 KiB

[startup+1280 s]*
/proc/loadavg: 3.88 4.04 3.94 4/262 207005
/proc/meminfo: memFree=127937020/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=480816 memory=391132 CPUtime=81.74 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 64031 0 0 0 8063 111 0 0 20 0 1 0 243195059 492355584 97783 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 120204 97783 2528 595 0 104871 0
Current children cumulated CPU time: 1276.37 s
Current children cumulated vsize: 487800 KiB
Current children cumulated memory: 395612 KiB

[startup+1286.4 s]
/proc/loadavg: 3.81 4.03 3.93 4/262 207005
/proc/meminfo: memFree=127920640/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=501496 memory=409844 CPUtime=88.12 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 68194 0 0 0 8700 112 0 0 20 0 1 0 243195059 513531904 102461 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 125374 102461 2528 595 0 110041 0
Current children cumulated CPU time: 1282.75 s
Current children cumulated vsize: 508480 KiB
Current children cumulated memory: 414324 KiB

[startup+1289.6 s]
/proc/loadavg: 3.75 4.01 3.93 4/262 207005
/proc/meminfo: memFree=127856064/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=623164 memory=439056 CPUtime=91.31 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 69161 0 0 0 9015 116 0 0 20 0 1 0 243195059 638119936 109764 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 155791 109764 2528 595 0 140458 0
Current children cumulated CPU time: 1285.94 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 443536 KiB

[startup+1290.4 s]
/proc/loadavg: 3.75 4.01 3.93 4/262 207005
/proc/meminfo: memFree=127860768/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=623164 memory=439056 CPUtime=92.11 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 69189 0 0 0 9095 116 0 0 20 0 1 0 243195059 638119936 109764 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 155791 109764 2528 595 0 140458 0
Current children cumulated CPU time: 1286.74 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 443536 KiB

[startup+1291.2 s]
/proc/loadavg: 3.75 4.01 3.93 4/262 207005
/proc/meminfo: memFree=127864496/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=623164 memory=439184 CPUtime=92.91 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 69204 0 0 0 9174 117 0 0 20 0 1 0 243195059 638119936 109796 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 155791 109796 2528 595 0 140458 0
Current children cumulated CPU time: 1287.54 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 443664 KiB

[startup+1291.6 s]
/proc/loadavg: 3.75 4.01 3.93 4/262 207005
/proc/meminfo: memFree=127864496/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=623164 memory=439184 CPUtime=93.31 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 69204 0 0 0 9214 117 0 0 20 0 1 0 243195059 638119936 109796 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 155791 109796 2528 595 0 140458 0
Current children cumulated CPU time: 1287.94 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 443664 KiB

[startup+1291.7 s]
/proc/loadavg: 3.75 4.01 3.93 4/262 207005
/proc/meminfo: memFree=127864496/131250000 swapFree=33008868/33010684
[pid=206846] ppid=206843 vsize=4324 memory=3072 CPUtime=1194.63 cores=5,7
/proc/206846/stat : 206846 (Hybrid-CASHWMax) S 206843 206846 206131 0 -1 4194304 283 71395 0 0 0 0 119388 75 20 0 1 0 243075255 4427776 768 18446744073709551615 94344260542464 94344261436997 140723104556288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94344261676048 94344261723792 94344293085184 140723104561493 140723104561647 140723104561647 140723104567251 0
/proc/206846/statm: 1081 768 704 219 0 143 0
[pid=206964] ppid=206846 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/206964/stat : 206964 (timeout) S 206846 206964 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243195059 2723840 352 18446744073709551615 94070429515776 94070429532289 140737082683200 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94070429547056 94070429549144 94070453555200 140737082689926 140737082690080 140737082690080 140737082695655 0
/proc/206964/statm: 665 352 352 5 0 90 0
[pid=206965] ppid=206964 vsize=623164 memory=439184 CPUtime=93.41 cores=5,7
/proc/206965/stat : 206965 (SynLSCD) R 206964 206964 206131 0 -1 4194304 69204 0 0 0 9224 117 0 0 20 0 1 0 243195059 638119936 109796 18446744073709551615 94306500886528 94306503321129 140735298790032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94306503802104 94306503835136 94306511253504 140735298791840 140735298791975 140735298791975 140735298797550 0
/proc/206965/statm: 155791 109796 2528 595 0 140458 0
Current children cumulated CPU time: 1288.04 s
Current children cumulated vsize: 630148 KiB
Current children cumulated memory: 443664 KiB

Child status: 0

Real time (s): 1291.77
CPU time (s): 1288.1
CPU user time (s): 1286.15
CPU system time (s): 1.95311
CPU usage (%): 99.7162
Max. virtual memory (cumulated for all children) (KiB): 630148
Max. memory (cumulated for all children) (KiB): 443664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1286.15
system time used= 1.95311
maximum resident set size= 597040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 995
involuntary context switches= 979


# summary of solver processes directly reported to runsolver:
#   pid: 206846
#   total CPU time (s): 1288.1
#   total CPU user time (s): 1286.15
#   total CPU system time (s): 1.95311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.73589 second user time and 6.14772 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-23 14:32:30
IDJOB=4548042
IDBENCH=174960
IDSOLVER=3425
FILE ID=nodeC013/4548042-1753273950
RUNJOBID= nodeC013-1753272569-206149
SLURM_JOB_ID= 9690021
Free space on /tmp= 432992 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
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-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548042-1753273950/watcher-4548042-1753273950 -o /tmp/evaluation-result-4548042-1753273950/solver-4548042-1753273950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753272569-206149 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548042-1753273950.opb 3600 HOME

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

MD5SUM BENCH= 9d0f67967ac2bc71f5ce17bb15e814c1
RANDOM SEED=1849886855

nodeC013 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.804
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.67
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.781
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128083768 kB
MemAvailable:   129270516 kB
Buffers:            1668 kB
Cached:          1926456 kB
SwapCached:           52 kB
Active:          1276188 kB
Inactive:        1068488 kB
Active(anon):     433104 kB
Inactive(anon):     4872 kB
Active(file):     843084 kB
Inactive(file):  1063616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34828 kB
Writeback:            36 kB
AnonPages:        418804 kB
Mapped:           116920 kB
Shmem:             21424 kB
KReclaimable:     238172 kB
Slab:             335352 kB
SReclaimable:     238172 kB
SUnreclaim:        97180 kB
KernelStack:        4288 kB
PageTables:         4156 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     797660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC013 at 2025-07-23 14:54:02