Trace number 4498179

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
SCIP 2025-06-13SAT-137 3587.56 3597.12

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_4.opb
MD5SUM6e1b2ff6c1557355456038edfbaaf1c1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-156
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31592
Sum of products size (including duplicates)63184
Number of different products15796
Sum of products size31592

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
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 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4498179-1751268244.opb>
0.00/0.05	c original problem has 16796 variables (1000 bin, 0 int, 15796 cont) and 17796 constraints
0.00/0.05	c original problem has 15796 implied integral variables (0 bin, 0 int, 15796 cont)
0.00/0.05	c problem read in 0.053 seconds
0.09/0.12	o 0
0.09/0.12	c feasible solution found by trivial heuristic after 0.1 seconds, objective value 0.000000e+00
0.09/0.12	c presolving:
0.09/0.18	c (round 1, fast)       15796 del vars, 1000 del conss, 0 add conss, 15796 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.20	c (round 2, fast)       15796 del vars, 1000 del conss, 0 add conss, 15796 chg bounds, 0 chg sides, 0 chg coeffs, 15796 upgd conss, 0 impls, 0 clqs
0.20/0.23	c (round 3, medium)     15796 del vars, 17796 del conss, 0 add conss, 15796 chg bounds, 0 chg sides, 0 chg coeffs, 15796 upgd conss, 0 impls, 15795 clqs
0.20/0.28	c    (0.3s) probing: 51/1000 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.20/0.28	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.20/0.29	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.20/0.30	c    (0.3s) no symmetry present (symcode time: 0.00)
0.20/0.30	c presolving (4 rounds: 4 fast, 2 medium, 1 exhaustive):
0.20/0.30	c  15796 deleted vars, 17796 deleted constraints, 0 added constraints, 15796 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.20/0.30	c  0 implications, 15795 cliques
0.20/0.30	c presolved problem has 1000 variables (1000 bin, 0 int, 0 cont) and 15796 constraints
0.20/0.30	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.20/0.30	c   15796 constraints of type <setppc>
0.20/0.30	c transformed objective value is always integral (scale: 1)
0.20/0.30	c Presolving Time: 0.19
0.20/0.30	c 
0.20/0.30	c - non default parameters ----------------------------------------------------------------------
0.20/0.30	c 
0.20/0.30	c # SCIP version 10.0.0
0.20/0.30	c 
0.20/0.30	c # maximal time in seconds to run
0.20/0.30	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.20/0.30	c limits/time = 3596.998006
0.20/0.30	c 
0.20/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.20/0.30	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.20/0.30	c limits/memory = 27900
0.20/0.30	c 
0.20/0.30	c # belongs reading time to solving time?
0.20/0.30	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.20/0.30	c timing/reading = TRUE
0.20/0.30	c 
0.20/0.30	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.20/0.30	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.20/0.30	c reading/opbreader/maxintsize = 47
0.20/0.30	c 
0.20/0.30	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.20/0.30	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.20/0.30	c propagating/genvbounds/timingmask = 0
0.20/0.30	c 
0.20/0.30	c -----------------------------------------------------------------------------------------------
0.20/0.30	c transformed 1/1 original solutions to the transformed problem space
0.20/0.30	c 
0.30/0.34	o -98
0.30/0.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.30/0.34	c p 0.3s|     1 |     0 |     0 |     - |  clique|   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-1.000000e+03 |-9.800000e+01 | 920.41%| unknown
0.30/0.35	o -124
0.30/0.35	c p 0.4s|     1 |     0 |     0 |     - |   locks|   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-1.000000e+03 |-1.240000e+02 | 706.45%| unknown
0.30/0.39	o -129
0.30/0.39	c i 0.4s|     1 |     0 |   162 |     - |  oneopt|   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-1.000000e+03 |-1.290000e+02 | 675.19%| unknown
0.40/0.44	c   0.4s|     1 |     0 |  1290 |     - |    97M |   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-5.000000e+02 |-1.290000e+02 | 287.60%| unknown
0.69/0.79	c   0.8s|     1 |     0 |  2327 |     - |   102M |   0 |1000 |  15k|  15k|  53 |  1 |   0 |   0 |-4.730000e+02 |-1.290000e+02 | 266.67%| unknown
0.99/1.04	c   1.0s|     1 |     0 |  3058 |     - |   106M |   0 |1000 |  15k|  15k| 109 |  2 |   0 |   0 |-4.575000e+02 |-1.290000e+02 | 254.65%| unknown
1.38/1.43	c   1.4s|     1 |     0 |  4468 |     - |   109M |   0 |1000 |  15k|  15k| 157 |  3 |   0 |   0 |-4.447500e+02 |-1.290000e+02 | 244.77%| unknown
2.28/2.36	c   2.4s|     1 |     0 |  6282 |     - |   113M |   0 |1000 |  15k|  16k| 214 |  4 |   0 |   0 |-4.312500e+02 |-1.290000e+02 | 234.30%| unknown
3.28/3.35	c   3.3s|     1 |     0 |  7553 |     - |   116M |   0 |1000 |  15k|  16k| 262 |  5 |   0 |   0 |-4.242500e+02 |-1.290000e+02 | 228.88%| unknown
4.17/4.27	c   4.3s|     1 |     0 | 10618 |     - |   123M |   0 |1000 |  15k|  16k| 314 |  6 |   0 |   0 |-4.152500e+02 |-1.290000e+02 | 221.90%| unknown
4.98/5.03	c   5.0s|     1 |     0 | 13077 |     - |   128M |   0 |1000 |  15k|  16k| 366 |  7 |   0 |   0 |-4.090000e+02 |-1.290000e+02 | 217.05%| unknown
6.18/6.23	c   6.2s|     1 |     0 | 17226 |     - |   139M |   0 |1000 |  15k|  16k| 415 |  8 |   0 |   0 |-4.020000e+02 |-1.290000e+02 | 211.63%| unknown
7.67/7.76	c   7.8s|     1 |     0 | 22067 |     - |   146M |   0 |1000 |  15k|  16k| 460 |  9 |   0 |   0 |-3.970000e+02 |-1.290000e+02 | 207.75%| unknown
9.36/9.48	c   9.5s|     1 |     0 | 28008 |     - |   156M |   0 |1000 |  15k|  16k| 504 | 10 |   0 |   0 |-3.926875e+02 |-1.290000e+02 | 204.41%| unknown
10.96/11.02	c  11.0s|     1 |     0 | 34867 |     - |   158M |   0 |1000 |  15k|  16k| 546 | 11 |   0 |   0 |-3.861429e+02 |-1.290000e+02 | 199.34%| unknown
11.96/12.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.96/12.09	c  12.1s|     1 |     0 | 39759 |     - |   160M |   0 |1000 |  15k|  16k| 595 | 12 |   0 |   0 |-3.811596e+02 |-1.290000e+02 | 195.47%| unknown
13.06/13.19	c  13.2s|     1 |     0 | 43779 |     - |   162M |   0 |1000 |  15k|  16k| 643 | 13 |   0 |   0 |-3.761074e+02 |-1.290000e+02 | 191.56%| unknown
14.25/14.33	c  14.3s|     1 |     0 | 48143 |     - |   164M |   0 |1000 |  15k|  16k| 683 | 14 |   0 |   0 |-3.705363e+02 |-1.290000e+02 | 187.24%| unknown
15.55/15.60	c  15.6s|     1 |     0 | 53521 |     - |   165M |   0 |1000 |  15k|  16k| 725 | 15 |   0 |   0 |-3.662948e+02 |-1.290000e+02 | 183.95%| unknown
16.64/16.78	c  16.8s|     1 |     0 | 57856 |     - |   168M |   0 |1000 |  15k|  16k| 760 | 16 |   0 |   0 |-3.630213e+02 |-1.290000e+02 | 181.41%| unknown
17.54/17.69	c  17.7s|     1 |     0 | 60644 |     - |   170M |   0 |1000 |  15k|  16k| 787 | 17 |   0 |   0 |-3.603519e+02 |-1.290000e+02 | 179.34%| unknown
18.54/18.66	c  18.7s|     1 |     0 | 63788 |     - |   171M |   0 |1000 |  15k|  16k| 820 | 18 |   0 |   0 |-3.579748e+02 |-1.290000e+02 | 177.50%| unknown
19.44/19.57	c  19.6s|     1 |     0 | 66511 |     - |   173M |   0 |1000 |  15k|  16k| 845 | 19 |   0 |   0 |-3.555755e+02 |-1.290000e+02 | 175.64%| unknown
20.33/20.46	c  20.5s|     1 |     0 | 69297 |     - |   176M |   0 |1000 |  15k|  16k| 872 | 20 |   0 |   0 |-3.538056e+02 |-1.290000e+02 | 174.27%| unknown
20.83/20.91	c  20.9s|     1 |     0 | 70755 |     - |   176M |   0 |1000 |  15k|  16k| 882 | 21 |   0 |   0 |-3.533201e+02 |-1.290000e+02 | 173.89%| unknown
21.13/21.29	c  21.3s|     1 |     0 | 71957 |     - |   177M |   0 |1000 |  15k|  16k| 889 | 22 |   0 |   0 |-3.529658e+02 |-1.290000e+02 | 173.62%| unknown
21.43/21.52	c  21.5s|     1 |     0 | 72597 |     - |   177M |   0 |1000 |  15k|  16k| 894 | 23 |   0 |   0 |-3.527782e+02 |-1.290000e+02 | 173.47%| unknown
21.83/21.95	c  21.9s|     1 |     0 | 73963 |     - |   177M |   0 |1000 |  15k|  16k| 906 | 24 |   0 |   0 |-3.523604e+02 |-1.290000e+02 | 173.15%| unknown
22.33/22.46	c  22.5s|     1 |     0 | 75624 |     - |   177M |   0 |1000 |  15k|  16k| 912 | 25 |   0 |   0 |-3.518284e+02 |-1.290000e+02 | 172.74%| unknown
22.63/22.75	c  22.8s|     1 |     0 | 76538 |     - |   177M |   0 |1000 |  15k|  16k| 923 | 26 |   0 |   0 |-3.514649e+02 |-1.290000e+02 | 172.45%| unknown
23.13/23.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.13/23.22	c  23.2s|     1 |     0 | 78095 |     - |   177M |   0 |1000 |  15k|  16k| 931 | 27 |   0 |   0 |-3.510854e+02 |-1.290000e+02 | 172.16%| unknown
23.43/23.56	c  23.6s|     1 |     0 | 79097 |     - |   177M |   0 |1000 |  15k|  16k| 939 | 28 |   0 |   0 |-3.507963e+02 |-1.290000e+02 | 171.94%| unknown
23.72/23.89	c  23.9s|     1 |     0 | 80025 |     - |   177M |   0 |1000 |  15k|  16k| 948 | 29 |   0 |   0 |-3.505496e+02 |-1.290000e+02 | 171.74%| unknown
24.12/24.23	c  24.2s|     1 |     0 | 81009 |     - |   177M |   0 |1000 |  15k|  16k| 958 | 30 |   0 |   0 |-3.502618e+02 |-1.290000e+02 | 171.52%| unknown
24.62/24.77	c  24.8s|     1 |     0 | 82656 |     - |   177M |   0 |1000 |  15k|  16k| 970 | 31 |   0 |   0 |-3.496201e+02 |-1.290000e+02 | 171.02%| unknown
25.02/25.11	c  25.1s|     1 |     0 | 83712 |     - |   177M |   0 |1000 |  15k|  16k| 979 | 32 |   0 |   0 |-3.494113e+02 |-1.290000e+02 | 170.86%| unknown
25.22/25.36	c  25.4s|     1 |     0 | 84479 |     - |   177M |   0 |1000 |  15k|  16k| 991 | 33 |   0 |   0 |-3.492746e+02 |-1.290000e+02 | 170.76%| unknown
25.52/25.61	c  25.6s|     1 |     0 | 85193 |     - |   179M |   0 |1000 |  15k|  16k|1000 | 34 |   0 |   0 |-3.490977e+02 |-1.290000e+02 | 170.62%| unknown
25.82/25.92	c  25.9s|     1 |     0 | 86035 |     - |   179M |   0 |1000 |  15k|  16k|1013 | 35 |   0 |   0 |-3.487778e+02 |-1.290000e+02 | 170.37%| unknown
26.22/26.33	c  26.3s|     1 |     0 | 87248 |     - |   179M |   0 |1000 |  15k|  16k|1029 | 36 |   0 |   0 |-3.483774e+02 |-1.290000e+02 | 170.06%| unknown
26.62/26.73	c  26.7s|     1 |     0 | 88445 |     - |   179M |   0 |1000 |  15k|  16k|1042 | 37 |   0 |   0 |-3.479586e+02 |-1.290000e+02 | 169.74%| unknown
26.82/26.96	c  27.0s|     1 |     0 | 89080 |     - |   179M |   0 |1000 |  15k|  16k|1055 | 38 |   0 |   0 |-3.478182e+02 |-1.290000e+02 | 169.63%| unknown
27.31/27.44	c  27.4s|     1 |     0 | 90507 |     - |   179M |   0 |1000 |  15k|  16k|1066 | 39 |   0 |   0 |-3.471296e+02 |-1.290000e+02 | 169.09%| unknown
27.71/27.86	c  27.9s|     1 |     0 | 91750 |     - |   179M |   0 |1000 |  15k|  16k|1078 | 40 |   0 |   0 |-3.467999e+02 |-1.290000e+02 | 168.84%| unknown
28.21/28.33	c  28.3s|     1 |     0 | 93238 |     - |   179M |   0 |1000 |  15k|  16k|1096 | 41 |   0 |   0 |-3.463523e+02 |-1.290000e+02 | 168.49%| unknown
28.61/28.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.61/28.73	c  28.7s|     1 |     0 | 94420 |     - |   179M |   0 |1000 |  15k|  16k|1110 | 42 |   0 |   0 |-3.460391e+02 |-1.290000e+02 | 168.25%| unknown
29.21/29.33	c  29.3s|     1 |     0 | 96333 |     - |   180M |   0 |1000 |  15k|  16k|1123 | 43 |   0 |   0 |-3.455193e+02 |-1.290000e+02 | 167.84%| unknown
29.61/29.79	c  29.8s|     1 |     0 | 97747 |     - |   180M |   0 |1000 |  15k|  16k|1144 | 44 |   0 |   0 |-3.449646e+02 |-1.290000e+02 | 167.41%| unknown
30.30/30.42	c  30.4s|     1 |     0 | 99639 |     - |   180M |   0 |1000 |  15k|  16k|1158 | 45 |   0 |   0 |-3.441989e+02 |-1.290000e+02 | 166.82%| unknown
30.80/30.96	c  31.0s|     1 |     0 |101249 |     - |   180M |   0 |1000 |  15k|  16k|1173 | 46 |   0 |   0 |-3.435585e+02 |-1.290000e+02 | 166.32%| unknown
31.20/31.39	c  31.4s|     1 |     0 |102462 |     - |   180M |   0 |1000 |  15k|  16k|1184 | 47 |   0 |   0 |-3.431143e+02 |-1.290000e+02 | 165.98%| unknown
32.00/32.16	c  32.2s|     1 |     0 |104707 |     - |   180M |   0 |1000 |  15k|  16k|1200 | 48 |   0 |   0 |-3.420045e+02 |-1.290000e+02 | 165.12%| unknown
32.50/32.67	c  32.7s|     1 |     0 |106121 |     - |   180M |   0 |1000 |  15k|  16k|1212 | 49 |   0 |   0 |-3.415061e+02 |-1.290000e+02 | 164.73%| unknown
33.00/33.14	c  33.1s|     1 |     0 |107406 |     - |   180M |   0 |1000 |  15k|  16k|1225 | 50 |   0 |   0 |-3.409529e+02 |-1.290000e+02 | 164.30%| unknown
33.60/33.78	c  33.8s|     1 |     0 |109234 |     - |   181M |   0 |1000 |  15k|  16k|1241 | 51 |   0 |   0 |-3.401857e+02 |-1.290000e+02 | 163.71%| unknown
34.00/34.15	c  34.1s|     1 |     0 |110251 |     - |   181M |   0 |1000 |  15k|  16k|1256 | 52 |   0 |   0 |-3.398354e+02 |-1.290000e+02 | 163.44%| unknown
34.39/34.56	c  34.6s|     1 |     0 |111390 |     - |   181M |   0 |1000 |  15k|  16k|1268 | 53 |   0 |   0 |-3.393402e+02 |-1.290000e+02 | 163.05%| unknown
34.79/35.00	c  35.0s|     1 |     0 |112703 |     - |   181M |   0 |1000 |  15k|  16k|1282 | 54 |   0 |   0 |-3.389038e+02 |-1.290000e+02 | 162.72%| unknown
35.29/35.47	c  35.5s|     1 |     0 |114075 |     - |   181M |   0 |1000 |  15k|  16k|1297 | 55 |   0 |   0 |-3.382382e+02 |-1.290000e+02 | 162.20%| unknown
35.69/35.83	c  35.8s|     1 |     0 |115090 |     - |   181M |   0 |1000 |  15k|  16k|1311 | 56 |   0 |   0 |-3.378979e+02 |-1.290000e+02 | 161.94%| unknown
36.00/36.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.00/36.19	c  36.2s|     1 |     0 |116089 |     - |   181M |   0 |1000 |  15k|  16k|1320 | 57 |   0 |   0 |-3.376390e+02 |-1.290000e+02 | 161.74%| unknown
36.49/36.63	c  36.6s|     1 |     0 |117343 |     - |   181M |   0 |1000 |  15k|  16k|1332 | 58 |   0 |   0 |-3.371417e+02 |-1.290000e+02 | 161.35%| unknown
36.89/37.06	c  37.1s|     1 |     0 |118623 |     - |   181M |   0 |1000 |  15k|  16k|1349 | 59 |   0 |   0 |-3.367056e+02 |-1.290000e+02 | 161.01%| unknown
37.29/37.41	c  37.4s|     1 |     0 |119661 |     - |   182M |   0 |1000 |  15k|  16k|1367 | 60 |   0 |   0 |-3.364336e+02 |-1.290000e+02 | 160.80%| unknown
37.68/37.81	c  37.8s|     1 |     0 |120778 |     - |   182M |   0 |1000 |  15k|  16k|1384 | 61 |   0 |   0 |-3.360857e+02 |-1.290000e+02 | 160.53%| unknown
38.08/38.22	c  38.2s|     1 |     0 |121874 |     - |   182M |   0 |1000 |  15k|  16k|1406 | 62 |   0 |   0 |-3.356662e+02 |-1.290000e+02 | 160.21%| unknown
38.48/38.68	c  38.7s|     1 |     0 |123233 |     - |   182M |   0 |1000 |  15k|  16k|1421 | 63 |   0 |   0 |-3.352026e+02 |-1.290000e+02 | 159.85%| unknown
39.00/39.11	c  39.1s|     1 |     0 |124466 |     - |   182M |   0 |1000 |  15k|  16k|1441 | 64 |   0 |   0 |-3.347901e+02 |-1.290000e+02 | 159.53%| unknown
39.29/39.46	c  39.5s|     1 |     0 |125415 |     - |   182M |   0 |1000 |  15k|  16k|1450 | 65 |   0 |   0 |-3.344522e+02 |-1.290000e+02 | 159.27%| unknown
39.79/39.93	c  39.9s|     1 |     0 |126729 |     - |   182M |   0 |1000 |  15k|  16k|1463 | 66 |   0 |   0 |-3.339820e+02 |-1.290000e+02 | 158.90%| unknown
40.09/40.22	c  40.2s|     1 |     0 |127420 |     - |   182M |   0 |1000 |  15k|  16k|1474 | 67 |   0 |   0 |-3.336361e+02 |-1.290000e+02 | 158.63%| unknown
40.29/40.47	c  40.5s|     1 |     0 |128070 |     - |   183M |   0 |1000 |  15k|  16k|1487 | 68 |   0 |   0 |-3.333964e+02 |-1.290000e+02 | 158.45%| unknown
40.79/40.94	c  40.9s|     1 |     0 |129340 |     - |   183M |   0 |1000 |  15k|  16k|1500 | 69 |   0 |   0 |-3.327780e+02 |-1.290000e+02 | 157.97%| unknown
41.18/41.32	c  41.3s|     1 |     0 |130355 |     - |   183M |   0 |1000 |  15k|  16k|1519 | 70 |   0 |   0 |-3.322862e+02 |-1.290000e+02 | 157.59%| unknown
41.38/41.56	c  41.6s|     1 |     0 |131008 |     - |   183M |   0 |1000 |  15k|  16k|1533 | 71 |   0 |   0 |-3.321081e+02 |-1.290000e+02 | 157.45%| unknown
41.68/41.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.68/41.88	c  41.9s|     1 |     0 |131866 |     - |   183M |   0 |1000 |  15k|  16k|1548 | 72 |   0 |   0 |-3.318102e+02 |-1.290000e+02 | 157.22%| unknown
42.08/42.21	c  42.2s|     1 |     0 |132827 |     - |   183M |   0 |1000 |  15k|  16k|1562 | 73 |   0 |   0 |-3.314066e+02 |-1.290000e+02 | 156.90%| unknown
42.48/42.61	c  42.6s|     1 |     0 |133953 |     - |   183M |   0 |1000 |  15k|  16k|1575 | 74 |   0 |   0 |-3.310685e+02 |-1.290000e+02 | 156.64%| unknown
42.78/42.99	c  43.0s|     1 |     0 |135029 |     - |   183M |   0 |1000 |  15k|  17k|1587 | 75 |   0 |   0 |-3.305872e+02 |-1.290000e+02 | 156.27%| unknown
43.18/43.33	c  43.3s|     1 |     0 |135989 |     - |   184M |   0 |1000 |  15k|  16k|1602 | 76 |   0 |   0 |-3.303357e+02 |-1.290000e+02 | 156.07%| unknown
43.48/43.67	c  43.7s|     1 |     0 |136878 |     - |   184M |   0 |1000 |  15k|  16k|1612 | 77 |   0 |   0 |-3.301048e+02 |-1.290000e+02 | 155.90%| unknown
43.88/44.02	c  44.0s|     1 |     0 |137832 |     - |   184M |   0 |1000 |  15k|  17k|1629 | 78 |   0 |   0 |-3.297533e+02 |-1.290000e+02 | 155.62%| unknown
44.18/44.36	c  44.4s|     1 |     0 |138683 |     - |   184M |   0 |1000 |  15k|  17k|1642 | 79 |   0 |   0 |-3.294827e+02 |-1.290000e+02 | 155.41%| unknown
44.48/44.65	c  44.7s|     1 |     0 |139489 |     - |   184M |   0 |1000 |  15k|  17k|1656 | 80 |   0 |   0 |-3.292863e+02 |-1.290000e+02 | 155.26%| unknown
44.68/44.87	c  44.9s|     1 |     0 |139978 |     - |   184M |   0 |1000 |  15k|  17k|1671 | 81 |   0 |   0 |-3.291115e+02 |-1.290000e+02 | 155.13%| unknown
44.98/45.17	c  45.2s|     1 |     0 |140716 |     - |   184M |   0 |1000 |  15k|  17k|1687 | 82 |   0 |   0 |-3.288245e+02 |-1.290000e+02 | 154.90%| unknown
45.27/45.40	c  45.4s|     1 |     0 |141248 |     - |   184M |   0 |1000 |  15k|  17k|1692 | 83 |   0 |   0 |-3.286728e+02 |-1.290000e+02 | 154.79%| unknown
45.47/45.63	c  45.6s|     1 |     0 |141783 |     - |   184M |   0 |1000 |  15k|  17k|1707 | 84 |   0 |   0 |-3.284897e+02 |-1.290000e+02 | 154.64%| unknown
45.77/45.94	c  45.9s|     1 |     0 |142622 |     - |   184M |   0 |1000 |  15k|  17k|1721 | 85 |   0 |   0 |-3.281967e+02 |-1.290000e+02 | 154.42%| unknown
45.98/46.17	c  46.2s|     1 |     0 |143131 |     - |   185M |   0 |1000 |  15k|  17k|1735 | 86 |   0 |   0 |-3.280629e+02 |-1.290000e+02 | 154.31%| unknown
46.27/46.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.27/46.46	c  46.5s|     1 |     0 |143817 |     - |   185M |   0 |1000 |  15k|  17k|1748 | 87 |   0 |   0 |-3.277693e+02 |-1.290000e+02 | 154.08%| unknown
46.57/46.72	c  46.7s|     1 |     0 |144357 |     - |   185M |   0 |1000 |  15k|  17k|1762 | 88 |   0 |   0 |-3.274194e+02 |-1.290000e+02 | 153.81%| unknown
46.77/46.97	c  47.0s|     1 |     0 |144929 |     - |   185M |   0 |1000 |  15k|  17k|1772 | 89 |   0 |   0 |-3.271825e+02 |-1.290000e+02 | 153.63%| unknown
47.07/47.24	c  47.2s|     1 |     0 |145537 |     - |   185M |   0 |1000 |  15k|  17k|1788 | 90 |   0 |   0 |-3.269270e+02 |-1.290000e+02 | 153.43%| unknown
47.37/47.53	c  47.5s|     1 |     0 |146224 |     - |   185M |   0 |1000 |  15k|  17k|1801 | 91 |   0 |   0 |-3.265830e+02 |-1.290000e+02 | 153.17%| unknown
47.57/47.80	c  47.8s|     1 |     0 |146809 |     - |   185M |   0 |1000 |  15k|  17k|1816 | 92 |   0 |   0 |-3.263640e+02 |-1.290000e+02 | 153.00%| unknown
47.87/48.04	c  48.0s|     1 |     0 |147332 |     - |   185M |   0 |1000 |  15k|  17k|1834 | 93 |   0 |   0 |-3.261768e+02 |-1.290000e+02 | 152.85%| unknown
48.17/48.34	c  48.3s|     1 |     0 |148027 |     - |   186M |   0 |1000 |  15k|  17k|1847 | 94 |   0 |   0 |-3.258943e+02 |-1.290000e+02 | 152.63%| unknown
48.47/48.64	c  48.6s|     1 |     0 |148760 |     - |   186M |   0 |1000 |  15k|  17k|1867 | 95 |   0 |   0 |-3.256513e+02 |-1.290000e+02 | 152.44%| unknown
48.67/48.86	c  48.9s|     1 |     0 |149220 |     - |   186M |   0 |1000 |  15k|  17k|1879 | 96 |   0 |   0 |-3.254780e+02 |-1.290000e+02 | 152.31%| unknown
48.87/49.05	c  49.0s|     1 |     0 |149646 |     - |   186M |   0 |1000 |  15k|  17k|1895 | 97 |   0 |   0 |-3.253351e+02 |-1.290000e+02 | 152.20%| unknown
49.16/49.32	c  49.3s|     1 |     0 |150250 |     - |   186M |   0 |1000 |  15k|  17k|1904 | 98 |   0 |   0 |-3.251200e+02 |-1.290000e+02 | 152.03%| unknown
49.36/49.51	c  49.5s|     1 |     0 |150647 |     - |   186M |   0 |1000 |  15k|  17k|1915 | 99 |   0 |   0 |-3.250087e+02 |-1.290000e+02 | 151.94%| unknown
49.56/49.72	c  49.7s|     1 |     0 |151092 |     - |   186M |   0 |1000 |  15k|  17k|1927 |100 |   0 |   0 |-3.248555e+02 |-1.290000e+02 | 151.83%| unknown
49.66/49.85	c  49.8s|     1 |     0 |151408 |     - |   186M |   0 |1000 |  15k|  17k|1940 |101 |   0 |   0 |-3.247977e+02 |-1.290000e+02 | 151.78%| unknown
49.87/50.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.87/50.06	c  50.1s|     1 |     0 |151949 |     - |   186M |   0 |1000 |  15k|  17k|1955 |102 |   0 |   0 |-3.246270e+02 |-1.290000e+02 | 151.65%| unknown
50.06/50.22	c  50.2s|     1 |     0 |152359 |     - |   187M |   0 |1000 |  15k|  17k|1972 |103 |   0 |   0 |-3.245321e+02 |-1.290000e+02 | 151.58%| unknown
50.16/50.38	c  50.4s|     1 |     0 |152788 |     - |   187M |   0 |1000 |  15k|  17k|1988 |104 |   0 |   0 |-3.243888e+02 |-1.290000e+02 | 151.46%| unknown
50.36/50.51	c  50.5s|     1 |     0 |153154 |     - |   187M |   0 |1000 |  15k|  17k|2001 |105 |   0 |   0 |-3.243099e+02 |-1.290000e+02 | 151.40%| unknown
50.46/50.63	c  50.6s|     1 |     0 |153429 |     - |   187M |   0 |1000 |  15k|  17k|2014 |106 |   0 |   0 |-3.242459e+02 |-1.290000e+02 | 151.35%| unknown
50.56/50.73	c  50.7s|     1 |     0 |153703 |     - |   187M |   0 |1000 |  15k|  17k|2025 |107 |   0 |   0 |-3.241818e+02 |-1.290000e+02 | 151.30%| unknown
50.66/50.89	c  50.9s|     1 |     0 |154162 |     - |   187M |   0 |1000 |  15k|  17k|2037 |108 |   0 |   0 |-3.240786e+02 |-1.290000e+02 | 151.22%| unknown
50.96/51.11	c  51.1s|     1 |     0 |154832 |     - |   187M |   0 |1000 |  15k|  17k|2049 |109 |   0 |   0 |-3.239267e+02 |-1.290000e+02 | 151.11%| unknown
51.16/51.30	c  51.3s|     1 |     0 |155409 |     - |   187M |   0 |1000 |  15k|  17k|2071 |110 |   0 |   0 |-3.237622e+02 |-1.290000e+02 | 150.98%| unknown
51.26/51.46	c  51.5s|     1 |     0 |155868 |     - |   188M |   0 |1000 |  15k|  17k|2087 |111 |   0 |   0 |-3.236419e+02 |-1.290000e+02 | 150.89%| unknown
51.46/51.64	c  51.6s|     1 |     0 |156411 |     - |   188M |   0 |1000 |  15k|  17k|2101 |112 |   0 |   0 |-3.234912e+02 |-1.290000e+02 | 150.77%| unknown
51.66/51.81	c  51.8s|     1 |     0 |156913 |     - |   188M |   0 |1000 |  15k|  17k|2116 |113 |   0 |   0 |-3.233628e+02 |-1.290000e+02 | 150.67%| unknown
51.76/51.95	c  51.9s|     1 |     0 |157280 |     - |   188M |   0 |1000 |  15k|  17k|2133 |114 |   0 |   0 |-3.232729e+02 |-1.290000e+02 | 150.60%| unknown
51.86/52.08	c  52.1s|     1 |     0 |157637 |     - |   188M |   0 |1000 |  15k|  17k|2149 |115 |   0 |   0 |-3.232191e+02 |-1.290000e+02 | 150.56%| unknown
52.06/52.20	c  52.2s|     1 |     0 |157993 |     - |   188M |   0 |1000 |  15k|  17k|2160 |116 |   0 |   0 |-3.231705e+02 |-1.290000e+02 | 150.52%| unknown
52.15/52.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.15/52.34	c  52.3s|     1 |     0 |158368 |     - |   188M |   0 |1000 |  15k|  17k|2173 |117 |   0 |   0 |-3.231026e+02 |-1.290000e+02 | 150.47%| unknown
52.25/52.49	c  52.5s|     1 |     0 |158829 |     - |   188M |   0 |1000 |  15k|  17k|2190 |118 |   0 |   0 |-3.230409e+02 |-1.290000e+02 | 150.42%| unknown
52.45/52.66	c  52.7s|     1 |     0 |159358 |     - |   188M |   0 |1000 |  15k|  17k|2203 |119 |   0 |   0 |-3.229430e+02 |-1.290000e+02 | 150.34%| unknown
52.65/52.81	c  52.8s|     1 |     0 |159815 |     - |   189M |   0 |1000 |  15k|  17k|2219 |120 |   0 |   0 |-3.228496e+02 |-1.290000e+02 | 150.27%| unknown
52.75/52.96	c  53.0s|     1 |     0 |160278 |     - |   189M |   0 |1000 |  15k|  17k|2235 |121 |   0 |   0 |-3.228059e+02 |-1.290000e+02 | 150.24%| unknown
52.96/53.12	c  53.1s|     1 |     0 |160808 |     - |   189M |   0 |1000 |  15k|  17k|2250 |122 |   0 |   0 |-3.227368e+02 |-1.290000e+02 | 150.18%| unknown
53.05/53.29	c  53.3s|     1 |     0 |161439 |     - |   189M |   0 |1000 |  15k|  17k|2266 |123 |   0 |   0 |-3.226859e+02 |-1.290000e+02 | 150.14%| unknown
53.15/53.36	c  53.4s|     1 |     0 |161571 |     - |   189M |   0 |1000 |  15k|  17k|2284 |124 |   0 |   0 |-3.226667e+02 |-1.290000e+02 | 150.13%| unknown
53.15/53.38	c  53.4s|     1 |     0 |161574 |     - |   189M |   0 |1000 |  15k|  17k|2290 |125 |   0 |   0 |-3.226667e+02 |-1.290000e+02 | 150.13%| unknown
53.25/53.41	c  53.4s|     1 |     0 |161575 |     - |   189M |   0 |1000 |  15k|  17k|2292 |126 |   0 |   0 |-3.226667e+02 |-1.290000e+02 | 150.13%| unknown
60.53/60.72	c  60.7s|     1 |     2 |161588 |     - |   190M |   0 |1000 |  15k|  17k|2292 |127 |   0 |  24 |-3.223459e+02 |-1.290000e+02 | 149.88%| unknown
218.92/219.50	o -137
218.92/219.50	c d 219s|    42 |    43 |460353 |7291.2 |adaptive|  13 |1000 |  15k|  16k|   0 |  1 |   0 | 312 |-3.208955e+02 |-1.370000e+02 | 134.23%| unknown
354.77/355.75	c   356s|   100 |   101 |833777 |6791.6 |   467M |  15 |1000 |  15k|  16k|5414 |  1 |   0 | 431 |-3.189151e+02 |-1.370000e+02 | 132.78%| unknown
574.52/576.09	c   576s|   200 |   201 |  1426k|6356.3 |   579M |  22 |1000 |  15k|  16k|7889 |  1 |   0 | 611 |-3.173623e+02 |-1.370000e+02 | 131.65%| unknown
775.59/777.63	c   778s|   300 |   301 |  1941k|5954.4 |   615M |  24 |1000 |  15k|  17k|9608 |  1 |   0 | 800 |-3.169557e+02 |-1.370000e+02 | 131.35%| unknown
946.15/948.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
946.15/948.60	c   949s|   400 |   401 |  2363k|5518.8 |   629M |  26 |1000 |  15k|  17k|  10k|  1 |   0 | 975 |-3.168197e+02 |-1.370000e+02 | 131.26%| unknown
1147.52/1150.58	c  1151s|   500 |   501 |  2845k|5378.2 |   678M |  28 |1000 |  15k|  17k|  13k|  1 |   0 |1162 |-3.162557e+02 |-1.370000e+02 | 130.84%| unknown
1305.32/1308.77	c  1309s|   600 |   601 |  3375k|5366.6 |   714M |  33 |1000 |  15k|  17k|  16k|  1 |   0 |1196 |-3.156094e+02 |-1.370000e+02 | 130.37%| unknown
1473.88/1477.75	c  1478s|   700 |   701 |  3950k|5421.3 |   759M |  34 |1000 |  15k|  17k|  18k|  1 |   0 |1231 |-3.151695e+02 |-1.370000e+02 | 130.05%| unknown
1643.15/1647.40	c  1647s|   800 |   801 |  4492k|5420.5 |   803M |  35 |1000 |  15k|  17k|  21k|  1 |   0 |1279 |-3.145964e+02 |-1.370000e+02 | 129.63%| unknown
1823.20/1827.94	c  1828s|   900 |   901 |  5116k|5511.7 |   849M |  37 |1000 |  15k|  17k|  24k|  8 |   0 |1317 |-3.136354e+02 |-1.370000e+02 | 128.93%| unknown
1977.82/1982.93	c  1983s|  1000 |  1001 |  5624k|5468.9 |   882M |  39 |1000 |  15k|  17k|  26k|  1 |   0 |1359 |-3.130399e+02 |-1.370000e+02 | 128.50%| unknown
2049.33/2054.66	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
2049.33/2054.66	c (run 1, node 1049) performing user restart
2049.33/2054.66	c 
2049.33/2054.67	c (restart) converted 1288 cuts from the global cut pool into linear constraints
2049.33/2054.67	c 
2049.63/2054.97	c presolving:
2049.63/2054.99	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1287 upgd conss, 0 impls, 17028 clqs
2049.73/2055.01	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2049.73/2055.01	c  0 deleted vars, 3 deleted constraints, 3 added constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 9 changed coefficients
2049.73/2055.01	c  0 implications, 17030 cliques
2049.73/2055.01	c presolved problem has 1000 variables (1000 bin, 0 int, 0 cont) and 17084 constraints
2049.73/2055.01	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2049.73/2055.01	c      53 constraints of type <knapsack>
2049.73/2055.01	c   17030 constraints of type <setppc>
2049.73/2055.01	c       1 constraints of type <linear>
2049.73/2055.01	c transformed objective value is always integral (scale: 1)
2049.73/2055.01	c Presolving Time: 0.34
2049.93/2055.27	c transformed 93/100 original solutions to the transformed problem space
2049.93/2055.27	c 
2058.01/2063.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2058.01/2063.30	c  2063s|     1 |     0 |  5889k|     - |   881M |   0 |1000 |  17k|  17k|   0 |  0 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2058.21/2063.53	c  2064s|     1 |     0 |  5890k|     - |   890M |   0 |1000 |  17k|  17k|   8 |  1 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2058.41/2063.78	c  2064s|     1 |     0 |  5890k|     - |   892M |   0 |1000 |  17k|  17k|  15 |  2 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2058.71/2064.09	c  2064s|     1 |     0 |  5891k|     - |   896M |   0 |1000 |  17k|  17k|  26 |  3 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2059.11/2064.41	c  2064s|     1 |     0 |  5891k|     - |   873M |   0 |1000 |  17k|  17k|  34 |  4 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2059.41/2064.73	c  2065s|     1 |     0 |  5892k|     - |   883M |   0 |1000 |  17k|  17k|  42 |  5 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2059.71/2065.02	c  2065s|     1 |     0 |  5892k|     - |   891M |   0 |1000 |  17k|  17k|  52 |  6 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2060.00/2065.33	c  2065s|     1 |     0 |  5892k|     - |   890M |   0 |1000 |  17k|  17k|  59 |  7 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2060.30/2065.68	c  2066s|     1 |     0 |  5893k|     - |   893M |   0 |1000 |  17k|  17k|  72 |  8 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2060.71/2066.08	c  2066s|     1 |     0 |  5893k|     - |   889M |   0 |1000 |  17k|  17k|  82 |  9 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2061.10/2066.47	c  2066s|     1 |     0 |  5894k|     - |   880M |   0 |1000 |  17k|  17k|  89 | 10 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2061.40/2066.75	c  2067s|     1 |     0 |  5894k|     - |   882M |   0 |1000 |  17k|  17k|  99 | 11 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2061.70/2067.03	c  2067s|     1 |     0 |  5894k|     - |   883M |   0 |1000 |  17k|  17k| 107 | 12 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2062.00/2067.32	c  2067s|     1 |     0 |  5895k|     - |   884M |   0 |1000 |  17k|  17k| 124 | 13 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2062.30/2067.62	c  2068s|     1 |     0 |  5895k|     - |   884M |   0 |1000 |  17k|  17k| 142 | 14 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2062.60/2067.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2062.60/2067.98	c  2068s|     1 |     0 |  5895k|     - |   884M |   0 |1000 |  17k|  17k| 154 | 15 |   0 |1369 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2069.18/2074.50	c  2074s|     1 |     2 |  5895k|     - |   884M |   0 |1000 |  17k|  17k| 154 | 15 |   0 |1389 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2380.20/2386.38	c  2386s|   100 |   101 |  6239k|5272.1 |   896M |  38 |1000 |  17k|  16k| 272 |  1 |   0 |2288 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2560.74/2567.38	c  2567s|   200 |   201 |  6585k|5127.6 |   939M |  45 |1000 |  17k|  16k|1133 |  1 |   0 |2664 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2670.27/2677.11	c  2677s|   300 |   301 |  6961k|5025.7 |   937M |  45 |1000 |  17k|  16k|1887 |  1 |   0 |2772 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2809.82/2817.01	c  2817s|   400 |   401 |  7434k|5005.2 |   960M |  47 |1000 |  17k|  16k|3151 |  1 |   0 |2835 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
2917.54/2925.03	c  2925s|   500 |   501 |  7833k|4940.1 |   968M |  47 |1000 |  17k|  16k|4814 |  1 |   0 |2849 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3035.07/3042.92	c  3043s|   600 |   601 |  8295k|4920.5 |   989M |  47 |1000 |  17k|  16k|6692 |  1 |   0 |2850 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3145.32/3153.50	c  3154s|   700 |   701 |  8743k|4895.5 |   998M |  47 |1000 |  17k|  16k|9074 |  1 |   0 |2854 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3245.40/3253.95	c  3254s|   800 |   801 |  9141k|4845.8 |  1003M |  48 |1000 |  17k|  17k|  10k|  1 |   0 |2880 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3350.67/3359.51	c  3360s|   900 |   901 |  9577k|4820.5 |  1017M |  48 |1000 |  17k|  16k|  12k|  1 |   0 |2881 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3458.13/3467.35	c  3467s|  1000 |  1001 | 10007k|4795.3 |  1028M |  48 |1000 |  17k|  16k|  15k|  1 |   0 |2881 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3572.07/3581.66	c  3582s|  1100 |  1101 | 10473k|4789.0 |  1032M |  49 |1000 |  17k|  17k|  18k|  1 |   0 |2881 |-3.128905e+02 |-1.370000e+02 | 128.39%| unknown
3587.33/3597.00	c 
3587.33/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.33/3597.00	c Solving Time (sec) : 3597.00
3587.33/3597.00	c Solving Nodes      : 1111 (total of 2160 nodes in 2 runs)
3587.33/3597.00	c Primal Bound       : -1.37000000000000e+02 (245 solutions)
3587.33/3597.00	c Dual Bound         : -3.12890531066071e+02
3587.33/3597.00	c Gap                : 128.39 %
3587.43/3597.01	s SATISFIABLE
3587.43/3597.01	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
3587.43/3597.01	v -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
3587.43/3597.01	v -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
3587.43/3597.01	v -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
3587.43/3597.01	v -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127
3587.43/3597.01	v -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149
3587.43/3597.01	v -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171
3587.43/3597.01	v -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193
3587.43/3597.01	v -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215
3587.43/3597.01	v -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237
3587.43/3597.01	v -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259
3587.43/3597.01	v -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281
3587.43/3597.01	v -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303
3587.43/3597.01	v -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325
3587.43/3597.01	v -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347
3587.43/3597.01	v -x348 -x349 -x350 -x351 x352 -x353 x354 -x355 -x356 x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369
3587.43/3597.01	v -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391
3587.43/3597.01	v -x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413
3587.43/3597.01	v x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435
3587.43/3597.01	v -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 x453 -x454 -x455 -x456 -x457
3587.43/3597.01	v -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 x478 -x479
3587.43/3597.01	v -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501
3587.43/3597.01	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 x522 x523
3587.43/3597.01	v -x524 -x525 -x526 -x527 x528 -x529 x530 -x531 -x532 -x533 -x534 x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 -x545
3587.43/3597.01	v -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 -x567
3587.43/3597.01	v -x568 x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589
3587.43/3597.01	v -x590 x591 -x592 x593 -x594 -x595 x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 x605 x606 -x607 -x608 -x609 -x610 -x611 x612
3587.43/3597.01	v -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634
3587.43/3597.01	v -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 -x649 -x650 -x651 -x652 x653 -x654 -x655 -x656
3587.43/3597.01	v -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678
3587.43/3597.01	v -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 x691 -x692 -x693 -x694 x695 x696 -x697 -x698 -x699 -x700
3587.43/3597.01	v x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 x719 -x720 -x721 -x722
3587.43/3597.01	v -x723 -x724 -x725 x726 -x727 -x728 -x729 -x730 -x731 x732 -x733 -x734 -x735 x736 -x737 x738 -x739 -x740 -x741 -x742 x743 -x744 -x745
3587.43/3597.01	v -x746 -x747 x748 x749 -x750 x751 -x752 -x753 x754 -x755 -x756 -x757 -x758 x759 -x760 -x761 x762 -x763 -x764 -x765 x766 -x767 -x768
3587.43/3597.01	v x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 x777 x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 x789 -x790 -x791
3587.43/3597.01	v -x792 -x793 -x794 -x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 x809 -x810 -x811 x812 -x813
3587.43/3597.01	v -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835
3587.43/3597.01	v -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 x846 -x847 -x848 -x849 x850 x851 -x852 -x853 -x854 x855 x856 -x857 -x858
3587.43/3597.01	v x859 -x860 -x861 x862 -x863 x864 -x865 -x866 -x867 -x868 x869 x870 -x871 -x872 x873 -x874 -x875 -x876 -x877 -x878 x879 x880 -x881
3587.43/3597.01	v -x882 -x883 -x884 -x885 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 x895 -x896 -x897 x898 -x899 -x900 -x901 -x902 -x903
3587.43/3597.01	v -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 -x913 -x914 -x915 -x916 -x917 x918 -x919 -x920 x921 -x922 -x923 x924 -x925
3587.43/3597.01	v x926 x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 x935 x936 -x937 -x938 x939 -x940 x941 -x942 x943 -x944 x945 -x946 -x947 -x948
3587.43/3597.01	v -x949 x950 -x951 x952 x953 -x954 -x955 -x956 x957 -x958 x959 x960 -x961 x962 x963 x964 -x965 -x966 -x967 x968 x969 -x970 -x971 -x972
3587.43/3597.01	v -x973 -x974 x975 x976 -x977 -x978 -x979 -x980 x981 -x982 x983 x984 -x985 -x986 -x987 -x988 -x989 -x990 x991 -x992 x993 -x994 -x995
3587.43/3597.01	v -x996 -x997 -x998 -x999 -x1000
3587.43/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3587.43/3597.01	c Total Time         :    3597.00
3587.43/3597.01	c   solving          :    3597.00
3587.43/3597.01	c   presolving       :       0.34 (included in solving)
3587.43/3597.01	c   reading          :       0.05 (included in solving)
3587.43/3597.01	c   copying          :       0.17 (11 #copies) (minimal 0.01, maximal 0.02, average 0.02)
3587.43/3597.01	c Original Problem   :
3587.43/3597.01	c   Problem name     : HOME/instance-4498179-1751268244.opb
3587.43/3597.01	c   Variables        : 16796 (1000 binary, 0 integer, 15796 continuous)
3587.43/3597.01	c   implied integral : 15796 (0 binary, 0 integer, 15796 continuous)
3587.43/3597.01	c   Constraints      : 17796 initial, 17796 maximal
3587.43/3597.01	c   Objective        : minimize, 1000 non-zeros (abs.min = 1, abs.max = 1)
3587.43/3597.01	c Presolved Problem  :
3587.43/3597.01	c   Problem name     : t_HOME/instance-4498179-1751268244.opb
3587.43/3597.01	c   Variables        : 1000 (1000 binary, 0 integer, 0 continuous)
3587.43/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.43/3597.01	c   Constraints      : 17084 initial, 17084 maximal
3587.43/3597.01	c   Objective        : minimize, 1000 non-zeros (abs.min = 1, abs.max = 1)
3587.43/3597.01	c   Nonzeros         : 36373 constraint, 35335 clique table
3587.43/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.43/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   domcol           :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   dualfix          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   probing          :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   pseudoobj        :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          1          3          3          9
3587.43/3597.01	c   setppc           :       0.04       0.00     11          0          0          0          0          0          2          0          0          0
3587.43/3597.01	c   and              :       0.04       0.00      2          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   linear           :       0.04       0.00      5      15796          0          0      15796          0       1000          0          0          0
3587.43/3597.01	c   pseudoboolean    :       0.02       0.00      1          0          0          0          0          0      16796          0          0          0
3587.43/3597.01	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.43/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.43/3597.01	c   integral         :          0          0          0          0       2160          0          0        738          0          0          0          0          0          0       4320
3587.43/3597.01	c   knapsack         :         53         53         15      40724          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   setppc           :      17030      17030        142     122353          0          0          0        731          0          0      59954         20         14          0          0
3587.43/3597.01	c   linear           :          1          1         15      30107          0          0          0          3          0          0          0          0          0          0          0
3587.43/3597.01	c   fixedvar         :          0          0          0          0          0          0          0        341          0          0          0          0          0          0          0
3587.43/3597.01	c   countsols        :          0          0          0          0          0          0          0        341          0          0          0          0          0          0          0
3587.43/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.43/3597.01	c   integral         :     776.78       0.00       0.00       0.00     776.78       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   knapsack         :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   setppc           :       1.99       0.00       0.06       1.29       0.00       0.00       0.00       0.20       0.00       0.44
3587.43/3597.01	c   linear           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.01
3587.43/3597.01	c   fixedvar         :       0.29       0.00       0.00       0.00       0.00       0.00       0.00       0.29       0.00       0.00
3587.43/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.43/3597.01	c   dualfix          :          3          0          0          0
3587.43/3597.01	c   genvbounds       :          0          0          0          0
3587.43/3597.01	c   nlobbt           :          0          0          0          0
3587.43/3597.01	c   obbt             :          0          0          0          0
3587.43/3597.01	c   probing          :          0          0          0          0
3587.43/3597.01	c   pseudoobj        :       6329          0          0          0
3587.43/3597.01	c   redcost          :        147          0          0          0
3587.43/3597.01	c   rootredcost      :          3          0          0          0
3587.43/3597.01	c   symmetry         :          0          0          0          0
3587.43/3597.01	c   vbounds          :      30398          0          0          0
3587.43/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.43/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.43/3597.01	c   probing          :       0.03       0.00       0.03       0.00       0.00       0.00
3587.43/3597.01	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
3587.43/3597.01	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
3587.43/3597.01	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3587.43/3597.01	c   symmetry         :       0.02       0.00       0.01       0.01       0.00       0.00
3587.43/3597.01	c   vbounds          :       0.02       0.00       0.00       0.02       0.00       0.00
3587.43/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
3587.43/3597.01	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.43/3597.01	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.43/3597.01	c   bound exceed. LP :       0.54       1081          0          -          0        0.0          0        0.0          0        0.0       1155
3587.43/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.43/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.43/3597.01	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
3587.43/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.43/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.43/3597.01	c   cut pool         :       6.39          -       2110        281          -          -      36495     128683          -          -          -          -          -    (maximal pool size:       5153)
3587.43/3597.01	c   aggregation      :      23.96       0.00        857        142          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.43/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.43/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.43/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   clique           :       1.33       0.00        142        142          0          0       1273      23957          0      12458      12458          0          0
3587.43/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   gomory           :      42.62       0.00        581         20          0          0      32113      41317          0       2793       2793          0          0
3587.43/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -      18653          0        118        118          0          -
3587.43/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      22664          0       2675       2675          0          -
3587.43/3597.01	c   impliedbounds    :       0.41       0.00        857        142          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   multilinear      :       0.00       0.00        229        142          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3587.43/3597.01	c   zerohalf         :      10.24       0.00        596         35          0          0       3109      63409          0      30636      30636          0          0
3587.43/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.43/3597.01	c   hybrid           :       0.66       0.00       1403        141      45901          0      82802       2446          0       7292
3587.43/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.43/3597.01	c   problem variables:       0.00          -          0          0
3587.43/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.43/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c   relpscost        :     776.78       0.00       2160          0          0          0          0          0          0       4320
3587.43/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.43/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.43/3597.01	c   LP solutions     :       0.00          -          -          0          0
3587.43/3597.01	c   relax solutions  :       0.00          -          -          0          0
3587.43/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3587.43/3597.01	c   strong branching :       0.10          -          -          0          0
3587.43/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3587.43/3597.01	c   adaptivediving   :      53.45       0.00         40          2          1
3587.43/3597.01	c   alns             :       0.20       0.00          5          0          0
3587.43/3597.01	c   bound            :       0.00       0.00          0          0          0
3587.43/3597.01	c   clique           :       0.04       0.00          1          1          1
3587.43/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3587.43/3597.01	c   completesol      :       0.00       0.00          0          0          0
3587.43/3597.01	c   conflictdiving   :       0.00       0.00          0          0          0
3587.43/3597.01	c   crossover        :       0.88       0.00          2          2          0
3587.43/3597.01	c   dins             :       0.00       0.00          0          0          0
3587.43/3597.01	c   distributiondivin:     103.04       0.00         55          0          0
3587.43/3597.01	c   dks              :       0.00       0.00          0          0          0
3587.43/3597.01	c   dps              :       0.00       0.00          0          0          0
3587.43/3597.01	c   dualval          :       0.00       0.00          0          0          0
3587.43/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3587.43/3597.01	c   feaspump         :       0.00       0.00          0          0          0
3587.43/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3587.43/3597.01	c   fracdiving       :      56.44       0.00         55          0          0
3587.43/3597.01	c   gins             :       0.01       0.00          0          0          0
3587.43/3597.01	c   guideddiving     :      56.98       0.00         55          2          0
3587.43/3597.01	c   indicator        :       0.00       0.00          0          0          0
3587.43/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3587.43/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3587.43/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3587.43/3597.01	c   linesearchdiving :      58.85       0.00         55          0          0
3587.43/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3587.43/3597.01	c   locks            :       0.01       0.00          1          1          1
3587.43/3597.01	c   lpface           :       0.00       0.00          0          0          0
3587.43/3597.01	c   mpec             :       0.00       0.00          0          0          0
3587.43/3597.01	c   multistart       :       0.00       0.00          0          0          0
3587.43/3597.01	c   mutation         :       0.00       0.00          0          0          0
3587.43/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3587.43/3597.01	c   objpscostdiving  :     165.34       0.00         19         57          0
3587.43/3597.01	c   octane           :       0.00       0.00          0          0          0
3587.43/3597.01	c   ofins            :       0.00       0.00          0          0          0
3587.43/3597.01	c   oneopt           :       0.01       0.00          2          1          1
3587.43/3597.01	c   padm             :       0.00       0.00          0          0          0
3587.43/3597.01	c   proximity        :       0.00       0.00          0          0          0
3587.43/3597.01	c   pscostdiving     :      58.96       0.00         55          0          0
3587.43/3597.01	c   randrounding     :       1.32       0.00        533        122          0
3587.43/3597.01	c   rens             :       0.00       0.00          0          0          0
3587.43/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3587.43/3597.01	c   repair           :       0.00       0.00          0          0          0
3587.43/3597.01	c   rins             :      21.26       0.00          4          4          0
3587.43/3597.01	c   rootsoldiving    :      31.72       0.00         28         52          0
3587.43/3597.01	c   rounding         :       9.67       0.00        796          0          0
3587.43/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3587.43/3597.01	c   shiftandpropagate:       0.00       0.00          0          0          0
3587.43/3597.01	c   shifting         :       6.80       0.00        491          0          0
3587.43/3597.01	c   simplerounding   :       0.16       0.00       3563          0          0
3587.43/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3587.43/3597.01	c   trivial          :       0.01       0.00          4          1          1
3587.43/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3587.43/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3587.43/3597.01	c   trysol           :       0.00       0.00          0          0          0
3587.43/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3587.43/3597.01	c   undercover       :       0.00       0.00          0          0          0
3587.43/3597.01	c   vbounds          :       0.03       0.00          2          0          0
3587.43/3597.01	c   veclendiving     :      36.89       0.00         55          0          0
3587.43/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3587.43/3597.01	c   zirounding       :       1.14       0.00       1000          0          0
3587.43/3597.01	c   other solutions  :          -          -          -          0          -
3587.43/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.43/3597.01	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.43/3597.01	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.43/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.43/3597.01	c   primal LP        :       1.37        691          0       0.00       0.00       1.37        691
3587.43/3597.01	c   dual LP          :    2061.81       3563    7694587    2159.58    3731.95       0.00          0
3587.43/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3587.43/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.43/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3587.43/3597.01	c   diving/probing LP:     587.83       5300    2851944     538.10    4851.66
3587.43/3597.01	c   strong branching :     768.27       2881    2661816     923.92    3464.67          -          -       4809
3587.43/3597.01	c     (at root node) :          -         44      41489     942.93          -
3587.43/3597.01	c   conflict analysis:       0.12        116       1155       9.96    9383.91
3587.43/3597.01	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3587.43/3597.01	c   benders          :       0.00          0          0          0       0.00          0          0          0
3587.43/3597.01	c B&B Tree           :
3587.43/3597.01	c   number of runs   :          2
3587.43/3597.01	c   nodes            :       1111 (1111 internal, 0 leaves)
3587.43/3597.01	c   feasible leaves  :          0
3587.43/3597.01	c   infeas. leaves   :          0
3587.43/3597.01	c   objective leaves :          0
3587.43/3597.01	c   nodes (total)    :       2160 (2160 internal, 0 leaves)
3587.43/3597.01	c   nodes left       :       1112
3587.43/3597.01	c   max depth        :         49
3587.43/3597.01	c   max depth (total):         49
3587.43/3597.01	c   backtracks       :        222 (20.0%)
3587.43/3597.01	c   early backtracks :          0 (0.0%)
3587.43/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3587.43/3597.01	c   delayed cutoffs  :          0
3587.43/3597.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3587.43/3597.01	c   avg switch length:       4.53
3587.43/3597.01	c   switching time   :       2.27
3587.43/3597.01	c Root Node          :
3587.43/3597.01	c   First LP value   : -5.00000000000000e+02
3587.43/3597.01	c   First LP Iters   :       1128 (23611.66 Iter/sec)
3587.43/3597.01	c   First LP Time    :       0.05
3587.43/3597.01	c   Final Dual Bound : -3.12890531066071e+02
3587.43/3597.01	c   Final Root Iters :     186646
3587.43/3597.01	c   Root LP Estimate : -8.95586012431260e+01
3587.43/3597.01	c Solution           :
3587.43/3597.01	c   Solutions found  :        245 (5 improvements)
3587.43/3597.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.11 seconds, depth 0, found by <trivial>)
3587.43/3597.01	c   Gap First Sol.   :   infinite
3587.43/3597.01	c   Gap Last Sol.    :     134.23 %
3587.43/3597.01	c   Primal Bound     : -1.37000000000000e+02   (in run 1, after 42 nodes, 219.49 seconds, depth 72, found by <adaptivediving>)
3587.43/3597.01	c   Dual Bound       : -3.12890531066071e+02
3587.43/3597.01	c   Gap              :     128.39 %
3587.43/3597.01	c Integrals          :      Total       Avg%
3587.43/3597.01	c   primal-dual      :  204038.23      56.72
3587.43/3597.01	c   primal-ref       :          -          - (not evaluated)
3587.43/3597.01	c   dual-ref         :          -          - (not evaluated)
3587.53/3597.11	c Time complete (sec):   3587.552

Verifier Data

OK	-137

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498179-1751268244/watcher-4498179-1751268244 -o /tmp/evaluation-result-4498179-1751268244/solver-4498179-1751268244 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751268232-39664 --watchdog 3760 pbsolver -f HOME/instance-4498179-1751268244.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10008 s]*
/proc/loadavg: 0.87 0.26 0.14 5/266 39902
/proc/meminfo: memFree=129823608/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=77824 memory=68892 CPUtime=0.09 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 15245 0 0 0 7 2 0 0 20 0 1 0 42503870 79691776 17223 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 19456 17223 2368 2575 0 16363 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 77824 KiB
Current children cumulated memory: 68892 KiB

[startup+0.205578 s]*
/proc/loadavg: 0.87 0.26 0.14 5/266 39902
/proc/meminfo: memFree=129718544/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=103544 memory=91164 CPUtime=0.2 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 20829 0 0 0 16 4 0 0 20 0 1 0 42503870 106029056 22791 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 25886 22791 2432 2575 0 22793 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 103544 KiB
Current children cumulated memory: 91164 KiB

[startup+0.305608 s]*
/proc/loadavg: 0.87 0.26 0.14 5/266 39902
/proc/meminfo: memFree=129670160/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=111348 memory=97024 CPUtime=0.3 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 22503 0 0 0 26 4 0 0 20 0 1 0 42503870 114020352 24256 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 27837 24256 2528 2575 0 24744 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111348 KiB
Current children cumulated memory: 97024 KiB

[startup+0.700162 s]
/proc/loadavg: 0.87 0.26 0.14 5/266 39902
/proc/meminfo: memFree=129628580/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=132944 memory=116192 CPUtime=0.69 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 28249 0 0 0 64 5 0 0 20 0 1 0 42503870 136134656 29048 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 33236 29048 2624 2575 0 30143 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 132944 KiB
Current children cumulated memory: 116192 KiB

[startup+1.50017 s]
/proc/loadavg: 0.87 0.26 0.14 5/266 39902
/proc/meminfo: memFree=129584732/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=139864 memory=119904 CPUtime=1.48 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 29166 0 0 0 143 5 0 0 20 0 1 0 42503870 143220736 29976 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 34966 29976 2624 2575 0 31873 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 139864 KiB
Current children cumulated memory: 119904 KiB

[startup+3.10492 s]
/proc/loadavg: 1.12 0.33 0.17 5/266 39902
/proc/meminfo: memFree=129535308/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=146056 memory=123488 CPUtime=3.08 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 30064 0 0 0 303 5 0 0 20 0 1 0 42503870 149561344 30872 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 36514 30872 2624 2575 0 33421 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 146056 KiB
Current children cumulated memory: 123488 KiB

[startup+6.30015 s]
/proc/loadavg: 1.12 0.33 0.17 5/266 39902
/proc/meminfo: memFree=129479356/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=171532 memory=143584 CPUtime=6.27 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 35066 0 0 0 621 6 0 0 20 0 1 0 42503870 175648768 35864 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 42883 35896 2624 2575 0 39790 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 171532 KiB
Current children cumulated memory: 143584 KiB

[startup+12.7001 s]
/proc/loadavg: 1.57 0.45 0.21 5/266 39902
/proc/meminfo: memFree=129447368/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=191764 memory=155872 CPUtime=12.65 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 38176 0 0 0 1259 6 0 0 20 0 1 0 42503870 196366336 38968 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 47941 38968 2624 2575 0 44848 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 191764 KiB
Current children cumulated memory: 155872 KiB

[startup+25.5002 s]
/proc/loadavg: 2.02 0.58 0.25 5/266 39903
/proc/meminfo: memFree=129399512/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=208540 memory=161888 CPUtime=25.42 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 39674 0 0 0 2536 6 0 0 20 0 1 0 42503870 213544960 40472 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 52135 40472 2624 2575 0 49042 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 208540 KiB
Current children cumulated memory: 161888 KiB

[startup+51.1053 s]
/proc/loadavg: 2.70 0.86 0.35 5/266 39903
/proc/meminfo: memFree=129330836/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=218712 memory=172256 CPUtime=50.96 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 42253 0 0 0 5089 7 0 0 20 0 1 0 42503870 223961088 43064 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 54678 43064 2624 2575 0 51585 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 218712 KiB
Current children cumulated memory: 172256 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.42 0.58 5/266 39905
/proc/meminfo: memFree=129151168/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=240448 memory=192864 CPUtime=102.03 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 47400 0 0 0 10195 8 0 0 20 0 1 0 42503870 246218752 48216 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 60112 48216 2688 2575 0 57019 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 240448 KiB
Current children cumulated memory: 192864 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 1.91 0.80 5/267 39908
/proc/meminfo: memFree=129029860/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=264184 memory=205664 CPUtime=161.86 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 50708 0 0 0 16178 8 0 0 20 0 1 0 42503870 270524416 51416 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 66046 51416 2688 2575 0 62953 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 264184 KiB
Current children cumulated memory: 205664 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.31 1.01 5/267 39911
/proc/meminfo: memFree=128804584/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=350788 memory=268000 CPUtime=221.71 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 66301 0 0 0 22160 11 0 0 20 0 1 0 42503870 359206912 67000 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 87697 67000 2688 2575 0 84604 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 350788 KiB
Current children cumulated memory: 268000 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 2.65 1.21 5/267 39913
/proc/meminfo: memFree=128638244/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=398004 memory=301792 CPUtime=281.56 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 74790 0 0 0 28143 13 0 0 20 0 1 0 42503870 407556096 75448 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 99501 75448 2688 2575 0 96408 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 398004 KiB
Current children cumulated memory: 301792 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 2.91 1.39 5/264 39915
/proc/meminfo: memFree=128450240/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=493364 memory=376288 CPUtime=341.41 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 93394 0 0 0 34125 16 0 0 20 0 1 0 42503870 505204736 94072 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 123341 94072 2688 2575 0 120248 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 493364 KiB
Current children cumulated memory: 376288 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.13 1.56 5/264 39917
/proc/meminfo: memFree=128300752/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=510592 memory=389088 CPUtime=401.25 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 96599 0 0 0 40109 16 0 0 20 0 1 0 42503870 522846208 97272 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 127648 97272 2688 2575 0 124555 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 510592 KiB
Current children cumulated memory: 389088 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.32 1.73 5/263 39919
/proc/meminfo: memFree=128165580/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=581412 memory=444640 CPUtime=461.1 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 110526 0 0 0 46091 19 0 0 20 0 1 0 42503870 595365888 111160 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 145353 111160 2688 2575 0 142260 0
Current children cumulated CPU time: 461.1 s

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

/proc/loadavg: 4.28 4.18 4.04 5/265 40114
/proc/meminfo: memFree=126644548/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1045128 memory=835556 CPUtime=3213.9 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 159678 0 0 0 321360 30 0 0 20 0 1 0 42503870 1070211072 208889 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 261282 208889 2688 2575 0 258189 0
Current children cumulated CPU time: 3213.9 s
Current children cumulated vsize: 1045128 KiB
Current children cumulated memory: 835556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.22 4.07 5/265 40116
/proc/meminfo: memFree=126594840/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1052464 memory=835940 CPUtime=3273.72 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 159794 0 0 0 327342 30 0 0 20 0 1 0 42503870 1077723136 208985 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 263116 208985 2688 2575 0 260023 0
Current children cumulated CPU time: 3273.72 s
Current children cumulated vsize: 1052464 KiB
Current children cumulated memory: 835940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.21 4.07 5/264 40118
/proc/meminfo: memFree=126555404/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1058840 memory=836196 CPUtime=3333.53 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 159934 0 0 0 333323 30 0 0 20 0 1 0 42503870 1084252160 209049 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 264710 209049 2688 2575 0 261617 0
Current children cumulated CPU time: 3333.53 s
Current children cumulated vsize: 1058840 KiB
Current children cumulated memory: 836196 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.19 4.07 5/264 40120
/proc/meminfo: memFree=126499544/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1060444 memory=836196 CPUtime=3393.34 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 160118 0 0 0 339304 30 0 0 20 0 1 0 42503870 1085894656 209049 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 265111 209049 2688 2575 0 262018 0
Current children cumulated CPU time: 3393.34 s
Current children cumulated vsize: 1060444 KiB
Current children cumulated memory: 836196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.16 4.07 5/264 40122
/proc/meminfo: memFree=126439732/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1067140 memory=840292 CPUtime=3453.15 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161288 0 0 0 345285 30 0 0 20 0 1 0 42503870 1092751360 210073 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 266785 210073 2688 2575 0 263692 0
Current children cumulated CPU time: 3453.15 s
Current children cumulated vsize: 1067140 KiB
Current children cumulated memory: 840292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.16 4.08 5/262 40123
/proc/meminfo: memFree=126386920/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1067140 memory=840292 CPUtime=3512.96 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161440 0 0 0 351266 30 0 0 20 0 1 0 42503870 1092751360 210073 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 266785 210073 2688 2575 0 263692 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 1067140 KiB
Current children cumulated memory: 840292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.08 5/262 40125
/proc/meminfo: memFree=126347992/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=840804 CPUtime=3572.77 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161683 0 0 0 357247 30 0 0 20 0 1 0 42503870 1096011776 210201 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210201 2688 2575 0 264488 0
Current children cumulated CPU time: 3572.77 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 840804 KiB

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

# cumulated CPU time of all completed processes:  user=3587.24 s, system=0.314095 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.14 4.08 5/262 40125
/proc/meminfo: memFree=126347992/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=840804 CPUtime=3574.47 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161788 0 0 0 357417 30 0 0 20 0 1 0 42503870 1096011776 210201 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210201 2688 2575 0 264488 0
Current children cumulated CPU time: 3574.47 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 840804 KiB

[startup+3590.4 s]
/proc/loadavg: 4.16 4.16 4.08 5/262 40126
/proc/meminfo: memFree=126337888/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=841444 CPUtime=3580.85 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161948 0 0 0 358055 30 0 0 20 0 1 0 42503870 1096011776 210361 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210361 2688 2575 0 264488 0
Current children cumulated CPU time: 3580.85 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 841444 KiB

[startup+3593.6 s]
/proc/loadavg: 4.15 4.15 4.08 5/262 40126
/proc/meminfo: memFree=126337888/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=841444 CPUtime=3584.04 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161948 0 0 0 358374 30 0 0 20 0 1 0 42503870 1096011776 210361 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210361 2688 2575 0 264488 0
Current children cumulated CPU time: 3584.04 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 841444 KiB

[startup+3595.2 s]
/proc/loadavg: 4.15 4.15 4.08 5/263 40127
/proc/meminfo: memFree=126337888/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=841444 CPUtime=3585.63 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161948 0 0 0 358533 30 0 0 20 0 1 0 42503870 1096011776 210361 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210361 2688 2575 0 264488 0
Current children cumulated CPU time: 3585.63 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 841444 KiB

[startup+3596 s]*
/proc/loadavg: 4.15 4.15 4.08 5/263 40127
/proc/meminfo: memFree=126337888/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=841444 CPUtime=3586.43 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161948 0 0 0 358613 30 0 0 20 0 1 0 42503870 1096011776 210361 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210361 2688 2575 0 264488 0
Current children cumulated CPU time: 3586.43 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 841444 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.15 4.08 5/263 40127
/proc/meminfo: memFree=126337888/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=841444 CPUtime=3587.23 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161948 0 0 0 358693 30 0 0 20 0 1 0 42503870 1096011776 210361 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210361 2688 2575 0 264488 0
Current children cumulated CPU time: 3587.23 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 841444 KiB

[startup+3597 s]*
/proc/loadavg: 4.15 4.15 4.08 5/263 40127
/proc/meminfo: memFree=126356720/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1070324 memory=841444 CPUtime=3587.43 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161948 0 0 0 358713 30 0 0 20 0 1 0 42503870 1096011776 210361 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 267581 210361 2688 2575 0 264488 0
Current children cumulated CPU time: 3587.43 s
Current children cumulated vsize: 1070324 KiB
Current children cumulated memory: 841444 KiB

[startup+3597.11 s]
/proc/loadavg: 4.15 4.15 4.08 5/263 40127
/proc/meminfo: memFree=126356720/131250000 swapFree=33009904/33010684
[pid=39901] ppid=39894 vsize=1048852 memory=820052 CPUtime=3587.53 cores=5,7
/proc/39901/stat : 39901 (pbsolver) R 39894 39901 39644 0 -1 4194304 161966 0 0 0 358723 30 0 0 20 0 1 0 42503870 1074024448 205013 18446744073709551615 4198400 14743177 140730253260608 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 30146560 140730253265290 140730253265386 140730253265386 140730253270988 0
/proc/39901/statm: 262213 205013 2688 2575 0 259120 0
Current children cumulated CPU time: 3587.53 s
Current children cumulated vsize: 1048852 KiB
Current children cumulated memory: 820052 KiB

Child status: 0

Real time (s): 3597.12
CPU time (s): 3587.56
CPU user time (s): 3587.24
CPU system time (s): 0.314095
CPU usage (%): 99.7342
Max. virtual memory (cumulated for all children) (KiB): 1070324
Max. memory (cumulated for all children) (KiB): 841444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.24
system time used= 0.314095
maximum resident set size= 841444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162031
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= 23
involuntary context switches= 3557


# summary of solver processes directly reported to runsolver:
#   pid: 39901
#   total CPU time (s): 3587.56
#   total CPU user time (s): 3587.24
#   total CPU system time (s): 0.314095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17983 second user time and 13.3789 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-30 09:24:04
IDJOB=4498179
IDBENCH=148543
IDSOLVER=3366
FILE ID=nodeC033/4498179-1751268244
RUNJOBID= nodeC033-1751268232-39664
SLURM_JOB_ID= 9594200
Free space on /tmp= 432748 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_4.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498179-1751268244/watcher-4498179-1751268244 -o /tmp/evaluation-result-4498179-1751268244/solver-4498179-1751268244 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751268232-39664 --watchdog 3760  pbsolver -f HOME/instance-4498179-1751268244.opb -t 3600 -m 31000

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

MD5SUM BENCH= 6e1b2ff6c1557355456038edfbaaf1c1
RANDOM SEED=1449179163

nodeC033 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		: 3600.240
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	: 7000.13
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		: 3700.000
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	: 7000.13
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.076
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	: 7000.13
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		: 3601.296
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	: 7000.13
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		: 3600.137
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	: 7000.13
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		: 3600.072
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	: 7000.13
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		: 3600.470
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	: 7000.13
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		: 3601.356
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129996312 kB
MemAvailable:   129728840 kB
Buffers:            2128 kB
Cached:           532788 kB
SwapCached:           68 kB
Active:           269740 kB
Inactive:         356024 kB
Active(anon):      84072 kB
Inactive(anon):    24812 kB
Active(file):     185668 kB
Inactive(file):   331212 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61600 kB
Writeback:            28 kB
AnonPages:         93604 kB
Mapped:           114632 kB
Shmem:             18028 kB
KReclaimable:     109772 kB
Slab:             197796 kB
SReclaimable:     109772 kB
SUnreclaim:        88024 kB
KernelStack:        4192 kB
PageTables:         3020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     389416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3680 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432716 MiB
End job on nodeC033 at 2025-06-30 10:24:02