Trace number 4548099

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 1514.54 1519.41

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat20_19_identity_complement.opb
MD5SUM6b62b1f0af3a4b117c91c07257537aad
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 benchmark14.7305
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7600
Total number of constraints700360
Number of constraints which are clauses685920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14440
Minimum length of a constraint2
Maximum length of a constraint19
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1514.44/1519.37	c Exit code from Second Program: 20
1514.44/1519.39	c #vars 7600 #constraints 700360 92.1526 1
1514.44/1519.39	c intsize: 6
1514.44/1519.39	c 700360 constraints
1514.44/1519.39	c Finish cloning data from SAT to LS
1514.44/1519.39	c restart_num_ls  -100000 0
1514.44/1519.39	c Use LS-small
1514.44/1519.39	restart_num  0 328
1514.44/1519.39	c LS-restart 90 93
1514.44/1519.39	c Use LS-small
1514.44/1519.39	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: 63794 MiB (46155 MiB free)
  memory of node 1: 64507 MiB (50530 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548099-1753275034/watcher-4548099-1753275034 -o /tmp/evaluation-result-4548099-1753275034/solver-4548099-1753275034 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753272569-189733 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548099-1753275034.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=190681, runsolver pid=190678

[startup+0.100059 s]*
/proc/loadavg: 4.24 4.25 4.02 5/259 190685
/proc/meminfo: memFree=98989828/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=35524 memory=16896 CPUtime=0.07 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 3562 0 0 0 7 0 0 0 20 0 1 0 243183136 36376576 4224 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 8881 4224 736 2416 0 5983 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 42508 KiB
Current children cumulated memory: 21376 KiB

[startup+0.205602 s]*
/proc/loadavg: 4.24 4.25 4.02 5/259 190685
/proc/meminfo: memFree=98965636/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=51920 memory=33280 CPUtime=0.16 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 7655 0 0 0 16 0 0 0 20 0 1 0 243183136 53166080 8320 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 12980 8320 736 2416 0 10082 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 58904 KiB
Current children cumulated memory: 37760 KiB

[startup+0.305523 s]*
/proc/loadavg: 4.24 4.25 4.02 5/259 190685
/proc/meminfo: memFree=98949508/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=67528 memory=48768 CPUtime=0.25 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 11533 0 0 0 25 0 0 0 20 0 1 0 243183136 69148672 12192 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 16882 12192 736 2416 0 13984 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 74512 KiB
Current children cumulated memory: 53248 KiB

[startup+0.700205 s]
/proc/loadavg: 4.24 4.25 4.02 5/259 190685
/proc/meminfo: memFree=98925316/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=130160 memory=111232 CPUtime=0.64 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 27150 0 0 0 60 4 0 0 20 0 1 0 243183136 133283840 27808 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 32540 27808 736 2416 0 29642 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 137144 KiB
Current children cumulated memory: 115712 KiB

[startup+1.50019 s]
/proc/loadavg: 4.24 4.25 4.02 5/259 190685
/proc/meminfo: memFree=98844676/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=266648 memory=247296 CPUtime=1.43 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 61178 0 0 0 134 9 0 0 20 0 1 0 243183136 273047552 61824 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 66662 61824 736 2416 0 63764 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 273632 KiB
Current children cumulated memory: 251776 KiB

[startup+3.10536 s]
/proc/loadavg: 4.24 4.25 4.02 5/259 190685
/proc/meminfo: memFree=98532904/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=538880 memory=516996 CPUtime=3.02 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 127022 0 0 0 283 19 0 0 20 0 1 0 243183136 551813120 129249 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 134720 129249 768 2416 0 131822 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 545864 KiB
Current children cumulated memory: 521476 KiB

[startup+6.30023 s]
/proc/loadavg: 4.22 4.24 4.02 5/259 190685
/proc/meminfo: memFree=98511416/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=552812 memory=526276 CPUtime=6.18 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 129311 0 0 0 598 20 0 0 20 0 1 0 243183136 566079488 131569 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 138203 131569 800 2416 0 135305 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 559796 KiB
Current children cumulated memory: 530756 KiB

[startup+12.7005 s]
/proc/loadavg: 4.28 4.26 4.02 5/259 190685
/proc/meminfo: memFree=98542876/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=571484 memory=549016 CPUtime=12.53 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 130324 0 0 0 1232 21 0 0 20 0 1 0 243183136 585199616 137254 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 142871 137254 800 2416 0 139973 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 578468 KiB
Current children cumulated memory: 553496 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.28 4.03 5/258 190685
/proc/meminfo: memFree=98723928/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=583156 memory=560524 CPUtime=25.3 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 130656 0 0 0 2508 22 0 0 20 0 1 0 243183136 597151744 140131 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 145789 140131 800 2416 0 142891 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 590140 KiB
Current children cumulated memory: 565004 KiB

[startup+51.113 s]
/proc/loadavg: 4.63 4.35 4.07 5/259 190686
/proc/meminfo: memFree=98748836/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190684/stat : 190684 (timeout) S 190681 190684 189715 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243183136 2723840 352 18446744073709551615 94641972854784 94641972871297 140731124677904 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94641972886064 94641972888152 94642003959808 140731124681118 140731124681248 140731124681248 140731124686823 0
/proc/190684/statm: 665 352 352 5 0 90 0
[pid=190685] ppid=190684 vsize=583156 memory=560524 CPUtime=50.83 cores=5,7
/proc/190685/stat : 190685 (CASHWMaxSAT-Dis) R 190684 190684 189715 0 -1 4194304 130691 0 0 0 5061 22 0 0 20 0 1 0 243183136 597151744 140131 18446744073709551615 4198400 14093885 140737061448112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 21663744 140737061456292 140737061456409 140737061456409 140737061461984 0
/proc/190685/statm: 145789 140131 800 2416 0 142891 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 590140 KiB
Current children cumulated memory: 565004 KiB

[startup+102.301 s]
/proc/loadavg: 4.49 4.37 4.09 5/259 190688
/proc/meminfo: memFree=98750052/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190684] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7

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

/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=875168 memory=710976 CPUtime=223.41 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 81598 0 0 0 21955 386 0 0 20 0 1 0 243302938 896172032 177744 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 218792 177744 2560 595 0 203459 0
Current children cumulated CPU time: 1417.81 s
Current children cumulated vsize: 882152 KiB
Current children cumulated memory: 715456 KiB

[startup+1482.3 s]
/proc/loadavg: 1.09 1.87 2.94 2/235 190890
/proc/meminfo: memFree=98718524/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=882404 memory=734756 CPUtime=283.18 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82872 0 0 0 27931 387 0 0 20 0 1 0 243302938 903581696 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220601 183689 2560 595 0 205268 0
Current children cumulated CPU time: 1477.58 s
Current children cumulated vsize: 889388 KiB
Current children cumulated memory: 739236 KiB

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

# cumulated CPU time of all completed processes:  user=1509.86 s, system=4.68308 s

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

[startup+1484.8 s]
/proc/loadavg: 1.09 1.87 2.94 2/235 190890
/proc/meminfo: memFree=98718524/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=882856 memory=734756 CPUtime=285.67 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82875 0 0 0 28180 387 0 0 20 0 1 0 243302938 904044544 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220714 183689 2560 595 0 205381 0
Current children cumulated CPU time: 1480.07 s
Current children cumulated vsize: 889840 KiB
Current children cumulated memory: 739236 KiB

[startup+1497.6 s]
/proc/loadavg: 1.14 1.84 2.91 2/235 190890
/proc/meminfo: memFree=98720516/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=882856 memory=734756 CPUtime=298.42 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82878 0 0 0 29454 388 0 0 20 0 1 0 243302938 904044544 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220714 183689 2560 595 0 205381 0
Current children cumulated CPU time: 1492.82 s
Current children cumulated vsize: 889840 KiB
Current children cumulated memory: 739236 KiB

[startup+1510.4 s]
/proc/loadavg: 1.11 1.81 2.89 2/235 190890
/proc/meminfo: memFree=98718120/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=883208 memory=734756 CPUtime=311.18 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82885 0 0 0 30730 388 0 0 20 0 1 0 243302938 904404992 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220802 183689 2560 595 0 205469 0
Current children cumulated CPU time: 1505.58 s
Current children cumulated vsize: 890192 KiB
Current children cumulated memory: 739236 KiB

[startup+1513.6 s]
/proc/loadavg: 1.18 1.82 2.89 2/235 190890
/proc/meminfo: memFree=98718120/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=883208 memory=734756 CPUtime=314.36 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82885 0 0 0 31048 388 0 0 20 0 1 0 243302938 904404992 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220802 183689 2560 595 0 205469 0
Current children cumulated CPU time: 1508.76 s
Current children cumulated vsize: 890192 KiB
Current children cumulated memory: 739236 KiB

[startup+1516.8 s]
/proc/loadavg: 1.17 1.80 2.88 2/235 190890
/proc/meminfo: memFree=98720516/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=883208 memory=734756 CPUtime=317.55 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82885 0 0 0 31367 388 0 0 20 0 1 0 243302938 904404992 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220802 183689 2560 595 0 205469 0
Current children cumulated CPU time: 1511.95 s
Current children cumulated vsize: 890192 KiB
Current children cumulated memory: 739236 KiB

[startup+1518.4 s]
/proc/loadavg: 1.17 1.80 2.88 2/235 190890
/proc/meminfo: memFree=98720516/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=883208 memory=734756 CPUtime=319.14 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82885 0 0 0 31526 388 0 0 20 0 1 0 243302938 904404992 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220802 183689 2560 595 0 205469 0
Current children cumulated CPU time: 1513.54 s
Current children cumulated vsize: 890192 KiB
Current children cumulated memory: 739236 KiB

[startup+1519.2 s]
/proc/loadavg: 1.17 1.80 2.88 2/235 190890
/proc/meminfo: memFree=98720516/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1194.4 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 282 168642 0 0 0 0 119363 77 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
[pid=190871] ppid=190681 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/190871/stat : 190871 (timeout) S 190681 190871 189715 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243302937 2723840 352 18446744073709551615 94220853587968 94220853604481 140735319730880 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94220853619248 94220853621336 94220860940288 140735319734662 140735319734816 140735319734816 140735319740391 0
/proc/190871/statm: 665 352 352 5 0 90 0
[pid=190872] ppid=190871 vsize=883208 memory=734756 CPUtime=319.94 cores=5,7
/proc/190872/stat : 190872 (SynLSCD) R 190871 190871 189715 0 -1 4194304 82885 0 0 0 31606 388 0 0 20 0 1 0 243302938 904404992 183689 18446744073709551615 94221992779776 94221995214377 140720883159776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94221995695352 94221995728384 94222000222208 140720883165600 140720883165735 140720883165735 140720883171310 0
/proc/190872/statm: 220802 183689 2560 595 0 205469 0
Current children cumulated CPU time: 1514.34 s
Current children cumulated vsize: 890192 KiB
Current children cumulated memory: 739236 KiB

[startup+1519.4 s]
/proc/loadavg: 1.17 1.80 2.88 2/235 190890
/proc/meminfo: memFree=98720516/131382116 swapFree=33010684/33010684
[pid=190681] ppid=190678 vsize=4324 memory=3072 CPUtime=1514.52 cores=5,7
/proc/190681/stat : 190681 (Hybrid-CASHWMax) S 190678 190681 189715 0 -1 4194304 427 252367 0 0 0 0 150985 467 20 0 1 0 243183134 4427776 768 18446744073709551615 94467332112384 94467333006917 140736069779360 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94467333245968 94467333293712 94467350384640 140736069781845 140736069781999 140736069781999 140736069787603 0
/proc/190681/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1514.52 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1519.41
CPU time (s): 1514.54
CPU user time (s): 1509.86
CPU system time (s): 4.68308
CPU usage (%): 99.6799
Max. virtual memory (cumulated for all children) (KiB): 890192
Max. memory (cumulated for all children) (KiB): 739236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1509.86
system time used= 4.68308
maximum resident set size= 760748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 995
involuntary context switches= 8682


# summary of solver processes directly reported to runsolver:
#   pid: 190681
#   total CPU time (s): 1514.54
#   total CPU user time (s): 1509.86
#   total CPU system time (s): 4.68308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36869 second user time and 15.727 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-23 14:50:34
IDJOB=4548099
IDBENCH=180687
IDSOLVER=3425
FILE ID=nodeC011/4548099-1753275034
RUNJOBID= nodeC011-1753272569-189733
SLURM_JOB_ID= 9690019
Free space on /tmp= 432748 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat20_19_identity_complement.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548099-1753275034/watcher-4548099-1753275034 -o /tmp/evaluation-result-4548099-1753275034/solver-4548099-1753275034 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753272569-189733 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548099-1753275034.opb 3600 HOME

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

MD5SUM BENCH= 6b62b1f0af3a4b117c91c07257537aad
RANDOM SEED=597179784

nodeC011 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	: 0xb00001f
cpu MHz		: 3662.767
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3691.393
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.841
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.077
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3662.760
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.468
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.605
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.108
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99007212 kB
MemAvailable:   129419716 kB
Buffers:            3276 kB
Cached:         31181304 kB
SwapCached:            0 kB
Active:           726332 kB
Inactive:       30665612 kB
Active(anon):     231440 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30663536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34644 kB
Writeback:             0 kB
AnonPages:        210436 kB
Mapped:           120848 kB
Shmem:             26152 kB
KReclaimable:     187020 kB
Slab:             280472 kB
SReclaimable:     187020 kB
SUnreclaim:        93452 kB
KernelStack:        4144 kB
PageTables:         3748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     590772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432780 MiB
End job on nodeC011 at 2025-07-23 15:15:54