Trace number 2664151

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPT503 918.133 918.456

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e5.opb
MD5SUMad6c04a791a5d9edc6d6bca9a842a8ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark503
Best CPU time to get the best result obtained on this benchmark53.4289
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 503
Optimality of the best value was proved YES
Number of variables1044
Total number of constraints12158
Number of constraints which are clauses12158
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 1044
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 1044
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1044
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664151-1276425915.opb>
0.19/0.24	c original problem has 1044 variables (1044 bin, 0 int, 0 impl, 0 cont) and 12158 constraints
0.19/0.24	c problem read
0.19/0.24	c presolving settings loaded
0.19/0.24	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.29/0.30	c presolving:
0.49/0.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11828 upgd conss, 86292 impls, 0 clqs
0.49/0.57	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12158 upgd conss, 86292 impls, 0 clqs
0.69/0.73	c    (0.4s) probing: 101/1044 (9.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.73	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.69/0.73	c presolving (3 rounds):
0.69/0.73	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.73	c  86292 implications, 0 cliques
0.69/0.73	c presolved problem has 1044 variables (1044 bin, 0 int, 0 impl, 0 cont) and 12158 constraints
0.69/0.73	c   12158 constraints of type <logicor>
0.69/0.73	c transformed objective value is always integral (scale: 1)
0.69/0.73	c Presolving Time: 0.39
0.69/0.73	c - non default parameters ----------------------------------------------------------------------
0.69/0.73	c # SCIP version 1.2.1.2
0.69/0.73	c 
0.69/0.73	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.69/0.73	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.73	c conflict/interconss = 0
0.69/0.73	c 
0.69/0.73	c # should binary conflicts be preferred?
0.69/0.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.73	c conflict/preferbinary = TRUE
0.69/0.73	c 
0.69/0.73	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.69/0.73	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.73	c constraints/agelimit = 1
0.69/0.73	c 
0.69/0.73	c # should enforcement of pseudo solution be disabled?
0.69/0.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.73	c constraints/disableenfops = TRUE
0.69/0.73	c 
0.69/0.73	c # frequency for displaying node information lines
0.69/0.73	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.73	c display/freq = 10000
0.69/0.73	c 
0.69/0.73	c # maximal time in seconds to run
0.69/0.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.73	c limits/time = 1799.77
0.69/0.73	c 
0.69/0.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.73	c limits/memory = 1620
0.69/0.73	c 
0.69/0.73	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.69/0.73	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.73	c lp/solvefreq = -1
0.69/0.73	c 
0.69/0.73	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.69/0.73	c # [type: char, range: {lafpsqd}, default: l]
0.69/0.73	c lp/pricing = a
0.69/0.73	c 
0.69/0.73	c # should presolving try to simplify inequalities
0.69/0.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.73	c constraints/linear/simplifyinequalities = TRUE
0.69/0.73	c 
0.69/0.73	c # should presolving try to simplify knapsacks
0.69/0.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.73	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.73	c 
0.69/0.73	c # priority of node selection rule <dfs> in standard mode
0.69/0.73	c # [type: int, range: [-536870912,536870911], default: 0]
0.69/0.73	c nodeselection/dfs/stdpriority = 1000000
0.69/0.73	c 
0.69/0.73	c -----------------------------------------------------------------------------------------------
0.69/0.73	c start solving
0.69/0.74	c 
0.69/0.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.74	c   0.4s|     1 |     2 |     0 |     - |  13M|   0 |   - |1044 |  12k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.51	o 516
2.49/2.51	c * 2.2s|   718 |    88 |     0 |   0.0 |  13M| 103 |   - |1044 |  12k|   0 |   0 |   0 | 418 |   0 | 1.000000e+00 | 5.160000e+02 |  Large 
2.49/2.54	o 514
2.49/2.54	c * 2.2s|   812 |    87 |     0 |   0.0 |  13M| 106 |   - |1044 |  12k|   0 |   0 |   0 | 423 |   0 | 1.000000e+00 | 5.140000e+02 |  Large 
2.49/2.56	o 504
2.49/2.56	c * 2.2s|   877 |    90 |     0 |   0.0 |  13M| 115 |   - |1044 |  12k|   0 |   0 |   0 | 428 |   0 | 1.000000e+00 | 5.040000e+02 |  Large 
9.39/9.43	c   8.9s| 10000 |    75 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |2339 |   0 | 1.000000e+00 | 5.040000e+02 |  Large 
14.69/14.70	c  14.0s| 20000 |    77 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |3742 |   0 | 1.000000e+00 | 5.040000e+02 |  Large 
20.58/20.60	c  19.7s| 30000 |    79 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |5306 |   0 | 1.000000e+00 | 5.040000e+02 |  Large 
25.88/25.94	c  24.8s| 40000 |    75 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |6865 |   0 | 1.000000e+00 | 5.040000e+02 |  Large 
33.48/33.53	c  32.2s| 50000 |    71 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |8933 |   0 | 1.000000e+00 | 5.040000e+02 |  Large 
39.38/39.48	c  38.0s| 60000 |    67 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 5.040000e+02 |  Large 
44.67/44.76	o 503
44.67/44.76	c *43.0s| 67705 |    63 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
45.68/45.71	c  44.0s| 70000 |    63 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
51.47/51.53	c  49.6s| 80000 |    62 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
57.47/57.52	c  55.4s| 90000 |    62 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
62.68/62.77	c  60.4s|100000 |    68 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
68.36/68.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.36/68.45	c  65.9s|110000 |    59 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
73.57/73.62	c  70.9s|120000 |    58 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
78.47/78.52	c  75.6s|130000 |    59 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
83.47/83.54	c  80.4s|140000 |    63 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
88.26/88.35	c  85.1s|150000 |    58 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
94.66/94.74	c  91.3s|160000 |    60 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
99.35/99.41	c  95.8s|170000 |    56 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
105.06/105.16	c   101s|180000 |    61 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
111.36/111.46	c   108s|190000 |    50 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
116.75/116.90	c   113s|200000 |    53 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
122.45/122.50	c   118s|210000 |    54 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
130.35/130.41	c   126s|220000 |    55 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
134.44/134.53	c   130s|230000 |    51 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
139.14/139.27	c   134s|240000 |    47 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
144.54/144.61	c   140s|250000 |    54 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
149.04/149.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.04/149.19	c   144s|260000 |    53 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
153.95/154.06	c   149s|270000 |    51 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
159.74/159.80	c   154s|280000 |    54 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
163.93/164.07	c   158s|290000 |    49 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
168.54/168.66	c   163s|300000 |    50 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
173.93/174.01	c   168s|310000 |    51 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
178.82/178.95	c   173s|320000 |    47 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
183.22/183.33	c   177s|330000 |    54 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
188.83/188.90	c   182s|340000 |    48 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  61k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
194.32/194.45	c   188s|350000 |    44 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
199.12/199.23	c   192s|360000 |    58 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
203.43/203.52	c   196s|370000 |    49 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
208.41/208.55	c   201s|380000 |    55 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
213.62/213.75	c   206s|390000 |    50 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
218.02/218.19	c   210s|400000 |    42 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
222.71/222.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.71/222.85	c   215s|410000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  73k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
228.01/228.14	c   220s|420000 |    47 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
232.71/232.82	c   224s|430000 |    49 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
237.80/237.97	c   229s|440000 |    46 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
243.50/243.68	c   235s|450000 |    46 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
249.91/250.06	c   241s|460000 |    51 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  83k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
254.10/254.21	c   245s|470000 |    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  84k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
258.90/259.05	c   250s|480000 |    40 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  86k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
263.70/263.81	c   254s|490000 |    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
268.59/268.80	c   259s|500000 |    51 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  89k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
273.19/273.37	c   264s|510000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  90k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
277.70/277.86	c   268s|520000 |    39 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  92k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
282.80/282.97	c   273s|530000 |    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
288.29/288.41	c   278s|540000 |    47 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
292.08/292.23	c   282s|550000 |    44 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  97k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
296.49/296.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.49/296.65	c   286s|560000 |    42 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
301.38/301.57	c   291s|570000 |    42 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 100k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
306.18/306.34	c   295s|580000 |    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 102k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
311.09/311.21	c   300s|590000 |    46 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
316.38/316.52	c   305s|600000 |    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 105k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
321.17/321.32	c   310s|610000 |    39 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
325.57/325.70	c   314s|620000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 108k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
330.58/330.74	c   319s|630000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
335.38/335.54	c   323s|640000 |    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
340.17/340.32	c   328s|650000 |    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 113k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
344.87/345.08	c   333s|660000 |    50 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
349.27/349.47	c   337s|670000 |    46 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 116k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
353.66/353.83	c   341s|680000 |    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
358.47/358.69	c   346s|690000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
363.07/363.27	c   350s|700000 |    44 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 121k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
368.27/368.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.27/368.41	c   355s|710000 |    54 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 123k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
371.96/372.13	c   359s|720000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
376.26/376.40	c   363s|730000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
381.05/381.21	c   367s|740000 |    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
385.86/386.06	c   372s|750000 |    40 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
390.75/390.90	c   377s|760000 |    35 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
395.55/395.75	c   381s|770000 |    42 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
400.26/400.49	c   386s|780000 |    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 134k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
405.15/405.32	c   391s|790000 |    44 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
410.15/410.30	c   395s|800000 |    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 138k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
415.25/415.47	c   400s|810000 |    42 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
420.74/420.99	c   406s|820000 |    40 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
426.25/426.49	c   411s|830000 |    45 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
431.34/431.53	c   416s|840000 |    46 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 145k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
436.94/437.10	c   421s|850000 |    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
442.73/442.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.73/442.94	c   427s|860000 |    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 150k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
447.64/447.82	c   432s|870000 |    48 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
451.63/451.87	c   435s|880000 |    44 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
456.34/456.54	c   440s|890000 |    39 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 154k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
461.13/461.37	c   445s|900000 |    40 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 156k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
466.03/466.26	c   449s|910000 |    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
471.32/471.56	c   454s|920000 |    36 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 160k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
475.92/476.10	c   459s|930000 |    47 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
480.22/480.50	c   463s|940000 |    44 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 163k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
485.22/485.43	c   468s|950000 |    39 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 165k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
490.91/491.10	c   473s|960000 |    39 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 167k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
496.02/496.23	c   478s|970000 |    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 169k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
503.22/503.44	c   485s|980000 |    36 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
507.72/507.99	c   490s|990000 |    33 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 172k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
512.61/512.85	c   494s|  1000k|    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
517.71/517.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.71/517.97	c   499s|  1010k|    34 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 176k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
522.91/523.15	c   504s|  1020k|    43 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
527.10/527.35	c   508s|  1030k|    41 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 179k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
531.91/532.10	c   513s|  1040k|    39 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 181k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
536.51/536.73	c   517s|  1050k|    29 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 183k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
541.30/541.56	c   522s|  1060k|    33 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 185k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
546.41/546.63	c   527s|  1070k|    31 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
552.49/552.71	c   533s|  1080k|    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 189k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
556.69/556.90	c   537s|  1090k|    31 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
561.09/561.32	c   541s|  1100k|    35 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
565.79/566.05	c   545s|  1110k|    32 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
570.89/571.18	c   550s|  1120k|    38 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 195k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
575.39/575.62	c   555s|  1130k|    31 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
580.59/580.87	c   560s|  1140k|    32 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
585.99/586.27	c   565s|  1150k|    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
590.39/590.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.39/590.67	c   569s|  1160k|    34 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
595.78/596.02	c   574s|  1170k|    34 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 203k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
601.28/601.54	c   580s|  1180k|    30 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 205k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
605.98/606.29	c   584s|  1190k|    32 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 206k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
610.88/611.18	c   589s|  1200k|    34 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 208k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
615.97/616.27	c   594s|  1210k|    32 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 210k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
622.67/622.92	c   600s|  1220k|    42 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 212k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
626.87/627.12	c   604s|  1230k|    37 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 214k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
631.08/631.32	c   608s|  1240k|    36 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 215k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
635.67/635.95	c   613s|  1250k|    36 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 217k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
640.27/640.56	c   617s|  1260k|    31 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 218k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
645.67/645.93	c   622s|  1270k|    35 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 220k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
649.66/649.90	c   626s|  1280k|    31 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 221k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
654.17/654.49	c   630s|  1290k|    31 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 223k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
658.96/659.26	c   635s|  1300k|    33 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 224k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
668.86/669.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.86/669.13	c   645s|  1310k|     9 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 227k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
673.76/674.03	c   649s|  1320k|    21 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 229k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
678.46/678.71	c   654s|  1330k|    16 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 230k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
682.86/683.13	c   658s|  1340k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 232k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
687.35/687.60	c   662s|  1350k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 233k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
692.05/692.39	c   667s|  1360k|    14 |     0 |   0.0 |  14M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 235k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
697.06/697.38	c   672s|  1370k|    15 |     0 |   0.0 |  14M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 237k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
701.75/702.07	c   676s|  1380k|    14 |     0 |   0.0 |  14M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 238k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
706.45/706.78	c   681s|  1390k|    14 |     0 |   0.0 |  14M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 240k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
711.55/711.87	c   686s|  1400k|    12 |     0 |   0.0 |  14M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
717.24/717.57	c   691s|  1410k|    29 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 244k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
720.94/721.28	c   695s|  1420k|    17 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 245k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
725.44/725.78	c   699s|  1430k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 246k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
729.94/730.22	c   703s|  1440k|    17 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 248k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
734.73/735.04	c   708s|  1450k|    25 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 249k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
739.53/739.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
739.53/739.84	c   713s|  1460k|    19 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
744.53/744.80	c   717s|  1470k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 253k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
749.52/749.88	c   722s|  1480k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
755.82/756.14	c   728s|  1490k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
760.73/761.06	c   733s|  1500k|    22 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 259k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
764.42/764.79	c   737s|  1510k|    18 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 260k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
768.32/768.66	c   740s|  1520k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
772.82/773.16	c   745s|  1530k|    10 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 263k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
777.02/777.35	c   749s|  1540k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 264k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
781.52/781.87	c   753s|  1550k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 265k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
786.22/786.58	c   758s|  1560k|    25 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
790.81/791.14	c   762s|  1570k|    10 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 269k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
795.21/795.59	c   766s|  1580k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 270k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
799.91/800.24	c   771s|  1590k|    13 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 271k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
804.51/804.86	c   775s|  1600k|    24 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 273k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
808.00/808.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.00/808.37	c   779s|  1610k|    15 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 274k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
812.62/812.98	c   783s|  1620k|     8 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 275k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
817.31/817.63	c   788s|  1630k|    12 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 276k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
821.70/822.01	c   792s|  1640k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 278k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
827.30/827.61	c   797s|  1650k|    20 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 279k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
831.70/832.08	c   801s|  1660k|    16 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
836.90/837.26	c   806s|  1670k|     9 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 282k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
841.50/841.87	c   811s|  1680k|    11 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 284k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
847.29/847.69	c   817s|  1690k|    13 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 286k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
851.30/851.63	c   820s|  1700k|    11 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 287k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
855.59/855.98	c   824s|  1710k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 288k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
860.29/860.65	c   829s|  1720k|    10 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 290k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
864.59/864.96	c   833s|  1730k|    13 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 291k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
869.38/869.73	c   838s|  1740k|    10 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 293k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
874.39/874.77	c   842s|  1750k|    12 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 295k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
879.59/879.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
879.59/879.90	c   847s|  1760k|     8 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 297k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
883.88/884.21	c   852s|  1770k|    21 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 298k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
887.78/888.10	c   855s|  1780k|    16 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
892.08/892.49	c   860s|  1790k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
896.48/896.90	c   864s|  1800k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 300k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
901.17/901.58	c   868s|  1810k|    10 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 301k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
905.47/905.85	c   872s|  1820k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 302k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
910.07/910.42	c   877s|  1830k|    11 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 302k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
915.17/915.56	c   882s|  1840k|    14 |     0 |   0.0 |  13M| 141 |   - |1044 |  12k|   0 |   0 |   0 | 303k|   0 | 1.000000e+00 | 5.030000e+02 |  Large 
918.08/918.41	c 
918.08/918.41	c SCIP Status        : problem is solved [optimal solution found]
918.08/918.41	c Solving Time (sec) : 884.46
918.08/918.41	c Solving Nodes      : 1843403
918.08/918.41	c Primal Bound       : +5.03000000000000e+02 (4 solutions)
918.08/918.41	c Dual Bound         : +5.03000000000000e+02
918.08/918.41	c Gap                : 0.00 %
918.08/918.42	s OPTIMUM FOUND
918.08/918.42	v x1044 -x1043 x1042 -x1041 -x1040 x1039 -x1038 x1037 x1036 -x1035 x1034 -x1033 -x1032 x1031 x1030 -x1029 x1028 -x1027 -x1026 x1025 
918.08/918.42	v x1024 -x1023 x1022 -x1021 x1020 -x1019 x1018 -x1017 -x1016 x1015 x1014 -x1013 x1012 -x1011 -x1010 x1009 x1008 -x1007 x1006 
918.08/918.42	v -x1005 -x1004 x1003 -x1002 x1001 x1000 -x999 x998 -x997 -x996 x995 x994 -x993 x992 -x991 -x990 x989 x988 -x987 x986 -x985 x984 
918.08/918.42	v -x983 x982 -x981 -x980 x979 -x978 x977 x976 -x975 x974 -x973 x972 -x971 x970 -x969 -x968 x967 x966 -x965 x964 -x963 -x962 
918.08/918.42	v x961 -x960 x959 x958 -x957 x956 -x955 -x954 x953 x952 -x951 x950 -x949 -x948 x947 x946 -x945 x944 -x943 -x942 x941 x940 -x939 
918.08/918.42	v x938 -x937 -x936 x935 x934 -x933 x932 -x931 x930 -x929 x928 -x927 -x926 x925 -x924 x923 x922 -x921 x920 -x919 -x918 x917 x916 
918.08/918.42	v -x915 x914 -x913 x912 -x911 x910 -x909 -x908 x907 -x906 x905 x904 -x903 x902 -x901 x900 -x899 x898 -x897 -x896 x895 x894 -x893 
918.08/918.42	v x892 -x891 -x890 x889 -x888 x887 x886 -x885 x884 -x883 x882 -x881 x880 -x879 -x878 x877 -x876 x875 x874 -x873 x872 -x871 
918.08/918.42	v x870 -x869 x868 -x867 -x866 x865 x864 -x863 x862 -x861 -x860 x859 -x858 x857 x856 -x855 x854 -x853 x852 -x851 x850 -x849 -x848 
918.08/918.42	v x847 -x846 x845 x844 -x843 x842 -x841 x840 -x839 x838 -x837 -x836 x835 x834 -x833 x832 -x831 -x830 x829 x828 -x827 x826 -x825 
918.08/918.42	v -x824 x823 x822 -x821 x820 -x819 -x818 x817 -x816 x815 x814 -x813 x812 -x811 x810 -x809 x808 -x807 -x806 x805 x804 -x803 x802 
918.08/918.42	v -x801 -x800 x799 -x798 x797 x796 -x795 x794 -x793 -x792 x791 x790 -x789 x788 -x787 -x786 x785 x784 -x783 -x782 -x781 x780 
918.08/918.42	v -x779 x778 -x777 -x776 x775 -x774 x773 x772 -x771 x770 -x769 x768 -x767 x766 -x765 -x764 x763 x762 -x761 x760 -x759 -x758 x757 
918.08/918.42	v -x756 -x755 x754 -x753 -x752 x751 -x750 x749 x748 -x747 x746 -x745 -x744 x743 x742 -x741 x740 -x739 x738 -x737 x736 -x735 
918.08/918.42	v -x734 x733 x732 -x731 x730 -x729 -x728 x727 x726 -x725 -x724 x723 x722 -x721 -x720 x719 x718 -x717 x716 -x715 x714 -x713 x712 
918.08/918.42	v -x711 -x710 x709 x708 -x707 x706 -x705 -x704 x703 x702 -x701 x700 -x699 -x698 x697 x696 -x695 x694 -x693 -x692 x691 -x690 x689 
918.08/918.42	v x688 -x687 x686 -x685 x684 -x683 x682 -x681 -x680 x679 x678 -x677 x676 -x675 -x674 x673 x672 -x671 x670 -x669 -x668 x667 -x666 
918.08/918.42	v x665 x664 -x663 x662 -x661 -x660 x659 x658 -x657 x656 -x655 -x654 x653 x652 -x651 x650 -x649 -x648 x647 x646 -x645 x644 
918.08/918.42	v -x643 -x642 x641 x640 -x639 x638 -x637 x636 -x635 x634 -x633 -x632 x631 x630 -x629 x628 -x627 -x626 x625 x624 -x623 x622 -x621 
918.08/918.42	v -x620 x619 -x618 x617 x616 -x615 x614 -x613 -x612 x611 x610 -x609 x608 -x607 x606 -x605 x604 -x603 -x602 x601 x600 -x599 x598 
918.08/918.42	v -x597 -x596 x595 x594 -x593 x592 -x591 -x590 x589 x588 -x587 x586 -x585 -x584 x583 x582 -x581 x580 -x579 -x578 x577 x576 -x575 
918.08/918.42	v x574 -x573 -x572 x571 x570 -x569 x568 -x567 -x566 x565 x564 -x563 x562 -x561 -x560 x559 -x558 x557 x556 -x555 x554 -x553 
918.08/918.42	v -x552 x551 x550 -x549 x548 -x547 -x546 x545 x544 -x543 x542 -x541 x540 -x539 x538 -x537 -x536 x535 x534 -x533 x532 -x531 -x530 
918.08/918.42	v x529 x528 -x527 x526 -x525 -x524 x523 x522 -x521 x520 -x519 -x518 x517 -x516 x515 x514 -x513 x512 -x511 -x510 x509 x508 -x507 
918.08/918.42	v x506 -x505 -x504 x503 x502 -x501 x500 -x499 x498 -x497 x496 -x495 -x494 x493 -x492 x491 x490 -x489 x488 -x487 -x486 x485 
918.08/918.42	v x484 -x483 x482 -x481 x480 -x479 x478 -x477 -x476 x475 -x474 x473 x472 -x471 x470 -x469 -x468 x467 x466 -x465 x464 -x463 x462 
918.08/918.42	v -x461 x460 -x459 -x458 x457 -x456 x455 x454 -x453 x452 -x451 x450 -x449 -x448 x447 x446 -x445 x444 -x443 x442 -x441 -x440 x439 
918.08/918.42	v x438 -x437 x436 -x435 -x434 x433 x432 -x431 x430 -x429 -x428 x427 -x426 x425 x424 -x423 x422 -x421 x420 -x419 x418 -x417 -x416 
918.08/918.42	v x415 -x414 x413 x412 -x411 x410 -x409 -x408 x407 x406 -x405 -x404 -x403 x402 -x401 x400 -x399 -x398 x397 -x396 x395 x394 
918.08/918.42	v -x393 x392 -x391 x390 -x389 x388 -x387 -x386 x385 -x384 x383 -x382 x381 -x380 x379 -x378 x377 -x376 x375 -x374 x373 -x372 x371 
918.08/918.42	v -x370 x369 -x368 x367 -x366 x365 -x364 x363 -x362 x361 -x360 x359 -x358 x357 -x356 x355 -x354 x353 -x352 x351 -x350 x349 -x348 
918.08/918.42	v x347 x346 -x345 -x344 x343 -x342 x341 -x340 x339 -x338 x337 -x336 x335 -x334 x333 -x332 x331 -x330 x329 -x328 x327 -x326 
918.08/918.42	v x325 -x324 x323 -x322 x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 x309 -x308 x307 -x306 x305 -x304 x303 
918.08/918.42	v -x302 x301 -x300 x299 -x298 x297 -x296 x295 x294 -x293 -x292 x291 x290 -x289 -x288 x287 -x286 x285 -x284 x283 -x282 x281 -x280 
918.08/918.42	v x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 -x262 x261 -x260 x259 -x258 
918.08/918.42	v x257 -x256 -x255 -x254 x253 -x252 x251 -x250 -x249 -x248 x247 -x246 x245 -x244 -x243 -x242 x241 -x240 x239 -x238 x237 -x236 -x235 
918.08/918.42	v -x234 x233 x232 -x231 -x230 x229 -x228 x227 -x226 -x225 x224 -x223 -x222 x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 x213 
918.08/918.42	v -x212 x211 -x210 -x209 -x208 x207 -x206 x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 x195 -x194 -x193 -x192 x191 
918.08/918.42	v x190 -x189 -x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 -x170 -x169 
918.08/918.42	v -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 -x155 -x154 x153 -x152 x151 x150 -x149 -x148 -x147 
918.08/918.42	v -x146 x145 -x144 -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 x134 -x133 -x132 x131 -x130 x129 -x128 x127 -x126 x125 x124 
918.08/918.42	v -x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 
918.08/918.42	v -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 -x74 
918.08/918.42	v x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 
918.08/918.42	v x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 
918.08/918.42	v x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
918.08/918.42	c SCIP Status        : problem is solved [optimal solution found]
918.08/918.42	c Solving Time       :     884.46
918.08/918.42	c Original Problem   :
918.08/918.42	c   Problem name     : HOME/instance-2664151-1276425915.opb
918.08/918.42	c   Variables        : 1044 (1044 binary, 0 integer, 0 implicit integer, 0 continuous)
918.08/918.42	c   Constraints      : 12158 initial, 12158 maximal
918.08/918.42	c Presolved Problem  :
918.08/918.42	c   Problem name     : t_HOME/instance-2664151-1276425915.opb
918.08/918.42	c   Variables        : 1044 (1044 binary, 0 integer, 0 implicit integer, 0 continuous)
918.08/918.42	c   Constraints      : 12158 initial, 12440 maximal
918.08/918.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
918.08/918.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0
918.08/918.42	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
918.08/918.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
918.08/918.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
918.08/918.42	c   implics          :       0.00          0          0          0          0          0          0          0          0
918.08/918.42	c   probing          :       0.13          0          0          0          0          0          0          0          0
918.08/918.42	c   logicor          :       0.08          0          0          0          0          0          0          0          0
918.08/918.42	c   root node        :          -        461          -          -        461          -          -          -          -
918.08/918.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
918.08/918.42	c   integral         :          0          0          0          0          0          0          0          0          0          0
918.08/918.42	c   logicor          :      12158+         0    3269070          0          4     311241    8258954          0          0          0
918.08/918.42	c   countsols        :          0          0          0          0          4          0          0          0          0          0
918.08/918.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
918.08/918.42	c   integral         :       0.00       0.00       0.00       0.00       0.00
918.08/918.42	c   logicor          :     410.25       0.00     410.24       0.00       0.01
918.08/918.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00
918.08/918.42	c Propagators        :       Time      Calls    Cutoffs    DomReds
918.08/918.42	c   vbounds          :       2.35          2          0          0
918.08/918.42	c   rootredcost      :       2.22          0          0          0
918.08/918.42	c   pseudoobj        :     260.69    4687364     506501    3567079
918.08/918.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
918.08/918.42	c   propagation      :     317.15     311241     302075     302075       39.7       2265       33.6          -
918.08/918.42	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
918.08/918.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
918.08/918.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
918.08/918.42	c   pseudo solution  :      48.14     108167          0          0        0.0          0        0.0          -
918.08/918.42	c   applied globally :          -          -          -     304334       39.7          -          -          -
918.08/918.42	c   applied locally  :          -          -          -          6      105.5          -          -          -
918.08/918.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
918.08/918.42	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
918.08/918.42	c   redcost          :       0.00          0          0          0          0          0
918.08/918.42	c   impliedbounds    :       0.00          0          0          0          0          0
918.08/918.42	c   intobj           :       0.00          0          0          0          0          0
918.08/918.42	c   cgmip            :       0.00          0          0          0          0          0
918.08/918.42	c   gomory           :       0.00          0          0          0          0          0
918.08/918.42	c   strongcg         :       0.00          0          0          0          0          0
918.08/918.42	c   cmir             :       0.00          0          0          0          0          0
918.08/918.42	c   flowcover        :       0.00          0          0          0          0          0
918.08/918.42	c   clique           :       0.00          0          0          0          0          0
918.08/918.42	c   zerohalf         :       0.00          0          0          0          0          0
918.08/918.42	c   mcf              :       0.00          0          0          0          0          0
918.08/918.42	c   rapidlearning    :       0.00          0          0          0          0          0
918.08/918.42	c Pricers            :       Time      Calls       Vars
918.08/918.42	c   problem variables:       0.00          0          0
918.08/918.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
918.08/918.42	c   relpscost        :       0.00          0          0          0          0          0          0
918.08/918.42	c   pscost           :       0.00          0          0          0          0          0          0
918.08/918.42	c   inference        :      15.55    1035001          0          0          0          0    2070002
918.08/918.42	c   mostinf          :       0.00          0          0          0          0          0          0
918.08/918.42	c   leastinf         :       0.00          0          0          0          0          0          0
918.08/918.42	c   fullstrong       :       0.00          0          0          0          0          0          0
918.08/918.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
918.08/918.42	c   random           :       0.00          0          0          0          0          0          0
918.08/918.42	c Primal Heuristics  :       Time      Calls      Found
918.08/918.42	c   LP solutions     :       0.00          -          0
918.08/918.42	c   pseudo solutions :       0.00          -          4
918.08/918.42	c   oneopt           :       1.40          0          0
918.08/918.42	c   trivial          :       0.02          2          0
918.08/918.42	c   simplerounding   :       0.00          0          0
918.08/918.42	c   zirounding       :       0.00          0          0
918.08/918.42	c   rounding         :       0.00          0          0
918.08/918.42	c   shifting         :       0.00          0          0
918.08/918.42	c   intshifting      :       0.00          0          0
918.08/918.42	c   twoopt           :       0.00          0          0
918.08/918.42	c   fixandinfer      :       0.00          0          0
918.08/918.42	c   feaspump         :       0.00          0          0
918.08/918.42	c   coefdiving       :       0.00          0          0
918.08/918.42	c   pscostdiving     :       0.00          0          0
918.08/918.42	c   fracdiving       :       0.00          0          0
918.08/918.42	c   veclendiving     :       0.00          0          0
918.08/918.42	c   intdiving        :       0.00          0          0
918.08/918.42	c   actconsdiving    :       0.00          0          0
918.08/918.42	c   objpscostdiving  :       0.00          0          0
918.08/918.42	c   rootsoldiving    :       0.00          0          0
918.08/918.42	c   linesearchdiving :       0.00          0          0
918.08/918.42	c   guideddiving     :       0.00          0          0
918.08/918.42	c   octane           :       0.00          0          0
918.08/918.42	c   rens             :       0.00          0          0
918.08/918.42	c   rins             :       0.00          0          0
918.08/918.42	c   localbranching   :       0.00          0          0
918.08/918.42	c   mutation         :       0.00          0          0
918.08/918.42	c   crossover        :       0.00          0          0
918.08/918.42	c   dins             :       0.00          0          0
918.08/918.42	c   undercover       :       0.00          0          0
918.08/918.42	c   nlp              :       0.87          0          0
918.08/918.42	c   trysol           :       0.73          0          0
918.08/918.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
918.08/918.42	c   primal LP        :       0.00          0          0       0.00          -
918.08/918.42	c   dual LP          :       0.00          0          0       0.00          -
918.08/918.42	c   lex dual LP      :       0.00          0          0       0.00          -
918.08/918.42	c   barrier LP       :       0.00          0          0       0.00          -
918.08/918.42	c   diving/probing LP:       0.00          0          0       0.00          -
918.08/918.42	c   strong branching :       0.00          0          0       0.00          -
918.08/918.42	c     (at root node) :          -          0          0       0.00          -
918.08/918.42	c   conflict analysis:       0.00          0          0       0.00          -
918.08/918.42	c B&B Tree           :
918.08/918.42	c   number of runs   :          1
918.08/918.42	c   nodes            :    1843403
918.08/918.42	c   nodes (total)    :    1843403
918.08/918.42	c   nodes left       :          0
918.08/918.42	c   max depth        :        141
918.08/918.42	c   max depth (total):        141
918.08/918.42	c   backtracks       :     434867 (23.6%)
918.08/918.42	c   delayed cutoffs  :     133416
918.08/918.42	c   repropagations   :     256369 (2028822 domain reductions, 117511 cutoffs)
918.08/918.42	c   avg switch length:       2.06
918.08/918.42	c   switching time   :      60.32
918.08/918.42	c Solution           :
918.08/918.42	c   Solutions found  :          4 (4 improvements)
918.08/918.42	c   First Solution   : +5.16000000000000e+02   (in run 1, after 718 nodes, 2.18 seconds, depth 101, found by <relaxation>)
918.08/918.42	c   Primal Bound     : +5.03000000000000e+02   (in run 1, after 67705 nodes, 43.05 seconds, depth 73, found by <relaxation>)
918.08/918.42	c   Dual Bound       : +5.03000000000000e+02
918.08/918.42	c   Gap              :       0.00 %
918.08/918.42	c   Root Dual Bound  : +0.00000000000000e+00
918.08/918.42	c   Root Iterations  :          0
918.08/918.45	c Time complete: 918.13.

Verifier Data

OK	503

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664151-1276425915/watcher-2664151-1276425915 -o /tmp/evaluation-result-2664151-1276425915/solver-2664151-1276425915 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664151-1276425915.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 25614
/proc/meminfo: memFree=1824356/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=6584 CPUtime=0
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 966 0 0 0 0 0 0 0 20 0 1 0 18193074 6742016 888 1992294400 4194304 7136930 140735666056192 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25614/statm: 1646 898 254 719 0 925 0

[startup+0.0347361 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 25614
/proc/meminfo: memFree=1824356/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=9564 CPUtime=0.03
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 1883 0 0 0 3 0 0 0 20 0 1 0 18193074 9793536 1805 1992294400 4194304 7136930 140735666056192 18446744073709551615 6324602 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25614/statm: 2391 1805 271 719 0 1670 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9564

[startup+0.101749 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 25614
/proc/meminfo: memFree=1824356/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=11332 CPUtime=0.09
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 2317 0 0 0 9 0 0 0 20 0 1 0 18193074 11603968 2239 1992294400 4194304 7136930 140735666056192 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25614/statm: 2833 2239 271 719 0 2112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11332

[startup+0.301789 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 25614
/proc/meminfo: memFree=1824356/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=30888 CPUtime=0.29
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 7342 0 0 0 28 1 0 0 20 0 1 0 18193074 31629312 6910 1992294400 4194304 7136930 140735666056192 18446744073709551615 4240942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 7722 6910 317 719 0 7001 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30888

[startup+0.701866 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 25614
/proc/meminfo: memFree=1824356/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=36348 CPUtime=0.69
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 10715 0 0 0 63 6 0 0 21 0 1 0 18193074 37220352 8300 1992294400 4194304 7136930 140735666056192 18446744073709551615 6349885 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 9087 8300 358 719 0 8366 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36348

[startup+1.50102 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 25615
/proc/meminfo: memFree=1791364/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=37644 CPUtime=1.49
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 11089 0 0 0 141 8 0 0 23 0 1 0 18193074 38547456 8671 1992294400 4194304 7136930 140735666056192 18446744073709551615 4223200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 9411 8671 383 719 0 8690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37644

[startup+3.10134 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 25615
/proc/meminfo: memFree=1790248/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=38604 CPUtime=3.09
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 11305 0 0 0 297 12 0 0 25 0 1 0 18193074 39530496 8887 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 9651 8887 385 719 0 8930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38604

[startup+6.30096 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 25615
/proc/meminfo: memFree=1788512/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=40628 CPUtime=6.29
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 11827 0 0 0 610 19 0 0 25 0 1 0 18193074 41603072 9409 1992294400 4194304 7136930 140735666056192 18446744073709551615 4407843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 10157 9409 385 719 0 9436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40628

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 25615
/proc/meminfo: memFree=1786280/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=42200 CPUtime=12.68
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 12220 0 0 0 1229 39 0 0 25 0 1 0 18193074 43212800 9802 1992294400 4194304 7136930 140735666056192 18446744073709551615 5955558 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 10550 9802 385 719 0 9829 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42200

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 25617
/proc/meminfo: memFree=1784048/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=44280 CPUtime=25.48
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 12727 0 0 0 2465 83 0 0 25 0 1 0 18193074 45342720 10309 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 11070 10309 385 719 0 10349 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44280

[startup+51.1017 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 25617
/proc/meminfo: memFree=1781444/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=47016 CPUtime=51.07
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 13383 0 0 0 4938 169 0 0 25 0 1 0 18193074 48144384 10965 1992294400 4194304 7136930 140735666056192 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 11754 10965 385 719 0 11033 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47016

[startup+102.309 s]
/proc/loadavg: 1.09 1.02 1.01 2/107 25619
/proc/meminfo: memFree=1780328/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=47876 CPUtime=102.26
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 13598 0 0 0 9884 342 0 0 25 0 1 0 18193074 49025024 11180 1992294400 4194304 7136930 140735666056192 18446744073709551615 5917627 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 11969 11180 385 719 0 11248 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47876

[startup+162.301 s]
/proc/loadavg: 1.11 1.03 1.00 2/107 25619
/proc/meminfo: memFree=1779708/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=48428 CPUtime=162.23
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 13740 0 0 0 15679 544 0 0 25 0 1 0 18193074 49590272 11322 1992294400 4194304 7136930 140735666056192 18446744073709551615 5506180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12107 11322 385 719 0 11386 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48428

[startup+222.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 25621
/proc/meminfo: memFree=1779212/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=48848 CPUtime=222.22
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 13837 0 0 0 21454 768 0 0 25 0 1 0 18193074 50020352 11419 1992294400 4194304 7136930 140735666056192 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12212 11419 385 719 0 11491 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 48848

[startup+282.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 25623
/proc/meminfo: memFree=1778592/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=49284 CPUtime=282.19
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 13958 0 0 0 27243 976 0 0 25 0 1 0 18193074 50466816 11540 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12321 11540 385 719 0 11600 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 49284

[startup+342.301 s]
/proc/loadavg: 1.09 1.05 1.00 2/107 25625
/proc/meminfo: memFree=1778344/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=49568 CPUtime=342.17
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14016 0 0 0 33017 1200 0 0 25 0 1 0 18193074 50757632 11598 1992294400 4194304 7136930 140735666056192 18446744073709551615 4677335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12392 11598 385 719 0 11671 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 49568

[startup+402.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/107 25627
/proc/meminfo: memFree=1778096/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=49568 CPUtime=402.15
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14043 0 0 0 38785 1430 0 0 25 0 1 0 18193074 50757632 11625 1992294400 4194304 7136930 140735666056192 18446744073709551615 4704609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12392 11625 385 719 0 11671 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 49568

[startup+462.301 s]
/proc/loadavg: 1.08 1.06 1.00 2/107 25627
/proc/meminfo: memFree=1777848/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=49704 CPUtime=462.13
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14081 0 0 0 44566 1647 0 0 25 0 1 0 18193074 50896896 11663 1992294400 4194304 7136930 140735666056192 18446744073709551615 4208229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12426 11663 385 719 0 11705 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 49704

[startup+522.301 s]
/proc/loadavg: 1.07 1.06 1.00 2/107 25629
/proc/meminfo: memFree=1777228/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=50304 CPUtime=522.11
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14215 0 0 0 50349 1862 0 0 25 0 1 0 18193074 51511296 11797 1992294400 4194304 7136930 140735666056192 18446744073709551615 4208254 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12576 11797 385 719 0 11855 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 50304

[startup+582.301 s]
/proc/loadavg: 1.07 1.06 1.00 2/107 25631
/proc/meminfo: memFree=1776980/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=50436 CPUtime=582.09
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14233 0 0 0 56117 2092 0 0 25 0 1 0 18193074 51646464 11815 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12609 11815 385 719 0 11888 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 50436

[startup+642.301 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25633
/proc/meminfo: memFree=1776732/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=50720 CPUtime=642.07
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14304 0 0 0 61900 2307 0 0 25 0 1 0 18193074 51937280 11886 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12680 11886 385 719 0 11959 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 50720

[startup+702.301 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25635
/proc/meminfo: memFree=1776360/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=50864 CPUtime=702.05
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14342 0 0 0 67678 2527 0 0 25 0 1 0 18193074 52084736 11924 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12716 11924 385 719 0 11995 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 50864

[startup+762.309 s]
/proc/loadavg: 1.13 1.07 1.01 2/107 25635
/proc/meminfo: memFree=1776360/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=50864 CPUtime=762.03
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14348 0 0 0 73459 2744 0 0 25 0 1 0 18193074 52084736 11930 1992294400 4194304 7136930 140735666056192 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12716 11930 385 719 0 11995 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 50864

[startup+822.302 s]
/proc/loadavg: 1.12 1.07 1.00 2/107 25637
/proc/meminfo: memFree=1776112/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=822
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14397 0 0 0 79231 2969 0 0 25 0 1 0 18193074 52236288 11979 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11979 385 719 0 12032 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 51012

[startup+882.301 s]
/proc/loadavg: 1.11 1.07 1.00 2/107 25639
/proc/meminfo: memFree=1775988/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=881.99
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 84999 3200 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 51012

Solver just ended. Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 1.08 1.07 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=895.57
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 86307 3250 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 895.57
Current children cumulated vsize (KiB) 51012

[startup+908.701 s]
/proc/loadavg: 1.07 1.07 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=908.37
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 87533 3304 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 908.37
Current children cumulated vsize (KiB) 51012

[startup+915.102 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=914.78
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 88149 3329 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 914.78
Current children cumulated vsize (KiB) 51012

[startup+916.701 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=916.37
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 88302 3335 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 916.37
Current children cumulated vsize (KiB) 51012

[startup+917.501 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=917.17
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 88380 3337 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 917.17
Current children cumulated vsize (KiB) 51012

[startup+917.901 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=917.57
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 88419 3338 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 917.57
Current children cumulated vsize (KiB) 51012

[startup+918.301 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=917.97
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 88458 3339 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 917.97
Current children cumulated vsize (KiB) 51012

[startup+918.401 s]
/proc/loadavg: 1.06 1.06 1.00 2/107 25639
/proc/meminfo: memFree=1775864/2059040 swapFree=4136184/4192956
[pid=25614] ppid=25612 vsize=51012 CPUtime=918.08
/proc/25614/stat : 25614 (pbscip.linux.x8) R 25612 25614 25027 0 -1 4202496 14399 0 0 0 88469 3339 0 0 25 0 1 0 18193074 52236288 11981 1992294400 4194304 7136930 140735666056192 18446744073709551615 4227188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25614/statm: 12753 11981 385 719 0 12032 0
Current children cumulated CPU time (s) 918.08
Current children cumulated vsize (KiB) 51012

Child status: 0
Real time (s): 918.456
CPU time (s): 918.133
CPU user time (s): 884.731
CPU system time (s): 33.4019
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 51012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.731
system time used= 33.4019
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 11479

runsolver used 1.61475 second user time and 4.26135 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 12:45:15
IDJOB=2664151
IDBENCH=2093
IDSOLVER=1167
FILE ID=node011/2664151-1276425915
PBS_JOBID= 11173293
Free space on /tmp= 62264 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664151-1276425915/watcher-2664151-1276425915 -o /tmp/evaluation-result-2664151-1276425915/solver-2664151-1276425915 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664151-1276425915.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ad6c04a791a5d9edc6d6bca9a842a8ee
RANDOM SEED=318972741

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1824884 kB
Buffers:         34600 kB
Cached:         123696 kB
SwapCached:       9868 kB
Active:          92564 kB
Inactive:        78192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1824884 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            3752 kB
Writeback:           0 kB
AnonPages:       10980 kB
Mapped:           9212 kB
Slab:            41628 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62260 MiB
End job on node011 at 2010-06-13 13:00:34