Trace number 4490500

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 NameAnswerobjective functionCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCom+ExactPRS9 2025-06-02SAT2 3585.64 3596.16

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUM8ec3b633bd42b6cf315d15d8b6de5e8f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5302.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3585.54/3596.05	c Exit code from Second Program: 124
3585.62/3596.13	c 10 constraints
3585.62/3596.13	c after presolve  10
3585.62/3596.13	c Finish cloning data from SAT to LS
3585.62/3596.13	c intsize: 13
3585.62/3596.13	c sciptime 900
3585.62/3596.13	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
3585.62/3596.13	c Use LS-small
3585.62/3596.13	o 2
3585.62/3596.13	c SAT by LS-small
3585.62/3596.13	o 2
3585.62/3596.13	c Program interrupted by user.
3585.62/3596.13	s SATISFIABLE
3585.62/3596.13	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 x93 -x94 x95 x96 x97 -x98 x99 -x100 -x101 x102 x103 x104 -x105 -x106 x107 x108 x109 x110 x111 -x112 x113 x114 -x115 x116 x117 -x118 x119 -x120

Verifier Data

OK	2

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 (62934 MiB free)
  memory of node 1: 64465 MiB (63784 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490500-1751374386/watcher-4490500-1751374386 -o /tmp/evaluation-result-4490500-1751374386/solver-4490500-1751374386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751374386-51809 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCom+ExactPRS9 HOME/instance-4490500-1751374386.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=51858, runsolver pid=51849

[startup+0.100059 s]*
/proc/loadavg: 1.28 1.79 2.19 6/277 51879
/proc/meminfo: memFree=129720948/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=26060 memory=11220 CPUtime=0.06 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 2699 0 0 0 6 0 0 0 20 0 1 0 53117109 26685440 2805 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 6515 2805 768 2416 0 3617 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 33044 KiB
Current children cumulated memory: 15572 KiB

[startup+0.205043 s]*
/proc/loadavg: 1.28 1.79 2.19 6/277 51879
/proc/meminfo: memFree=129709368/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=26696 memory=11604 CPUtime=0.16 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 2804 0 0 0 16 0 0 0 20 0 1 0 53117109 27336704 2901 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 6674 2901 768 2416 0 3776 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 33680 KiB
Current children cumulated memory: 15956 KiB

[startup+0.304882 s]*
/proc/loadavg: 1.50 1.83 2.20 6/277 51879
/proc/meminfo: memFree=129706596/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=26696 memory=11988 CPUtime=0.26 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 2892 0 0 0 26 0 0 0 20 0 1 0 53117109 27336704 2997 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 6674 2997 768 2416 0 3776 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 33680 KiB
Current children cumulated memory: 16340 KiB

[startup+0.700147 s]
/proc/loadavg: 1.50 1.83 2.20 6/277 51879
/proc/meminfo: memFree=129706032/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=29400 memory=13268 CPUtime=0.65 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 3201 0 0 0 65 0 0 0 20 0 1 0 53117109 30105600 3317 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 7350 3317 768 2416 0 4452 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 36384 KiB
Current children cumulated memory: 17620 KiB

[startup+1.50015 s]
/proc/loadavg: 1.50 1.83 2.20 6/277 51879
/proc/meminfo: memFree=129698976/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=32292 memory=16992 CPUtime=1.45 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 4464 0 0 0 145 0 0 0 20 0 1 0 53117109 33067008 4248 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 8073 4248 768 2416 0 5175 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 39276 KiB
Current children cumulated memory: 21344 KiB

[startup+3.10483 s]
/proc/loadavg: 1.50 1.83 2.20 6/277 51879
/proc/meminfo: memFree=129687292/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=35020 memory=18764 CPUtime=3.05 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 5663 0 0 0 304 1 0 0 20 0 1 0 53117109 35860480 4691 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 8755 4691 768 2416 0 5857 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 42004 KiB
Current children cumulated memory: 23116 KiB

[startup+6.30016 s]
/proc/loadavg: 1.70 1.87 2.21 6/277 51879
/proc/meminfo: memFree=129675740/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=39368 memory=24676 CPUtime=6.24 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 6464 0 0 0 623 1 0 0 20 0 1 0 53117109 40312832 6169 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 9842 6169 768 2416 0 6944 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 46352 KiB
Current children cumulated memory: 29028 KiB

[startup+12.7002 s]
/proc/loadavg: 1.88 1.90 2.22 6/277 51879
/proc/meminfo: memFree=129671408/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=45512 memory=27680 CPUtime=12.62 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 6699 0 0 0 1261 1 0 0 20 0 1 0 53117109 46604288 6920 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 11378 6920 768 2416 0 8480 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 52496 KiB
Current children cumulated memory: 32032 KiB

[startup+25.5002 s]
/proc/loadavg: 2.21 1.97 2.24 6/277 51879
/proc/meminfo: memFree=129666404/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=45512 memory=27808 CPUtime=25.38 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 6757 0 0 0 2537 1 0 0 20 0 1 0 53117109 46604288 6952 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 11378 6952 768 2416 0 8480 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 52496 KiB
Current children cumulated memory: 32160 KiB

[startup+51.1049 s]
/proc/loadavg: 2.97 2.18 2.31 6/276 51879
/proc/meminfo: memFree=129651864/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/51872/stat : 51872 (timeout) S 51858 51872 51796 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53117108 2723840 352 18446744073709551615 94906474483712 94906474500225 140723620271744 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94906474514992 94906474517080 94906485891072 140723620276632 140723620276770 140723620276770 140723620282343 0
/proc/51872/statm: 665 352 352 5 0 90 0
[pid=51876] ppid=51872 vsize=45512 memory=30440 CPUtime=50.91 cores=4,6
/proc/51876/stat : 51876 (CASHWMaxSAT-Dis) R 51872 51872 51796 0 -1 4194304 6898 0 0 0 5090 1 0 0 20 0 1 0 53117109 46604288 7610 18446744073709551615 4198400 14093885 140736398456832 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 34611200 140736398461341 140736398461467 140736398461467 140736398467040 0
/proc/51876/statm: 11378 7610 768 2416 0 8480 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 52496 KiB
Current children cumulated memory: 34792 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.46 2.40 6/277 51882
/proc/meminfo: memFree=129615112/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51872] ppid=51858 vsize=2660 memory=1408 CPUtime=0 cores=4,6

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

/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2555.68 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 248979 6589 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3452.16 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/272 52171
/proc/meminfo: memFree=127803264/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2615.54 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 254909 6645 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3512.02 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.08 4.03 5/271 52173
/proc/meminfo: memFree=127804200/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2675.39 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 260845 6694 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3571.87 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

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

# cumulated CPU time of all completed processes:  user=3518.52 s, system=67.1229 s

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

[startup+3584 s]*
/proc/loadavg: 4.05 4.08 4.03 5/271 52173
/proc/meminfo: memFree=127803948/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2677.09 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 261014 6695 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3573.57 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3590.4 s]
/proc/loadavg: 4.05 4.08 4.03 5/271 52173
/proc/meminfo: memFree=127804020/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2683.47 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 261647 6700 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3579.95 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3593.6 s]
/proc/loadavg: 4.04 4.08 4.03 5/271 52173
/proc/meminfo: memFree=127804020/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2686.66 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 261964 6702 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3583.14 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3595.2 s]
/proc/loadavg: 4.04 4.08 4.03 5/271 52173
/proc/meminfo: memFree=127804020/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2688.26 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 262122 6704 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3584.74 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3595.6 s]
/proc/loadavg: 4.04 4.08 4.03 5/271 52173
/proc/meminfo: memFree=127804020/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2688.65 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 262161 6704 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3585.13 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3596 s]*
/proc/loadavg: 4.12 4.09 4.04 5/271 52173
/proc/meminfo: memFree=127804020/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=896.48 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 285 13214 0 0 0 0 89644 4 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
[pid=51981] ppid=51858 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/51981/stat : 51981 (timeout) S 51858 51981 51796 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53207009 2723840 320 18446744073709551615 94532860878848 94532860895361 140735209853904 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94532860910128 94532860912216 94532883378176 140735209859461 140735209859618 140735209859618 140735209865191 0
/proc/51981/statm: 665 320 320 5 0 90 0
[pid=51983] ppid=51981 vsize=236856 memory=211492 CPUtime=2689.06 cores=4,6
/proc/51983/stat : 51983 (ExactPR-S9) R 51981 51981 51796 0 -1 4194304 56731 0 0 0 262202 6704 0 0 20 0 1 0 53207010 242540544 52873 18446744073709551615 94234450202624 94234459502725 140731480801328 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94234461288768 94234461327848 94234492596224 140731480803740 140731480803878 140731480803878 140731480809451 0
/proc/51983/statm: 59214 52873 3488 2271 0 53852 0
Current children cumulated CPU time: 3585.54 s
Current children cumulated vsize: 243840 KiB
Current children cumulated memory: 215716 KiB

[startup+3596.11 s]
/proc/loadavg: 4.12 4.09 4.04 5/271 52173
/proc/meminfo: memFree=127804020/131249996 swapFree=33010160/33010684
[pid=51858] ppid=51849 vsize=4324 memory=2944 CPUtime=3585.62 cores=4,6
/proc/51858/stat : 51858 (Hybrid-CASHWMax) S 51849 51858 51796 0 -1 4194304 405 71769 0 0 0 0 351851 6711 20 0 1 0 53117105 4427776 736 18446744073709551615 94292751900672 94292752795205 140731442438944 0 0 0 2 4 65536 1 0 0 17 6 0 0 0 0 0 94292753034256 94292753082000 94292756930560 140731442444629 140731442444784 140731442444784 140731442450386 0
/proc/51858/statm: 1081 736 672 219 0 143 0
Current children cumulated CPU time: 3585.62 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 3596.16
CPU time (s): 3585.64
CPU user time (s): 3518.52
CPU system time (s): 67.1229
CPU usage (%): 99.7077
Max. virtual memory (cumulated for all children) (KiB): 283436
Max. memory (cumulated for all children) (KiB): 246668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3518.52
system time used= 67.1229
maximum resident set size= 242444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2170
involuntary context switches= 3289


# summary of solver processes directly reported to runsolver:
#   pid: 51858
#   total CPU time (s): 3585.64
#   total CPU user time (s): 3518.52
#   total CPU system time (s): 67.1229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60376 second user time and 15.4225 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 14:53:06
IDJOB=4490500
IDBENCH=147589
IDSOLVER=3330
FILE ID=nodeC029/4490500-1751374386
RUNJOBID= nodeC029-1751374386-51809
SLURM_JOB_ID= 9598208
Free space on /tmp= 433060 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCom+ExactPRS9 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_4.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCom+ExactPRS9 BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490500-1751374386/watcher-4490500-1751374386 -o /tmp/evaluation-result-4490500-1751374386/solver-4490500-1751374386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751374386-51809 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCom+ExactPRS9 HOME/instance-4490500-1751374386.opb 3600 HOME

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

MD5SUM BENCH= 8ec3b633bd42b6cf315d15d8b6de5e8f
RANDOM SEED=577837964

nodeC029 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		: 3598.894
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.46
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.721
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.46
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		: 3599.732
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.46
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		: 3605.107
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.46
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.721
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.46
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.188
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.46
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		: 3606.974
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.46
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.724
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129765012 kB
MemAvailable:   129801092 kB
Buffers:            2128 kB
Cached:           842776 kB
SwapCached:           40 kB
Active:           433768 kB
Inactive:         473792 kB
Active(anon):      75976 kB
Inactive(anon):     4768 kB
Active(file):     357792 kB
Inactive(file):   469024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            100104 kB
Writeback:             0 kB
AnonPages:         65756 kB
Mapped:           102948 kB
Shmem:             18020 kB
KReclaimable:      97004 kB
Slab:             183804 kB
SReclaimable:      97004 kB
SUnreclaim:        86800 kB
KernelStack:        4096 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC029 at 2025-07-01 15:53:03