Trace number 4547918

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 1199.33 1202.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1500.shuf-1.opb
MD5SUM32d8cc264951b7044fd33d2e6b7cca98
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.247327
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6001
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)698
Number of constraints which are nor clauses,nor cardinality constraints5302
Minimum length of a constraint4
Maximum length of a constraint5
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1199.26/1202.23	c Exit code from Second Program: 20
1199.26/1202.25	c #vars 6001 #constraints 6000 0.999833 1
1199.26/1202.25	c intsize: 3
1199.26/1202.25	c 6000 constraints
1199.26/1202.25	c Finish cloning data from SAT to LS
1199.26/1202.25	c restart_num_ls  -100000 0
1199.26/1202.25	c Use LS-small
1199.26/1202.25	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 (60271 MiB free)
  memory of node 1: 64465 MiB (57044 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547918-1753274203/watcher-4547918-1753274203 -o /tmp/evaluation-result-4547918-1753274203/solver-4547918-1753274203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753274202-175615 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547918-1753274203.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=175674, runsolver pid=175657
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120108420/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=36564 memory=17272 CPUtime=0.06 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 4049 0 0 0 6 0 0 0 20 0 1 0 243097795 37441536 4318 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 9141 4318 768 2416 0 6243 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 43548 KiB
Current children cumulated memory: 21624 KiB

[startup+0.205222 s]*
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120106908/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=34780 memory=19328 CPUtime=0.16 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 4989 0 0 0 16 0 0 0 20 0 1 0 243097795 35614720 4832 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 8695 4832 800 2416 0 5797 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 41764 KiB
Current children cumulated memory: 23680 KiB

[startup+0.304889 s]*
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120104136/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=37460 memory=20224 CPUtime=0.26 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 5198 0 0 0 26 0 0 0 20 0 1 0 243097795 38359040 5056 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 9365 5056 800 2416 0 6467 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 44444 KiB
Current children cumulated memory: 24576 KiB

[startup+0.700184 s]
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120090024/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=37460 memory=22464 CPUtime=0.66 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 5786 0 0 0 65 1 0 0 20 0 1 0 243097795 38359040 5616 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 9365 5616 800 2416 0 6467 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 44444 KiB
Current children cumulated memory: 26816 KiB

[startup+1.5002 s]
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120078692/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=51700 memory=34676 CPUtime=1.46 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 6299 0 0 0 145 1 0 0 20 0 1 0 243097795 52940800 8669 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 12925 8669 800 2416 0 10027 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 58684 KiB
Current children cumulated memory: 39028 KiB

[startup+3.10496 s]
/proc/loadavg: 1.10 1.09 1.29 5/273 175685
/proc/meminfo: memFree=120032680/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=44628 memory=29808 CPUtime=3.06 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 7924 0 0 0 304 2 0 0 20 0 1 0 243097795 45699072 7452 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 11157 7452 800 2416 0 8259 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 51612 KiB
Current children cumulated memory: 34160 KiB

[startup+6.30017 s]
/proc/loadavg: 1.34 1.14 1.31 5/273 175685
/proc/meminfo: memFree=120004000/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=63304 memory=48356 CPUtime=6.24 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 8484 0 0 0 622 2 0 0 20 0 1 0 243097795 64823296 12089 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 15826 12089 800 2416 0 12928 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 70288 KiB
Current children cumulated memory: 52708 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 1.19 1.32 5/273 175685
/proc/meminfo: memFree=119965584/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=82096 memory=67148 CPUtime=12.62 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 9326 0 0 0 1259 3 0 0 20 0 1 0 243097795 84066304 16787 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 20524 16787 800 2416 0 17626 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 89080 KiB
Current children cumulated memory: 71500 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 1.33 1.36 5/273 175685
/proc/meminfo: memFree=119899760/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=100952 memory=85976 CPUtime=25.4 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 10479 0 0 0 2536 4 0 0 20 0 1 0 243097795 103374848 21494 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 25238 21494 800 2416 0 22340 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 107936 KiB
Current children cumulated memory: 90328 KiB

[startup+51.105 s]
/proc/loadavg: 2.74 1.54 1.43 5/273 175686
/proc/meminfo: memFree=119822336/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=181140 memory=148980 CPUtime=50.93 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 12680 0 0 0 5086 7 0 0 20 0 1 0 243097795 185487360 37245 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 45285 37245 800 2416 0 42387 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 188124 KiB
Current children cumulated memory: 153332 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.94 1.58 5/274 175688
/proc/meminfo: memFree=119727168/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3

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

/proc/175685/statm: 60690 57018 800 2416 0 57792 0
Current children cumulated CPU time: 999.87 s
Current children cumulated vsize: 249744 KiB
Current children cumulated memory: 232424 KiB

[startup+1062.3 s]
/proc/loadavg: 4.13 4.03 3.24 5/274 175741
/proc/meminfo: memFree=119389760/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=242760 memory=228072 CPUtime=1059.73 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 156005 0 0 0 105692 281 0 0 20 0 1 0 243097795 248586240 57018 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 60690 57018 800 2416 0 57792 0
Current children cumulated CPU time: 1059.73 s
Current children cumulated vsize: 249744 KiB
Current children cumulated memory: 232424 KiB

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.29 5/273 175743
/proc/meminfo: memFree=119399300/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=242760 memory=228072 CPUtime=1119.58 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 165811 0 0 0 111658 300 0 0 20 0 1 0 243097795 248586240 57018 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 60690 57018 800 2416 0 57792 0
Current children cumulated CPU time: 1119.58 s
Current children cumulated vsize: 249744 KiB
Current children cumulated memory: 232424 KiB

[startup+1182.3 s]
/proc/loadavg: 4.13 4.05 3.35 5/272 175746
/proc/meminfo: memFree=119411044/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=242760 memory=228072 CPUtime=1179.44 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 173407 0 0 0 117630 314 0 0 20 0 1 0 243097795 248586240 57018 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 60690 57018 800 2416 0 57792 0
Current children cumulated CPU time: 1179.44 s
Current children cumulated vsize: 249744 KiB
Current children cumulated memory: 232424 KiB

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

# cumulated CPU time of all completed processes:  user=1194.95 s, system=4.38689 s

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

[startup+1190.4 s]
/proc/loadavg: 4.11 4.05 3.35 5/272 175746
/proc/meminfo: memFree=119410184/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=242760 memory=228072 CPUtime=1187.52 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 173407 0 0 0 118438 314 0 0 20 0 1 0 243097795 248586240 57018 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 60690 57018 800 2416 0 57792 0
Current children cumulated CPU time: 1187.52 s
Current children cumulated vsize: 249744 KiB
Current children cumulated memory: 232424 KiB

[startup+1196.8 s]
/proc/loadavg: 4.10 4.04 3.36 5/272 175746
/proc/meminfo: memFree=119405676/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 249 106 0 0 0 0 0 0 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175684] ppid=175674 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/175684/stat : 175684 (timeout) S 175674 175684 175185 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243097794 2723840 352 18446744073709551615 94737022013440 94737022029953 140727609072736 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94737022044720 94737022046808 94737045331968 140727609076126 140727609076256 140727609076256 140727609081831 0
/proc/175684/statm: 665 352 352 5 0 90 0
[pid=175685] ppid=175684 vsize=242760 memory=228072 CPUtime=1193.91 cores=1,3
/proc/175685/stat : 175685 (CASHWMaxSAT-Dis) R 175684 175684 175185 0 -1 4194304 173407 0 0 0 119077 314 0 0 20 0 1 0 243097795 248586240 57018 18446744073709551615 4198400 14093885 140737129957552 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 49913856 140737129961892 140737129962009 140737129962009 140737129967584 0
/proc/175685/statm: 60690 57018 800 2416 0 57792 0
Current children cumulated CPU time: 1193.91 s
Current children cumulated vsize: 249744 KiB
Current children cumulated memory: 232424 KiB

[startup+1200 s]*
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120114944/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=1195.14 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 284 173629 0 0 0 0 119200 314 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175752] ppid=175674 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/175752/stat : 175752 (timeout) S 175674 175752 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243217595 2723840 320 18446744073709551615 94275122253824 94275122270337 140720494896000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94275122285104 94275122287192 94275152936960 140720494901638 140720494901792 140720494901792 140720494907367 0
/proc/175752/statm: 665 320 320 5 0 90 0
[pid=175754] ppid=175752 vsize=100932 memory=27424 CPUtime=1.93 cores=1,3
/proc/175754/stat : 175754 (SynLSCD) R 175752 175752 175185 0 -1 4194304 4985 0 0 0 138 55 0 0 20 0 1 0 243217596 103354368 6856 18446744073709551615 94316719058944 94316721493545 140736468499824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94316721974520 94316722007552 94316730081280 140736468502944 140736468503079 140736468503079 140736468508654 0
/proc/175754/statm: 25233 6856 2464 595 0 9900 0
Current children cumulated CPU time: 1197.07 s
Current children cumulated vsize: 107916 KiB
Current children cumulated memory: 31648 KiB

[startup+1201.6 s]
/proc/loadavg: 4.09 4.04 3.36 4/265 175793
/proc/meminfo: memFree=120115192/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=1195.14 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 284 173629 0 0 0 0 119200 314 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175752] ppid=175674 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/175752/stat : 175752 (timeout) S 175674 175752 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243217595 2723840 320 18446744073709551615 94275122253824 94275122270337 140720494896000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94275122285104 94275122287192 94275152936960 140720494901638 140720494901792 140720494901792 140720494907367 0
/proc/175752/statm: 665 320 320 5 0 90 0
[pid=175754] ppid=175752 vsize=100932 memory=27424 CPUtime=3.53 cores=1,3
/proc/175754/stat : 175754 (SynLSCD) R 175752 175752 175185 0 -1 4194304 4985 0 0 0 250 103 0 0 20 0 1 0 243217596 103354368 6856 18446744073709551615 94316719058944 94316721493545 140736468499824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94316721974520 94316722007552 94316730081280 140736468502944 140736468503079 140736468503079 140736468508654 0
/proc/175754/statm: 25233 6856 2464 595 0 9900 0
Current children cumulated CPU time: 1198.67 s
Current children cumulated vsize: 107916 KiB
Current children cumulated memory: 31648 KiB

[startup+1202 s]*
/proc/loadavg: 4.09 4.04 3.36 3/259 175808
/proc/meminfo: memFree=120119584/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=1195.14 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 284 173629 0 0 0 0 119200 314 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175752] ppid=175674 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/175752/stat : 175752 (timeout) S 175674 175752 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243217595 2723840 320 18446744073709551615 94275122253824 94275122270337 140720494896000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94275122285104 94275122287192 94275152936960 140720494901638 140720494901792 140720494901792 140720494907367 0
/proc/175752/statm: 665 320 320 5 0 90 0
[pid=175754] ppid=175752 vsize=100932 memory=27424 CPUtime=3.93 cores=1,3
/proc/175754/stat : 175754 (SynLSCD) R 175752 175752 175185 0 -1 4194304 4985 0 0 0 277 116 0 0 20 0 1 0 243217596 103354368 6856 18446744073709551615 94316719058944 94316721493545 140736468499824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94316721974520 94316722007552 94316730081280 140736468502944 140736468503079 140736468503079 140736468508654 0
/proc/175754/statm: 25233 6856 2464 595 0 9900 0
Current children cumulated CPU time: 1199.07 s
Current children cumulated vsize: 107916 KiB
Current children cumulated memory: 31648 KiB

[startup+1202.2 s]
/proc/loadavg: 4.09 4.04 3.36 3/259 175808
/proc/meminfo: memFree=120119584/131250000 swapFree=33008356/33010684
[pid=175674] ppid=175657 vsize=4324 memory=2944 CPUtime=1195.14 cores=1,3
/proc/175674/stat : 175674 (Hybrid-CASHWMax) S 175657 175674 175185 0 -1 4194304 284 173629 0 0 0 0 119200 314 20 0 1 0 243097791 4427776 736 18446744073709551615 94243575603200 94243576497733 140729404070992 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94243576736784 94243576784528 94243597565952 140729404074325 140729404074479 140729404074479 140729404080083 0
/proc/175674/statm: 1081 736 672 219 0 143 0
[pid=175752] ppid=175674 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/175752/stat : 175752 (timeout) S 175674 175752 175185 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 243217595 2723840 320 18446744073709551615 94275122253824 94275122270337 140720494896000 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94275122285104 94275122287192 94275152936960 140720494901638 140720494901792 140720494901792 140720494907367 0
/proc/175752/statm: 665 320 320 5 0 90 0
[pid=175754] ppid=175752 vsize=103068 memory=31992 CPUtime=4.12 cores=1,3
/proc/175754/stat : 175754 (SynLSCD) R 175752 175752 175185 0 -1 4194304 5625 0 0 0 290 122 0 0 20 0 1 0 243217596 105541632 7998 18446744073709551615 94316719058944 94316721493545 140736468499824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94316721974520 94316722007552 94316730081280 140736468502944 140736468503079 140736468503079 140736468508654 0
/proc/175754/statm: 25767 7998 2464 595 0 10434 0
Current children cumulated CPU time: 1199.26 s
Current children cumulated vsize: 110052 KiB
Current children cumulated memory: 36216 KiB

Child status: 0

Real time (s): 1202.27
CPU time (s): 1199.33
CPU user time (s): 1194.95
CPU system time (s): 4.38689
CPU usage (%): 99.7555
Max. virtual memory (cumulated for all children) (KiB): 329884
Max. memory (cumulated for all children) (KiB): 285276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1194.95
system time used= 4.38689
maximum resident set size= 280924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 977
involuntary context switches= 1858


# summary of solver processes directly reported to runsolver:
#   pid: 175674
#   total CPU time (s): 1199.33
#   total CPU user time (s): 1194.95
#   total CPU system time (s): 4.38689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.65828 second user time and 3.42006 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 14:36:43
IDJOB=4547918
IDBENCH=175640
IDSOLVER=3425
FILE ID=nodeC019/4547918-1753274203
RUNJOBID= nodeC019-1753274202-175615
SLURM_JOB_ID= 9689192
Free space on /tmp= 433048 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1500.shuf-1.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547918-1753274203/watcher-4547918-1753274203 -o /tmp/evaluation-result-4547918-1753274203/solver-4547918-1753274203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753274202-175615 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547918-1753274203.opb 3600 HOME

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

MD5SUM BENCH= 32d8cc264951b7044fd33d2e6b7cca98
RANDOM SEED=1369357182

nodeC019 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		: 2726.184
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.37
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.659
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.37
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		: 1417.205
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.37
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		: 3602.182
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.37
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		: 2732.627
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.37
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		: 3596.682
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.37
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		: 2948.320
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.37
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.680
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120141032 kB
MemAvailable:   129680620 kB
Buffers:             904 kB
Cached:         10279484 kB
SwapCached:          416 kB
Active:          1163448 kB
Inactive:        9185024 kB
Active(anon):      80780 kB
Inactive(anon):    12804 kB
Active(file):    1082668 kB
Inactive(file):  9172220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             65916 kB
Writeback:             0 kB
AnonPages:         70792 kB
Mapped:           109320 kB
Shmem:             25452 kB
KReclaimable:     247880 kB
Slab:             343628 kB
SReclaimable:     247880 kB
SUnreclaim:        95748 kB
KernelStack:        4052 kB
PageTables:         2608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC019 at 2025-07-23 14:56:45