Trace number 2667504

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT261 406.837 406.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c3.opb
MD5SUMc4cc2d9119cd599cce3a69b5023baf39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark261
Best CPU time to get the best result obtained on this benchmark22.5006
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 261
Optimality of the best value was proved YES
Number of variables558
Total number of constraints3551
Number of constraints which are clauses3551
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 558
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 558
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 558
Number of bits of the biggest sum of numbers10
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: SoPlex 1.4.2] [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-2667504-1276423820.opb>
0.00/0.08	c original problem has 558 variables (558 bin, 0 int, 0 impl, 0 cont) and 3551 constraints
0.00/0.08	c problem read
0.00/0.08	c presolving settings loaded
0.09/0.10	c presolving:
0.09/0.13	c (round 1) 6 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 23412 impls, 0 clqs
0.09/0.19	c (round 2) 6 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3460 upgd conss, 23412 impls, 0 clqs
0.19/0.21	c (round 3) 6 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3545 upgd conss, 23412 impls, 0 clqs
0.19/0.27	c    (0.2s) probing: 101/552 (18.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.27	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.27	c presolving (4 rounds):
0.19/0.27	c  6 deleted vars, 6 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.27	c  23412 implications, 0 cliques
0.19/0.27	c presolved problem has 552 variables (552 bin, 0 int, 0 impl, 0 cont) and 3545 constraints
0.19/0.27	c    3545 constraints of type <logicor>
0.19/0.27	c transformed objective value is always integral (scale: 1)
0.19/0.27	c Presolving Time: 0.15
0.19/0.27	c - non default parameters ----------------------------------------------------------------------
0.19/0.27	c # SCIP version 1.2.1.2
0.19/0.27	c 
0.19/0.27	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.27	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.27	c conflict/interconss = 0
0.19/0.27	c 
0.19/0.27	c # should binary conflicts be preferred?
0.19/0.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.27	c conflict/preferbinary = TRUE
0.19/0.27	c 
0.19/0.27	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.27	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.27	c constraints/agelimit = 1
0.19/0.27	c 
0.19/0.27	c # should enforcement of pseudo solution be disabled?
0.19/0.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.27	c constraints/disableenfops = TRUE
0.19/0.27	c 
0.19/0.27	c # frequency for displaying node information lines
0.19/0.27	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.27	c display/freq = 10000
0.19/0.27	c 
0.19/0.27	c # maximal time in seconds to run
0.19/0.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.27	c limits/time = 1799.93
0.19/0.27	c 
0.19/0.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.27	c limits/memory = 1620
0.19/0.27	c 
0.19/0.27	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.27	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.27	c lp/solvefreq = 0
0.19/0.27	c 
0.19/0.27	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.19/0.27	c # [type: char, range: {lafpsqd}, default: l]
0.19/0.27	c lp/pricing = a
0.19/0.27	c 
0.19/0.27	c # should presolving try to simplify inequalities
0.19/0.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.27	c constraints/linear/simplifyinequalities = TRUE
0.19/0.27	c 
0.19/0.27	c # should presolving try to simplify knapsacks
0.19/0.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.27	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.27	c 
0.19/0.27	c # priority of node selection rule <dfs> in standard mode
0.19/0.27	c # [type: int, range: [-536870912,536870911], default: 0]
0.19/0.27	c nodeselection/dfs/stdpriority = 1000000
0.19/0.27	c 
0.19/0.27	c -----------------------------------------------------------------------------------------------
0.19/0.27	c start solving
0.19/0.27	c 
0.39/0.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.43	c   0.3s|     1 |     0 |   843 |     - |6949k|   0 | 343 | 552 |3545 | 552 |3545 |   0 |   0 |   0 | 1.745000e+02 |      --      |    Inf 
2.29/2.35	c   2.2s|     1 |     0 |  3995 |     - |7213k|   0 | 336 | 552 |3545 | 552 |3555 |  10 |   0 |   0 | 1.780000e+02 |      --      |    Inf 
2.49/2.55	c   2.4s|     1 |     0 |  4062 |     - |7379k|   0 | 333 | 552 |3545 | 552 |3561 |  16 |   0 |   0 | 1.795000e+02 |      --      |    Inf 
2.69/2.73	c   2.5s|     1 |     0 |  4091 |     - |7492k|   0 | 330 | 552 |3545 | 552 |3567 |  22 |   0 |   0 | 1.810000e+02 |      --      |    Inf 
2.89/2.94	c   2.7s|     1 |     0 |  4156 |     - |7555k|   0 | 329 | 552 |3545 | 552 |3572 |  27 |   0 |   0 | 1.815000e+02 |      --      |    Inf 
3.09/3.15	c   2.9s|     1 |     0 |  4172 |     - |7623k|   0 | 328 | 552 |3545 | 552 |3577 |  32 |   0 |   0 | 1.820000e+02 |      --      |    Inf 
3.30/3.38	c   3.2s|     1 |     0 |  4252 |     - |7659k|   0 | 327 | 552 |3545 | 552 |3581 |  36 |   0 |   0 | 1.825000e+02 |      --      |    Inf 
3.59/3.66	c   3.4s|     1 |     0 |  4350 |     - |7694k|   0 | 325 | 552 |3545 | 552 |3587 |  42 |   0 |   0 | 1.835000e+02 |      --      |    Inf 
3.99/4.02	c   3.8s|     1 |     0 |  4479 |     - |7858k|   0 | 325 | 552 |3545 | 552 |3592 |  47 |   0 |   0 | 1.840000e+02 |      --      |    Inf 
4.40/4.43	c   4.2s|     1 |     0 |  4539 |     - |7882k|   0 | 325 | 552 |3545 | 552 |3594 |  49 |   0 |   0 | 1.840000e+02 |      --      |    Inf 
4.79/4.81	c   4.6s|     1 |     0 |  4667 |     - |7933k|   0 | 324 | 552 |3545 | 552 |3600 |  55 |   0 |   0 | 1.845000e+02 |      --      |    Inf 
5.29/5.40	c   5.1s|     1 |     0 |  4965 |     - |7976k|   0 | 327 | 552 |3545 | 552 |3607 |  62 |   0 |   0 | 1.850000e+02 |      --      |    Inf 
5.79/5.81	c   5.5s|     1 |     0 |  5208 |     - |8013k|   0 | 322 | 552 |3545 | 552 |3613 |  68 |   0 |   0 | 1.850000e+02 |      --      |    Inf 
6.39/6.43	c   6.1s|     1 |     0 |  5508 |     - |8032k|   0 | 326 | 552 |3545 | 552 |3614 |  72 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
7.19/7.25	c   7.0s|     1 |     0 |  5705 |     - |8055k|   0 | 323 | 552 |3545 | 552 |3618 |  76 |   0 |   0 | 1.870000e+02 |      --      |    Inf 
7.70/7.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.70/7.76	c   7.5s|     1 |     0 |  5813 |     - |8089k|   0 | 323 | 552 |3545 | 552 |3621 |  79 |   0 |   0 | 1.870000e+02 |      --      |    Inf 
8.29/8.37	c   8.0s|     1 |     0 |  6086 |     - |8140k|   0 | 330 | 552 |3545 | 552 |3626 |  84 |   0 |   0 | 1.872500e+02 |      --      |    Inf 
9.09/9.12	c   8.8s|     1 |     0 |  6485 |     - |8192k|   0 | 334 | 552 |3545 | 552 |3633 |  91 |   0 |   0 | 1.880000e+02 |      --      |    Inf 
9.80/9.82	c   9.5s|     1 |     0 |  6685 |     - |8248k|   0 | 333 | 552 |3545 | 552 |3637 |  95 |   0 |   0 | 1.880000e+02 |      --      |    Inf 
10.49/10.53	c  10.2s|     1 |     0 |  6895 |     - |8316k|   0 | 324 | 552 |3545 | 552 |3632 | 100 |   0 |   0 | 1.880000e+02 |      --      |    Inf 
11.09/11.18	c  10.8s|     1 |     0 |  7096 |     - |8363k|   0 | 331 | 552 |3545 | 552 |3635 | 103 |   0 |   0 | 1.882500e+02 |      --      |    Inf 
12.18/12.21	c  11.8s|     1 |     0 |  7817 |     - |8367k|   0 | 322 | 552 |3545 | 552 |3638 | 106 |   0 |   0 | 1.890000e+02 |      --      |    Inf 
12.68/12.71	c  12.3s|     1 |     0 |  8035 |     - |8369k|   0 | 325 | 552 |3545 | 552 |3640 | 108 |   0 |   0 | 1.890000e+02 |      --      |    Inf 
13.28/13.34	c  12.9s|     1 |     0 |  8365 |     - |8370k|   0 | 326 | 552 |3545 | 552 |3641 | 109 |   0 |   0 | 1.890000e+02 |      --      |    Inf 
27.39/27.47	c  26.9s|     1 |     2 |  8365 |     - |8370k|   0 | 326 | 552 |3545 | 552 |3641 | 109 |   0 |  23 | 1.890000e+02 |      --      |    Inf 
27.49/27.55	o 272
27.49/27.55	c *26.9s|   107 |    25 |  8365 |   0.0 |8485k|  37 |   - | 552 |3551 |   0 |   0 | 109 |  47 |  23 | 1.890000e+02 | 2.720000e+02 |  43.92%
27.49/27.55	o 271
27.49/27.55	c *26.9s|   128 |    25 |  8365 |   0.0 |8498k|  37 |   - | 552 |3551 |   0 |   0 | 109 |  50 |  23 | 1.890000e+02 | 2.710000e+02 |  43.39%
28.48/28.55	o 269
28.48/28.55	c *27.9s|  2591 |    25 |  8365 |   0.0 |8559k|  51 |   - | 552 |3595 |   0 |   0 | 109 | 740 |  23 | 1.890000e+02 | 2.690000e+02 |  42.33%
30.08/30.11	o 268
30.08/30.11	c *29.3s|  7168 |    24 |  8365 |   0.0 |8565k|  51 |   - | 552 |3584 |   0 |   0 | 109 |1842 |  23 | 1.890000e+02 | 2.680000e+02 |  41.80%
30.08/30.15	o 267
30.08/30.15	c *29.4s|  7354 |    20 |  8365 |   0.0 |8573k|  51 |   - | 552 |3588 |   0 |   0 | 109 |1865 |  23 | 1.890000e+02 | 2.670000e+02 |  41.27%
30.78/30.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.78/30.89	c  30.1s| 10000 |    19 |  8365 |   0.0 |8581k|  51 |   - | 552 |3607 |   0 |   0 | 109 |2479 |  23 | 1.890000e+02 | 2.670000e+02 |  41.27%
35.18/35.28	c  34.2s| 20000 |    19 |  8365 |   0.0 |8603k|  51 |   - | 552 |3613 |   0 |   0 | 109 |5839 |  23 | 1.890000e+02 | 2.670000e+02 |  41.27%
39.58/39.62	c  38.2s| 30000 |    22 |  8365 |   0.0 |8607k|  51 |   - | 552 |3588 |   0 |   0 | 109 |9348 |  23 | 1.890000e+02 | 2.670000e+02 |  41.27%
42.57/42.63	c  41.1s| 40000 |    18 |  8365 |   0.0 |8612k|  51 |   - | 552 |3599 |   0 |   0 | 109 |  11k|  23 | 1.890000e+02 | 2.670000e+02 |  41.27%
45.17/45.28	o 265
45.17/45.28	c *43.5s| 46904 |    33 |  8365 |   0.0 |8628k|  51 |   - | 552 |3606 |   0 |   0 | 109 |  13k|  23 | 1.890000e+02 | 2.650000e+02 |  40.21%
45.17/45.29	o 264
45.17/45.29	c *43.5s| 46914 |    31 |  8365 |   0.0 |8636k|  51 |   - | 552 |3607 |   0 |   0 | 109 |  13k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
45.97/46.00	c  44.2s| 50000 |    23 |  8365 |   0.0 |8635k|  51 |   - | 552 |3609 |   0 |   0 | 109 |  14k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
48.77/48.80	c  46.9s| 60000 |    17 |  8365 |   0.0 |8636k|  51 |   - | 552 |3613 |   0 |   0 | 109 |  16k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
51.36/51.40	c  49.3s| 70000 |    17 |  8365 |   0.0 |8634k|  51 |   - | 552 |3607 |   0 |   0 | 109 |  18k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
54.57/54.60	c  52.3s| 80000 |    10 |  8365 |   0.0 |8626k|  51 |   - | 552 |3582 |   0 |   0 | 109 |  21k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
58.86/58.92	c  56.3s| 90000 |    20 |  8365 |   0.0 |8637k|  51 |   - | 552 |3586 |   0 |   0 | 109 |  24k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
61.47/61.52	c  58.8s|100000 |    19 |  8365 |   0.0 |8637k|  51 |   - | 552 |3586 |   0 |   0 | 109 |  26k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
64.16/64.23	c  61.3s|110000 |    15 |  8365 |   0.0 |8635k|  51 |   - | 552 |3580 |   0 |   0 | 109 |  27k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
68.46/68.54	c  65.3s|120000 |    20 |  8365 |   0.0 |8642k|  51 |   - | 552 |3587 |   0 |   0 | 109 |  30k|  23 | 1.890000e+02 | 2.640000e+02 |  39.68%
68.76/68.84	o 263
68.76/68.84	c *65.5s|121021 |    28 |  8365 |   0.0 |8653k|  51 |   - | 552 |3589 |   0 |   0 | 109 |  30k|  23 | 1.890000e+02 | 2.630000e+02 |  39.15%
68.86/68.94	o 262
68.86/68.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.86/68.94	c *65.6s|121452 |    22 |  8365 |   0.0 |8660k|  51 |   - | 552 |3590 |   0 |   0 | 109 |  30k|  23 | 1.890000e+02 | 2.620000e+02 |  38.62%
71.06/71.17	c  67.7s|130000 |    18 |  8365 |   0.0 |8656k|  51 |   - | 552 |3584 |   0 |   0 | 109 |  32k|  23 | 1.890000e+02 | 2.620000e+02 |  38.62%
72.27/72.38	o 261
72.27/72.38	c *68.9s|134618 |    20 |  8365 |   0.0 |8666k|  51 |   - | 552 |3584 |   0 |   0 | 109 |  32k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
73.86/73.93	c  70.3s|140000 |    13 |  8365 |   0.0 |8663k|  51 |   - | 552 |3581 |   0 |   0 | 109 |  33k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
76.66/76.74	c  72.9s|150000 |    12 |  8365 |   0.0 |8665k|  51 |   - | 552 |3586 |   0 |   0 | 109 |  34k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
79.66/79.77	c  75.8s|160000 |    23 |  8365 |   0.0 |8673k|  51 |   - | 552 |3597 |   0 |   0 | 109 |  36k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
82.76/82.83	c  78.6s|170000 |    13 |  8365 |   0.0 |8671k|  51 |   - | 552 |3595 |   0 |   0 | 109 |  37k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
85.96/86.01	c  81.6s|180000 |    15 |  8365 |   0.0 |8666k|  51 |   - | 552 |3582 |   0 |   0 | 109 |  38k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
88.97/89.07	c  84.4s|190000 |    19 |  8365 |   0.0 |8667k|  51 |   - | 552 |3577 |   0 |   0 | 109 |  40k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
91.86/91.96	c  87.1s|200000 |    12 |  8365 |   0.0 |8667k|  51 |   - | 552 |3583 |   0 |   0 | 109 |  41k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
94.85/94.94	c  89.9s|210000 |    11 |  8365 |   0.0 |8676k|  51 |   - | 552 |3606 |   0 |   0 | 109 |  42k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
97.76/97.83	c  92.6s|220000 |    10 |  8365 |   0.0 |8678k|  51 |   - | 552 |3606 |   0 |   0 | 109 |  44k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
100.86/100.93	c  95.5s|230000 |    14 |  8365 |   0.0 |8677k|  51 |   - | 552 |3597 |   0 |   0 | 109 |  45k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
103.85/103.94	c  98.3s|240000 |    11 |  8365 |   0.0 |8676k|  51 |   - | 552 |3597 |   0 |   0 | 109 |  47k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
107.16/107.26	c   101s|250000 |    15 |  8365 |   0.0 |8692k|  51 |   - | 552 |3639 |   0 |   0 | 109 |  49k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
110.65/110.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.65/110.78	c   105s|260000 |    14 |  8365 |   0.0 |8687k|  51 |   - | 552 |3620 |   0 |   0 | 109 |  52k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
113.95/114.08	c   108s|270000 |    12 |  8365 |   0.0 |8692k|  51 |   - | 552 |3628 |   0 |   0 | 109 |  55k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
117.24/117.31	c   111s|280000 |     7 |  8365 |   0.0 |8689k|  51 |   - | 552 |3621 |   0 |   0 | 109 |  57k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
120.35/120.46	c   114s|290000 |    13 |  8365 |   0.0 |8682k|  51 |   - | 552 |3595 |   0 |   0 | 109 |  58k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
122.85/122.96	c   116s|300000 |    11 |  8365 |   0.0 |8687k|  51 |   - | 552 |3611 |   0 |   0 | 109 |  59k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
125.84/125.98	c   119s|310000 |     9 |  8365 |   0.0 |8701k|  51 |   - | 552 |3645 |   0 |   0 | 109 |  61k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
129.45/129.53	c   122s|320000 |    12 |  8365 |   0.0 |8678k|  51 |   - | 552 |3556 |   0 |   0 | 109 |  63k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
132.05/132.17	c   125s|330000 |    10 |  8365 |   0.0 |8682k|  51 |   - | 552 |3572 |   0 |   0 | 109 |  64k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
134.95/135.08	c   127s|340000 |    17 |  8365 |   0.0 |8696k|  51 |   - | 552 |3606 |   0 |   0 | 109 |  65k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
138.04/138.19	c   130s|350000 |    11 |  8365 |   0.0 |8698k|  51 |   - | 552 |3618 |   0 |   0 | 109 |  67k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
140.94/141.06	c   133s|360000 |    12 |  8365 |   0.0 |8711k|  51 |   - | 552 |3644 |   0 |   0 | 109 |  68k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
144.24/144.31	c   136s|370000 |    15 |  8365 |   0.0 |8692k|  51 |   - | 552 |3583 |   0 |   0 | 109 |  70k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
147.24/147.38	c   139s|380000 |     9 |  8365 |   0.0 |8683k|  51 |   - | 552 |3576 |   0 |   0 | 109 |  72k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
150.54/150.64	c   142s|390000 |    15 |  8365 |   0.0 |8701k|  51 |   - | 552 |3607 |   0 |   0 | 109 |  74k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
153.94/154.07	c   145s|400000 |    12 |  8365 |   0.0 |8705k|  51 |   - | 552 |3605 |   0 |   0 | 109 |  76k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
156.94/157.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.94/157.00	c   148s|410000 |    12 |  8365 |   0.0 |8700k|  51 |   - | 552 |3592 |   0 |   0 | 109 |  78k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
159.94/160.06	c   151s|420000 |    13 |  8365 |   0.0 |8705k|  51 |   - | 552 |3607 |   0 |   0 | 109 |  79k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
164.14/164.20	c   155s|430000 |     8 |  8365 |   0.0 |8699k|  51 |   - | 552 |3586 |   0 |   0 | 109 |  82k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
167.23/167.32	c   158s|440000 |    11 |  8365 |   0.0 |8712k|  51 |   - | 552 |3618 |   0 |   0 | 109 |  84k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
170.24/170.31	c   160s|450000 |    13 |  8365 |   0.0 |8715k|  51 |   - | 552 |3622 |   0 |   0 | 109 |  86k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
173.33/173.41	c   163s|460000 |    13 |  8365 |   0.0 |8704k|  51 |   - | 552 |3586 |   0 |   0 | 109 |  87k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
176.63/176.75	c   166s|470000 |    14 |  8365 |   0.0 |8728k|  51 |   - | 552 |3637 |   0 |   0 | 109 |  90k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
179.83/179.98	c   169s|480000 |     9 |  8365 |   0.0 |8717k|  51 |   - | 552 |3615 |   0 |   0 | 109 |  92k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
183.43/183.55	c   173s|490000 |    12 |  8365 |   0.0 |8705k|  51 |   - | 552 |3580 |   0 |   0 | 109 |  95k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
187.63/187.72	c   177s|500000 |    10 |  8365 |   0.0 |8717k|  51 |   - | 552 |3588 |   0 |   0 | 109 |  97k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
190.73/190.81	c   180s|510000 |    13 |  8365 |   0.0 |8731k|  51 |   - | 552 |3615 |   0 |   0 | 109 | 100k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
194.13/194.29	c   183s|520000 |    16 |  8365 |   0.0 |8729k|  51 |   - | 552 |3602 |   0 |   0 | 109 | 103k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
197.62/197.72	c   186s|530000 |    10 |  8365 |   0.0 |8737k|  51 |   - | 552 |3624 |   0 |   0 | 109 | 105k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
201.03/201.17	c   189s|540000 |     7 |  8365 |   0.0 |8732k|  51 |   - | 552 |3616 |   0 |   0 | 109 | 108k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
204.92/205.05	c   193s|550000 |    23 |  8365 |   0.0 |8729k|  51 |   - | 552 |3592 |   0 |   0 | 109 | 110k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
207.83/207.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.83/207.91	c   196s|560000 |     8 |  8365 |   0.0 |8733k|  51 |   - | 552 |3613 |   0 |   0 | 109 | 112k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
210.62/210.75	c   198s|570000 |    13 |  8365 |   0.0 |8731k|  51 |   - | 552 |3604 |   0 |   0 | 109 | 114k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
213.32/213.49	c   201s|580000 |    12 |  8365 |   0.0 |8736k|  51 |   - | 552 |3617 |   0 |   0 | 109 | 116k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
216.32/216.41	c   203s|590000 |    11 |  8365 |   0.0 |8745k|  51 |   - | 552 |3634 |   0 |   0 | 109 | 118k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
219.31/219.48	c   206s|600000 |    13 |  8365 |   0.0 |8751k|  51 |   - | 552 |3648 |   0 |   0 | 109 | 120k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
222.62/222.76	c   209s|610000 |    15 |  8365 |   0.0 |8732k|  51 |   - | 552 |3603 |   0 |   0 | 109 | 123k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
225.61/225.77	c   212s|620000 |    15 |  8365 |   0.0 |8743k|  51 |   - | 552 |3632 |   0 |   0 | 109 | 125k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
228.92/229.06	c   215s|630000 |    16 |  8365 |   0.0 |8763k|  51 |   - | 552 |3675 |   0 |   0 | 109 | 128k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
232.02/232.17	c   218s|640000 |    13 |  8365 |   0.0 |8772k|  51 |   - | 552 |3705 |   0 |   0 | 109 | 130k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
235.51/235.61	c   221s|650000 |    13 |  8365 |   0.0 |8776k|  51 |   - | 552 |3707 |   0 |   0 | 109 | 132k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
238.92/239.05	c   225s|660000 |    15 |  8365 |   0.0 |8756k|  51 |   - | 552 |3647 |   0 |   0 | 109 | 135k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
241.82/241.98	c   227s|670000 |    16 |  8365 |   0.0 |8746k|  51 |   - | 552 |3623 |   0 |   0 | 109 | 137k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
245.01/245.17	c   230s|680000 |    12 |  8365 |   0.0 |8747k|  51 |   - | 552 |3628 |   0 |   0 | 109 | 139k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
250.21/250.33	c   235s|690000 |     5 |  8365 |   0.0 |8740k|  51 |   - | 552 |3613 |   0 |   0 | 109 | 143k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
253.31/253.41	c   238s|700000 |     9 |  8365 |   0.0 |8734k|  51 |   - | 552 |3581 |   0 |   0 | 109 | 145k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
256.11/256.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
256.11/256.29	c   241s|710000 |    16 |  8365 |   0.0 |8748k|  51 |   - | 552 |3617 |   0 |   0 | 109 | 147k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
259.41/259.58	c   244s|720000 |    14 |  8365 |   0.0 |8746k|  51 |   - | 552 |3604 |   0 |   0 | 109 | 149k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
262.40/262.57	c   247s|730000 |    10 |  8365 |   0.0 |8751k|  51 |   - | 552 |3621 |   0 |   0 | 109 | 151k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
265.51/265.63	c   249s|740000 |    12 |  8365 |   0.0 |8762k|  51 |   - | 552 |3647 |   0 |   0 | 109 | 154k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
268.51/268.67	c   252s|750000 |    11 |  8365 |   0.0 |8763k|  51 |   - | 552 |3645 |   0 |   0 | 109 | 156k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
272.00/272.10	c   256s|760000 |    13 |  8365 |   0.0 |8753k|  51 |   - | 552 |3632 |   0 |   0 | 109 | 159k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
274.91/275.05	c   258s|770000 |    12 |  8365 |   0.0 |8767k|  51 |   - | 552 |3664 |   0 |   0 | 109 | 161k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
278.00/278.10	c   261s|780000 |     8 |  8365 |   0.0 |8764k|  51 |   - | 552 |3660 |   0 |   0 | 109 | 163k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
281.19/281.39	c   264s|790000 |    11 |  8365 |   0.0 |8749k|  51 |   - | 552 |3610 |   0 |   0 | 109 | 166k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
284.60/284.71	c   267s|800000 |    14 |  8365 |   0.0 |8763k|  51 |   - | 552 |3645 |   0 |   0 | 109 | 168k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
287.59/287.75	c   270s|810000 |     9 |  8365 |   0.0 |8752k|  51 |   - | 552 |3617 |   0 |   0 | 109 | 171k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
290.90/291.05	c   273s|820000 |    10 |  8365 |   0.0 |8759k|  51 |   - | 552 |3623 |   0 |   0 | 109 | 174k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
294.70/294.80	c   277s|830000 |    12 |  8365 |   0.0 |8766k|  51 |   - | 552 |3649 |   0 |   0 | 109 | 176k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
297.80/297.95	c   280s|840000 |    10 |  8365 |   0.0 |8760k|  51 |   - | 552 |3633 |   0 |   0 | 109 | 179k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
300.89/301.06	c   283s|850000 |    12 |  8365 |   0.0 |8774k|  51 |   - | 552 |3663 |   0 |   0 | 109 | 181k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
304.10/304.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.10/304.26	c   286s|860000 |    11 |  8365 |   0.0 |8771k|  51 |   - | 552 |3656 |   0 |   0 | 109 | 184k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
307.30/307.46	c   289s|870000 |     5 |  8365 |   0.0 |8789k|  51 |   - | 552 |3698 |   0 |   0 | 109 | 186k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
310.60/310.77	c   292s|880000 |    15 |  8365 |   0.0 |8751k|  51 |   - | 552 |3599 |   0 |   0 | 109 | 189k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
313.49/313.69	c   294s|890000 |    10 |  8365 |   0.0 |8754k|  51 |   - | 552 |3609 |   0 |   0 | 109 | 191k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
316.48/316.61	c   297s|900000 |    12 |  8365 |   0.0 |8755k|  51 |   - | 552 |3610 |   0 |   0 | 109 | 193k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
319.68/319.85	c   300s|910000 |     8 |  8365 |   0.0 |8760k|  51 |   - | 552 |3624 |   0 |   0 | 109 | 196k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
322.58/322.79	c   303s|920000 |     9 |  8365 |   0.0 |8763k|  51 |   - | 552 |3631 |   0 |   0 | 109 | 198k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
325.68/325.87	c   306s|930000 |    11 |  8365 |   0.0 |8769k|  51 |   - | 552 |3647 |   0 |   0 | 109 | 200k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
328.99/329.19	c   309s|940000 |    13 |  8365 |   0.0 |8766k|  51 |   - | 552 |3633 |   0 |   0 | 109 | 203k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
332.28/332.42	c   312s|950000 |    10 |  8365 |   0.0 |8759k|  51 |   - | 552 |3619 |   0 |   0 | 109 | 205k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
335.28/335.46	c   315s|960000 |    14 |  8365 |   0.0 |8766k|  51 |   - | 552 |3639 |   0 |   0 | 109 | 208k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
338.58/338.79	c   318s|970000 |     7 |  8365 |   0.0 |8770k|  51 |   - | 552 |3665 |   0 |   0 | 109 | 210k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
343.09/343.24	c   322s|980000 |     4 |  8365 |   0.0 |8768k|  51 |   - | 552 |3670 |   0 |   0 | 109 | 214k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
347.98/348.11	c   327s|990000 |    11 |  8365 |   0.0 |8681k|  51 |   - | 552 |3659 |   0 |   0 | 109 | 217k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
350.78/350.99	c   329s|  1000k|    13 |  8365 |   0.0 |8685k|  51 |   - | 552 |3675 |   0 |   0 | 109 | 220k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
353.88/354.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.88/354.07	c   332s|  1010k|    19 |  8365 |   0.0 |8688k|  51 |   - | 552 |3674 |   0 |   0 | 109 | 222k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
356.97/357.15	c   335s|  1020k|    12 |  8365 |   0.0 |8692k|  51 |   - | 552 |3686 |   0 |   0 | 109 | 225k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
360.08/360.27	c   338s|  1030k|    12 |  8365 |   0.0 |8697k|  51 |   - | 552 |3703 |   0 |   0 | 109 | 228k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
363.17/363.35	c   341s|  1040k|     8 |  8365 |   0.0 |8685k|  51 |   - | 552 |3673 |   0 |   0 | 109 | 231k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
366.37/366.56	c   344s|  1050k|     7 |  8365 |   0.0 |8687k|  51 |   - | 552 |3683 |   0 |   0 | 109 | 233k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
369.57/369.76	c   347s|  1060k|    11 |  8365 |   0.0 |8692k|  51 |   - | 552 |3681 |   0 |   0 | 109 | 236k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
372.87/373.04	c   350s|  1070k|    11 |  8365 |   0.0 |8689k|  51 |   - | 552 |3678 |   0 |   0 | 109 | 239k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
376.16/376.31	c   353s|  1080k|    15 |  8365 |   0.0 |8609k|  51 |   - | 552 |3656 |   0 |   0 | 109 | 241k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
378.77/378.95	c   355s|  1090k|     7 |  8365 |   0.0 |8611k|  51 |   - | 552 |3681 |   0 |   0 | 109 | 243k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
381.57/381.78	c   358s|  1100k|     8 |  8365 |   0.0 |8613k|  51 |   - | 552 |3683 |   0 |   0 | 109 | 246k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
384.77/384.90	c   361s|  1110k|    14 |  8365 |   0.0 |8615k|  51 |   - | 552 |3702 |   0 |   0 | 109 | 249k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
387.46/387.63	c   363s|  1120k|    11 |  8365 |   0.0 |8611k|  51 |   - | 552 |3696 |   0 |   0 | 109 | 251k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
390.46/390.64	c   366s|  1130k|    10 |  8365 |   0.0 |8610k|  51 |   - | 552 |3689 |   0 |   0 | 109 | 253k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
393.57/393.70	c   369s|  1140k|    14 |  8365 |   0.0 |8627k|  51 |   - | 552 |3730 |   0 |   0 | 109 | 256k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
396.66/396.85	c   372s|  1150k|     8 |  8365 |   0.0 |8611k|  51 |   - | 552 |3695 |   0 |   0 | 109 | 259k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
399.56/399.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.56/399.79	c   375s|  1160k|     8 |  8365 |   0.0 |8618k|  51 |   - | 552 |3717 |   0 |   0 | 109 | 261k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
402.75/402.95	c   378s|  1170k|     8 |  8365 |   0.0 |8607k|  51 |   - | 552 |3693 |   0 |   0 | 109 | 264k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
405.77/405.94	c   380s|  1180k|     7 |  8365 |   0.0 |8610k|  51 |   - | 552 |3698 |   0 |   0 | 109 | 267k|  23 | 1.890000e+02 | 2.610000e+02 |  38.10%
406.76/406.94	c 
406.76/406.94	c SCIP Status        : problem is solved [optimal solution found]
406.76/406.94	c Solving Time (sec) : 381.25
406.76/406.94	c Solving Nodes      : 1182893
406.76/406.94	c Primal Bound       : +2.61000000000000e+02 (10 solutions)
406.76/406.94	c Dual Bound         : +2.61000000000000e+02
406.76/406.94	c Gap                : 0.00 %
406.76/406.94	s OPTIMUM FOUND
406.76/406.94	v x558 -x557 -x556 x555 x554 -x553 -x552 x551 x550 -x549 x548 -x547 x546 -x545 -x544 x543 x542 -x541 x540 -x539 -x538 x537 x536 -x535 
406.76/406.94	v -x534 x533 x532 -x531 x530 -x529 x528 -x527 -x526 x525 x524 -x523 x522 -x521 x520 -x519 -x518 x517 x516 -x515 -x514 x513 
406.76/406.94	v x512 -x511 x510 -x509 -x508 x507 x506 -x505 x504 -x503 -x502 x501 x500 -x499 x498 -x497 -x496 x495 x494 -x493 x492 -x491 -x490 
406.76/406.94	v x489 x488 -x487 x486 -x485 x484 -x483 -x482 x481 x480 -x479 -x478 x477 x476 -x475 x474 -x473 -x472 x471 x470 -x469 x468 -x467 
406.76/406.94	v -x466 x465 x464 -x463 -x462 x461 x460 -x459 x458 -x457 x456 -x455 -x454 x453 x452 -x451 x450 -x449 -x448 x447 x446 -x445 
406.76/406.94	v x444 -x443 -x442 x441 x440 -x439 x438 -x437 -x436 x435 x434 -x433 -x432 x431 x430 -x429 x428 -x427 -x426 x425 x424 -x423 x422 
406.76/406.94	v -x421 x420 -x419 -x418 x417 x416 -x415 x414 -x413 -x412 x411 x410 -x409 x408 -x407 -x406 x405 x404 -x403 x402 -x401 -x400 x399 
406.76/406.94	v x398 -x397 x396 -x395 -x394 x393 x392 -x391 x390 -x389 -x388 x387 x386 -x385 -x384 x383 -x382 x381 -x380 x379 x378 -x377 -x376 
406.76/406.94	v -x375 -x374 x373 -x372 x371 -x370 x369 -x368 x367 -x366 x365 -x364 x363 -x362 x361 -x360 x359 -x358 x357 -x356 x355 -x354 
406.76/406.94	v x353 x352 -x351 -x350 x349 -x348 x347 -x346 x345 -x344 x343 -x342 x341 -x340 x339 -x338 x337 -x336 x335 -x334 -x333 -x332 x331 
406.76/406.94	v x330 -x329 -x328 x327 -x326 -x325 -x324 x323 -x322 x321 -x320 x319 -x318 x317 -x316 x315 x314 -x313 -x312 x311 -x310 x309 
406.76/406.94	v -x308 x307 -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 
406.76/406.94	v x285 -x284 x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 x266 -x265 -x264 x263 
406.76/406.94	v x262 -x261 -x260 x259 -x258 x257 -x256 x255 x254 -x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 x241 
406.76/406.94	v -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 -x218 
406.76/406.94	v x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 x208 -x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 x197 -x196 x195 
406.76/406.94	v -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 
406.76/406.94	v x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 
406.76/406.94	v x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 x134 -x133 -x132 x131 -x130 x129 -x128 x127 
406.76/406.94	v x126 -x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 -x109 -x108 x107 -x106 x105 -x104 
406.76/406.94	v x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 x81 -x80 x79 
406.76/406.94	v -x78 -x77 -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 
406.76/406.94	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 -x26 -x25 
406.76/406.94	v -x24 x23 -x22 -x21 -x20 x19 -x18 x17 x16 -x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 -x1 
406.76/406.94	c SCIP Status        : problem is solved [optimal solution found]
406.76/406.94	c Solving Time       :     381.25
406.76/406.94	c Original Problem   :
406.76/406.94	c   Problem name     : HOME/instance-2667504-1276423820.opb
406.76/406.94	c   Variables        : 558 (558 binary, 0 integer, 0 implicit integer, 0 continuous)
406.76/406.94	c   Constraints      : 3551 initial, 3551 maximal
406.76/406.94	c Presolved Problem  :
406.76/406.94	c   Problem name     : t_HOME/instance-2667504-1276423820.opb
406.76/406.94	c   Variables        : 552 (552 binary, 0 integer, 0 implicit integer, 0 continuous)
406.76/406.94	c   Constraints      : 3545 initial, 3753 maximal
406.76/406.94	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
406.76/406.94	c   trivial          :       0.00          0          0          0          0          0          0          0          0
406.76/406.94	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
406.76/406.94	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
406.76/406.94	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
406.76/406.94	c   implics          :       0.00          0          0          0          0          0          0          0          0
406.76/406.94	c   probing          :       0.04          0          0          0          0          0          0          0          0
406.76/406.94	c   linear           :       0.05          0          6          0          0          0          6          0          0
406.76/406.94	c   logicor          :       0.05          0          0          0          0          0          0          0          0
406.76/406.94	c   root node        :          -        268          -          -        268          -          -          -          -
406.76/406.94	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
406.76/406.94	c   integral         :          0          0          0          1          0          0          0          0          0          2
406.76/406.94	c   logicor          :       3545+        24    2944266          0         10     284203    6894442          0          0          0
406.76/406.94	c   countsols        :          0          0          0          0         10          0          0          0          0          0
406.76/406.94	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
406.76/406.94	c   integral         :      13.60       0.00       0.00      13.60       0.00
406.76/406.94	c   logicor          :     148.72       0.01     148.71       0.00       0.00
406.76/406.94	c   countsols        :       0.00       0.00       0.00       0.00       0.00
406.76/406.94	c Propagators        :       Time      Calls    Cutoffs    DomReds
406.76/406.94	c   vbounds          :       1.89          2          0          0
406.76/406.94	c   rootredcost      :       1.90         10          0          0
406.76/406.94	c   pseudoobj        :     108.11    3816232     327015    3199153
406.76/406.94	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
406.76/406.94	c   propagation      :     108.33     284203     260993     260993       22.1       7511       29.3          -
406.76/406.94	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
406.76/406.94	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
406.76/406.94	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
406.76/406.94	c   pseudo solution  :       3.57      18331          0          0        0.0          0        0.0          -
406.76/406.94	c   applied globally :          -          -          -     268255       22.3          -          -          -
406.76/406.94	c   applied locally  :          -          -          -          0        0.0          -          -          -
406.76/406.94	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
406.76/406.94	c   cut pool         :       0.02         23          -          -          4          -    (maximal pool size: 532)
406.76/406.94	c   redcost          :       0.00         24          0          0          0          0
406.76/406.94	c   impliedbounds    :       0.01         24          0          0          0          0
406.76/406.94	c   intobj           :       0.00          0          0          0          0          0
406.76/406.94	c   cgmip            :       0.00          0          0          0          0          0
406.76/406.94	c   gomory           :       3.58         24          0          0       8796          0
406.76/406.94	c   strongcg         :       2.45         20          0          0       8395          0
406.76/406.94	c   cmir             :       0.22         10          0          0          0          0
406.76/406.94	c   flowcover        :       0.15         10          0          0          0          0
406.76/406.94	c   clique           :       0.02          1          0          0          0          0
406.76/406.94	c   zerohalf         :       0.00          0          0          0          0          0
406.76/406.94	c   mcf              :       0.01          1          0          0          0          0
406.76/406.94	c   rapidlearning    :       0.00          0          0          0          0          0
406.76/406.94	c Pricers            :       Time      Calls       Vars
406.76/406.94	c   problem variables:       0.00          0          0
406.76/406.94	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
406.76/406.94	c   relpscost        :      13.60          1          0          0          0          0          2
406.76/406.94	c   pscost           :       0.00          0          0          0          0          0          0
406.76/406.94	c   inference        :       8.38     660390          0          0          0          0    1320780
406.76/406.94	c   mostinf          :       0.00          0          0          0          0          0          0
406.76/406.94	c   leastinf         :       0.00          0          0          0          0          0          0
406.76/406.94	c   fullstrong       :       0.00          0          0          0          0          0          0
406.76/406.94	c   allfullstrong    :       0.00          0          0          0          0          0          0
406.76/406.94	c   random           :       0.00          0          0          0          0          0          0
406.76/406.94	c Primal Heuristics  :       Time      Calls      Found
406.76/406.94	c   LP solutions     :       0.00          -          0
406.76/406.94	c   pseudo solutions :       0.01          -         10
406.76/406.94	c   oneopt           :       0.76          0          0
406.76/406.94	c   crossover        :       0.00          0          0
406.76/406.94	c   trivial          :       0.01          2          0
406.76/406.94	c   simplerounding   :       0.00          0          0
406.76/406.94	c   zirounding       :       0.00          1          0
406.76/406.94	c   rounding         :       0.03         24          0
406.76/406.94	c   shifting         :       0.06         24          0
406.76/406.94	c   intshifting      :       0.00          0          0
406.76/406.94	c   twoopt           :       0.00          0          0
406.76/406.94	c   fixandinfer      :       0.00          0          0
406.76/406.94	c   feaspump         :       1.66          1          0
406.76/406.94	c   coefdiving       :       0.00          0          0
406.76/406.94	c   pscostdiving     :       0.00          0          0
406.76/406.94	c   fracdiving       :       0.00          0          0
406.76/406.94	c   veclendiving     :       0.00          0          0
406.76/406.94	c   intdiving        :       0.00          0          0
406.76/406.94	c   actconsdiving    :       0.00          0          0
406.76/406.94	c   objpscostdiving  :       0.00          0          0
406.76/406.94	c   rootsoldiving    :       0.00          0          0
406.76/406.94	c   linesearchdiving :       0.00          0          0
406.76/406.94	c   guideddiving     :       0.00          0          0
406.76/406.94	c   octane           :       0.00          0          0
406.76/406.94	c   rens             :       0.01          0          0
406.76/406.94	c   rins             :       0.00          0          0
406.76/406.94	c   localbranching   :       0.00          0          0
406.76/406.94	c   mutation         :       0.00          0          0
406.76/406.94	c   dins             :       0.00          0          0
406.76/406.94	c   undercover       :       0.00          0          0
406.76/406.94	c   nlp              :       0.57          0          0
406.76/406.94	c   trysol           :       0.53          0          0
406.76/406.94	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
406.76/406.94	c   primal LP        :       0.01          0          0       0.00       0.00
406.76/406.94	c   dual LP          :       4.77         24       5278     219.92    1106.50
406.76/406.94	c   lex dual LP      :       0.00          0          0       0.00          -
406.76/406.94	c   barrier LP       :       0.00          0          0       0.00          -
406.76/406.94	c   diving/probing LP:       1.63         34       3087      90.79    1893.87
406.76/406.94	c   strong branching :      13.60         23      12440     540.87     914.71
406.76/406.94	c     (at root node) :          -         23      12440     540.87          -
406.76/406.94	c   conflict analysis:       0.00          0          0       0.00          -
406.76/406.94	c B&B Tree           :
406.76/406.94	c   number of runs   :          1
406.76/406.94	c   nodes            :    1182893
406.76/406.94	c   nodes (total)    :    1182893
406.76/406.94	c   nodes left       :          0
406.76/406.94	c   max depth        :         51
406.76/406.94	c   max depth (total):         51
406.76/406.94	c   backtracks       :     292236 (24.7%)
406.76/406.94	c   delayed cutoffs  :     132244
406.76/406.94	c   repropagations   :     239001 (1873324 domain reductions, 107057 cutoffs)
406.76/406.94	c   avg switch length:       2.10
406.76/406.94	c   switching time   :      29.67
406.76/406.94	c Solution           :
406.76/406.94	c   Solutions found  :         10 (10 improvements)
406.76/406.94	c   First Solution   : +2.72000000000000e+02   (in run 1, after 107 nodes, 26.94 seconds, depth 37, found by <relaxation>)
406.76/406.94	c   Primal Bound     : +2.61000000000000e+02   (in run 1, after 134618 nodes, 68.87 seconds, depth 39, found by <relaxation>)
406.76/406.94	c   Dual Bound       : +2.61000000000000e+02
406.76/406.94	c   Gap              :       0.00 %
406.76/406.94	c   Root Dual Bound  : +1.89000000000000e+02
406.76/406.94	c   Root Iterations  :       8365
406.76/406.97	c Time complete: 406.83.

Verifier Data

OK	261

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667504-1276423820/watcher-2667504-1276423820 -o /tmp/evaluation-result-2667504-1276423820/solver-2667504-1276423820 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667504-1276423820.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: 2.21 2.02 1.65 3/106 25358
/proc/meminfo: memFree=1850572/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=7724 CPUtime=0
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 1020 0 0 0 0 0 0 0 20 0 1 0 17985967 7909376 939 1992294400 4194304 8223781 140733296089216 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25358/statm: 1931 951 348 984 0 944 0

[startup+0.0937671 s]
/proc/loadavg: 2.21 2.02 1.65 3/106 25358
/proc/meminfo: memFree=1850572/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=14440 CPUtime=0.09
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 3193 0 0 0 8 1 0 0 20 0 1 0 17985967 14786560 2748 1992294400 4194304 8223781 140733296089216 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 3610 2754 381 984 0 2623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14440

[startup+0.100767 s]
/proc/loadavg: 2.21 2.02 1.65 3/106 25358
/proc/meminfo: memFree=1850572/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=16848 CPUtime=0.09
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 3812 0 0 0 8 1 0 0 20 0 1 0 17985967 17252352 3367 1992294400 4194304 8223781 140733296089216 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 4212 3370 390 984 0 3225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16848

[startup+0.300787 s]
/proc/loadavg: 2.21 2.02 1.65 3/106 25358
/proc/meminfo: memFree=1850572/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=28132 CPUtime=0.29
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 8189 0 0 0 25 4 0 0 20 0 1 0 17985967 28807168 6089 1992294400 4194304 8223781 140733296089216 18446744073709551615 6450707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 7033 6089 528 984 0 6046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28132

[startup+0.700828 s]
/proc/loadavg: 2.21 2.02 1.65 3/106 25358
/proc/meminfo: memFree=1850572/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=30288 CPUtime=0.69
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 9958 0 0 0 63 6 0 0 21 0 1 0 17985967 31014912 6470 1992294400 4194304 8223781 140733296089216 18446744073709551615 6591317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 7572 6470 547 984 0 6585 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30288

[startup+1.50091 s]
/proc/loadavg: 2.21 2.02 1.65 2/107 25359
/proc/meminfo: memFree=1826632/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=30360 CPUtime=1.49
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 12617 0 0 0 142 7 0 0 23 0 1 0 17985967 31088640 6552 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 7590 6552 545 984 0 6603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30360

[startup+3.10107 s]
/proc/loadavg: 2.21 2.02 1.65 2/107 25359
/proc/meminfo: memFree=1825640/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=33420 CPUtime=3.09
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 16067 0 0 0 296 13 0 0 25 0 1 0 17985967 34222080 7184 1992294400 4194304 8223781 140733296089216 18446744073709551615 5721528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 8355 7184 563 984 0 7368 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33420

[startup+6.3004 s]
/proc/loadavg: 2.11 2.00 1.65 2/107 25359
/proc/meminfo: memFree=1819564/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=37088 CPUtime=6.29
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 21140 0 0 0 608 21 0 0 25 0 1 0 17985967 37978112 8246 1992294400 4194304 8223781 140733296089216 18446744073709551615 6567511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9272 8246 565 984 0 8285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37088

[startup+12.7011 s]
/proc/loadavg: 2.02 1.99 1.64 2/107 25361
/proc/meminfo: memFree=1818448/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=37920 CPUtime=12.68
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 28615 0 0 0 1235 33 0 0 25 0 1 0 17985967 38830080 8375 1992294400 4194304 8223781 140733296089216 18446744073709551615 6571352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9480 8375 566 984 0 8493 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37920

[startup+25.5014 s]
/proc/loadavg: 1.79 1.94 1.63 2/107 25361
/proc/meminfo: memFree=1819192/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=37868 CPUtime=25.48
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 53934 0 0 0 2499 49 0 0 25 0 1 0 17985967 38776832 8437 1992294400 4194304 8223781 140733296089216 18446744073709551615 6567505 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9467 8437 576 984 0 8480 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37868

[startup+51.101 s]
/proc/loadavg: 1.52 1.86 1.62 2/107 25361
/proc/meminfo: memFree=1817828/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=39188 CPUtime=51.07
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58130 0 0 0 4906 201 0 0 25 0 1 0 17985967 40128512 8556 1992294400 4194304 8223781 140733296089216 18446744073709551615 4653015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9797 8556 581 984 0 8810 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39188

[startup+102.308 s]
/proc/loadavg: 1.22 1.73 1.58 2/107 25363
/proc/meminfo: memFree=1817704/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=39320 CPUtime=102.26
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58178 0 0 0 9683 543 0 0 25 0 1 0 17985967 40263680 8604 1992294400 4194304 8223781 140733296089216 18446744073709551615 4648611 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9830 8604 581 984 0 8843 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39320

[startup+162.301 s]
/proc/loadavg: 1.08 1.59 1.54 2/107 25365
/proc/meminfo: memFree=1817332/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=39588 CPUtime=162.24
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58227 0 0 0 15289 935 0 0 25 0 1 0 17985967 40538112 8653 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9897 8653 581 984 0 8910 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 39588

[startup+222.301 s]
/proc/loadavg: 1.03 1.48 1.51 2/107 25368
/proc/meminfo: memFree=1816588/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=39856 CPUtime=222.22
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58290 0 0 0 20904 1318 0 0 25 0 1 0 17985967 40812544 8716 1992294400 4194304 8223781 140733296089216 18446744073709551615 5001220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 9964 8716 581 984 0 8977 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39856

[startup+282.301 s]
/proc/loadavg: 1.01 1.39 1.47 2/107 25370
/proc/meminfo: memFree=1816216/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40124 CPUtime=282.2
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58352 0 0 0 26517 1703 0 0 25 0 1 0 17985967 41086976 8778 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10031 8778 581 984 0 9044 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 40124

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.44 2/107 25372
/proc/meminfo: memFree=1815968/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40396 CPUtime=342.18
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58442 0 0 0 32117 2101 0 0 25 0 1 0 17985967 41365504 8868 1992294400 4194304 8223781 140733296089216 18446744073709551615 5506192 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10099 8868 581 984 0 9112 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 40396

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.41 2/107 25374
/proc/meminfo: memFree=1815844/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40528 CPUtime=402.16
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58475 0 0 0 37702 2514 0 0 25 0 1 0 17985967 41500672 8901 1992294400 4194304 8223781 140733296089216 18446744073709551615 4648619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10132 8901 581 984 0 9145 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 40528

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

[startup+403.101 s]
/proc/loadavg: 1.00 1.26 1.41 2/107 25374
/proc/meminfo: memFree=1815844/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40528 CPUtime=402.96
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58475 0 0 0 37775 2521 0 0 25 0 1 0 17985967 41500672 8901 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10132 8901 581 984 0 9145 0
Current children cumulated CPU time (s) 402.96
Current children cumulated vsize (KiB) 40528

[startup+404.701 s]
/proc/loadavg: 1.00 1.25 1.41 2/107 25374
/proc/meminfo: memFree=1815844/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40528 CPUtime=404.57
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58475 0 0 0 37924 2533 0 0 25 0 1 0 17985967 41500672 8901 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10132 8901 581 984 0 9145 0
Current children cumulated CPU time (s) 404.57
Current children cumulated vsize (KiB) 40528

[startup+406.301 s]
/proc/loadavg: 1.00 1.25 1.41 2/107 25374
/proc/meminfo: memFree=1815844/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40528 CPUtime=406.15
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58475 0 0 0 38072 2543 0 0 25 0 1 0 17985967 41500672 8901 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10132 8901 581 984 0 9145 0
Current children cumulated CPU time (s) 406.15
Current children cumulated vsize (KiB) 40528

[startup+406.701 s]
/proc/loadavg: 1.00 1.25 1.41 2/107 25374
/proc/meminfo: memFree=1815844/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40528 CPUtime=406.56
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58475 0 0 0 38110 2546 0 0 25 0 1 0 17985967 41500672 8901 1992294400 4194304 8223781 140733296089216 18446744073709551615 4677638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10132 8901 581 984 0 9145 0
Current children cumulated CPU time (s) 406.56
Current children cumulated vsize (KiB) 40528

[startup+406.901 s]
/proc/loadavg: 1.00 1.25 1.41 2/107 25374
/proc/meminfo: memFree=1815844/2059040 swapFree=4135652/4192956
[pid=25358] ppid=25356 vsize=40528 CPUtime=406.76
/proc/25358/stat : 25358 (pbscip.linux.x8) R 25356 25358 24429 0 -1 4202496 58475 0 0 0 38129 2547 0 0 25 0 1 0 17985967 41500672 8901 1992294400 4194304 8223781 140733296089216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25358/statm: 10132 8901 581 984 0 9145 0
Current children cumulated CPU time (s) 406.76
Current children cumulated vsize (KiB) 40528

Child status: 0
Real time (s): 406.97
CPU time (s): 406.837
CPU user time (s): 381.35
CPU system time (s): 25.4871
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 40528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 381.35
system time used= 25.4871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58490
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= 3
involuntary context switches= 5743

runsolver used 0.685895 second user time and 1.92771 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 12:10:20
IDJOB=2667504
IDBENCH=2084
IDSOLVER=1169
FILE ID=node002/2667504-1276423820
PBS_JOBID= 11173299
Free space on /tmp= 62400 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667504-1276423820/watcher-2667504-1276423820 -o /tmp/evaluation-result-2667504-1276423820/solver-2667504-1276423820 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667504-1276423820.opb -t 1800 -m 1800

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

MD5SUM BENCH= c4cc2d9119cd599cce3a69b5023baf39
RANDOM SEED=181804299

node002.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.242
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.48
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.242
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1851100 kB
Buffers:         10644 kB
Cached:         120916 kB
SwapCached:      10180 kB
Active:          73300 kB
Inactive:        70748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851100 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            4660 kB
Writeback:           0 kB
AnonPages:       11032 kB
Mapped:           9164 kB
Slab:            42136 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181160 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= 62392 MiB
End job on node002 at 2010-06-13 12:17:07