Trace number 4459744

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 2024-07-07SAT-145 3589.41 3597.14

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
MD5SUMfc228e1220654f2d8d37c5d03b9b5ad1
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-151
Best CPU time to get the best result obtained on this benchmark71326.5
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 constraint47
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)31622
Sum of products size (including duplicates)63244
Number of different products15811
Sum of products size31622

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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4459744-1721939462.opb>
0.00/0.06	c original problem has 16811 variables (1000 bin, 0 int, 15811 impl, 0 cont) and 17811 constraints
0.00/0.06	c problem read in 0.05
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)       15811 del vars, 1000 del conss, 0 add conss, 15811 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.20	c (round 2, fast)       15811 del vars, 1000 del conss, 0 add conss, 15811 chg bounds, 0 chg sides, 0 chg coeffs, 15811 upgd conss, 0 impls, 0 clqs
0.19/0.23	c (round 3, medium)     15811 del vars, 2000 del conss, 0 add conss, 15811 chg bounds, 0 chg sides, 0 chg coeffs, 15811 upgd conss, 0 impls, 15810 clqs
0.19/0.29	c    (0.3s) probing: 51/1000 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.29	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.19/0.29	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.19/0.30	c    (0.3s) no symmetry present (symcode time: 0.00)
0.19/0.30	c presolving (4 rounds: 4 fast, 2 medium, 1 exhaustive):
0.19/0.30	c  15811 deleted vars, 2000 deleted constraints, 0 added constraints, 15811 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.30	c  0 implications, 15810 cliques
0.19/0.30	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15811 constraints
0.19/0.30	c   15811 constraints of type <setppc>
0.19/0.30	c transformed objective value is always integral (scale: 1)
0.19/0.30	c Presolving Time: 0.19
0.19/0.30	c - non default parameters ----------------------------------------------------------------------
0.19/0.30	c # SCIP version 10.0.0
0.19/0.30	c 
0.19/0.30	c # maximal time in seconds to run
0.19/0.30	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.19/0.30	c limits/time = 3596.997058
0.19/0.30	c 
0.19/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.30	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.19/0.30	c limits/memory = 27900
0.19/0.30	c 
0.19/0.30	c # belongs reading time to solving time?
0.19/0.30	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.19/0.30	c timing/reading = TRUE
0.19/0.30	c 
0.19/0.30	c -----------------------------------------------------------------------------------------------
0.19/0.30	c start solving
0.29/0.31	c transformed 1/1 original solutions to the transformed problem space
0.29/0.31	c 
0.29/0.34	o -94
0.29/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.29/0.34	c p 0.3s|     1 |     0 |     0 |     - |  clique|   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-1.000000e+03 |-9.400000e+01 | 963.83%| unknown
0.29/0.35	o -130
0.29/0.35	c p 0.3s|     1 |     0 |     0 |     - |   locks|   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-1.000000e+03 |-1.300000e+02 | 669.23%| unknown
0.29/0.39	o -136
0.29/0.39	c i 0.4s|     1 |     0 |   107 |     - |  oneopt|   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-1.000000e+03 |-1.360000e+02 | 635.29%| unknown
0.39/0.44	c   0.4s|     1 |     0 |  1186 |     - |    96M |   0 |1000 |  15k|  15k|   0 |  0 |   0 |   0 |-5.000000e+02 |-1.360000e+02 | 267.65%| unknown
0.68/0.76	c   0.8s|     1 |     0 |  2121 |     - |   102M |   0 |1000 |  15k|  15k|  54 |  1 |   0 |   0 |-4.725000e+02 |-1.360000e+02 | 247.43%| unknown
0.99/1.08	c   1.1s|     1 |     0 |  3316 |     - |   105M |   0 |1000 |  15k|  15k| 114 |  2 |   0 |   0 |-4.525000e+02 |-1.360000e+02 | 232.72%| unknown
1.48/1.51	c   1.5s|     1 |     0 |  4273 |     - |   108M |   0 |1000 |  15k|  15k| 163 |  3 |   0 |   0 |-4.405000e+02 |-1.360000e+02 | 223.90%| unknown
1.98/2.03	c   2.0s|     1 |     0 |  5964 |     - |   114M |   0 |1000 |  15k|  16k| 214 |  4 |   0 |   0 |-4.310000e+02 |-1.360000e+02 | 216.91%| unknown
2.58/2.66	c   2.7s|     1 |     0 |  8057 |     - |   118M |   0 |1000 |  15k|  16k| 261 |  5 |   0 |   0 |-4.245000e+02 |-1.360000e+02 | 212.13%| unknown
3.27/3.32	c   3.3s|     1 |     0 | 10392 |     - |   125M |   0 |1000 |  15k|  16k| 312 |  6 |   0 |   0 |-4.152500e+02 |-1.360000e+02 | 205.33%| unknown
3.97/4.08	c   4.1s|     1 |     0 | 12747 |     - |   129M |   0 |1000 |  15k|  16k| 365 |  7 |   0 |   0 |-4.090000e+02 |-1.360000e+02 | 200.74%| unknown
4.86/4.94	c   4.9s|     1 |     0 | 16138 |     - |   135M |   0 |1000 |  15k|  16k| 421 |  8 |   0 |   0 |-3.997500e+02 |-1.360000e+02 | 193.93%| unknown
6.17/6.22	c   6.2s|     1 |     0 | 20619 |     - |   142M |   0 |1000 |  15k|  16k| 475 |  9 |   0 |   0 |-3.940000e+02 |-1.360000e+02 | 189.71%| unknown
7.46/7.59	c   7.6s|     1 |     0 | 25856 |     - |   148M |   0 |1000 |  15k|  16k| 515 | 10 |   0 |   0 |-3.896786e+02 |-1.360000e+02 | 186.53%| unknown
8.56/8.65	c   8.6s|     1 |     0 | 30792 |     - |   150M |   0 |1000 |  15k|  16k| 556 | 11 |   0 |   0 |-3.841818e+02 |-1.360000e+02 | 182.49%| unknown
9.85/9.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.85/9.95	c   9.9s|     1 |     0 | 36384 |     - |   152M |   0 |1000 |  15k|  16k| 602 | 12 |   0 |   0 |-3.801068e+02 |-1.360000e+02 | 179.49%| unknown
10.85/10.92	c  10.9s|     1 |     0 | 40392 |     - |   154M |   0 |1000 |  15k|  16k| 641 | 13 |   0 |   0 |-3.762575e+02 |-1.360000e+02 | 176.66%| unknown
11.95/12.04	c  12.0s|     1 |     0 | 45271 |     - |   155M |   0 |1000 |  15k|  16k| 675 | 14 |   0 |   0 |-3.720567e+02 |-1.360000e+02 | 173.57%| unknown
13.25/13.35	c  13.3s|     1 |     0 | 51189 |     - |   157M |   0 |1000 |  15k|  16k| 717 | 15 |   0 |   0 |-3.676975e+02 |-1.360000e+02 | 170.37%| unknown
14.14/14.20	c  14.2s|     1 |     0 | 54284 |     - |   161M |   0 |1000 |  15k|  16k| 752 | 16 |   0 |   0 |-3.650063e+02 |-1.360000e+02 | 168.39%| unknown
14.94/15.08	c  15.1s|     1 |     0 | 57068 |     - |   163M |   0 |1000 |  15k|  16k| 780 | 17 |   0 |   0 |-3.627830e+02 |-1.360000e+02 | 166.75%| unknown
15.94/16.07	c  16.1s|     1 |     0 | 60248 |     - |   165M |   0 |1000 |  15k|  16k| 815 | 18 |   0 |   0 |-3.602019e+02 |-1.360000e+02 | 164.85%| unknown
16.94/17.00	c  17.0s|     1 |     0 | 63067 |     - |   166M |   0 |1000 |  15k|  16k| 840 | 19 |   0 |   0 |-3.583288e+02 |-1.360000e+02 | 163.48%| unknown
17.93/18.01	c  18.0s|     1 |     0 | 66132 |     - |   168M |   0 |1000 |  15k|  16k| 867 | 20 |   0 |   0 |-3.561127e+02 |-1.360000e+02 | 161.85%| unknown
18.43/18.58	c  18.6s|     1 |     0 | 67960 |     - |   168M |   0 |1000 |  15k|  16k| 878 | 21 |   0 |   0 |-3.554318e+02 |-1.360000e+02 | 161.35%| unknown
18.83/18.96	c  19.0s|     1 |     0 | 69081 |     - |   168M |   0 |1000 |  15k|  16k| 886 | 22 |   0 |   0 |-3.550731e+02 |-1.360000e+02 | 161.08%| unknown
19.33/19.46	c  19.5s|     1 |     0 | 70591 |     - |   168M |   0 |1000 |  15k|  16k| 896 | 23 |   0 |   0 |-3.545952e+02 |-1.360000e+02 | 160.73%| unknown
19.72/19.89	c  19.9s|     1 |     0 | 71822 |     - |   169M |   0 |1000 |  15k|  16k| 905 | 24 |   0 |   0 |-3.541411e+02 |-1.360000e+02 | 160.40%| unknown
20.22/20.38	c  20.4s|     1 |     0 | 73194 |     - |   169M |   0 |1000 |  15k|  16k| 911 | 25 |   0 |   0 |-3.534920e+02 |-1.360000e+02 | 159.92%| unknown
20.62/20.79	c  20.8s|     1 |     0 | 74448 |     - |   169M |   0 |1000 |  15k|  16k| 918 | 26 |   0 |   0 |-3.532084e+02 |-1.360000e+02 | 159.71%| unknown
21.02/21.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.02/21.11	c  21.1s|     1 |     0 | 75448 |     - |   169M |   0 |1000 |  15k|  16k| 921 | 27 |   0 |   0 |-3.530018e+02 |-1.360000e+02 | 159.56%| unknown
21.52/21.62	c  21.6s|     1 |     0 | 76981 |     - |   169M |   0 |1000 |  15k|  16k| 930 | 28 |   0 |   0 |-3.524886e+02 |-1.360000e+02 | 159.18%| unknown
22.02/22.13	c  22.1s|     1 |     0 | 78536 |     - |   169M |   0 |1000 |  15k|  16k| 941 | 29 |   0 |   0 |-3.520639e+02 |-1.360000e+02 | 158.87%| unknown
22.51/22.63	c  22.6s|     1 |     0 | 79980 |     - |   169M |   0 |1000 |  15k|  16k| 955 | 30 |   0 |   0 |-3.514063e+02 |-1.360000e+02 | 158.39%| unknown
23.02/23.19	c  23.2s|     1 |     0 | 81619 |     - |   169M |   0 |1000 |  15k|  16k| 965 | 31 |   0 |   0 |-3.508531e+02 |-1.360000e+02 | 157.98%| unknown
23.41/23.53	c  23.5s|     1 |     0 | 82528 |     - |   169M |   0 |1000 |  15k|  16k| 977 | 32 |   0 |   0 |-3.504664e+02 |-1.360000e+02 | 157.70%| unknown
23.81/23.95	c  23.9s|     1 |     0 | 83694 |     - |   170M |   0 |1000 |  15k|  16k| 985 | 33 |   0 |   0 |-3.500832e+02 |-1.360000e+02 | 157.41%| unknown
24.31/24.41	c  24.4s|     1 |     0 | 84990 |     - |   170M |   0 |1000 |  15k|  16k| 999 | 34 |   0 |   0 |-3.495499e+02 |-1.360000e+02 | 157.02%| unknown
24.91/25.05	c  25.0s|     1 |     0 | 86895 |     - |   170M |   0 |1000 |  15k|  16k|1011 | 35 |   0 |   0 |-3.488259e+02 |-1.360000e+02 | 156.49%| unknown
25.60/25.70	c  25.7s|     1 |     0 | 89019 |     - |   170M |   0 |1000 |  15k|  16k|1026 | 36 |   0 |   0 |-3.478391e+02 |-1.360000e+02 | 155.76%| unknown
26.10/26.26	c  26.3s|     1 |     0 | 90894 |     - |   170M |   0 |1000 |  15k|  16k|1042 | 37 |   0 |   0 |-3.472784e+02 |-1.360000e+02 | 155.35%| unknown
26.60/26.79	c  26.8s|     1 |     0 | 92579 |     - |   170M |   0 |1000 |  15k|  16k|1055 | 38 |   0 |   0 |-3.467071e+02 |-1.360000e+02 | 154.93%| unknown
27.10/27.20	c  27.2s|     1 |     0 | 93843 |     - |   170M |   0 |1000 |  15k|  16k|1069 | 39 |   0 |   0 |-3.463464e+02 |-1.360000e+02 | 154.67%| unknown
27.50/27.66	c  27.6s|     1 |     0 | 95193 |     - |   170M |   0 |1000 |  15k|  16k|1082 | 40 |   0 |   0 |-3.459656e+02 |-1.360000e+02 | 154.39%| unknown
27.90/28.06	c  28.1s|     1 |     0 | 96328 |     - |   170M |   0 |1000 |  15k|  16k|1093 | 41 |   0 |   0 |-3.455865e+02 |-1.360000e+02 | 154.11%| unknown
28.49/28.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.49/28.63	c  28.6s|     1 |     0 | 97985 |     - |   171M |   0 |1000 |  15k|  16k|1109 | 42 |   0 |   0 |-3.448794e+02 |-1.360000e+02 | 153.59%| unknown
29.01/29.16	c  29.2s|     1 |     0 | 99545 |     - |   171M |   0 |1000 |  15k|  16k|1126 | 43 |   0 |   0 |-3.443894e+02 |-1.360000e+02 | 153.23%| unknown
29.50/29.68	c  29.7s|     1 |     0 |101151 |     - |   171M |   0 |1000 |  15k|  16k|1140 | 44 |   0 |   0 |-3.438865e+02 |-1.360000e+02 | 152.86%| unknown
30.10/30.20	c  30.2s|     1 |     0 |102721 |     - |   171M |   0 |1000 |  15k|  16k|1156 | 45 |   0 |   0 |-3.433763e+02 |-1.360000e+02 | 152.48%| unknown
30.60/30.74	c  30.7s|     1 |     0 |104268 |     - |   171M |   0 |1000 |  15k|  16k|1168 | 46 |   0 |   0 |-3.428350e+02 |-1.360000e+02 | 152.08%| unknown
31.19/31.36	c  31.4s|     1 |     0 |106170 |     - |   171M |   0 |1000 |  15k|  16k|1180 | 47 |   0 |   0 |-3.422113e+02 |-1.360000e+02 | 151.63%| unknown
31.69/31.89	c  31.9s|     1 |     0 |107732 |     - |   171M |   0 |1000 |  15k|  16k|1199 | 48 |   0 |   0 |-3.414731e+02 |-1.360000e+02 | 151.08%| unknown
32.09/32.20	c  32.2s|     1 |     0 |108594 |     - |   171M |   0 |1000 |  15k|  16k|1215 | 49 |   0 |   0 |-3.412630e+02 |-1.360000e+02 | 150.93%| unknown
32.49/32.63	c  32.6s|     1 |     0 |109785 |     - |   172M |   0 |1000 |  15k|  16k|1226 | 50 |   0 |   0 |-3.408947e+02 |-1.360000e+02 | 150.66%| unknown
32.89/33.09	c  33.1s|     1 |     0 |111118 |     - |   172M |   0 |1000 |  15k|  16k|1239 | 51 |   0 |   0 |-3.405236e+02 |-1.360000e+02 | 150.38%| unknown
33.49/33.63	c  33.6s|     1 |     0 |112777 |     - |   172M |   0 |1000 |  15k|  16k|1248 | 52 |   0 |   0 |-3.401715e+02 |-1.360000e+02 | 150.13%| unknown
33.89/34.03	c  34.0s|     1 |     0 |113984 |     - |   172M |   0 |1000 |  15k|  16k|1261 | 53 |   0 |   0 |-3.396506e+02 |-1.360000e+02 | 149.74%| unknown
34.48/34.63	c  34.6s|     1 |     0 |115724 |     - |   172M |   0 |1000 |  15k|  16k|1274 | 54 |   0 |   0 |-3.390088e+02 |-1.360000e+02 | 149.27%| unknown
35.08/35.20	c  35.2s|     1 |     0 |117491 |     - |   172M |   0 |1000 |  15k|  16k|1295 | 55 |   0 |   0 |-3.384331e+02 |-1.360000e+02 | 148.85%| unknown
35.48/35.64	c  35.6s|     1 |     0 |118812 |     - |   172M |   0 |1000 |  15k|  16k|1309 | 56 |   0 |   0 |-3.379506e+02 |-1.360000e+02 | 148.49%| unknown
35.88/36.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.88/36.07	c  36.1s|     1 |     0 |119967 |     - |   172M |   0 |1000 |  15k|  16k|1325 | 57 |   0 |   0 |-3.374441e+02 |-1.360000e+02 | 148.12%| unknown
36.28/36.49	c  36.5s|     1 |     0 |121122 |     - |   173M |   0 |1000 |  15k|  16k|1340 | 58 |   0 |   0 |-3.370991e+02 |-1.360000e+02 | 147.87%| unknown
36.67/36.83	c  36.8s|     1 |     0 |121957 |     - |   173M |   0 |1000 |  15k|  16k|1351 | 59 |   0 |   0 |-3.367458e+02 |-1.360000e+02 | 147.61%| unknown
37.07/37.25	c  37.2s|     1 |     0 |123122 |     - |   173M |   0 |1000 |  15k|  16k|1363 | 60 |   0 |   0 |-3.363174e+02 |-1.360000e+02 | 147.29%| unknown
37.47/37.67	c  37.7s|     1 |     0 |124248 |     - |   173M |   0 |1000 |  15k|  16k|1378 | 61 |   0 |   0 |-3.357570e+02 |-1.360000e+02 | 146.88%| unknown
37.97/38.15	c  38.1s|     1 |     0 |125556 |     - |   174M |   0 |1000 |  15k|  16k|1393 | 62 |   0 |   0 |-3.351339e+02 |-1.360000e+02 | 146.42%| unknown
38.37/38.54	c  38.5s|     1 |     0 |126526 |     - |   174M |   0 |1000 |  15k|  16k|1405 | 63 |   0 |   0 |-3.347512e+02 |-1.360000e+02 | 146.14%| unknown
38.67/38.88	c  38.9s|     1 |     0 |127387 |     - |   174M |   0 |1000 |  15k|  16k|1415 | 64 |   0 |   0 |-3.343656e+02 |-1.360000e+02 | 145.86%| unknown
39.06/39.27	c  39.3s|     1 |     0 |128404 |     - |   174M |   0 |1000 |  15k|  16k|1429 | 65 |   0 |   0 |-3.339405e+02 |-1.360000e+02 | 145.54%| unknown
39.36/39.58	c  39.6s|     1 |     0 |129191 |     - |   174M |   0 |1000 |  15k|  16k|1446 | 66 |   0 |   0 |-3.336816e+02 |-1.360000e+02 | 145.35%| unknown
39.76/39.91	c  39.9s|     1 |     0 |130022 |     - |   174M |   0 |1000 |  15k|  16k|1457 | 67 |   0 |   0 |-3.333764e+02 |-1.360000e+02 | 145.13%| unknown
40.06/40.29	c  40.3s|     1 |     0 |131032 |     - |   174M |   0 |1000 |  15k|  16k|1471 | 68 |   0 |   0 |-3.330448e+02 |-1.360000e+02 | 144.89%| unknown
40.46/40.61	c  40.6s|     1 |     0 |131858 |     - |   175M |   0 |1000 |  15k|  16k|1487 | 69 |   0 |   0 |-3.327957e+02 |-1.360000e+02 | 144.70%| unknown
40.76/40.94	c  40.9s|     1 |     0 |132693 |     - |   175M |   0 |1000 |  15k|  16k|1502 | 70 |   0 |   0 |-3.326067e+02 |-1.360000e+02 | 144.56%| unknown
41.16/41.30	c  41.3s|     1 |     0 |133596 |     - |   175M |   0 |1000 |  15k|  16k|1515 | 71 |   0 |   0 |-3.322387e+02 |-1.360000e+02 | 144.29%| unknown
41.56/41.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.56/41.72	c  41.7s|     1 |     0 |134616 |     - |   175M |   0 |1000 |  15k|  16k|1531 | 72 |   0 |   0 |-3.318214e+02 |-1.360000e+02 | 143.99%| unknown
41.86/42.09	c  42.1s|     1 |     0 |135512 |     - |   175M |   0 |1000 |  15k|  16k|1547 | 73 |   0 |   0 |-3.314306e+02 |-1.360000e+02 | 143.70%| unknown
42.25/42.42	c  42.4s|     1 |     0 |136323 |     - |   175M |   0 |1000 |  15k|  16k|1561 | 74 |   0 |   0 |-3.310715e+02 |-1.360000e+02 | 143.43%| unknown
42.65/42.86	c  42.9s|     1 |     0 |137462 |     - |   175M |   0 |1000 |  15k|  17k|1577 | 75 |   0 |   0 |-3.306008e+02 |-1.360000e+02 | 143.09%| unknown
43.05/43.23	c  43.2s|     1 |     0 |138376 |     - |   175M |   0 |1000 |  15k|  17k|1595 | 76 |   0 |   0 |-3.301651e+02 |-1.360000e+02 | 142.77%| unknown
43.35/43.53	c  43.5s|     1 |     0 |139125 |     - |   175M |   0 |1000 |  15k|  17k|1610 | 77 |   0 |   0 |-3.298429e+02 |-1.360000e+02 | 142.53%| unknown
43.65/43.81	c  43.8s|     1 |     0 |139778 |     - |   176M |   0 |1000 |  15k|  17k|1623 | 78 |   0 |   0 |-3.295796e+02 |-1.360000e+02 | 142.34%| unknown
43.86/44.09	c  44.1s|     1 |     0 |140461 |     - |   176M |   0 |1000 |  15k|  17k|1636 | 79 |   0 |   0 |-3.293973e+02 |-1.360000e+02 | 142.20%| unknown
44.15/44.30	c  44.3s|     1 |     0 |140923 |     - |   176M |   0 |1000 |  15k|  17k|1646 | 80 |   0 |   0 |-3.292368e+02 |-1.360000e+02 | 142.09%| unknown
44.35/44.51	c  44.5s|     1 |     0 |141424 |     - |   176M |   0 |1000 |  15k|  17k|1660 | 81 |   0 |   0 |-3.290729e+02 |-1.360000e+02 | 141.97%| unknown
44.55/44.78	c  44.8s|     1 |     0 |142012 |     - |   176M |   0 |1000 |  15k|  17k|1669 | 82 |   0 |   0 |-3.287683e+02 |-1.360000e+02 | 141.74%| unknown
44.85/45.01	c  45.0s|     1 |     0 |142523 |     - |   176M |   0 |1000 |  15k|  17k|1680 | 83 |   0 |   0 |-3.285523e+02 |-1.360000e+02 | 141.58%| unknown
45.05/45.26	c  45.3s|     1 |     0 |143088 |     - |   176M |   0 |1000 |  15k|  17k|1694 | 84 |   0 |   0 |-3.283518e+02 |-1.360000e+02 | 141.44%| unknown
45.35/45.56	c  45.6s|     1 |     0 |143804 |     - |   176M |   0 |1000 |  15k|  17k|1707 | 85 |   0 |   0 |-3.281137e+02 |-1.360000e+02 | 141.26%| unknown
45.64/45.86	c  45.8s|     1 |     0 |144528 |     - |   177M |   0 |1000 |  15k|  17k|1720 | 86 |   0 |   0 |-3.278073e+02 |-1.360000e+02 | 141.03%| unknown
45.85/46.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.85/46.09	c  46.1s|     1 |     0 |145088 |     - |   177M |   0 |1000 |  15k|  17k|1732 | 87 |   0 |   0 |-3.276235e+02 |-1.360000e+02 | 140.90%| unknown
46.15/46.35	c  46.3s|     1 |     0 |145734 |     - |   177M |   0 |1000 |  15k|  17k|1740 | 88 |   0 |   0 |-3.274192e+02 |-1.360000e+02 | 140.75%| unknown
46.45/46.65	c  46.6s|     1 |     0 |146471 |     - |   177M |   0 |1000 |  15k|  17k|1757 | 89 |   0 |   0 |-3.271196e+02 |-1.360000e+02 | 140.53%| unknown
46.75/46.99	c  47.0s|     1 |     0 |147327 |     - |   177M |   0 |1000 |  15k|  17k|1781 | 90 |   0 |   0 |-3.266657e+02 |-1.360000e+02 | 140.20%| unknown
47.05/47.25	c  47.2s|     1 |     0 |147962 |     - |   177M |   0 |1000 |  15k|  17k|1805 | 91 |   0 |   0 |-3.264682e+02 |-1.360000e+02 | 140.05%| unknown
47.25/47.48	c  47.5s|     1 |     0 |148475 |     - |   177M |   0 |1000 |  15k|  17k|1818 | 92 |   0 |   0 |-3.263104e+02 |-1.360000e+02 | 139.93%| unknown
47.55/47.79	c  47.8s|     1 |     0 |149233 |     - |   177M |   0 |1000 |  15k|  17k|1840 | 93 |   0 |   0 |-3.260257e+02 |-1.360000e+02 | 139.72%| unknown
47.85/48.06	c  48.1s|     1 |     0 |149845 |     - |   177M |   0 |1000 |  15k|  17k|1852 | 94 |   0 |   0 |-3.258032e+02 |-1.360000e+02 | 139.56%| unknown
48.05/48.25	c  48.2s|     1 |     0 |150242 |     - |   177M |   0 |1000 |  15k|  17k|1870 | 95 |   0 |   0 |-3.256893e+02 |-1.360000e+02 | 139.48%| unknown
48.25/48.40	c  48.4s|     1 |     0 |150530 |     - |   178M |   0 |1000 |  15k|  17k|1885 | 96 |   0 |   0 |-3.256197e+02 |-1.360000e+02 | 139.43%| unknown
48.54/48.70	c  48.7s|     1 |     0 |151219 |     - |   178M |   0 |1000 |  15k|  17k|1896 | 97 |   0 |   0 |-3.251796e+02 |-1.360000e+02 | 139.10%| unknown
48.74/48.94	c  48.9s|     1 |     0 |151759 |     - |   178M |   0 |1000 |  15k|  17k|1912 | 98 |   0 |   0 |-3.249707e+02 |-1.360000e+02 | 138.95%| unknown
49.04/49.23	c  49.2s|     1 |     0 |152458 |     - |   178M |   0 |1000 |  15k|  17k|1929 | 99 |   0 |   0 |-3.247104e+02 |-1.360000e+02 | 138.76%| unknown
49.24/49.44	c  49.4s|     1 |     0 |152929 |     - |   178M |   0 |1000 |  15k|  17k|1944 |100 |   0 |   0 |-3.245885e+02 |-1.360000e+02 | 138.67%| unknown
49.34/49.57	c  49.6s|     1 |     0 |153244 |     - |   178M |   0 |1000 |  15k|  17k|1959 |101 |   0 |   0 |-3.244674e+02 |-1.360000e+02 | 138.58%| unknown
49.54/49.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.54/49.76	c  49.8s|     1 |     0 |153751 |     - |   178M |   0 |1000 |  15k|  17k|1976 |102 |   0 |   0 |-3.243691e+02 |-1.360000e+02 | 138.51%| unknown
49.64/49.87	c  49.9s|     1 |     0 |154068 |     - |   178M |   0 |1000 |  15k|  17k|1990 |103 |   0 |   0 |-3.243117e+02 |-1.360000e+02 | 138.46%| unknown
49.95/50.13	c  50.1s|     1 |     0 |154795 |     - |   179M |   0 |1000 |  15k|  17k|2007 |104 |   0 |   0 |-3.239762e+02 |-1.360000e+02 | 138.22%| unknown
50.14/50.31	c  50.3s|     1 |     0 |155345 |     - |   179M |   0 |1000 |  15k|  17k|2020 |105 |   0 |   0 |-3.237698e+02 |-1.360000e+02 | 138.07%| unknown
50.24/50.46	c  50.5s|     1 |     0 |155769 |     - |   179M |   0 |1000 |  15k|  17k|2034 |106 |   0 |   0 |-3.236766e+02 |-1.360000e+02 | 138.00%| unknown
50.34/50.59	c  50.6s|     1 |     0 |156138 |     - |   179M |   0 |1000 |  15k|  17k|2051 |107 |   0 |   0 |-3.235687e+02 |-1.360000e+02 | 137.92%| unknown
50.54/50.74	c  50.7s|     1 |     0 |156595 |     - |   179M |   0 |1000 |  15k|  17k|2067 |108 |   0 |   0 |-3.234946e+02 |-1.360000e+02 | 137.86%| unknown
50.74/50.90	c  50.9s|     1 |     0 |157195 |     - |   179M |   0 |1000 |  15k|  17k|2082 |109 |   0 |   0 |-3.234120e+02 |-1.360000e+02 | 137.80%| unknown
50.84/51.00	c  51.0s|     1 |     0 |157535 |     - |   179M |   0 |1000 |  15k|  17k|2102 |110 |   0 |   0 |-3.233881e+02 |-1.360000e+02 | 137.79%| unknown
50.84/51.06	c  51.1s|     1 |     0 |157660 |     - |   180M |   0 |1000 |  15k|  17k|2112 |111 |   0 |   0 |-3.233869e+02 |-1.360000e+02 | 137.78%| unknown
50.94/51.16	c  51.2s|     1 |     0 |157893 |     - |   180M |   0 |1000 |  15k|  17k|2121 |112 |   0 |   0 |-3.233333e+02 |-1.360000e+02 | 137.75%| unknown
50.94/51.19	c  51.2s|     1 |     0 |157898 |     - |   180M |   0 |1000 |  15k|  17k|2125 |113 |   0 |   0 |-3.233333e+02 |-1.360000e+02 | 137.75%| unknown
51.14/51.33	c  51.3s|     1 |     0 |158376 |     - |   180M |   0 |1000 |  15k|  17k|2126 |114 |   0 |   0 |-3.232668e+02 |-1.360000e+02 | 137.70%| unknown
51.24/51.47	c  51.5s|     1 |     0 |158880 |     - |   180M |   0 |1000 |  15k|  17k|2145 |115 |   0 |   0 |-3.232186e+02 |-1.360000e+02 | 137.66%| unknown
51.44/51.62	c  51.6s|     1 |     0 |159303 |     - |   180M |   0 |1000 |  15k|  17k|2154 |116 |   0 |   0 |-3.231586e+02 |-1.360000e+02 | 137.62%| unknown
51.54/51.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.54/51.78	c  51.8s|     1 |     0 |159826 |     - |   180M |   0 |1000 |  15k|  17k|2168 |117 |   0 |   0 |-3.231137e+02 |-1.360000e+02 | 137.58%| unknown
51.74/51.90	c  51.9s|     1 |     0 |160211 |     - |   180M |   0 |1000 |  15k|  17k|2184 |118 |   0 |   0 |-3.230795e+02 |-1.360000e+02 | 137.56%| unknown
51.84/52.06	c  52.1s|     1 |     0 |160762 |     - |   180M |   0 |1000 |  15k|  17k|2191 |119 |   0 |   0 |-3.230379e+02 |-1.360000e+02 | 137.53%| unknown
52.04/52.20	c  52.2s|     1 |     0 |161184 |     - |   180M |   0 |1000 |  15k|  17k|2211 |120 |   0 |   0 |-3.230023e+02 |-1.360000e+02 | 137.50%| unknown
52.04/52.24	c  52.2s|     1 |     0 |161201 |     - |   181M |   0 |1000 |  15k|  17k|2225 |121 |   0 |   0 |-3.230000e+02 |-1.360000e+02 | 137.50%| unknown
58.01/58.26	c  58.3s|     1 |     2 |161211 |     - |   181M |   0 |1000 |  15k|  17k|2225 |122 |   0 |  19 |-3.226792e+02 |-1.360000e+02 | 137.26%| unknown
259.95/260.66	o -139
259.95/260.66	c d 261s|    60 |    61 |573710 |6993.5 |guideddi|  14 |1000 |  15k|  16k|   0 |  1 |   0 | 335 |-3.209132e+02 |-1.390000e+02 | 130.87%| unknown
259.95/260.67	o -140
259.95/260.67	c i 261s|    61 |    60 |573727 |6877.2 |  oneopt|  14 |1000 |  15k|  16k|3924 |  0 |   0 | 335 |-3.209132e+02 |-1.400000e+02 | 129.22%| unknown
281.19/281.99	o -145
281.19/281.99	c d 282s|    70 |    71 |643820 |6996.0 |guideddi|  14 |1000 |  15k|  17k|   0 |  6 |   0 | 348 |-3.196869e+02 |-1.450000e+02 | 120.47%| unknown
356.00/356.90	c   357s|   100 |   101 |851062 |6969.4 |   473M |  16 |1000 |  15k|  17k|5137 |  1 |   0 | 400 |-3.192572e+02 |-1.450000e+02 | 120.18%| unknown
574.58/576.01	c   576s|   200 |   201 |  1448k|6467.4 |   564M |  22 |1000 |  15k|  17k|6865 |  1 |   0 | 589 |-3.182771e+02 |-1.450000e+02 | 119.50%| unknown
775.78/777.78	c   778s|   300 |   301 |  1958k|6011.4 |   619M |  23 |1000 |  15k|  17k|9054 |  1 |   0 | 771 |-3.175109e+02 |-1.450000e+02 | 118.97%| unknown
968.85/971.27	c   971s|   400 |   401 |  2457k|5754.6 |   644M |  29 |1000 |  15k|  17k|  10k|  1 |   0 | 935 |-3.172447e+02 |-1.450000e+02 | 118.79%| unknown
1166.33/1169.11	c  1169s|   500 |   501 |  2935k|5560.4 |   664M |  42 |1000 |  15k|  17k|  11k|  1 |   0 |1110 |-3.162991e+02 |-1.450000e+02 | 118.14%| unknown
1307.05/1310.13	c  1310s|   600 |   601 |  3404k|5414.9 |   708M |  43 |1000 |  15k|  17k|  13k|  1 |   0 |1125 |-3.162991e+02 |-1.450000e+02 | 118.14%| unknown
1472.10/1475.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1472.10/1475.50	c  1475s|   700 |   701 |  3913k|5368.9 |   761M |  44 |1000 |  15k|  17k|  15k|  1 |   0 |1184 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
1625.69/1629.46	c  1629s|   800 |   801 |  4352k|5246.4 |   781M |  44 |1000 |  15k|  17k|  17k|  1 |   0 |1282 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
1795.05/1799.19	c  1799s|   900 |   901 |  4905k|5277.7 |   830M |  44 |1000 |  15k|  17k|  21k|  1 |   0 |1324 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
1945.24/1949.67	c  1950s|  1000 |  1001 |  5395k|5240.0 |   866M |  44 |1000 |  15k|  17k|  23k|  1 |   0 |1369 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2031.96/2036.54	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
2034.35/2038.99	c (run 1, node 1049) performing user restart
2034.35/2038.99	c 
2034.35/2038.99	c (restart) converted 1260 cuts from the global cut pool into linear constraints
2034.35/2038.99	c 
2034.75/2039.33	c presolving:
2034.75/2039.35	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1260 upgd conss, 0 impls, 17030 clqs
2034.85/2039.43	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
2034.85/2039.43	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1 changed coefficients
2034.85/2039.43	c  0 implications, 17031 cliques
2034.85/2039.43	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 17071 constraints
2034.85/2039.43	c      40 constraints of type <knapsack>
2034.85/2039.43	c   17031 constraints of type <setppc>
2034.85/2039.43	c transformed objective value is always integral (scale: 1)
2034.85/2039.43	c Presolving Time: 0.44
2035.05/2039.64	c transformed 98/100 original solutions to the transformed problem space
2035.05/2039.64	c 
2043.33/2047.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2043.33/2047.98	c  2048s|     1 |     0 |  5714k|     - |   846M |   0 |1000 |  17k|  17k|   0 |  0 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2043.63/2048.24	c  2048s|     1 |     0 |  5715k|     - |   857M |   0 |1000 |  17k|  17k|   5 |  1 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2043.93/2048.51	c  2049s|     1 |     0 |  5715k|     - |   856M |   0 |1000 |  17k|  17k|  11 |  2 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2044.13/2048.77	c  2049s|     1 |     0 |  5715k|     - |   863M |   0 |1000 |  17k|  17k|  17 |  3 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2044.44/2049.06	c  2049s|     1 |     0 |  5716k|     - |   847M |   0 |1000 |  17k|  17k|  26 |  4 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2044.73/2049.36	c  2049s|     1 |     0 |  5716k|     - |   854M |   0 |1000 |  17k|  17k|  35 |  5 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2045.03/2049.69	c  2050s|     1 |     0 |  5717k|     - |   864M |   0 |1000 |  17k|  17k|  42 |  6 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2045.43/2050.07	c  2050s|     1 |     0 |  5717k|     - |   857M |   0 |1000 |  17k|  17k|  51 |  7 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2045.83/2050.43	c  2050s|     1 |     0 |  5718k|     - |   859M |   0 |1000 |  17k|  17k|  63 |  8 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2046.23/2050.85	c  2051s|     1 |     0 |  5718k|     - |   860M |   0 |1000 |  17k|  17k|  72 |  9 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2046.63/2051.27	c  2051s|     1 |     0 |  5719k|     - |   856M |   0 |1000 |  17k|  17k|  82 | 10 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2046.93/2051.54	c  2052s|     1 |     0 |  5719k|     - |   856M |   0 |1000 |  17k|  17k|  92 | 11 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2047.23/2051.80	c  2052s|     1 |     0 |  5720k|     - |   856M |   0 |1000 |  17k|  17k| 102 | 12 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2047.43/2052.04	c  2052s|     1 |     0 |  5720k|     - |   857M |   0 |1000 |  17k|  17k| 113 | 13 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2047.73/2052.30	c  2052s|     1 |     0 |  5720k|     - |   859M |   0 |1000 |  17k|  17k| 121 | 14 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2047.92/2052.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2047.92/2052.56	c  2053s|     1 |     0 |  5721k|     - |   861M |   0 |1000 |  17k|  17k| 131 | 15 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2048.22/2052.82	c  2053s|     1 |     0 |  5721k|     - |   863M |   0 |1000 |  17k|  17k| 151 | 16 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2048.43/2053.03	c  2053s|     1 |     0 |  5721k|     - |   863M |   0 |1000 |  17k|  17k| 165 | 17 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2048.62/2053.27	c  2053s|     1 |     0 |  5722k|     - |   863M |   0 |1000 |  17k|  17k| 179 | 18 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2048.92/2053.50	c  2053s|     1 |     0 |  5722k|     - |   864M |   0 |1000 |  17k|  17k| 192 | 19 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2049.12/2053.75	c  2054s|     1 |     0 |  5723k|     - |   864M |   0 |1000 |  17k|  17k| 201 | 20 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2049.22/2053.82	c  2054s|     1 |     0 |  5723k|     - |   864M |   0 |1000 |  17k|  17k| 213 | 21 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2049.22/2053.88	c  2054s|     1 |     0 |  5723k|     - |   864M |   0 |1000 |  17k|  17k| 214 | 22 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2049.32/2053.93	c  2054s|     1 |     0 |  5723k|     - |   864M |   0 |1000 |  17k|  17k| 215 | 23 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2049.43/2054.02	c  2054s|     1 |     0 |  5723k|     - |   865M |   0 |1000 |  17k|  17k| 216 | 24 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2049.53/2054.11	c  2054s|     1 |     0 |  5723k|     - |   865M |   0 |1000 |  17k|  17k| 217 | 25 |   0 |1380 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2058.41/2063.03	c  2063s|     1 |     2 |  5723k|     - |   865M |   0 |1000 |  17k|  17k| 217 | 26 |   0 |1416 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2331.65/2336.82	c  2337s|   100 |   101 |  6036k|5093.2 |   896M |  41 |1000 |  17k|  16k| 405 |  1 |   0 |2218 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2523.35/2528.97	c  2529s|   200 |   201 |  6447k|5014.2 |   980M |  55 |1000 |  17k|  17k|1425 |  1 |   0 |2563 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2647.99/2653.82	c  2654s|   300 |   301 |  6833k|4929.1 |  1011M |  59 |1000 |  17k|  17k|3211 |  1 |   0 |2634 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2767.15/2773.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2767.15/2773.28	c  2773s|   400 |   401 |  7296k|4908.4 |  1030M |  59 |1000 |  17k|  17k|5269 |  1 |   0 |2661 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
2917.14/2923.59	c  2924s|   500 |   501 |  7729k|4871.2 |  1062M |  61 |1000 |  17k|  17k|8206 |  1 |   0 |2798 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
3027.32/3033.90	c  3034s|   600 |   601 |  8145k|4828.1 |  1078M |  61 |1000 |  17k|  17k|  10k|  1 |   0 |2837 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
3133.69/3140.50	c  3140s|   700 |   701 |  8570k|4794.7 |  1103M |  62 |1000 |  17k|  16k|  12k|  1 |   0 |2842 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
3266.72/3273.89	c  3274s|   800 |   801 |  9023k|4780.2 |  1112M |  62 |1000 |  17k|  17k|  15k|  1 |   0 |2883 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
3379.59/3386.94	c  3387s|   900 |   901 |  9416k|4736.8 |  1119M |  62 |1000 |  17k|  17k|  18k|  1 |   0 |2966 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
3488.16/3495.76	c  3496s|  1000 |  1001 |  9853k|4718.8 |  1130M |  63 |1000 |  17k|  17k|  21k|  1 |   0 |2981 |-3.159307e+02 |-1.450000e+02 | 117.88%| unknown
3589.27/3597.00	c 
3589.27/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3589.27/3597.00	c Solving Time (sec) : 3597.00
3589.27/3597.00	c Solving Nodes      : 1078 (total of 2127 nodes in 2 runs)
3589.27/3597.00	c Primal Bound       : -1.45000000000000e+02 (260 solutions)
3589.27/3597.00	c Dual Bound         : -3.15930738252046e+02
3589.27/3597.00	c Gap                : 117.88 %
3589.27/3597.02	s SATISFIABLE
3589.27/3597.02	v -x1000 x999 -x998 -x997 -x996 x995 x994 -x993 -x992 -x991 -x990 -x989 x988 -x987 x986 -x985 x984 -x983 -x982 -x981 -x980 -x979 
3589.27/3597.02	v -x978 -x977 x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 x966 x965 -x964 -x963 -x962 -x961 -x960 -x959 x958 -x957 
3589.27/3597.02	v x956 -x955 x954 -x953 -x952 -x951 -x950 x949 -x948 -x947 -x946 -x945 -x944 x943 -x942 -x941 -x940 -x939 x938 -x937 -x936 -x935 
3589.27/3597.02	v -x934 x933 -x932 -x931 -x930 x929 -x928 -x927 -x926 x925 -x924 x923 -x922 x921 -x920 -x919 x918 x917 -x916 -x915 -x914 -x913 
3589.27/3597.02	v -x912 x911 x910 -x909 -x908 -x907 -x906 -x905 x904 -x903 -x902 x901 x900 -x899 -x898 -x897 x896 x895 -x894 -x893 -x892 x891 
3589.27/3597.02	v -x890 x889 -x888 -x887 -x886 -x885 -x884 x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 
3589.27/3597.02	v -x869 -x868 -x867 -x866 -x865 -x864 -x863 x862 -x861 -x860 -x859 -x858 -x857 x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 
3589.27/3597.02	v -x848 -x847 -x846 -x845 -x844 -x843 x842 -x841 -x840 -x839 -x838 -x837 -x836 x835 -x834 -x833 -x832 -x831 x830 -x829 x828 x827 
3589.27/3597.02	v -x826 -x825 -x824 -x823 -x822 -x821 x820 -x819 -x818 -x817 x816 -x815 -x814 x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 
3589.27/3597.02	v -x805 x804 -x803 -x802 -x801 x800 -x799 -x798 -x797 -x796 -x795 x794 x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 
3589.27/3597.02	v x783 -x782 -x781 -x780 -x779 -x778 x777 x776 -x775 -x774 x773 -x772 -x771 -x770 -x769 -x768 -x767 x766 -x765 -x764 -x763 
3589.27/3597.02	v -x762 -x761 x760 -x759 x758 x757 -x756 -x755 -x754 -x753 -x752 -x751 x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 x741 
3589.27/3597.02	v -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 
3589.27/3597.02	v x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 x703 -x702 -x701 -x700 -x699 
3589.27/3597.02	v -x698 -x697 -x696 x695 -x694 -x693 -x692 x691 -x690 -x689 -x688 x687 -x686 -x685 -x684 -x683 -x682 x681 -x680 -x679 -x678 -x677 
3589.27/3597.02	v -x676 x675 -x674 -x673 -x672 -x671 x670 x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 
3589.27/3597.02	v x655 -x654 -x653 -x652 -x651 -x650 -x649 x648 x647 -x646 -x645 -x644 -x643 -x642 -x641 x640 x639 -x638 x637 -x636 -x635 -x634 
3589.27/3597.02	v -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 x625 x624 -x623 -x622 x621 -x620 -x619 -x618 -x617 x616 x615 -x614 -x613 
3589.27/3597.02	v -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 x603 -x602 x601 -x600 -x599 x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 
3589.27/3597.02	v -x590 x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 x581 -x580 -x579 x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 
3589.27/3597.02	v -x569 -x568 -x567 -x566 -x565 -x564 x563 -x562 -x561 -x560 -x559 x558 -x557 -x556 x555 -x554 -x553 x552 -x551 -x550 -x549 -x548 
3589.27/3597.02	v -x547 -x546 x545 -x544 -x543 x542 -x541 -x540 -x539 x538 -x537 x536 x535 x534 -x533 -x532 x531 -x530 -x529 -x528 x527 -x526 
3589.27/3597.02	v -x525 -x524 -x523 -x522 -x521 -x520 -x519 x518 -x517 -x516 x515 -x514 -x513 -x512 x511 -x510 -x509 -x508 -x507 -x506 -x505 
3589.27/3597.02	v -x504 -x503 -x502 -x501 -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 x487 -x486 -x485 -x484 
3589.27/3597.02	v -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 x475 -x474 -x473 -x472 -x471 x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 x462 
3589.27/3597.02	v x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 
3589.27/3597.02	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 x429 -x428 -x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 
3589.27/3597.02	v -x419 -x418 -x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 x408 -x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 -x399 -x398 
3589.27/3597.02	v x397 -x396 x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 x383 -x382 -x381 -x380 -x379 -x378 -x377 
3589.27/3597.02	v -x376 x375 -x374 -x373 -x372 -x371 x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 x360 x359 x358 -x357 -x356 -x355 
3589.27/3597.02	v -x354 -x353 -x352 x351 x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 x339 -x338 -x337 -x336 -x335 -x334 
3589.27/3597.02	v -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
3589.27/3597.02	v x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 x298 -x297 -x296 -x295 -x294 -x293 -x292 
3589.27/3597.02	v -x291 -x290 x289 -x288 -x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
3589.27/3597.02	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 x260 -x259 -x258 x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 
3589.27/3597.02	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
3589.27/3597.02	v -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 -x209 -x208 -x207 
3589.27/3597.02	v -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
3589.27/3597.02	v -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 
3589.27/3597.02	v -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 x145 -x144 
3589.27/3597.02	v x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 -x124 -x123 
3589.27/3597.02	v -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
3589.27/3597.02	v -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 
3589.27/3597.02	v -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 
3589.27/3597.02	v -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 -x27 
3589.27/3597.02	v -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
3589.27/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3589.27/3597.02	c Total Time         :    3597.00
3589.27/3597.02	c   solving          :    3597.00
3589.27/3597.02	c   presolving       :       0.44 (included in solving)
3589.27/3597.02	c   reading          :       0.05 (included in solving)
3589.27/3597.02	c   copying          :       0.19 (11 #copies) (minimal 0.02, maximal 0.02, average 0.02)
3589.27/3597.02	c Original Problem   :
3589.27/3597.02	c   Problem name     : HOME/instance-4459744-1721939462.opb
3589.27/3597.02	c   Variables        : 16811 (1000 binary, 0 integer, 15811 implicit integer, 0 continuous)
3589.27/3597.02	c   Constraints      : 17811 initial, 17811 maximal
3589.27/3597.02	c   Objective        : minimize, 1000 non-zeros (abs.min = 1, abs.max = 1)
3589.27/3597.02	c Presolved Problem  :
3589.27/3597.02	c   Problem name     : t_HOME/instance-4459744-1721939462.opb
3589.27/3597.02	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
3589.27/3597.02	c   Constraints      : 17071 initial, 17071 maximal
3589.27/3597.02	c   Objective        : minimize, 1000 non-zeros (abs.min = 1, abs.max = 1)
3589.27/3597.02	c   Nonzeros         : 37153 constraint, 35321 clique table
3589.27/3597.02	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3589.27/3597.02	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   domcol           :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   dualfix          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   probing          :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   pseudoobj        :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   knapsack         :       0.07       0.00      3          0          0          0          0          0          0          0          0          1
3589.27/3597.02	c   setppc           :       0.04       0.00     11          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   and              :       0.04       0.00      2          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   linear           :       0.04       0.00      3      15811          0          0      15811          0       1000          0          0          0
3589.27/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   pseudoboolean    :       0.02       0.00      1          0          0          0          0          0       1000          0          0          0
3589.27/3597.02	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3589.27/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3589.27/3597.02	c   benderslp        :          0          0          0          0       2126          0          0       1095          0          0          0          0          0          0          0
3589.27/3597.02	c   integral         :          0          0          0          0       2126          0          0       1095          0          0          0          0          0          0       4252
3589.27/3597.02	c   knapsack         :         40         40         26      31972          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   setppc           :      17031      17031        148     111365          0          0          0       1088          0          0      57460         38         31          0          0
3589.27/3597.02	c   benders          :          0          0          0          0          0          0          0        361          0          0          0          0          0          0          0
3589.27/3597.02	c   fixedvar         :          0          0          0          0          0          0          0        361          0          0          0          0          0          0          0
3589.27/3597.02	c   countsols        :          0          0          0          0          0          0          0        361          0          0          0          0          0          0          0
3589.27/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3589.27/3597.02	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   integral         :     799.61       0.00       0.00       0.00     799.61       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   knapsack         :       0.66       0.00       0.59       0.06       0.00       0.00       0.00       0.00       0.00       0.01
3589.27/3597.02	c   setppc           :       1.75       0.00       0.06       1.08       0.00       0.00       0.00       0.24       0.00       0.36
3589.27/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   fixedvar         :       0.30       0.00       0.00       0.00       0.00       0.00       0.00       0.30       0.00       0.00
3589.27/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   components       :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3589.27/3597.02	c   dualfix          :          3          0          0          0
3589.27/3597.02	c   genvbounds       :          0          0          0          0
3589.27/3597.02	c   nlobbt           :          0          0          0          0
3589.27/3597.02	c   obbt             :          0          0          0          0
3589.27/3597.02	c   probing          :          0          0          0          0
3589.27/3597.02	c   pseudoobj        :       6093          0          0          0
3589.27/3597.02	c   redcost          :        150          0          0          0
3589.27/3597.02	c   rootredcost      :          5          0          0          0
3589.27/3597.02	c   symmetry         :          0          0          0          0
3589.27/3597.02	c   vbounds          :      28127          0          0          0
3589.27/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3589.27/3597.02	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3589.27/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3589.27/3597.02	c   probing          :       0.03       0.00       0.03       0.00       0.00       0.00
3589.27/3597.02	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
3589.27/3597.02	c   redcost          :       0.04       0.00       0.00       0.03       0.00       0.00
3589.27/3597.02	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3589.27/3597.02	c   symmetry         :       0.02       0.00       0.01       0.01       0.00       0.00
3589.27/3597.02	c   vbounds          :       0.02       0.00       0.00       0.01       0.00       0.00
3589.27/3597.02	c Symmetry           :
3589.27/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3589.27/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3589.27/3597.02	c   lexicographic red:          0 reductions applied,          0 cutoffs
3589.27/3597.02	c   shadow tree time :       0.00 s
3589.27/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
3589.27/3597.02	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3589.27/3597.02	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3589.27/3597.02	c   bound exceed. LP :       0.52        953          0          -          0        0.0          0        0.0          0        0.0       1351
3589.27/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3589.27/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3589.27/3597.02	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
3589.27/3597.02	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3589.27/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3589.27/3597.02	c   cut pool         :       7.27          -       2264        289          -          -      39655     140284          -          -          -          -          -    (maximal pool size:       5012)
3589.27/3597.02	c   aggregation      :      13.55       0.00        938        148          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3589.27/3597.02	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3589.27/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3589.27/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   clique           :       1.50       0.00        148        148          0          0       1270      20564          0      11549      11549          0          0
3589.27/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   gomory           :      49.27       0.00        643         20          0          0      35233      48751          0       3945       3945          0          0
3589.27/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -      20667          0        139        139          0          -
3589.27/3597.02	c   > strongcg       :          -          -          -          -          -          -          -      28084          0       3806       3806          0          -
3589.27/3597.02	c   impliedbounds    :       0.38       0.00        938        148          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   multilinear      :       0.00       0.00        218        148          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   rapidlearning    :       0.08       0.00          0          0          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   rlt              :       0.00       0.00        145         20          0          0          0          0          0          0          0          0          0
3589.27/3597.02	c   zerohalf         :      11.25       0.00        663         40          0          0       3152      70969          0      33792      33792          0          0
3589.27/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3589.27/3597.02	c   hybrid           :       0.73       0.00       1494        146      49317          0      91005       2442          0       8273
3589.27/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3589.27/3597.02	c   problem variables:       0.00          -          0          0
3589.27/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3589.27/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c   relpscost        :     799.61       0.00       2126          0          0          0          0          0          0       4252
3589.27/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3589.27/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3589.27/3597.02	c   LP solutions     :       0.00          -          -          0          0
3589.27/3597.02	c   relax solutions  :       0.00          -          -          0          0
3589.27/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3589.27/3597.02	c   strong branching :       0.09          -          -          0          0
3589.27/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3589.27/3597.02	c   adaptivediving   :      14.52       0.00         11          0          0
3589.27/3597.02	c   alns             :       0.25       0.00          5          0          0
3589.27/3597.02	c   bound            :       0.00       0.00          0          0          0
3589.27/3597.02	c   clique           :       0.04       0.00          1          1          1
3589.27/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3589.27/3597.02	c   completesol      :       0.00       0.00          0          0          0
3589.27/3597.02	c   conflictdiving   :       0.00       0.00          0          0          0
3589.27/3597.02	c   crossover        :       0.36       0.00          2          2          0
3589.27/3597.02	c   dins             :       0.00       0.00          0          0          0
3589.27/3597.02	c   distributiondivin:     104.02       0.00         51          0          0
3589.27/3597.02	c   dps              :       0.00       0.00          0          0          0
3589.27/3597.02	c   dualval          :       0.00       0.00          0          0          0
3589.27/3597.02	c   farkasdiving     :       0.00       0.00          0          0          0
3589.27/3597.02	c   feasjump         :       0.00       0.00          0          0          0
3589.27/3597.02	c   feaspump         :       0.00       0.00          0          0          0
3589.27/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3589.27/3597.02	c   fracdiving       :      55.59       0.00         51          0          0
3589.27/3597.02	c   gins             :       0.01       0.00          0          0          0
3589.27/3597.02	c   guideddiving     :      55.95       0.00         50          2          2
3589.27/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3589.27/3597.02	c   indicator        :       0.00       0.00          0          0          0
3589.27/3597.02	c   indicatordiving  :       0.00       0.00          0          0          0
3589.27/3597.02	c   indoneopt        :       0.00       0.00          0          0          0
3589.27/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3589.27/3597.02	c   indtwoopt        :       0.00       0.00          0          0          0
3589.27/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3589.27/3597.02	c   intshifting      :       0.00       0.00          0          0          0
3589.27/3597.02	c   linesearchdiving :      54.82       0.00         50          0          0
3589.27/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3589.27/3597.02	c   locks            :       0.01       0.00          1          1          1
3589.27/3597.02	c   lpface           :       0.00       0.00          0          0          0
3589.27/3597.02	c   mpec             :       0.00       0.00          0          0          0
3589.27/3597.02	c   multistart       :       0.00       0.00          0          0          0
3589.27/3597.02	c   mutation         :       0.00       0.00          0          0          0
3589.27/3597.02	c   nlpdiving        :       0.00       0.00          0          0          0
3589.27/3597.02	c   objpscostdiving  :     168.10       0.00         20         91          0
3589.27/3597.02	c   octane           :       0.00       0.00          0          0          0
3589.27/3597.02	c   ofins            :       0.00       0.00          0          0          0
3589.27/3597.02	c   oneopt           :       0.01       0.00          3          2          2
3589.27/3597.02	c   padm             :       0.00       0.00          0          0          0
3589.27/3597.02	c   proximity        :       0.00       0.00          0          0          0
3589.27/3597.02	c   pscostdiving     :      63.86       0.00         51          0          0
3589.27/3597.02	c   randrounding     :       1.39       0.00        875        116          0
3589.27/3597.02	c   rens             :       0.00       0.00          0          0          0
3589.27/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3589.27/3597.02	c   repair           :       0.00       0.00          0          0          0
3589.27/3597.02	c   rins             :      31.87       0.00          4          4          0
3589.27/3597.02	c   rootsoldiving    :      34.33       0.00         26         40          0
3589.27/3597.02	c   rounding         :       8.61       0.00        749          0          0
3589.27/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3589.27/3597.02	c   shiftandpropagate:       0.00       0.00          0          0          0
3589.27/3597.02	c   shifting         :       6.92       0.00        565          0          0
3589.27/3597.02	c   simplerounding   :       0.16       0.00       3620          0          0
3589.27/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3589.27/3597.02	c   subnlp           :       0.00       0.00          0          0          0
3589.27/3597.02	c   trivial          :       0.01       0.00          4          1          1
3589.27/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3589.27/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3589.27/3597.02	c   trysol           :       0.00       0.00          0          0          0
3589.27/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3589.27/3597.02	c   undercover       :       0.00       0.00          0          0          0
3589.27/3597.02	c   vbounds          :       0.03       0.00          2          0          0
3589.27/3597.02	c   veclendiving     :      32.94       0.00         50          0          0
3589.27/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3589.27/3597.02	c   zirounding       :       1.10       0.00       1000          0          0
3589.27/3597.02	c   other solutions  :          -          -          -          0          -
3589.27/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	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
3589.27/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3589.27/3597.02	c   primal LP        :       1.19        610          0       0.00       0.00       1.19        610
3589.27/3597.02	c   dual LP          :    2069.33       3621    7530784    2079.75    3639.24       0.00          0
3589.27/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3589.27/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3589.27/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3589.27/3597.02	c   diving/probing LP:     549.52       4858    2678373     551.33    4874.00
3589.27/3597.02	c   strong branching :     791.90       2997    2764768     922.51    3491.31          -          -       4879
3589.27/3597.02	c     (at root node) :          -         55      48536     882.47          -
3589.27/3597.02	c   conflict analysis:       0.18        136       1351       9.93    7302.98
3589.27/3597.02	c B&B Tree           :
3589.27/3597.02	c   number of runs   :          2
3589.27/3597.02	c   nodes            :       1078 (1077 internal, 1 leaves)
3589.27/3597.02	c   feasible leaves  :          0
3589.27/3597.02	c   infeas. leaves   :          0
3589.27/3597.02	c   objective leaves :          0
3589.27/3597.02	c   nodes (total)    :       2127 (2126 internal, 1 leaves)
3589.27/3597.02	c   nodes left       :       1078
3589.27/3597.02	c   max depth        :         63
3589.27/3597.02	c   max depth (total):         63
3589.27/3597.02	c   backtracks       :        170 (15.8%)
3589.27/3597.02	c   early backtracks :          0 (0.0%)
3589.27/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3589.27/3597.02	c   delayed cutoffs  :          0
3589.27/3597.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3589.27/3597.02	c   avg switch length:       4.25
3589.27/3597.02	c   switching time   :       1.90
3589.27/3597.02	c Root Node          :
3589.27/3597.02	c   First LP value   : -5.00000000000000e+02
3589.27/3597.02	c   First LP Iters   :       1079 (23851.63 Iter/sec)
3589.27/3597.02	c   First LP Time    :       0.05
3589.27/3597.02	c   Final Dual Bound : -3.15930738252046e+02
3589.27/3597.02	c   Final Root Iters :     189278
3589.27/3597.02	c   Root LP Estimate : -8.91318203046329e+01
3589.27/3597.02	c Solution           :
3589.27/3597.02	c   Solutions found  :        260 (7 improvements)
3589.27/3597.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.11 seconds, depth 0, found by <trivial>)
3589.27/3597.02	c   Gap First Sol.   :   infinite
3589.27/3597.02	c   Gap Last Sol.    :     120.47 %
3589.27/3597.02	c   Primal Bound     : -1.45000000000000e+02   (in run 1, after 70 nodes, 281.99 seconds, depth 82, found by <guideddiving>)
3589.27/3597.02	c   Dual Bound       : -3.15930738252046e+02
3589.27/3597.02	c   Gap              :     117.88 %
3589.27/3597.02	c Integrals          :      Total       Avg%
3589.27/3597.02	c   primal-dual      :  196060.42      54.51
3589.27/3597.02	c   primal-ref       :          -          - (not evaluated)
3589.27/3597.02	c   dual-ref         :          -          - (not evaluated)
3589.37/3597.13	c Time complete: 3589.4.

Verifier Data

OK	-145

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: 63968 MiB (61369 MiB free)
  memory of node 1: 64473 MiB (62337 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459744-1721939462/watcher-4459744-1721939462 -o /tmp/evaluation-result-4459744-1721939462/solver-4459744-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721939462-308654 --watchdog 3760 pbscip -f HOME/instance-4459744-1721939462.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.101029 s]*
/proc/loadavg: 0.12 0.11 0.17 3/240 308674
/proc/meminfo: memFree=126599584/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=111020 memory=72656 CPUtime=0.09 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 14992 0 7 0 7 2 0 0 20 0 1 0 30470201 113684480 18164 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 27755 18164 3633 3540 0 16012 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 111020 KiB
Current children cumulated memory: 72656 KiB

[startup+0.205335 s]*
/proc/loadavg: 0.12 0.11 0.17 4/250 308698
/proc/meminfo: memFree=126546188/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=137684 memory=95488 CPUtime=0.19 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 20776 0 7 0 17 2 0 0 20 0 1 0 30470201 140988416 23872 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 34421 23872 3649 3540 0 22678 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 137684 KiB
Current children cumulated memory: 95488 KiB

[startup+0.305483 s]*
/proc/loadavg: 0.12 0.11 0.17 5/253 308704
/proc/meminfo: memFree=126522328/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=145452 memory=101448 CPUtime=0.29 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 22523 0 7 0 26 3 0 0 20 0 1 0 30470201 148942848 25362 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 36363 25362 3713 3540 0 24620 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 145452 KiB
Current children cumulated memory: 101448 KiB

[startup+0.700186 s]
/proc/loadavg: 0.12 0.11 0.17 4/253 308722
/proc/meminfo: memFree=126478104/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=167308 memory=121364 CPUtime=0.68 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 28368 0 7 0 64 4 0 0 20 0 1 0 30470201 171323392 30341 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 41827 30341 3905 3540 0 30084 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 167308 KiB
Current children cumulated memory: 121364 KiB

[startup+1.50017 s]
/proc/loadavg: 0.12 0.11 0.17 6/255 308740
/proc/meminfo: memFree=126438068/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=172976 memory=124004 CPUtime=1.48 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 29033 0 7 0 144 4 0 0 20 0 1 0 30470201 177127424 31001 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 43244 31001 3905 3540 0 31501 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 172976 KiB
Current children cumulated memory: 124004 KiB

[startup+3.10543 s]
/proc/loadavg: 0.12 0.11 0.17 5/258 308760
/proc/meminfo: memFree=126272304/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=190588 memory=136940 CPUtime=3.08 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 32305 0 7 0 304 4 0 0 20 0 1 0 30470201 195162112 34235 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 47647 34235 3905 3540 0 35904 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 190588 KiB
Current children cumulated memory: 136940 KiB

[startup+6.3002 s]
/proc/loadavg: 0.43 0.17 0.19 4/251 308839
/proc/meminfo: memFree=126393688/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=210032 memory=151196 CPUtime=6.26 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 35880 0 7 0 621 5 0 0 20 0 1 0 30470201 215072768 37799 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 52508 37799 3905 3540 0 40765 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 210032 KiB
Current children cumulated memory: 151196 KiB

[startup+12.7001 s]
/proc/loadavg: 0.64 0.22 0.21 4/251 308839
/proc/meminfo: memFree=126377944/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=222064 memory=154628 CPUtime=12.65 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 36710 0 7 0 1259 6 0 0 20 0 1 0 30470201 227393536 38657 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 55516 38657 3905 3540 0 43773 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 222064 KiB
Current children cumulated memory: 154628 KiB

[startup+25.5002 s]
/proc/loadavg: 1.16 0.36 0.25 4/251 308842
/proc/meminfo: memFree=126336068/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=235112 memory=159372 CPUtime=25.4 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 37888 0 7 0 2534 6 0 0 20 0 1 0 30470201 240754688 39843 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 58778 39843 3905 3540 0 47035 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 235112 KiB
Current children cumulated memory: 159372 KiB

[startup+51.1053 s]
/proc/loadavg: 1.86 0.59 0.33 3/244 308876
/proc/meminfo: memFree=126361648/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=245576 memory=172788 CPUtime=50.94 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 40707 0 7 0 5086 8 0 0 20 0 1 0 30470201 251469824 43197 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 61394 43197 3905 3540 0 49651 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 245576 KiB
Current children cumulated memory: 172788 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 0.82 0.43 3/244 308885
/proc/meminfo: memFree=126209892/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=266660 memory=218112 CPUtime=102.01 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 45798 0 7 0 10193 8 0 0 20 0 1 0 30470201 273059840 54528 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 66665 54528 4016 3540 0 54922 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 266660 KiB
Current children cumulated memory: 218112 KiB

[startup+162.3 s]
/proc/loadavg: 2.06 1.05 0.53 3/244 308897
/proc/meminfo: memFree=126028176/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=341984 memory=283892 CPUtime=161.88 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 59593 0 7 0 16178 10 0 0 20 0 1 0 30470201 350191616 70973 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 85496 70973 4031 3540 0 73753 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 341984 KiB
Current children cumulated memory: 283892 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 1.24 0.63 3/243 308907
/proc/meminfo: memFree=125970716/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=398508 memory=328744 CPUtime=221.74 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 70843 0 7 0 22163 11 0 0 20 0 1 0 30470201 408072192 82186 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 99627 82186 4047 3540 0 87884 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 398508 KiB
Current children cumulated memory: 328744 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 1.40 0.73 3/240 308918
/proc/meminfo: memFree=125830084/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=435264 memory=355604 CPUtime=281.59 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 77626 0 7 0 28147 12 0 0 20 0 1 0 30470201 445710336 88901 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 108816 88901 4047 3540 0 97073 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 435264 KiB
Current children cumulated memory: 355604 KiB

[startup+342.3 s]
/proc/loadavg: 2.07 1.53 0.81 3/240 308928
/proc/meminfo: memFree=125718344/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=533088 memory=432872 CPUtime=341.44 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 96986 0 7 0 34129 15 0 0 20 0 1 0 30470201 545882112 108218 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 133272 108218 4047 3540 0 121529 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 533088 KiB
Current children cumulated memory: 432872 KiB

[startup+402.3 s]
/proc/loadavg: 2.13 1.65 0.90 3/240 308939
/proc/meminfo: memFree=125654484/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=596360 memory=483956 CPUtime=401.3 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 109848 0 7 0 40112 18 0 0 20 0 1 0 30470201 610672640 120989 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 149090 120989 4047 3540 0 137347 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 596360 KiB
Current children cumulated memory: 483956 KiB

[startup+462.3 s]
/proc/loadavg: 2.34 1.79 1.00 3/240 308949
/proc/meminfo: memFree=125647124/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=605380 memory=485444 CPUtime=461.15 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 113336 0 7 0 46097 18 0 0 20 0 1 0 30470201 619909120 121361 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 151345 121361 4047 3540 0 139602 0

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

/proc/loadavg: 1.08 1.08 1.13 2/236 310061
/proc/meminfo: memFree=125541620/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1196464 memory=1104900 CPUtime=3215.33 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 186333 0 7 0 321502 31 0 0 20 0 1 0 30470201 1225179136 276225 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 299116 276225 4047 3540 0 287373 0
Current children cumulated CPU time: 3215.33 s
Current children cumulated vsize: 1196464 KiB
Current children cumulated memory: 1104900 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.10 1.13 2/235 310458
/proc/meminfo: memFree=125639536/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1197640 memory=1105668 CPUtime=3275.2 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 186870 0 7 0 327489 31 0 0 20 0 1 0 30470201 1226383360 276417 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 299410 276417 4047 3540 0 287667 0
Current children cumulated CPU time: 3275.2 s
Current children cumulated vsize: 1197640 KiB
Current children cumulated memory: 1105668 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.09 1.12 2/235 310468
/proc/meminfo: memFree=125639096/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1197640 memory=1105668 CPUtime=3335.08 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 187225 0 7 0 333477 31 0 0 20 0 1 0 30470201 1226383360 276417 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 299410 276417 4047 3540 0 287667 0
Current children cumulated CPU time: 3335.08 s
Current children cumulated vsize: 1197640 KiB
Current children cumulated memory: 1105668 KiB

[startup+3402.3 s]
/proc/loadavg: 1.07 1.09 1.12 2/235 310479
/proc/meminfo: memFree=125637668/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1200072 memory=1106316 CPUtime=3394.95 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 187711 0 7 0 339464 31 0 0 20 0 1 0 30470201 1228873728 276579 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 300018 276579 4047 3540 0 288275 0
Current children cumulated CPU time: 3394.95 s
Current children cumulated vsize: 1200072 KiB
Current children cumulated memory: 1106316 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.10 1.12 2/237 310659
/proc/meminfo: memFree=125636128/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1205360 memory=1106372 CPUtime=3454.83 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 188093 0 7 0 345452 31 0 0 20 0 1 0 30470201 1234288640 276593 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 301340 276593 4047 3540 0 289597 0
Current children cumulated CPU time: 3454.83 s
Current children cumulated vsize: 1205360 KiB
Current children cumulated memory: 1106372 KiB

[startup+3522.3 s]
/proc/loadavg: 1.04 1.08 1.10 2/237 310669
/proc/meminfo: memFree=125634552/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1206960 memory=1107848 CPUtime=3514.71 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 188799 0 7 0 351440 31 0 0 20 0 1 0 30470201 1235927040 276962 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 301740 276962 4047 3540 0 289997 0
Current children cumulated CPU time: 3514.71 s
Current children cumulated vsize: 1206960 KiB
Current children cumulated memory: 1107848 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.09 1.10 2/240 310739
/proc/meminfo: memFree=125622024/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119196 CPUtime=3574.59 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192027 0 7 0 357427 32 0 0 20 0 1 0 30470201 1249533952 279799 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279799 4047 3540 0 293319 0
Current children cumulated CPU time: 3574.59 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119196 KiB

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

# cumulated CPU time of all completed processes:  user=3589.08 s, system=0.327086 s

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

[startup+3584 s]*
/proc/loadavg: 1.12 1.09 1.10 2/241 310740
/proc/meminfo: memFree=125622052/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119196 CPUtime=3576.29 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192027 0 7 0 357597 32 0 0 20 0 1 0 30470201 1249533952 279799 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279799 4047 3540 0 293319 0
Current children cumulated CPU time: 3576.29 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119196 KiB

[startup+3590.4 s]
/proc/loadavg: 1.10 1.09 1.10 2/241 310742
/proc/meminfo: memFree=125622124/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119196 CPUtime=3582.67 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192132 0 7 0 358235 32 0 0 20 0 1 0 30470201 1249533952 279799 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279799 4047 3540 0 293319 0
Current children cumulated CPU time: 3582.67 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119196 KiB

[startup+3593.6 s]
/proc/loadavg: 1.10 1.09 1.10 2/241 310742
/proc/meminfo: memFree=125622180/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119196 CPUtime=3585.87 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192145 0 7 0 358555 32 0 0 20 0 1 0 30470201 1249533952 279799 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279799 4047 3540 0 293319 0
Current children cumulated CPU time: 3585.87 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119196 KiB

[startup+3595.2 s]
/proc/loadavg: 1.10 1.09 1.10 2/241 310743
/proc/meminfo: memFree=125622040/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119212 CPUtime=3587.47 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192148 0 7 0 358715 32 0 0 20 0 1 0 30470201 1249533952 279803 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279803 4047 3540 0 293319 0
Current children cumulated CPU time: 3587.47 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119212 KiB

[startup+3596 s]*
/proc/loadavg: 1.10 1.09 1.10 2/241 310743
/proc/meminfo: memFree=125622080/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119212 CPUtime=3588.27 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192148 0 7 0 358795 32 0 0 20 0 1 0 30470201 1249533952 279803 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279803 4047 3540 0 293319 0
Current children cumulated CPU time: 3588.27 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119212 KiB

[startup+3596.8 s]
/proc/loadavg: 1.10 1.09 1.10 2/241 310743
/proc/meminfo: memFree=125622080/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119212 CPUtime=3589.06 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192148 0 7 0 358874 32 0 0 20 0 1 0 30470201 1249533952 279803 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279803 4047 3540 0 293319 0
Current children cumulated CPU time: 3589.06 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119212 KiB

[startup+3597 s]*
/proc/loadavg: 1.10 1.09 1.10 2/241 310743
/proc/meminfo: memFree=125622108/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1220248 memory=1119212 CPUtime=3589.27 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192148 0 7 0 358895 32 0 0 20 0 1 0 30470201 1249533952 279803 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 305062 279803 4047 3540 0 293319 0
Current children cumulated CPU time: 3589.27 s
Current children cumulated vsize: 1220248 KiB
Current children cumulated memory: 1119212 KiB

[startup+3597.1 s]
/proc/loadavg: 1.10 1.09 1.10 2/241 310743
/proc/meminfo: memFree=125622108/131524600 swapFree=131056796/131071996
[pid=308668] ppid=308665 vsize=1218448 memory=1117412 CPUtime=3589.37 cores=5,7
/proc/308668/stat : 308668 (pbscip) R 308665 308668 308641 0 -1 4194304 192158 0 7 0 358905 32 0 0 20 0 1 0 30470201 1247690752 279353 134679101440 4194304 18693293 140733167866352 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45359104 140733167870979 140733167871078 140733167871078 140733167878094 0
/proc/308668/statm: 304612 279353 4047 3540 0 292869 0
Current children cumulated CPU time: 3589.37 s
Current children cumulated vsize: 1218448 KiB
Current children cumulated memory: 1117412 KiB

Child status: 0

Real time (s): 3597.14
CPU time (s): 3589.41
CPU user time (s): 3589.08
CPU system time (s): 0.327086
CPU usage (%): 99.785
Max. virtual memory (cumulated for all children) (KiB): 1220248
Max. memory (cumulated for all children) (KiB): 1119212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.08
system time used= 0.327086
maximum resident set size= 1119212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192310
page faults= 7
swaps= 0
block input operations= 4536
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57
involuntary context switches= 2043


# summary of solver processes directly reported to runsolver:
#   pid: 308668
#   total CPU time (s): 3589.41
#   total CPU user time (s): 3589.08
#   total CPU system time (s): 0.327086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9832 second user time and 13.8169 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-25 22:31:02
IDJOB=4459744
IDBENCH=148532
IDSOLVER=3059
FILE ID=nodeC030/4459744-1721939462
RUNJOBID= nodeC030-1721939462-308654
SLURM_JOB_ID= 8247250
Free space on /tmp= 890080 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459744-1721939462/watcher-4459744-1721939462 -o /tmp/evaluation-result-4459744-1721939462/solver-4459744-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721939462-308654 --watchdog 3760  pbscip -f HOME/instance-4459744-1721939462.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= fc228e1220654f2d8d37c5d03b9b5ad1
RANDOM SEED=1503976896

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2925.386
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3692.524
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1945.449
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.202
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3280.895
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3416.933
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3294.027
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3649.665
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126677408 kB
MemAvailable:   129681124 kB
Buffers:          326332 kB
Cached:          3465760 kB
SwapCached:          212 kB
Active:          2614208 kB
Inactive:        1547624 kB
Active(anon):       2168 kB
Inactive(anon):   420484 kB
Active(file):    2612040 kB
Inactive(file):  1127140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056796 kB
Dirty:             19352 kB
Writeback:             0 kB
AnonPages:        366340 kB
Mapped:           108084 kB
Shmem:             52912 kB
KReclaimable:     208716 kB
Slab:             330452 kB
SReclaimable:     208716 kB
SUnreclaim:       121736 kB
KernelStack:        3856 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     764532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      344788 kB
DirectMap2M:    39274496 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC030 at 2024-07-25 23:31:00