Trace number 4434636

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
FiberSCIP 2024-07-02OPT53 91.4608 91.703

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM83e8c133f6310d52aedf789f310352e0
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 benchmark53
Best CPU time to get the best result obtained on this benchmark26.7007
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 23150592, getVmSize() = 23150592, SCIPgetMemUsed() = 1314446, SCIPgetMemTotal() = 1609742, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 16633856, getVmSize() = 26750976, SCIPgetMemUsed() = 2766969, SCIPgetMemTotal() = 4081657, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4434636-1721071370
0.00/0.00	c   Variables        : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 225
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 225
0.00/0.00	c Constraints        : Number
0.00/0.00	c   logicor          : 225 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.01	c                                Nodes    Active                                            
0.00/0.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.01	c *       0              0           1         1          62.0000                -          -
3.97/4.08	c *       4             12          11         1          55.0000          49.3664     11.41%
3.97/4.08	c *       4             12          11         1          54.0000          49.3664      9.39%
5.67/5.77	c         6             36          35         1          54.0000          49.3664      9.39%
11.65/11.73	c        12            415         404         1          54.0000          49.8427      8.34%
16.84/16.97	c        17            562         551         1          54.0000          50.0503      7.89%
22.22/22.34	c        22            796         785         1          54.0000          50.2165      7.53%
27.21/27.36	c        27            982         971         1          54.0000          50.4483      7.04%
32.69/32.82	c        33           1093        1082         1          54.0000          50.4648      7.01%
38.09/38.26	c        38           1215        1204         1          54.0000          50.5145      6.90%
43.17/43.37	c        43           1394        1381         1          54.0000          50.5860      6.75%
48.66/48.89	c        49           1582        1567         1          54.0000          50.6513      6.61%
54.14/54.31	c        54           1792        1769         1          54.0000          50.6979      6.51%
56.74/56.93	c *      57           1872        1843         1          53.0000          50.7198      4.50%
59.53/59.74	c        60           1982        1280         1          53.0000          50.7764      4.38%
64.92/65.16	c        65           2362        1292         1          53.0000          50.8339      4.26%
70.70/70.93	c        71           2662        1260         1          53.0000          50.9348      4.05%
75.90/76.11	c        76           2972        1218         1          53.0000          51.0087      3.90%
80.88/81.12	c        81           3602        1102         1          53.0000          51.1522      3.61%
85.87/86.15	c        86           4802         804         1          53.0000          51.3053      3.30%
90.85/91.17	c        91           5642          54         1          53.0000          51.7180      2.48%
91.35/91.61	c        92           5696           0         0          53.0000          53.0000      0.00%
91.35/91.70	c        92           5696           0         0          53.0000          53.0000          -
91.35/91.70	c SCIP Status        : c problem is solved
91.35/91.70	c Total Time         : 91.7000
91.35/91.70	c   solving          : 91.7000
91.35/91.70	c   presolving       : 0.0037 (included in solving)
91.35/91.70	c B&B Tree           :
91.35/91.70	c   nodes (total)    : 5696
91.35/91.70	c Solution           :
91.35/91.70	c   Solutions found  : 5
91.35/91.70	c   Primal Bound     : +5.30000000000000e+01
91.35/91.70	c   Dual Bound       : +5.30000000000000e+01
91.35/91.70	c Gap                : 0.00000 %
91.35/91.70	o 53
91.35/91.70	s OPTIMUM FOUND
91.35/91.70	v -x225 x224 -x223 x222 -x221 -x220 x219 -x218 -x217 -x216 x215 -x214 x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 x205 -x204 -x203 
91.35/91.70	v x202 -x201 -x200 -x199 -x198 -x197 x196 x195 -x194 x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 x184 -x183 -x182 
91.35/91.70	v -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 
91.35/91.70	v x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 
91.35/91.70	v -x138 x137 x136 x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 
91.35/91.70	v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 x103 -x102 x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 
91.35/91.70	v -x93 -x92 x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 
91.35/91.70	v x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 x59 -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 
91.35/91.70	v -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 x33 -x32 x31 x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 x21 -x20 x19 -x18 -x17 -x16 
91.35/91.70	v -x15 -x14 x13 -x12 -x11 -x10 x9 -x8 -x7 x6 -x5 -x4 -x3 x2 -x1 

Verifier Data

OK	53

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: 63931 MiB (61120 MiB free)
  memory of node 1: 64510 MiB (61887 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434636-1721071370/watcher-4434636-1721071370 -o /tmp/evaluation-result-4434636-1721071370/solver-4434636-1721071370 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721064102-809919 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434636-1721071370.opb -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=815577, runsolver pid=815574
Current StackSize limit: 8192 KiB


[startup+0.100954 s]*
/proc/loadavg: 4.02 4.08 4.08 5/265 815580
/proc/meminfo: memFree=125934936/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=112764 memory=35360 CPUtime=0.09 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 6270 0 0 0 9 0 0 0 20 0 3 0 159306695 115470336 8840 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 28191 8840 2910 3032 0 12249 0
[pid=815577/tid=815579] ppid=815574 vsize=112764 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 4578 0 0 0 8 0 0 0 20 0 3 0 159306696 115470336 8840 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=112764 memory=228556276070 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 159306696 115470336 8840 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 112764 KiB
Current children cumulated memory: 35360 KiB

[startup+0.205947 s]*
/proc/loadavg: 4.02 4.08 4.08 5/265 815580
/proc/meminfo: memFree=125910744/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=129204 memory=58592 CPUtime=0.19 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 12080 0 0 0 18 1 0 0 20 0 3 0 159306695 132304896 14648 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 32301 14648 2910 3032 0 18240 0
[pid=815577/tid=815579] ppid=815574 vsize=129204 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 10388 0 0 0 17 1 0 0 20 0 3 0 159306696 132304896 14648 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=129204 memory=17963 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 159306696 132304896 14648 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 129204 KiB
Current children cumulated memory: 58592 KiB

[startup+0.305651 s]*
/proc/loadavg: 4.02 4.08 4.08 6/265 815580
/proc/meminfo: memFree=125895092/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=142824 memory=75760 CPUtime=0.29 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 17080 0 0 0 27 2 0 0 20 0 3 0 159306695 146251776 18940 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 35706 18940 2910 3032 0 22818 0
[pid=815577/tid=815579] ppid=815574 vsize=142824 memory=-6225495779195403112 CPUtime=0.28 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 15388 0 0 0 26 2 0 0 20 0 3 0 159306696 146251776 18940 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=142824 memory=0 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 159306696 146251776 18940 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 142824 KiB
Current children cumulated memory: 75760 KiB

[startup+0.70024 s]
/proc/loadavg: 4.02 4.08 4.08 5/265 815580
/proc/meminfo: memFree=125873832/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=140984 memory=94052 CPUtime=0.68 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 22377 0 0 0 65 3 0 0 20 0 3 0 159306695 144367616 23513 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 35246 23513 2910 3032 0 27595 0
[pid=815577/tid=815579] ppid=815574 vsize=140984 memory=0 CPUtime=0.67 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 20685 0 0 0 64 3 0 0 20 0 3 0 159306696 144367616 23513 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=140984 memory=0 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 159306696 144367616 23513 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 140984 KiB
Current children cumulated memory: 94052 KiB

[startup+1.50019 s]
/proc/loadavg: 4.02 4.08 4.08 5/265 815580
/proc/meminfo: memFree=125869204/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=142012 memory=97476 CPUtime=1.48 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 24985 0 0 0 145 3 0 0 20 0 3 0 159306695 145420288 24369 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 35503 24369 2958 3032 0 28331 0
[pid=815577/tid=815579] ppid=815574 vsize=142012 memory=0 CPUtime=1.47 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 23265 0 0 0 144 3 0 0 20 0 3 0 159306696 145420288 24369 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=142012 memory=0 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 159306696 145420288 24369 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 142012 KiB
Current children cumulated memory: 97476 KiB

[startup+3.10548 s]
/proc/loadavg: 4.02 4.07 4.08 5/265 815580
/proc/meminfo: memFree=125867300/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=142012 memory=97476 CPUtime=3.08 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 25064 0 0 0 305 3 0 0 20 0 3 0 159306695 145420288 24369 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 35503 24369 2958 3032 0 28331 0
[pid=815577/tid=815579] ppid=815574 vsize=142012 memory=2273 CPUtime=3.07 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 23339 0 0 0 304 3 0 0 20 0 3 0 159306696 145420288 24369 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=142012 memory=0 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 159306696 145420288 24369 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 142012 KiB
Current children cumulated memory: 97476 KiB

[startup+6.30022 s]
/proc/loadavg: 4.02 4.07 4.08 5/265 815582
/proc/meminfo: memFree=125829660/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=213716 memory=132372 CPUtime=6.26 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 46425 0 0 0 622 4 0 0 20 0 3 0 159306695 218845184 33093 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 53429 33093 2958 3032 0 37444 0
[pid=815577/tid=815579] ppid=815574 vsize=213716 memory=-6225495779195403112 CPUtime=6.25 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 44577 0 0 0 621 4 0 0 20 0 3 0 159306696 218845184 33093 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=213716 memory=114120 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 159306696 218845184 33093 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 213716 KiB
Current children cumulated memory: 132372 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/257 815697
/proc/meminfo: memFree=125949756/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=234212 memory=155036 CPUtime=12.64 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 72406 0 0 0 1258 6 0 0 20 0 3 0 159306695 239833088 38759 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58553 38759 2958 3032 0 43474 0
[pid=815577/tid=815579] ppid=815574 vsize=234212 memory=97580 CPUtime=12.63 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 70512 0 0 0 1257 6 0 0 20 0 3 0 159306696 239833088 38759 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=234212 memory=0 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 159306696 239833088 38759 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 234212 KiB
Current children cumulated memory: 155036 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.08 5/266 816106
/proc/meminfo: memFree=125820288/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=234212 memory=157424 CPUtime=25.41 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 99292 0 0 0 2533 8 0 0 20 0 3 0 159306695 239833088 39356 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58553 39356 2958 3032 0 44138 0
[pid=815577/tid=815579] ppid=815574 vsize=234212 memory=156856 CPUtime=25.4 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 97323 0 0 0 2532 8 0 0 20 0 3 0 159306696 239833088 39356 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=234212 memory=37484 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 159306696 239833088 39356 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 234212 KiB
Current children cumulated memory: 157424 KiB

[startup+51.1056 s]
/proc/loadavg: 4.05 4.08 4.08 5/266 816109
/proc/meminfo: memFree=125769268/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=234212 memory=161504 CPUtime=50.96 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 131122 0 0 0 5086 10 0 0 20 0 3 0 159306695 239833088 40376 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58553 40376 2958 3032 0 45109 0
[pid=815577/tid=815579] ppid=815574 vsize=234212 memory=157740 CPUtime=50.94 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 129066 0 0 0 5084 10 0 0 20 0 3 0 159306696 239833088 40376 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=234212 memory=40760 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 159306696 239833088 40376 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 234212 KiB
Current children cumulated memory: 161504 KiB

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

# cumulated CPU time of all completed processes:  user=91.2823 s, system=0.178456 s

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

[startup+51.2003 s]
/proc/loadavg: 4.05 4.08 4.08 5/266 816109
/proc/meminfo: memFree=125769268/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=234212 memory=161532 CPUtime=51.05 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 131127 0 0 0 5095 10 0 0 20 0 3 0 159306695 239833088 40383 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58553 40383 2958 3032 0 45109 0
[pid=815577/tid=815579] ppid=815574 vsize=234212 memory=12312 CPUtime=51.04 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 129071 0 0 0 5094 10 0 0 20 0 3 0 159306696 239833088 40383 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=234212 memory=2220 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 159306696 239833088 40383 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 234212 KiB
Current children cumulated memory: 161532 KiB

[startup+76.8002 s]
/proc/loadavg: 4.10 4.09 4.09 5/266 816115
/proc/meminfo: memFree=125711088/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=235392 memory=165000 CPUtime=76.59 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 162179 0 0 0 7646 13 0 0 20 0 3 0 159306695 241041408 41250 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58848 41250 2958 3032 0 45797 0
[pid=815577/tid=815579] ppid=815574 vsize=235392 memory=12316 CPUtime=76.57 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 159988 0 0 0 7644 13 0 0 20 0 3 0 159306696 241041408 41250 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=235392 memory=158608 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 159306696 241041408 41250 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 76.59 s
Current children cumulated vsize: 235392 KiB
Current children cumulated memory: 165000 KiB

[startup+83.2002 s]
/proc/loadavg: 4.08 4.08 4.08 5/266 816116
/proc/meminfo: memFree=125711928/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=235392 memory=165064 CPUtime=82.98 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 162924 0 0 0 8284 14 0 0 20 0 3 0 159306695 241041408 41266 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58848 41266 2958 3032 0 45800 0
[pid=815577/tid=815579] ppid=815574 vsize=235392 memory=12316 CPUtime=82.95 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 160733 0 0 0 8282 13 0 0 20 0 3 0 159306696 241041408 41266 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=235392 memory=165000 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 159306696 241041408 41266 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 82.98 s
Current children cumulated vsize: 235392 KiB
Current children cumulated memory: 165064 KiB

[startup+86.4002 s]
/proc/loadavg: 4.08 4.08 4.08 5/266 816118
/proc/meminfo: memFree=125710556/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=235392 memory=167028 CPUtime=86.17 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 163706 0 0 0 8603 14 0 0 20 0 3 0 159306695 241041408 41757 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 58848 41757 2958 3032 0 46318 0
[pid=815577/tid=815579] ppid=815574 vsize=235392 memory=12316 CPUtime=86.14 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 161515 0 0 0 8601 13 0 0 20 0 3 0 159306696 241041408 41757 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=235392 memory=165112 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 159306696 241041408 41757 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 86.17 s
Current children cumulated vsize: 235392 KiB
Current children cumulated memory: 167028 KiB

[startup+89.6002 s]
/proc/loadavg: 4.07 4.08 4.08 5/266 816118
/proc/meminfo: memFree=125690256/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=238932 memory=171596 CPUtime=89.36 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 177554 0 0 0 8920 16 0 0 20 0 3 0 159306695 244666368 42899 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 59733 42899 2958 3032 0 47450 0
[pid=815577/tid=815579] ppid=815574 vsize=238932 memory=164996 CPUtime=89.33 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 175339 0 0 0 8918 15 0 0 20 0 3 0 159306696 244666368 42899 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=238932 memory=40760 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 159306696 244666368 42899 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 89.36 s
Current children cumulated vsize: 238932 KiB
Current children cumulated memory: 171596 KiB

[startup+90.4002 s]
/proc/loadavg: 4.07 4.08 4.08 5/266 816118
/proc/meminfo: memFree=125679764/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=240492 memory=175220 CPUtime=90.15 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 179648 0 0 0 8999 16 0 0 20 0 3 0 159306695 246263808 43805 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 60123 43805 2958 3032 0 48334 0
[pid=815577/tid=815579] ppid=815574 vsize=240492 memory=169540 CPUtime=90.12 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 177433 0 0 0 8997 15 0 0 20 0 3 0 159306696 246263808 43805 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=240492 memory=172524 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 159306696 246263808 43805 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 90.15 s
Current children cumulated vsize: 240492 KiB
Current children cumulated memory: 175220 KiB

[startup+91.2002 s]
/proc/loadavg: 4.07 4.08 4.08 5/266 816118
/proc/meminfo: memFree=125677984/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=241512 memory=177528 CPUtime=90.95 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 180589 0 0 0 9079 16 0 0 20 0 3 0 159306695 247308288 44382 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 60378 44382 2958 3032 0 48904 0
[pid=815577/tid=815579] ppid=815574 vsize=241512 memory=171400 CPUtime=90.92 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 178367 0 0 0 9077 15 0 0 20 0 3 0 159306696 247308288 44382 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=241512 memory=12316 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 159306696 247308288 44382 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 90.95 s
Current children cumulated vsize: 241512 KiB
Current children cumulated memory: 177528 KiB

[startup+91.6002 s]
/proc/loadavg: 4.07 4.08 4.08 5/266 816118
/proc/meminfo: memFree=125677984/131524600 swapFree=131071996/131071996
[pid=815577] ppid=815574 vsize=241512 memory=177528 CPUtime=91.35 cores=4,6
/proc/815577/stat : 815577 (fscip) S 815574 815577 809908 0 -1 1077936128 180619 0 0 0 9119 16 0 0 20 0 3 0 159306695 247308288 44382 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
/proc/815577/statm: 60378 44382 2958 3032 0 48925 0
[pid=815577/tid=815579] ppid=815574 vsize=241512 memory=2000 CPUtime=91.32 cores=4,6
/proc/815577/task/815579/stat : 815579 (fscip) R 815574 815577 809908 0 -1 4194368 178397 0 0 0 9117 15 0 0 20 0 3 0 159306696 247308288 44382 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
[pid=815577/tid=815580] ppid=815574 vsize=241512 memory=37484 CPUtime=0 cores=4,6
/proc/815577/task/815580/stat : 815580 (fscip) S 815574 815577 809908 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 159306696 247308288 44382 134679101440 4194304 16613245 140733907413376 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 51011584 140733907420181 140733907420297 140733907420297 140733907427312 0
Current children cumulated CPU time: 91.35 s
Current children cumulated vsize: 241512 KiB
Current children cumulated memory: 177528 KiB

Child status: 0

Real time (s): 91.703
CPU time (s): 91.4608
CPU user time (s): 91.2823
CPU system time (s): 0.178456
CPU usage (%): 99.7359
Max. virtual memory (cumulated for all children) (KiB): 241512
Max. memory (cumulated for all children) (KiB): 177528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.2823
system time used= 0.178456
maximum resident set size= 181240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 717
involuntary context switches= 114


# summary of solver processes directly reported to runsolver:
#   pid: 815577
#   total CPU time (s): 91.4608
#   total CPU user time (s): 91.2823
#   total CPU system time (s): 0.178456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202377 second user time and 0.432658 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-15 21:23:02
IDJOB=4434636
IDBENCH=147228
IDSOLVER=3064
FILE ID=nodeC033/4434636-1721071370
RUNJOBID= nodeC033-1721064102-809919
SLURM_JOB_ID= 7505520
Free space on /tmp= 890000 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434636-1721071370/watcher-4434636-1721071370 -o /tmp/evaluation-result-4434636-1721071370/solver-4434636-1721071370 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721064102-809919 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434636-1721071370.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 83e8c133f6310d52aedf789f310352e0
RANDOM SEED=585786097

nodeC033.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3667.134
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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		: 3688.802
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.254
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.056
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3664.964
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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		: 3688.799
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3667.145
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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.944
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125960088 kB
MemAvailable:   128959212 kB
Buffers:          390872 kB
Cached:          3413704 kB
SwapCached:            0 kB
Active:           639016 kB
Inactive:        4266328 kB
Active(anon):       1556 kB
Inactive(anon):  1136924 kB
Active(file):     637460 kB
Inactive(file):  3129404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28484 kB
Writeback:             0 kB
AnonPages:       1100148 kB
Mapped:           139116 kB
Shmem:             37716 kB
KReclaimable:     143816 kB
Slab:             253888 kB
SReclaimable:     143816 kB
SUnreclaim:       110072 kB
KernelStack:        4192 kB
PageTables:        11656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     920564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60320 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      256724 kB
DirectMap2M:    25731072 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC033 at 2024-07-15 21:24:34