Trace number 4548037

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 1254.74 1258.44

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.opb
MD5SUM4a59e763ae88014143ab229bcecf86f5
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.121812
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6003
Total number of constraints5004
Number of constraints which are clauses4002
Number of constraints which are cardinality constraints (but not clauses)1001
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4002
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 4001
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12005
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1254.70/1258.40	c Exit code from Second Program: 20
1254.70/1258.42	c #vars 6003 #constraints 6005 1.00033 1
1254.70/1258.42	c intsize: 14
1254.70/1258.42	c 6005 constraints
1254.70/1258.42	c Finish cloning data from SAT to LS
1254.70/1258.42	c restart_num_ls  -100000 0
1254.70/1258.42	c Use LS-small
1254.70/1258.42	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62189 MiB free)
  memory of node 1: 64507 MiB (63118 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=195287, runsolver pid=195284

[startup+0.100063 s]*
/proc/loadavg: 4.10 4.07 3.38 5/272 195291
/proc/meminfo: memFree=128306180/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=42092 memory=23292 CPUtime=0.08 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 5112 0 0 0 8 0 0 0 20 0 1 0 243072926 43102208 5823 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 10523 5823 768 2416 0 7625 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 49076 KiB
Current children cumulated memory: 27644 KiB

[startup+0.2058 s]*
/proc/loadavg: 4.10 4.07 3.38 5/272 195291
/proc/meminfo: memFree=128275184/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=78876 memory=58240 CPUtime=0.18 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 12505 0 0 0 17 1 0 0 20 0 1 0 243072926 80769024 14560 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 19719 14560 768 2416 0 16821 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 85860 KiB
Current children cumulated memory: 62592 KiB

[startup+0.305713 s]*
/proc/loadavg: 4.10 4.07 3.38 5/272 195291
/proc/meminfo: memFree=128242928/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=107016 memory=83068 CPUtime=0.29 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 19504 0 0 0 26 3 0 0 20 0 1 0 243072926 109584384 20767 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 26754 20767 768 2416 0 23856 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 114000 KiB
Current children cumulated memory: 87420 KiB

[startup+0.700227 s]
/proc/loadavg: 4.10 4.07 3.38 5/272 195291
/proc/meminfo: memFree=128241164/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=116428 memory=91380 CPUtime=0.67 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 22851 0 0 0 64 3 0 0 20 0 1 0 243072926 119222272 22845 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 29107 22845 768 2416 0 26209 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 123412 KiB
Current children cumulated memory: 95732 KiB

[startup+1.50022 s]
/proc/loadavg: 4.10 4.07 3.38 5/272 195291
/proc/meminfo: memFree=128230780/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=146140 memory=110152 CPUtime=1.47 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 24861 0 0 0 143 4 0 0 20 0 1 0 243072926 149647360 27538 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 36535 27538 768 2416 0 33637 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 153124 KiB
Current children cumulated memory: 114504 KiB

[startup+3.10562 s]
/proc/loadavg: 4.09 4.07 3.39 5/272 195291
/proc/meminfo: memFree=128206764/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=146140 memory=118472 CPUtime=3.07 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 24872 0 0 0 303 4 0 0 20 0 1 0 243072926 149647360 29618 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 36535 29618 800 2416 0 33637 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 153124 KiB
Current children cumulated memory: 122824 KiB

[startup+6.30021 s]
/proc/loadavg: 4.09 4.07 3.39 5/272 195291
/proc/meminfo: memFree=128215696/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=146140 memory=119624 CPUtime=6.25 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 25191 0 0 0 621 4 0 0 20 0 1 0 243072926 149647360 29906 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 36535 29906 800 2416 0 33637 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 153124 KiB
Current children cumulated memory: 123976 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.07 3.39 5/272 195292
/proc/meminfo: memFree=128212104/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=146140 memory=126660 CPUtime=12.63 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 25409 0 0 0 1259 4 0 0 20 0 1 0 243072926 149647360 31665 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 36535 31665 800 2416 0 33637 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 153124 KiB
Current children cumulated memory: 131012 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.06 3.40 5/272 195292
/proc/meminfo: memFree=128204128/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=146140 memory=127044 CPUtime=25.4 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 25511 0 0 0 2536 4 0 0 20 0 1 0 243072926 149647360 31761 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 36535 31761 800 2416 0 33637 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 153124 KiB
Current children cumulated memory: 131396 KiB

[startup+51.1057 s]
/proc/loadavg: 4.04 4.06 3.42 5/272 195293
/proc/meminfo: memFree=128170652/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=164996 memory=142128 CPUtime=50.94 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 26223 0 0 0 5089 5 0 0 20 0 1 0 243072926 168955904 35532 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 41249 35532 800 2416 0 38351 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 171980 KiB
Current children cumulated memory: 146480 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.09 3.47 5/274 195297
/proc/meminfo: memFree=128136876/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6

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

/proc/195291/statm: 66208 61403 800 2416 0 63310 0
Current children cumulated CPU time: 1059.12 s
Current children cumulated vsize: 271816 KiB
Current children cumulated memory: 249964 KiB

[startup+1122.3 s]
/proc/loadavg: 4.11 4.11 3.94 5/272 195345
/proc/meminfo: memFree=127826124/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=265660 memory=232040 CPUtime=1118.96 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 111058 0 0 0 111734 162 0 0 20 0 1 0 243072926 272035840 58010 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 66415 58010 800 2416 0 63517 0
Current children cumulated CPU time: 1118.96 s
Current children cumulated vsize: 272644 KiB
Current children cumulated memory: 236392 KiB

[startup+1182.3 s]
/proc/loadavg: 4.15 4.12 3.95 5/273 195354
/proc/meminfo: memFree=127835120/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195290] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195290/stat : 195290 (timeout) S 195287 195290 194529 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243072926 2723840 320 18446744073709551615 93930104696832 93930104713345 140725630386912 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 93930104728112 93930104730200 93930125017088 140725630392734 140725630392864 140725630392864 140725630398439 0
/proc/195290/statm: 665 320 320 5 0 90 0
[pid=195291] ppid=195290 vsize=268616 memory=249092 CPUtime=1178.81 cores=4,6
/proc/195291/stat : 195291 (CASHWMaxSAT-Dis) R 195290 195290 194529 0 -1 4194304 114965 0 0 0 117710 171 0 0 20 0 1 0 243072926 275062784 62273 18446744073709551615 4198400 14093885 140723810659776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 39452672 140723810666916 140723810667033 140723810667033 140723810672608 0
/proc/195291/statm: 67154 62273 800 2416 0 64256 0
Current children cumulated CPU time: 1178.81 s
Current children cumulated vsize: 275600 KiB
Current children cumulated memory: 253444 KiB

[startup+1242.3 s]
/proc/loadavg: 4.11 4.11 3.97 5/273 195358
/proc/meminfo: memFree=127974312/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=168972 memory=94936 CPUtime=44.16 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 21890 0 0 0 4311 105 0 0 20 0 1 0 243192727 173027328 23734 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 42243 23734 2464 595 0 26910 0
Current children cumulated CPU time: 1238.64 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99288 KiB

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

# cumulated CPU time of all completed processes:  user=1251.53 s, system=3.21217 s

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

[startup+1248 s]*
/proc/loadavg: 4.09 4.11 3.97 5/273 195358
/proc/meminfo: memFree=127974312/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=168972 memory=94936 CPUtime=49.85 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 21890 0 0 0 4867 118 0 0 20 0 1 0 243192727 173027328 23734 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 42243 23734 2464 595 0 26910 0
Current children cumulated CPU time: 1244.33 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99288 KiB

[startup+1254.4 s]
/proc/loadavg: 4.08 4.11 3.97 5/273 195358
/proc/meminfo: memFree=127974312/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=168972 memory=94936 CPUtime=56.23 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 21890 0 0 0 5489 134 0 0 20 0 1 0 243192727 173027328 23734 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 42243 23734 2464 595 0 26910 0
Current children cumulated CPU time: 1250.71 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99288 KiB

[startup+1256 s]*
/proc/loadavg: 4.08 4.11 3.97 5/273 195358
/proc/meminfo: memFree=127974312/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=168972 memory=94936 CPUtime=57.83 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 21890 0 0 0 5645 138 0 0 20 0 1 0 243192727 173027328 23734 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 42243 23734 2464 595 0 26910 0
Current children cumulated CPU time: 1252.31 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99288 KiB

[startup+1257.6 s]
/proc/loadavg: 4.08 4.11 3.97 5/273 195358
/proc/meminfo: memFree=127974320/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=168972 memory=94936 CPUtime=59.42 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 21890 0 0 0 5800 142 0 0 20 0 1 0 243192727 173027328 23734 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 42243 23734 2464 595 0 26910 0
Current children cumulated CPU time: 1253.9 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99288 KiB

[startup+1258 s]*
/proc/loadavg: 4.08 4.10 3.97 5/273 195358
/proc/meminfo: memFree=127974320/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=168972 memory=94936 CPUtime=59.82 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 21890 0 0 0 5840 142 0 0 20 0 1 0 243192727 173027328 23734 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 42243 23734 2464 595 0 26910 0
Current children cumulated CPU time: 1254.3 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 99288 KiB

[startup+1258.4 s]
/proc/loadavg: 4.08 4.10 3.97 5/273 195358
/proc/meminfo: memFree=127974320/131250000 swapFree=33010416/33010684
[pid=195287] ppid=195284 vsize=4324 memory=3072 CPUtime=1194.48 cores=4,6
/proc/195287/stat : 195287 (Hybrid-CASHWMax) S 195284 195287 194529 0 -1 4194304 283 117356 0 0 0 0 119273 175 20 0 1 0 243072925 4427776 768 18446744073709551615 94572751634432 94572752528965 140732407806560 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94572752768016 94572752815760 94572757102592 140732407814485 140732407814639 140732407814639 140732407820243 0
/proc/195287/statm: 1081 768 704 219 0 143 0
[pid=195355] ppid=195287 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/195355/stat : 195355 (timeout) S 195287 195355 194529 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243192727 2723840 320 18446744073709551615 94607604523008 94607604539521 140731942520368 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94607604554288 94607604556376 94607624232960 140731942525318 140731942525472 140731942525472 140731942531047 0
/proc/195355/statm: 665 320 320 5 0 90 0
[pid=195356] ppid=195355 vsize=149692 memory=93236 CPUtime=60.22 cores=4,6
/proc/195356/stat : 195356 (SynLSCD) R 195355 195355 194529 0 -1 4194304 22036 0 0 0 5878 144 0 0 20 0 1 0 243192727 153284608 23309 18446744073709551615 94075413032960 94075415467561 140735413019792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94075415948536 94075415981568 94075420688384 140735413025184 140735413025319 140735413025319 140735413030894 0
/proc/195356/statm: 37423 23309 2592 595 0 22090 0
Current children cumulated CPU time: 1254.7 s
Current children cumulated vsize: 156676 KiB
Current children cumulated memory: 97588 KiB

Child status: 0

Real time (s): 1258.44
CPU time (s): 1254.74
CPU user time (s): 1251.53
CPU system time (s): 3.21217
CPU usage (%): 99.7062
Max. virtual memory (cumulated for all children) (KiB): 406300
Max. memory (cumulated for all children) (KiB): 320832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.53
system time used= 3.21217
maximum resident set size= 354320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140704
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 945
involuntary context switches= 1494


# summary of solver processes directly reported to runsolver:
#   pid: 195287
#   total CPU time (s): 1254.74
#   total CPU user time (s): 1251.53
#   total CPU system time (s): 3.21217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55243 second user time and 6.08631 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 14:32:31
IDJOB=4548037
IDBENCH=175047
IDSOLVER=3425
FILE ID=nodeC018/4548037-1753273951
RUNJOBID= nodeC018-1753272569-194547
SLURM_JOB_ID= 9690026
Free space on /tmp= 432964 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548037-1753273951/watcher-4548037-1753273951 -o /tmp/evaluation-result-4548037-1753273951/solver-4548037-1753273951 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753272569-194547 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548037-1753273951.opb 3600 HOME

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

MD5SUM BENCH= 4a59e763ae88014143ab229bcecf86f5
RANDOM SEED=597179784

nodeC018 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.917
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.66
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.835
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.66
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		: 3600.252
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.66
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		: 3596.944
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.66
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.833
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128315000 kB
MemAvailable:   129149424 kB
Buffers:            2128 kB
Cached:          1582304 kB
SwapCached:           28 kB
Active:          1635440 kB
Inactive:         504076 kB
Active(anon):     581040 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   503792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16688 kB
Writeback:            20 kB
AnonPages:        557648 kB
Mapped:           120872 kB
Shmem:             26240 kB
KReclaimable:     230540 kB
Slab:             327432 kB
SReclaimable:     230540 kB
SUnreclaim:        96892 kB
KernelStack:        4352 kB
PageTables:         4504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     932648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC018 at 2025-07-23 14:53:29