Trace number 4547537

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23UNSAT 1853.58 1858.58

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
MD5SUM5f9c71ef62aa1641b9bec64204b49f28
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.246393
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8643
Total number of constraints7204
Number of constraints which are clauses5762
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5762
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 5762
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 17286
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

1853.50/1858.54	c Exit code from Second Program: 20
1853.50/1858.57	c #vars 8643 #constraints 8645 1.00023 1
1853.50/1858.57	c intsize: 15
1853.50/1858.57	c 8645 constraints
1853.50/1858.57	c Finish cloning data from SAT to LS
1853.50/1858.57	c restart_num_ls  -100000 0
1853.50/1858.57	c Use LS-small
1853.50/1858.57	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61883 MiB free)
  memory of node 1: 64465 MiB (62735 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547537-1753268772/watcher-4547537-1753268772 -o /tmp/evaluation-result-4547537-1753268772/solver-4547537-1753268772 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753266972-200855 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547537-1753268772.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=201083, runsolver pid=201080

[startup+0.100061 s]*
/proc/loadavg: 4.15 4.11 3.74 6/272 201087
/proc/meminfo: memFree=127610340/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=33104 memory=18704 CPUtime=0.07 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 4004 0 0 0 7 0 0 0 20 0 1 0 242554735 33898496 4676 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 7 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 8276 4676 896 2593 0 5169 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 40088 KiB
Current children cumulated memory: 23184 KiB

[startup+0.205654 s]*
/proc/loadavg: 4.15 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127588100/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=67492 memory=48872 CPUtime=0.17 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 10938 0 0 0 17 0 0 0 20 0 1 0 242554735 69111808 12218 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 16873 12218 896 2593 0 13766 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 74476 KiB
Current children cumulated memory: 53352 KiB

[startup+0.305968 s]*
/proc/loadavg: 4.15 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127556096/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=105044 memory=86512 CPUtime=0.27 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 20084 0 0 0 25 2 0 0 20 0 1 0 242554735 107565056 21628 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 26261 21628 896 2593 0 23154 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 112028 KiB
Current children cumulated memory: 90992 KiB

[startup+0.700238 s]
/proc/loadavg: 4.15 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127499216/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=165688 memory=142308 CPUtime=0.66 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 32280 0 0 0 62 4 0 0 20 0 1 0 242554735 169664512 35577 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 41422 35577 928 2593 0 38315 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 172672 KiB
Current children cumulated memory: 146788 KiB

[startup+1.50022 s]
/proc/loadavg: 4.15 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127495436/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=188140 memory=164540 CPUtime=1.46 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 34207 0 0 0 141 5 0 0 20 0 1 0 242554735 192655360 41135 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 47035 41135 960 2593 0 43928 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 195124 KiB
Current children cumulated memory: 169020 KiB

[startup+3.10582 s]
/proc/loadavg: 4.13 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127453156/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=204188 memory=178928 CPUtime=3.06 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 40150 0 0 0 299 7 0 0 20 0 1 0 242554735 209088512 44732 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 51047 44732 960 2593 0 47940 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 211172 KiB
Current children cumulated memory: 183408 KiB

[startup+6.30018 s]
/proc/loadavg: 4.13 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127419868/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=200404 memory=178232 CPUtime=6.25 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 44052 0 0 0 616 9 0 0 20 0 1 0 242554735 205213696 44558 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 50101 44558 960 2593 0 46994 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 207388 KiB
Current children cumulated memory: 182712 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 3.74 5/272 201087
/proc/meminfo: memFree=127437972/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=201672 memory=180536 CPUtime=12.63 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 44641 0 0 0 1254 9 0 0 20 0 1 0 242554735 206512128 45134 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 50418 45134 960 2593 0 47311 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 208656 KiB
Current children cumulated memory: 185016 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 3.75 5/272 201087
/proc/meminfo: memFree=127436360/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=234440 memory=183252 CPUtime=25.4 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 44821 0 0 0 2530 10 0 0 20 0 1 0 242554735 240066560 45813 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 58610 45813 960 2593 0 55503 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 241424 KiB
Current children cumulated memory: 187732 KiB

[startup+51.106 s]
/proc/loadavg: 4.12 4.11 3.76 5/274 201151
/proc/meminfo: memFree=127497252/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201086/stat : 201086 (timeout) S 201083 201086 199298 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242554734 2723840 352 18446744073709551615 94298054713344 94298054729857 140723240270000 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94298054744624 94298054746712 94298065141760 140723240278430 140723240278560 140723240278560 140723240284135 0
/proc/201086/statm: 665 352 352 5 0 90 0
[pid=201087] ppid=201086 vsize=234440 memory=183252 CPUtime=50.94 cores=5,7
/proc/201087/stat : 201087 (CASHWMaxSAT-Dis) R 201086 201086 199298 0 -1 4194304 44822 0 0 0 5084 10 0 0 20 0 1 0 242554735 240066560 45813 18446744073709551615 4198400 14817773 140730309760784 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 37109760 140730309765540 140730309765657 140730309765657 140730309771232 0
/proc/201087/statm: 58610 45813 960 2593 0 55503 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 241424 KiB
Current children cumulated memory: 187732 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 3.78 5/274 201152
/proc/meminfo: memFree=127272272/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201086] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7

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

/proc/201087/statm: 96142 84682 960 2593 0 93035 0
Current children cumulated CPU time: 1777.49 s
Current children cumulated vsize: 391552 KiB
Current children cumulated memory: 343208 KiB

[startup+1842.3 s]
/proc/loadavg: 3.14 3.92 4.01 3/255 201323
/proc/meminfo: memFree=128256984/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=173436 CPUtime=44.16 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41657 0 0 0 4339 77 0 0 20 0 1 0 242734536 253919232 43359 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43359 2496 595 0 46659 0
Current children cumulated CPU time: 1837.34 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 177916 KiB

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

# cumulated CPU time of all completed processes:  user=1851.7 s, system=1.88141 s

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

[startup+1843.2 s]
/proc/loadavg: 3.14 3.92 4.01 3/255 201323
/proc/meminfo: memFree=128256992/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=173436 CPUtime=45.06 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41662 0 0 0 4427 79 0 0 20 0 1 0 242734536 253919232 43359 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43359 2496 595 0 46659 0
Current children cumulated CPU time: 1838.24 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 177916 KiB

[startup+1849.6 s]
/proc/loadavg: 2.96 3.86 3.99 3/255 201323
/proc/meminfo: memFree=128243468/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=175228 CPUtime=51.44 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41668 0 0 0 5056 88 0 0 20 0 1 0 242734536 253919232 43807 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43807 2496 595 0 46659 0
Current children cumulated CPU time: 1844.62 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 179708 KiB

[startup+1852.8 s]
/proc/loadavg: 2.96 3.86 3.99 3/255 201323
/proc/meminfo: memFree=128243468/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=175228 CPUtime=54.64 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41668 0 0 0 5371 93 0 0 20 0 1 0 242734536 253919232 43807 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43807 2496 595 0 46659 0
Current children cumulated CPU time: 1847.82 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 179708 KiB

[startup+1856 s]*
/proc/loadavg: 2.89 3.83 3.98 3/256 201324
/proc/meminfo: memFree=128243512/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=175228 CPUtime=57.84 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41669 0 0 0 5685 99 0 0 20 0 1 0 242734536 253919232 43807 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43807 2496 595 0 46659 0
Current children cumulated CPU time: 1851.02 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 179708 KiB

[startup+1857.6 s]
/proc/loadavg: 2.89 3.83 3.98 3/256 201324
/proc/meminfo: memFree=128243512/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=175228 CPUtime=59.43 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41669 0 0 0 5841 102 0 0 20 0 1 0 242734536 253919232 43807 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43807 2496 595 0 46659 0
Current children cumulated CPU time: 1852.61 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 179708 KiB

[startup+1858 s]*
/proc/loadavg: 2.89 3.83 3.98 4/258 201332
/proc/meminfo: memFree=128270544/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=175228 CPUtime=59.82 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41669 0 0 0 5880 102 0 0 20 0 1 0 242734536 253919232 43807 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43807 2496 595 0 46659 0
Current children cumulated CPU time: 1853 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 179708 KiB

[startup+1858.4 s]
/proc/loadavg: 2.89 3.83 3.98 4/258 201332
/proc/meminfo: memFree=128270544/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=247968 memory=175228 CPUtime=60.22 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41669 0 0 0 5919 103 0 0 20 0 1 0 242734536 253919232 43807 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 61992 43807 2496 595 0 46659 0
Current children cumulated CPU time: 1853.4 s
Current children cumulated vsize: 254952 KiB
Current children cumulated memory: 179708 KiB

[startup+1858.5 s]
/proc/loadavg: 2.89 3.83 3.98 4/258 201332
/proc/meminfo: memFree=128270544/131250000 swapFree=33010160/33010684
[pid=201083] ppid=201080 vsize=4324 memory=3072 CPUtime=1793.18 cores=5,7
/proc/201083/stat : 201083 (Hybrid-CASHWMax) S 201080 201083 199298 0 -1 4194304 282 109376 0 0 0 0 179236 82 20 0 1 0 242554733 4427776 768 18446744073709551615 94306933813248 94306934707781 140726442899440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94306934946832 94306934994576 94306948038656 140726442903893 140726442904047 140726442904047 140726442909651 0
/proc/201083/statm: 1081 768 704 219 0 143 0
[pid=201319] ppid=201083 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/201319/stat : 201319 (timeout) S 201083 201319 199298 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 242734535 2723840 352 18446744073709551615 94347691372544 94347691389057 140726786193232 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94347691403824 94347691405912 94347704741888 140726786197894 140726786198048 140726786198048 140726786203623 0
/proc/201319/statm: 665 352 352 5 0 90 0
[pid=201320] ppid=201319 vsize=248584 memory=177904 CPUtime=60.32 cores=5,7
/proc/201320/stat : 201320 (SynLSCD) R 201319 201319 199298 0 -1 4194304 41819 0 0 0 5929 103 0 0 20 0 1 0 242734536 254550016 44476 18446744073709551615 94442399727616 94442402162217 140725746344448 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94442402643192 94442402676224 94442432028672 140725746350496 140725746350631 140725746350631 140725746356206 0
/proc/201320/statm: 62146 44476 2528 595 0 46813 0
Current children cumulated CPU time: 1853.5 s
Current children cumulated vsize: 255568 KiB
Current children cumulated memory: 182384 KiB

Child status: 0

Real time (s): 1858.58
CPU time (s): 1853.58
CPU user time (s): 1851.7
CPU system time (s): 1.88141
CPU usage (%): 99.7309
Max. virtual memory (cumulated for all children) (KiB): 563788
Max. memory (cumulated for all children) (KiB): 482384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1851.7
system time used= 1.88141
maximum resident set size= 505936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152571
page faults= 1
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 978
involuntary context switches= 869


# summary of solver processes directly reported to runsolver:
#   pid: 201083
#   total CPU time (s): 1853.58
#   total CPU user time (s): 1851.7
#   total CPU system time (s): 1.88141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.12367 second user time and 8.02333 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 13:06:12
IDJOB=4547537
IDBENCH=175302
IDSOLVER=3424
FILE ID=nodeC016/4547537-1753268772
RUNJOBID= nodeC016-1753266972-200855
SLURM_JOB_ID= 9689171
Free space on /tmp= 432968 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547537-1753268772/watcher-4547537-1753268772 -o /tmp/evaluation-result-4547537-1753268772/solver-4547537-1753268772 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753266972-200855 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547537-1753268772.opb 3600 HOME

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

MD5SUM BENCH= 5f9c71ef62aa1641b9bec64204b49f28
RANDOM SEED=494401128

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127610052 kB
MemAvailable:   128719908 kB
Buffers:            2144 kB
Cached:          1824660 kB
SwapCached:           24 kB
Active:          2210584 kB
Inactive:         587740 kB
Active(anon):     995672 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   585632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17504 kB
Writeback:            16 kB
AnonPages:        974724 kB
Mapped:           120104 kB
Shmem:             26240 kB
KReclaimable:     297100 kB
Slab:             396696 kB
SReclaimable:     297100 kB
SUnreclaim:        99596 kB
KernelStack:        4384 kB
PageTables:         5292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1443752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC016 at 2025-07-23 13:37:11