Trace number 2666074

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPT261 393.083 393.241

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: Clp 1.11.1] [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-2666074-1276423784.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.11	c presolving:
0.09/0.14	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.22	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.92
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.29/0.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.35	c   0.2s|     1 |     0 |   538 |     - |6949k|   0 | 343 | 552 |3545 | 552 |3545 |   0 |   0 |   0 | 1.745000e+02 |      --      |    Inf 
0.49/0.55	c   0.4s|     1 |     0 |   585 |     - |7105k|   0 | 337 | 552 |3545 | 552 |3554 |   9 |   0 |   0 | 1.775000e+02 |      --      |    Inf 
0.69/0.71	c   0.6s|     1 |     0 |   638 |     - |7132k|   0 | 338 | 552 |3545 | 552 |3559 |  14 |   0 |   0 | 1.785000e+02 |      --      |    Inf 
0.79/0.89	c   0.7s|     1 |     0 |   684 |     - |7180k|   0 | 333 | 552 |3545 | 552 |3565 |  20 |   0 |   0 | 1.795000e+02 |      --      |    Inf 
1.00/1.03	c   0.9s|     1 |     0 |   712 |     - |7205k|   0 | 334 | 552 |3545 | 552 |3570 |  25 |   0 |   0 | 1.805000e+02 |      --      |    Inf 
1.19/1.22	c   1.1s|     1 |     0 |   766 |     - |7245k|   0 | 336 | 552 |3545 | 552 |3575 |  30 |   0 |   0 | 1.810000e+02 |      --      |    Inf 
1.39/1.45	c   1.3s|     1 |     0 |   872 |     - |7289k|   0 | 330 | 552 |3545 | 552 |3581 |  36 |   0 |   0 | 1.810000e+02 |      --      |    Inf 
1.69/1.71	c   1.5s|     1 |     0 |  1039 |     - |7330k|   0 | 331 | 552 |3545 | 552 |3589 |  44 |   0 |   0 | 1.820000e+02 |      --      |    Inf 
1.89/1.96	c   1.8s|     1 |     0 |  1150 |     - |7408k|   0 | 326 | 552 |3545 | 552 |3595 |  50 |   0 |   0 | 1.830000e+02 |      --      |    Inf 
2.29/2.33	c   2.1s|     1 |     0 |  1414 |     - |7510k|   0 | 324 | 552 |3545 | 552 |3600 |  55 |   0 |   0 | 1.840000e+02 |      --      |    Inf 
2.59/2.67	c   2.5s|     1 |     0 |  1705 |     - |7571k|   0 | 322 | 552 |3545 | 552 |3608 |  63 |   0 |   0 | 1.850000e+02 |      --      |    Inf 
2.89/2.91	c   2.7s|     1 |     0 |  1925 |     - |7617k|   0 | 321 | 552 |3545 | 552 |3611 |  69 |   0 |   0 | 1.855000e+02 |      --      |    Inf 
3.30/3.31	c   3.1s|     1 |     0 |  2159 |     - |7792k|   0 | 331 | 552 |3545 | 552 |3616 |  74 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
4.29/4.32	c   4.1s|     1 |     0 |  2625 |     - |7881k|   0 | 338 | 552 |3545 | 552 |3621 |  79 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
4.99/5.04	c   4.8s|     1 |     0 |  2968 |     - |8254k|   0 | 338 | 552 |3545 | 552 |3625 |  83 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
5.40/5.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.40/5.49	c   5.2s|     1 |     0 |  3322 |     - |8356k|   0 | 367 | 552 |3545 | 552 |3631 |  89 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
6.09/6.18	c   5.9s|     1 |     0 |  3649 |     - |8696k|   0 | 323 | 552 |3545 | 552 |3635 |  93 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
6.79/6.82	c   6.5s|     1 |     0 |  3991 |     - |9036k|   0 | 323 | 552 |3545 | 552 |3618 |  97 |   0 |   0 | 1.860000e+02 |      --      |    Inf 
17.78/17.80	c  17.3s|     1 |     2 |  3991 |     - |9044k|   0 | 323 | 552 |3545 | 552 |3618 |  97 |   0 |  25 | 1.860000e+02 |      --      |    Inf 
18.08/18.13	o 274
18.08/18.13	c *17.6s|   363 |    16 |  3991 |   0.0 |9195k|  31 |   - | 552 |3585 |   0 |   0 |  97 | 234 |  25 | 1.861667e+02 | 2.740000e+02 |  47.18%
18.19/18.24	o 272
18.19/18.24	c *17.8s|   529 |    19 |  3991 |   0.0 |9201k|  32 |   - | 552 |3558 |   0 |   0 |  97 | 314 |  25 | 1.861667e+02 | 2.720000e+02 |  46.11%
18.19/18.24	o 271
18.19/18.24	c *17.8s|   548 |    19 |  3991 |   0.0 |9209k|  32 |   - | 552 |3558 |   0 |   0 |  97 | 316 |  25 | 1.861667e+02 | 2.710000e+02 |  45.57%
20.48/20.50	o 270
20.48/20.50	c *19.9s|  8430 |    29 |  3991 |   0.0 |9233k|  40 |   - | 552 |3568 |   0 |   0 |  97 |1859 |  25 | 1.861667e+02 | 2.700000e+02 |  45.03%
20.48/20.51	o 269
20.48/20.51	c *19.9s|  8451 |    29 |  3991 |   0.0 |9242k|  41 |   - | 552 |3568 |   0 |   0 |  97 |1860 |  25 | 1.861667e+02 | 2.690000e+02 |  44.49%
20.58/20.65	o 268
20.58/20.65	c *20.0s|  9153 |    24 |  3991 |   0.0 |9249k|  41 |   - | 552 |3568 |   0 |   0 |  97 |1924 |  25 | 1.861667e+02 | 2.680000e+02 |  43.96%
20.78/20.83	c  20.1s| 10000 |    22 |  3991 |   0.0 |9248k|  41 |   - | 552 |3568 |   0 |   0 |  97 |2027 |  25 | 1.861667e+02 | 2.680000e+02 |  43.96%
23.19/23.23	c  22.4s| 20000 |    15 |  3991 |   0.0 |9247k|  41 |   - | 552 |3569 |   0 |   0 |  97 |2650 |  25 | 1.861667e+02 | 2.680000e+02 |  43.96%
24.28/24.35	o 267
24.28/24.35	c *23.5s| 23243 |    24 |  3991 |   0.0 |9263k|  41 |   - | 552 |3571 |   0 |   0 |  97 |3113 |  25 | 1.861667e+02 | 2.670000e+02 |  43.42%
24.38/24.44	o 266
24.38/24.44	c *23.5s| 23633 |    22 |  3991 |   0.0 |9271k|  41 |   - | 552 |3573 |   0 |   0 |  97 |3160 |  25 | 1.861667e+02 | 2.660000e+02 |  42.88%
25.78/25.89	c  24.9s| 30000 |    18 |  3991 |   0.0 |9271k|  41 |   - | 552 |3576 |   0 |   0 |  97 |3896 |  25 | 1.861667e+02 | 2.660000e+02 |  42.88%
28.18/28.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.18/28.20	c  27.0s| 40000 |    21 |  3991 |   0.0 |9282k|  41 |   - | 552 |3597 |   0 |   0 |  97 |4790 |  25 | 1.861667e+02 | 2.660000e+02 |  42.88%
30.48/30.53	c  29.1s| 50000 |    18 |  3991 |   0.0 |9270k|  42 |   - | 552 |3569 |   0 |   0 |  97 |5803 |  25 | 1.861667e+02 | 2.660000e+02 |  42.88%
33.07/33.12	c  31.5s| 60000 |    16 |  3991 |   0.0 |9273k|  42 |   - | 552 |3575 |   0 |   0 |  97 |6892 |  25 | 1.861667e+02 | 2.660000e+02 |  42.88%
35.17/35.22	o 265
35.17/35.22	c *33.5s| 67221 |    22 |  3991 |   0.0 |9282k|  42 |   - | 552 |3562 |   0 |   0 |  97 |7924 |  25 | 1.861667e+02 | 2.650000e+02 |  42.35%
35.77/35.89	c  34.1s| 70000 |    20 |  3991 |   0.0 |9283k|  42 |   - | 552 |3567 |   0 |   0 |  97 |8437 |  25 | 1.861667e+02 | 2.650000e+02 |  42.35%
38.57/38.61	c  36.7s| 80000 |    14 |  3991 |   0.0 |9278k|  42 |   - | 552 |3557 |   0 |   0 |  97 |  10k|  25 | 1.861667e+02 | 2.650000e+02 |  42.35%
41.16/41.26	c  39.1s| 90000 |    10 |  3991 |   0.0 |9280k|  42 |   - | 552 |3562 |   0 |   0 |  97 |  11k|  25 | 1.861667e+02 | 2.650000e+02 |  42.35%
41.57/41.66	o 263
41.57/41.66	c *39.5s| 91317 |    39 |  3991 |   0.0 |9302k|  49 |   - | 552 |3575 |   0 |   0 |  97 |  11k|  25 | 1.861667e+02 | 2.630000e+02 |  41.27%
41.57/41.66	o 262
41.57/41.66	c *39.5s| 91319 |    38 |  3991 |   0.0 |9310k|  49 |   - | 552 |3575 |   0 |   0 |  97 |  11k|  25 | 1.861667e+02 | 2.620000e+02 |  40.73%
42.96/43.09	o 261
42.96/43.09	c *40.8s| 97127 |    20 |  3991 |   0.0 |9316k|  49 |   - | 552 |3577 |   0 |   0 |  97 |  12k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
43.77/43.82	c  41.5s|100000 |    12 |  3991 |   0.0 |9314k|  49 |   - | 552 |3579 |   0 |   0 |  97 |  13k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
46.47/46.54	c  44.0s|110000 |    16 |  3991 |   0.0 |9328k|  49 |   - | 552 |3604 |   0 |   0 |  97 |  15k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
49.06/49.17	c  46.5s|120000 |    14 |  3991 |   0.0 |9345k|  49 |   - | 552 |3635 |   0 |   0 |  97 |  17k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
52.06/52.19	c  49.3s|130000 |    14 |  3991 |   0.0 |9326k|  54 |   - | 552 |3597 |   0 |   0 |  97 |  19k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
55.06/55.11	c  52.0s|140000 |    17 |  3991 |   0.0 |9334k|  54 |   - | 552 |3600 |   0 |   0 |  97 |  21k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
57.86/57.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.86/57.95	c  54.7s|150000 |    17 |  3991 |   0.0 |9340k|  54 |   - | 552 |3614 |   0 |   0 |  97 |  23k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
60.96/61.05	c  57.6s|160000 |    15 |  3991 |   0.0 |9368k|  54 |   - | 552 |3677 |   0 |   0 |  97 |  26k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
64.96/65.10	c  61.4s|170000 |    16 |  3991 |   0.0 |9338k|  54 |   - | 552 |3573 |   0 |   0 |  97 |  29k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
67.96/68.09	c  64.1s|180000 |    10 |  3991 |   0.0 |9347k|  54 |   - | 552 |3596 |   0 |   0 |  97 |  31k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
70.96/71.01	c  66.8s|190000 |    16 |  3991 |   0.0 |9365k|  54 |   - | 552 |3628 |   0 |   0 |  97 |  33k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
74.16/74.28	c  69.9s|200000 |    21 |  3991 |   0.0 |9351k|  54 |   - | 552 |3582 |   0 |   0 |  97 |  36k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
77.25/77.35	c  72.8s|210000 |    13 |  3991 |   0.0 |9352k|  54 |   - | 552 |3589 |   0 |   0 |  97 |  38k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
80.46/80.55	c  75.8s|220000 |    18 |  3991 |   0.0 |9354k|  54 |   - | 552 |3576 |   0 |   0 |  97 |  40k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
83.25/83.35	c  78.3s|230000 |    12 |  3991 |   0.0 |9360k|  54 |   - | 552 |3590 |   0 |   0 |  97 |  42k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
86.65/86.76	c  81.5s|240000 |    10 |  3991 |   0.0 |9367k|  54 |   - | 552 |3610 |   0 |   0 |  97 |  45k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
91.16/91.21	c  85.7s|250000 |    12 |  3991 |   0.0 |9366k|  54 |   - | 552 |3589 |   0 |   0 |  97 |  48k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
95.25/95.30	c  89.5s|260000 |    13 |  3991 |   0.0 |9361k|  54 |   - | 552 |3559 |   0 |   0 |  97 |  51k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
98.85/98.99	c  93.0s|270000 |    21 |  3991 |   0.0 |9371k|  54 |   - | 552 |3569 |   0 |   0 |  97 |  54k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
101.95/102.03	c  95.8s|280000 |    13 |  3991 |   0.0 |9382k|  54 |   - | 552 |3598 |   0 |   0 |  97 |  56k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
104.95/105.05	c  98.6s|290000 |    14 |  3991 |   0.0 |9371k|  54 |   - | 552 |3560 |   0 |   0 |  97 |  59k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
107.94/108.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.94/108.05	c   101s|300000 |    15 |  3991 |   0.0 |9376k|  54 |   - | 552 |3568 |   0 |   0 |  97 |  61k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
111.24/111.35	c   105s|310000 |    13 |  3991 |   0.0 |9370k|  54 |   - | 552 |3560 |   0 |   0 |  97 |  63k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
114.35/114.41	c   107s|320000 |    13 |  3991 |   0.0 |9374k|  54 |   - | 552 |3563 |   0 |   0 |  97 |  66k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
117.54/117.62	c   110s|330000 |    17 |  3991 |   0.0 |9380k|  54 |   - | 552 |3573 |   0 |   0 |  97 |  68k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
120.24/120.33	c   113s|340000 |    16 |  3991 |   0.0 |9390k|  54 |   - | 552 |3598 |   0 |   0 |  97 |  70k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
124.13/124.23	c   117s|350000 |    15 |  3991 |   0.0 |9387k|  54 |   - | 552 |3593 |   0 |   0 |  97 |  73k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
126.93/127.07	c   119s|360000 |    14 |  3991 |   0.0 |9392k|  54 |   - | 552 |3599 |   0 |   0 |  97 |  75k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
129.73/129.85	c   122s|370000 |    14 |  3991 |   0.0 |9390k|  54 |   - | 552 |3597 |   0 |   0 |  97 |  77k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
132.63/132.73	c   124s|380000 |    12 |  3991 |   0.0 |9401k|  54 |   - | 552 |3621 |   0 |   0 |  97 |  79k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
135.52/135.63	c   127s|390000 |    11 |  3991 |   0.0 |9405k|  54 |   - | 552 |3631 |   0 |   0 |  97 |  80k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
138.54/138.63	c   130s|400000 |    14 |  3991 |   0.0 |9398k|  54 |   - | 552 |3610 |   0 |   0 |  97 |  82k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
141.53/141.65	c   133s|410000 |    13 |  3991 |   0.0 |9406k|  54 |   - | 552 |3637 |   0 |   0 |  97 |  84k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
145.13/145.22	c   136s|420000 |    21 |  3991 |   0.0 |9411k|  54 |   - | 552 |3643 |   0 |   0 |  97 |  86k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
148.33/148.46	c   139s|430000 |     7 |  3991 |   0.0 |9407k|  54 |   - | 552 |3641 |   0 |   0 |  97 |  89k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
151.42/151.56	c   142s|440000 |     8 |  3991 |   0.0 |9415k|  54 |   - | 552 |3659 |   0 |   0 |  97 |  91k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
155.92/156.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.92/156.06	c   146s|450000 |    14 |  3991 |   0.0 |9397k|  54 |   - | 552 |3573 |   0 |   0 |  97 |  94k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
159.22/159.33	c   149s|460000 |    22 |  3991 |   0.0 |9408k|  54 |   - | 552 |3586 |   0 |   0 |  97 |  96k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
162.12/162.24	c   152s|470000 |    10 |  3991 |   0.0 |9413k|  54 |   - | 552 |3607 |   0 |   0 |  97 |  98k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
164.93/165.06	c   155s|480000 |    15 |  3991 |   0.0 |9407k|  54 |   - | 552 |3585 |   0 |   0 |  97 | 100k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
167.82/167.97	c   157s|490000 |    22 |  3991 |   0.0 |9413k|  54 |   - | 552 |3593 |   0 |   0 |  97 | 103k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
170.71/170.86	c   160s|500000 |     8 |  3991 |   0.0 |9405k|  54 |   - | 552 |3578 |   0 |   0 |  97 | 105k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
173.82/173.92	c   163s|510000 |    15 |  3991 |   0.0 |9435k|  54 |   - | 552 |3644 |   0 |   0 |  97 | 107k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
177.02/177.11	c   166s|520000 |    15 |  3991 |   0.0 |9444k|  54 |   - | 552 |3663 |   0 |   0 |  97 | 110k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
179.91/180.09	c   169s|530000 |    14 |  3991 |   0.0 |9413k|  54 |   - | 552 |3578 |   0 |   0 |  97 | 112k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
182.91/183.01	c   171s|540000 |    11 |  3991 |   0.0 |9433k|  54 |   - | 552 |3628 |   0 |   0 |  97 | 114k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
186.01/186.19	c   174s|550000 |    18 |  3991 |   0.0 |9424k|  54 |   - | 552 |3602 |   0 |   0 |  97 | 117k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
189.02/189.19	c   177s|560000 |    14 |  3991 |   0.0 |9422k|  54 |   - | 552 |3601 |   0 |   0 |  97 | 119k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
192.31/192.46	c   180s|570000 |    13 |  3991 |   0.0 |9433k|  54 |   - | 552 |3627 |   0 |   0 |  97 | 122k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
195.41/195.52	c   183s|580000 |    17 |  3991 |   0.0 |9448k|  54 |   - | 552 |3656 |   0 |   0 |  97 | 124k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
198.30/198.45	c   186s|590000 |    12 |  3991 |   0.0 |9446k|  54 |   - | 552 |3653 |   0 |   0 |  97 | 126k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
201.50/201.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.50/201.67	c   189s|600000 |    12 |  3991 |   0.0 |9447k|  54 |   - | 552 |3655 |   0 |   0 |  97 | 129k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
204.90/205.04	c   192s|610000 |    11 |  3991 |   0.0 |9429k|  54 |   - | 552 |3604 |   0 |   0 |  97 | 131k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
208.00/208.14	c   195s|620000 |     8 |  3991 |   0.0 |9435k|  54 |   - | 552 |3615 |   0 |   0 |  97 | 134k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
211.00/211.10	c   198s|630000 |    15 |  3991 |   0.0 |9432k|  54 |   - | 552 |3603 |   0 |   0 |  97 | 136k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
213.80/213.97	c   200s|640000 |    16 |  3991 |   0.0 |9430k|  54 |   - | 552 |3593 |   0 |   0 |  97 | 138k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
217.79/217.97	c   204s|650000 |    13 |  3991 |   0.0 |9429k|  54 |   - | 552 |3598 |   0 |   0 |  97 | 141k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
222.50/222.66	c   208s|660000 |     8 |  3991 |   0.0 |9426k|  54 |   - | 552 |3599 |   0 |   0 |  97 | 144k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
227.19/227.37	c   213s|670000 |     6 |  3991 |   0.0 |9426k|  54 |   - | 552 |3614 |   0 |   0 |  97 | 148k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
232.19/232.33	c   218s|680000 |    10 |  3991 |   0.0 |9427k|  54 |   - | 552 |3606 |   0 |   0 |  97 | 151k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
235.49/235.61	c   221s|690000 |    17 |  3991 |   0.0 |9444k|  54 |   - | 552 |3648 |   0 |   0 |  97 | 154k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
238.70/238.81	c   224s|700000 |    14 |  3991 |   0.0 |9443k|  54 |   - | 552 |3645 |   0 |   0 |  97 | 157k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
241.49/241.66	c   226s|710000 |    11 |  3991 |   0.0 |9448k|  54 |   - | 552 |3655 |   0 |   0 |  97 | 159k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
244.39/244.54	c   229s|720000 |    15 |  3991 |   0.0 |9450k|  54 |   - | 552 |3658 |   0 |   0 |  97 | 161k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
247.49/247.63	c   232s|730000 |    15 |  3991 |   0.0 |9446k|  54 |   - | 552 |3645 |   0 |   0 |  97 | 163k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
250.49/250.65	c   235s|740000 |    10 |  3991 |   0.0 |9453k|  54 |   - | 552 |3663 |   0 |   0 |  97 | 165k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
253.68/253.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.68/253.86	c   238s|750000 |    15 |  3991 |   0.0 |9453k|  54 |   - | 552 |3659 |   0 |   0 |  97 | 168k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
256.58/256.76	c   240s|760000 |    17 |  3991 |   0.0 |9452k|  55 |   - | 552 |3656 |   0 |   0 |  97 | 170k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
259.49/259.66	c   243s|770000 |    15 |  3991 |   0.0 |9455k|  55 |   - | 552 |3669 |   0 |   0 |  97 | 172k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
262.39/262.50	c   246s|780000 |    15 |  3991 |   0.0 |9468k|  56 |   - | 552 |3694 |   0 |   0 |  97 | 175k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
265.48/265.64	c   249s|790000 |    10 |  3991 |   0.0 |9456k|  56 |   - | 552 |3669 |   0 |   0 |  97 | 177k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
268.68/268.85	c   252s|800000 |    10 |  3991 |   0.0 |9460k|  56 |   - | 552 |3678 |   0 |   0 |  97 | 180k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
271.77/271.91	c   254s|810000 |     6 |  3991 |   0.0 |9457k|  56 |   - | 552 |3672 |   0 |   0 |  97 | 182k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
274.78/274.98	c   257s|820000 |     8 |  3991 |   0.0 |9451k|  56 |   - | 552 |3651 |   0 |   0 |  97 | 185k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
277.78/277.94	c   260s|830000 |     8 |  3991 |   0.0 |9455k|  56 |   - | 552 |3662 |   0 |   0 |  97 | 187k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
280.78/280.94	c   263s|840000 |    10 |  3991 |   0.0 |9462k|  56 |   - | 552 |3675 |   0 |   0 |  97 | 189k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
283.88/284.06	c   266s|850000 |    15 |  3991 |   0.0 |9445k|  56 |   - | 552 |3624 |   0 |   0 |  97 | 191k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
286.67/286.85	c   268s|860000 |    17 |  3991 |   0.0 |9451k|  56 |   - | 552 |3637 |   0 |   0 |  97 | 194k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
289.67/289.80	c   271s|870000 |    13 |  3991 |   0.0 |9451k|  56 |   - | 552 |3640 |   0 |   0 |  97 | 196k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
292.57/292.78	c   274s|880000 |     9 |  3991 |   0.0 |9448k|  56 |   - | 552 |3631 |   0 |   0 |  97 | 198k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
295.67/295.85	c   277s|890000 |    10 |  3991 |   0.0 |9456k|  56 |   - | 552 |3655 |   0 |   0 |  97 | 201k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
298.77/298.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.77/298.91	c   280s|900000 |    14 |  3991 |   0.0 |9451k|  56 |   - | 552 |3635 |   0 |   0 |  97 | 203k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
301.86/302.02	c   282s|910000 |    11 |  3991 |   0.0 |9455k|  56 |   - | 552 |3646 |   0 |   0 |  97 | 206k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
305.07/305.29	c   286s|920000 |    15 |  3991 |   0.0 |9451k|  56 |   - | 552 |3635 |   0 |   0 |  97 | 208k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
308.16/308.32	c   288s|930000 |    12 |  3991 |   0.0 |9449k|  56 |   - | 552 |3624 |   0 |   0 |  97 | 210k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
311.06/311.24	c   291s|940000 |    14 |  3991 |   0.0 |9455k|  56 |   - | 552 |3638 |   0 |   0 |  97 | 213k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
314.16/314.35	c   294s|950000 |    14 |  3991 |   0.0 |9450k|  56 |   - | 552 |3633 |   0 |   0 |  97 | 215k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
317.16/317.33	c   297s|960000 |     7 |  3991 |   0.0 |9455k|  56 |   - | 552 |3647 |   0 |   0 |  97 | 217k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
320.36/320.52	c   300s|970000 |     6 |  3991 |   0.0 |9461k|  56 |   - | 552 |3657 |   0 |   0 |  97 | 219k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
323.45/323.66	c   303s|980000 |     9 |  3991 |   0.0 |9461k|  56 |   - | 552 |3652 |   0 |   0 |  97 | 222k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
326.66/326.84	c   306s|990000 |    12 |  3991 |   0.0 |9460k|  56 |   - | 552 |3659 |   0 |   0 |  97 | 224k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
330.45/330.62	c   309s|  1000k|     9 |  3991 |   0.0 |9365k|  56 |   - | 552 |3618 |   0 |   0 |  97 | 227k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
333.56/333.73	c   312s|  1010k|    12 |  3991 |   0.0 |9409k|  56 |   - | 552 |3733 |   0 |   0 |  97 | 229k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
336.46/336.63	c   315s|  1020k|     9 |  3991 |   0.0 |9438k|  56 |   - | 552 |3825 |   0 |   0 |  97 | 232k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
339.45/339.68	c   318s|  1030k|     9 |  3991 |   0.0 |9482k|  56 |   - | 552 |3962 |   0 |   0 |  97 | 234k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
342.35/342.50	c   320s|  1040k|     8 |  3991 |   0.0 |9488k|  56 |   - | 552 |3978 |   0 |   0 |  97 | 237k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
345.45/345.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.45/345.68	c   323s|  1050k|    14 |  3991 |   0.0 |9395k|  56 |   - | 552 |3638 |   0 |   0 |  97 | 239k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
348.25/348.45	c   326s|  1060k|    10 |  3991 |   0.0 |9386k|  56 |   - | 552 |3606 |   0 |   0 |  97 | 241k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
351.15/351.31	c   328s|  1070k|    11 |  3991 |   0.0 |9400k|  56 |   - | 552 |3651 |   0 |   0 |  97 | 243k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
354.06/354.28	c   331s|  1080k|    13 |  3991 |   0.0 |9390k|  56 |   - | 552 |3616 |   0 |   0 |  97 | 246k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
356.95/357.13	c   334s|  1090k|     8 |  3991 |   0.0 |9388k|  56 |   - | 552 |3614 |   0 |   0 |  97 | 248k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
359.74/359.93	c   336s|  1100k|    11 |  3991 |   0.0 |9393k|  56 |   - | 552 |3625 |   0 |   0 |  97 | 251k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
362.64/362.82	c   339s|  1110k|     6 |  3991 |   0.0 |9392k|  56 |   - | 552 |3624 |   0 |   0 |  97 | 253k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
365.74/365.96	c   342s|  1120k|    11 |  3991 |   0.0 |9389k|  56 |   - | 552 |3609 |   0 |   0 |  97 | 255k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
368.64/368.83	c   345s|  1130k|     9 |  3991 |   0.0 |9402k|  56 |   - | 552 |3654 |   0 |   0 |  97 | 258k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
371.65/371.89	c   348s|  1140k|     8 |  3991 |   0.0 |9391k|  56 |   - | 552 |3622 |   0 |   0 |  97 | 260k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
374.64/374.83	c   350s|  1150k|     8 |  3991 |   0.0 |9399k|  56 |   - | 552 |3635 |   0 |   0 |  97 | 263k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
377.34/377.55	c   353s|  1160k|    10 |  3991 |   0.0 |9405k|  56 |   - | 552 |3652 |   0 |   0 |  97 | 265k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
380.34/380.60	c   356s|  1170k|     5 |  3991 |   0.0 |9384k|  56 |   - | 552 |3599 |   0 |   0 |  97 | 267k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
383.54/383.77	c   359s|  1180k|     6 |  3991 |   0.0 |9370k|  56 |   - | 552 |3604 |   0 |   0 |  97 | 269k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
387.44/387.69	c   362s|  1190k|     9 |  3991 |   0.0 |9152k|  56 |   - | 552 |3090 |   0 |   0 |  97 | 272k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
390.34/390.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.34/390.54	c   365s|  1200k|    10 |  3991 |   0.0 |9135k|  56 |   - | 552 |3008 |   0 |   0 |  97 | 275k|  25 | 1.861667e+02 | 2.610000e+02 |  40.20%
393.03/393.21	c 
393.03/393.21	c SCIP Status        : problem is solved [optimal solution found]
393.03/393.21	c Solving Time (sec) : 367.47
393.03/393.21	c Solving Nodes      : 1209192
393.03/393.21	c Primal Bound       : +2.61000000000000e+02 (12 solutions)
393.03/393.21	c Dual Bound         : +2.61000000000000e+02
393.03/393.21	c Gap                : 0.00 %
393.03/393.21	s OPTIMUM FOUND
393.03/393.21	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 
393.03/393.21	v x534 -x533 -x532 x531 x530 -x529 -x528 x527 x526 -x525 x524 -x523 x522 -x521 x520 -x519 -x518 x517 -x516 x515 x514 -x513 
393.03/393.21	v x512 -x511 -x510 x509 x508 -x507 x506 -x505 -x504 x503 x502 -x501 x500 -x499 -x498 x497 x496 -x495 x494 -x493 -x492 x491 x490 
393.03/393.21	v -x489 x488 -x487 x486 -x485 x484 -x483 -x482 x481 -x480 x479 x478 -x477 x476 -x475 -x474 x473 x472 -x471 x470 -x469 -x468 x467 
393.03/393.21	v x466 -x465 x464 -x463 x462 -x461 -x460 x459 x458 -x457 -x456 x455 x454 -x453 x452 -x451 -x450 x449 x448 -x447 x446 -x445 
393.03/393.21	v -x444 x443 x442 -x441 x440 -x439 -x438 x437 x436 -x435 x434 -x433 x432 -x431 -x430 x429 x428 -x427 x426 -x425 -x424 x423 x422 
393.03/393.21	v -x421 -x420 x419 x418 -x417 x416 -x415 -x414 x413 x412 -x411 x410 -x409 -x408 x407 x406 -x405 x404 -x403 -x402 x401 x400 -x399 
393.03/393.21	v x398 -x397 -x396 x395 x394 -x393 x392 -x391 -x390 x389 x388 -x387 x386 -x385 -x384 x383 x382 -x381 -x380 x379 -x378 x377 -x376 
393.03/393.21	v x375 -x374 x373 -x372 x371 -x370 x369 -x368 x367 -x366 x365 -x364 x363 -x362 x361 -x360 x359 -x358 x357 -x356 x355 -x354 
393.03/393.21	v x353 -x352 x351 -x350 x349 -x348 x347 -x346 x345 -x344 x343 -x342 x341 -x340 x339 -x338 x337 x336 -x335 -x334 x333 -x332 x331 
393.03/393.21	v -x330 x329 -x328 x327 -x326 x325 -x324 x323 -x322 x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 x309 -x308 
393.03/393.21	v x307 -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 
393.03/393.21	v x285 -x284 x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 
393.03/393.21	v x262 -x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 x250 -x249 x248 -x247 -x246 x245 -x244 x243 -x242 x241 -x240 
393.03/393.21	v x239 -x238 x237 -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 -x223 -x222 x221 -x220 x219 -x218 
393.03/393.21	v x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 x206 -x205 -x204 x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 x195 
393.03/393.21	v -x194 x193 -x192 x191 -x190 x189 -x188 x187 x186 -x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 
393.03/393.21	v x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 
393.03/393.21	v x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 x139 x138 -x137 -x136 x135 x134 -x133 -x132 x131 -x130 x129 -x128 x127 
393.03/393.21	v x126 -x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 -x109 -x108 x107 -x106 x105 -x104 
393.03/393.21	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 
393.03/393.21	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 
393.03/393.21	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 
393.03/393.21	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 
393.03/393.21	c SCIP Status        : problem is solved [optimal solution found]
393.03/393.21	c Solving Time       :     367.47
393.03/393.21	c Original Problem   :
393.03/393.21	c   Problem name     : HOME/instance-2666074-1276423784.opb
393.03/393.21	c   Variables        : 558 (558 binary, 0 integer, 0 implicit integer, 0 continuous)
393.03/393.21	c   Constraints      : 3551 initial, 3551 maximal
393.03/393.21	c Presolved Problem  :
393.03/393.21	c   Problem name     : t_HOME/instance-2666074-1276423784.opb
393.03/393.21	c   Variables        : 552 (552 binary, 0 integer, 0 implicit integer, 0 continuous)
393.03/393.21	c   Constraints      : 3545 initial, 4063 maximal
393.03/393.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
393.03/393.21	c   trivial          :       0.00          0          0          0          0          0          0          0          0
393.03/393.21	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
393.03/393.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
393.03/393.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
393.03/393.21	c   implics          :       0.00          0          0          0          0          0          0          0          0
393.03/393.21	c   probing          :       0.04          0          0          0          0          0          0          0          0
393.03/393.21	c   linear           :       0.05          0          6          0          0          0          6          0          0
393.03/393.21	c   logicor          :       0.05          0          0          0          0          0          0          0          0
393.03/393.21	c   root node        :          -        495          -          -        495          -          -          -          -
393.03/393.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
393.03/393.21	c   integral         :          0          0          0          1          0          0          0          0          0          2
393.03/393.21	c   logicor          :       3545+        17    2971116          0         12     282159    6591556          0          0          0
393.03/393.21	c   countsols        :          0          0          0          0         12          0          0          0          0          0
393.03/393.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
393.03/393.21	c   integral         :      10.79       0.00       0.00      10.79       0.00
393.03/393.21	c   logicor          :     145.95       0.00     145.95       0.00       0.00
393.03/393.21	c   countsols        :       0.00       0.00       0.00       0.00       0.00
393.03/393.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
393.03/393.21	c   vbounds          :       2.02          2          0          0
393.03/393.21	c   rootredcost      :       1.44         12          0          0
393.03/393.21	c   pseudoobj        :     107.05    3868048     345408    3218711
393.03/393.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
393.03/393.21	c   propagation      :     107.25     282161     271180     271180       23.1       6884       28.3          -
393.03/393.21	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
393.03/393.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
393.03/393.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
393.03/393.21	c   pseudo solution  :       3.01      17055          0          0        0.0          0        0.0          -
393.03/393.21	c   applied globally :          -          -          -     277752       23.2          -          -          -
393.03/393.21	c   applied locally  :          -          -          -          0        0.0          -          -          -
393.03/393.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
393.03/393.21	c   cut pool         :       0.00         16          -          -         21          -    (maximal pool size: 566)
393.03/393.21	c   redcost          :       0.00         17          0          0          0          0
393.03/393.21	c   impliedbounds    :       0.03         17          0          0          0          0
393.03/393.21	c   intobj           :       0.00          0          0          0          0          0
393.03/393.21	c   cgmip            :       0.00          0          0          0          0          0
393.03/393.21	c   gomory           :       1.94         17          0          0       7599          0
393.03/393.21	c   strongcg         :       1.15         17          0          0       8299          0
393.03/393.21	c   cmir             :       0.22         10          0          0          0          0
393.03/393.21	c   flowcover        :       0.17         10          0          0          0          0
393.03/393.21	c   clique           :       0.02          1          0          0          0          0
393.03/393.21	c   zerohalf         :       0.00          0          0          0          0          0
393.03/393.21	c   mcf              :       0.00          1          0          0          0          0
393.03/393.21	c   rapidlearning    :       0.00          0          0          0          0          0
393.03/393.21	c Pricers            :       Time      Calls       Vars
393.03/393.21	c   problem variables:       0.00          0          0
393.03/393.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
393.03/393.21	c   relpscost        :      10.79          1          0          0          0          0          2
393.03/393.21	c   pscost           :       0.00          0          0          0          0          0          0
393.03/393.21	c   inference        :       7.33     674543          0          0          0          0    1349086
393.03/393.21	c   mostinf          :       0.00          0          0          0          0          0          0
393.03/393.21	c   leastinf         :       0.00          0          0          0          0          0          0
393.03/393.21	c   fullstrong       :       0.00          0          0          0          0          0          0
393.03/393.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
393.03/393.21	c   random           :       0.00          0          0          0          0          0          0
393.03/393.21	c Primal Heuristics  :       Time      Calls      Found
393.03/393.21	c   LP solutions     :       0.00          -          0
393.03/393.21	c   pseudo solutions :       0.00          -         12
393.03/393.21	c   oneopt           :       0.74          0          0
393.03/393.21	c   crossover        :       0.00          0          0
393.03/393.21	c   trivial          :       0.01          2          0
393.03/393.21	c   simplerounding   :       0.00          0          0
393.03/393.21	c   zirounding       :       0.00          1          0
393.03/393.21	c   rounding         :       0.00         18          0
393.03/393.21	c   shifting         :       0.10         18          0
393.03/393.21	c   intshifting      :       0.00          0          0
393.03/393.21	c   twoopt           :       0.00          0          0
393.03/393.21	c   fixandinfer      :       0.00          0          0
393.03/393.21	c   feaspump         :       0.03          1          0
393.03/393.21	c   coefdiving       :       0.00          0          0
393.03/393.21	c   pscostdiving     :       0.00          0          0
393.03/393.21	c   fracdiving       :       0.00          0          0
393.03/393.21	c   veclendiving     :       0.00          0          0
393.03/393.21	c   intdiving        :       0.00          0          0
393.03/393.21	c   actconsdiving    :       0.00          0          0
393.03/393.21	c   objpscostdiving  :       0.00          0          0
393.03/393.21	c   rootsoldiving    :       0.00          0          0
393.03/393.21	c   linesearchdiving :       0.00          0          0
393.03/393.21	c   guideddiving     :       0.00          0          0
393.03/393.21	c   octane           :       0.00          0          0
393.03/393.21	c   rens             :       0.01          0          0
393.03/393.21	c   rins             :       0.00          0          0
393.03/393.21	c   localbranching   :       0.00          0          0
393.03/393.21	c   mutation         :       0.00          0          0
393.03/393.21	c   dins             :       0.00          0          0
393.03/393.21	c   undercover       :       0.00          0          0
393.03/393.21	c   nlp              :       0.51          0          0
393.03/393.21	c   trysol           :       0.64          0          0
393.03/393.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
393.03/393.21	c   primal LP        :       0.03          0          0       0.00       0.00
393.03/393.21	c   dual LP          :       2.64         18       3991     221.72    1511.74
393.03/393.21	c   lex dual LP      :       0.00          0          0       0.00          -
393.03/393.21	c   barrier LP       :       0.00          0          0       0.00          -
393.03/393.21	c   diving/probing LP:       0.01          0          0       0.00       0.00
393.03/393.21	c   strong branching :      10.79         25      17175     687.00    1591.75
393.03/393.21	c     (at root node) :          -         25      17175     687.00          -
393.03/393.21	c   conflict analysis:       0.00          0          0       0.00          -
393.03/393.21	c B&B Tree           :
393.03/393.21	c   number of runs   :          1
393.03/393.21	c   nodes            :    1209192
393.03/393.21	c   nodes (total)    :    1209192
393.03/393.21	c   nodes left       :          0
393.03/393.21	c   max depth        :         56
393.03/393.21	c   max depth (total):         56
393.03/393.21	c   backtracks       :     297763 (24.6%)
393.03/393.21	c   delayed cutoffs  :     135029
393.03/393.21	c   repropagations   :     237887 (1749406 domain reductions, 109986 cutoffs)
393.03/393.21	c   avg switch length:       2.09
393.03/393.21	c   switching time   :      29.37
393.03/393.21	c Solution           :
393.03/393.21	c   Solutions found  :         12 (12 improvements)
393.03/393.21	c   First Solution   : +2.74000000000000e+02   (in run 1, after 363 nodes, 17.64 seconds, depth 31, found by <relaxation>)
393.03/393.21	c   Primal Bound     : +2.61000000000000e+02   (in run 1, after 97127 nodes, 40.78 seconds, depth 36, found by <relaxation>)
393.03/393.21	c   Dual Bound       : +2.61000000000000e+02
393.03/393.21	c   Gap              :       0.00 %
393.03/393.21	c   Root Dual Bound  : +1.86000000000000e+02
393.03/393.21	c   Root Iterations  :       3991
393.03/393.24	c Time complete: 393.08.

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-2666074-1276423784/watcher-2666074-1276423784 -o /tmp/evaluation-result-2666074-1276423784/solver-2666074-1276423784 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666074-1276423784.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: 1.15 1.04 1.01 3/106 23340
/proc/meminfo: memFree=1493576/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=9288 CPUtime=0
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 1091 0 0 0 0 0 0 0 18 0 1 0 16034757 9510912 1011 1992294400 4194304 9819077 140736609092816 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23340/statm: 2322 1021 371 1374 0 943 0

[startup+0.01078 s]
/proc/loadavg: 1.15 1.04 1.01 3/106 23340
/proc/meminfo: memFree=1493576/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=10316 CPUtime=0
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 1521 0 0 0 0 0 0 0 18 0 1 0 16034757 10563584 1441 1992294400 4194304 9819077 140736609092816 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23340/statm: 2579 1451 371 1374 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10316

[startup+0.100772 s]
/proc/loadavg: 1.15 1.04 1.01 3/106 23340
/proc/meminfo: memFree=1493576/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=16812 CPUtime=0.09
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 3555 0 0 0 8 1 0 0 20 0 1 0 16034757 17215488 3121 1992294400 4194304 9819077 140736609092816 18446744073709551615 6181200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 4203 3121 438 1374 0 2824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16812

[startup+0.30081 s]
/proc/loadavg: 1.15 1.04 1.01 3/106 23340
/proc/meminfo: memFree=1493576/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=31488 CPUtime=0.29
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 8081 0 0 0 25 4 0 0 20 0 1 0 16034757 32243712 6085 1992294400 4194304 9819077 140736609092816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 7872 6085 629 1374 0 6493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31488

[startup+0.700883 s]
/proc/loadavg: 1.15 1.04 1.01 3/106 23340
/proc/meminfo: memFree=1493576/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=35204 CPUtime=0.69
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 10277 0 0 0 62 7 0 0 20 0 1 0 16034757 36048896 6690 1992294400 4194304 9819077 140736609092816 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 8801 6690 670 1374 0 7422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35204

[startup+1.50103 s]
/proc/loadavg: 1.14 1.04 1.01 2/107 23341
/proc/meminfo: memFree=1469264/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=36236 CPUtime=1.49
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 11963 0 0 0 139 10 0 0 23 0 1 0 16034757 37105664 6895 1992294400 4194304 9819077 140736609092816 18446744073709551615 6555543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 9059 6895 670 1374 0 7680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36236

[startup+3.10133 s]
/proc/loadavg: 1.14 1.04 1.01 2/107 23341
/proc/meminfo: memFree=1466660/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=38740 CPUtime=3.09
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 15545 0 0 0 295 14 0 0 25 0 1 0 16034757 39669760 7496 1992294400 4194304 9819077 140736609092816 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 9685 7496 674 1374 0 8306 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38740

[startup+6.30093 s]
/proc/loadavg: 1.14 1.04 1.01 2/107 23341
/proc/meminfo: memFree=1460460/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=47416 CPUtime=6.29
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 22574 0 0 0 611 18 0 0 25 0 1 0 16034757 48553984 9487 1992294400 4194304 9819077 140736609092816 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 11854 9502 674 1374 0 10475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47416

[startup+12.7011 s]
/proc/loadavg: 1.11 1.04 1.00 2/107 23341
/proc/meminfo: memFree=1455252/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=54916 CPUtime=12.68
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 43982 0 0 0 1239 29 0 0 25 0 1 0 16034757 56233984 10126 1992294400 4194304 9819077 140736609092816 18446744073709551615 7312780 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 13729 10126 691 1374 0 12350 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54916

[startup+25.5005 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 23341
/proc/meminfo: memFree=1454880/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=49720 CPUtime=25.48
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61108 0 0 0 2457 91 0 0 25 0 1 0 16034757 50913280 10218 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12430 10218 697 1374 0 11051 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49720

[startup+51.1013 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 23343
/proc/meminfo: memFree=1454508/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=50056 CPUtime=51.06
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61173 0 0 0 4835 271 0 0 25 0 1 0 16034757 51257344 10283 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12514 10283 697 1374 0 11135 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50056

[startup+102.309 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 23343
/proc/meminfo: memFree=1453640/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=50876 CPUtime=102.25
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61392 0 0 0 9616 609 0 0 25 0 1 0 16034757 52097024 10502 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12719 10502 697 1374 0 11340 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 50876

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 23345
/proc/meminfo: memFree=1453268/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51292 CPUtime=162.22
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61495 0 0 0 15218 1004 0 0 25 0 1 0 16034757 52523008 10605 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12823 10605 697 1374 0 11444 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 51292

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 23347
/proc/meminfo: memFree=1453020/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51424 CPUtime=222.2
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61533 0 0 0 20817 1403 0 0 25 0 1 0 16034757 52658176 10643 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12856 10643 697 1374 0 11477 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 51424

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 23349
/proc/meminfo: memFree=1452896/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51692 CPUtime=282.17
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61566 0 0 0 26411 1806 0 0 25 0 1 0 16034757 52932608 10676 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12923 10676 697 1374 0 11544 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 51692

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23349
/proc/meminfo: memFree=1452772/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51692 CPUtime=342.15
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61595 0 0 0 32015 2200 0 0 25 0 1 0 16034757 52932608 10705 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12923 10705 697 1374 0 11544 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 51692

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452648/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=358.14
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61600 0 0 0 33505 2309 0 0 25 0 1 0 16034757 53075968 10710 1992294400 4194304 9819077 140736609092816 18446744073709551615 5906002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10710 697 1374 0 11579 0
Current children cumulated CPU time (s) 358.14
Current children cumulated vsize (KiB) 51832

[startup+371.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452648/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=370.94
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61610 0 0 0 34694 2400 0 0 25 0 1 0 16034757 53075968 10720 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10720 697 1374 0 11579 0
Current children cumulated CPU time (s) 370.94
Current children cumulated vsize (KiB) 51832

[startup+383.909 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452524/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=383.75
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61616 0 0 0 35892 2483 0 0 25 0 1 0 16034757 53075968 10726 1992294400 4194304 9819077 140736609092816 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10726 697 1374 0 11579 0
Current children cumulated CPU time (s) 383.75
Current children cumulated vsize (KiB) 51832

[startup+387.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452524/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=386.94
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61624 0 0 0 36190 2504 0 0 25 0 1 0 16034757 53075968 10734 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10734 697 1374 0 11579 0
Current children cumulated CPU time (s) 386.94
Current children cumulated vsize (KiB) 51832

[startup+390.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452524/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=390.13
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61624 0 0 0 36485 2528 0 0 25 0 1 0 16034757 53075968 10734 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10734 697 1374 0 11579 0
Current children cumulated CPU time (s) 390.13
Current children cumulated vsize (KiB) 51832

[startup+391.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452400/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=391.73
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61624 0 0 0 36633 2540 0 0 25 0 1 0 16034757 53075968 10734 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10734 697 1374 0 11579 0
Current children cumulated CPU time (s) 391.73
Current children cumulated vsize (KiB) 51832

[startup+392.709 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452400/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=392.54
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61624 0 0 0 36707 2547 0 0 25 0 1 0 16034757 53075968 10734 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10734 697 1374 0 11579 0
Current children cumulated CPU time (s) 392.54
Current children cumulated vsize (KiB) 51832

[startup+393.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452400/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=392.93
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61624 0 0 0 36744 2549 0 0 25 0 1 0 16034757 53075968 10734 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10734 697 1374 0 11579 0
Current children cumulated CPU time (s) 392.93
Current children cumulated vsize (KiB) 51832

[startup+393.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23351
/proc/meminfo: memFree=1452400/2059040 swapFree=4165036/4192956
[pid=23340] ppid=23338 vsize=51832 CPUtime=393.03
/proc/23340/stat : 23340 (pbscip.linux.x8) R 23338 23340 22931 0 -1 4202496 61624 0 0 0 36753 2550 0 0 25 0 1 0 16034757 53075968 10734 1992294400 4194304 9819077 140736609092816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23340/statm: 12958 10734 697 1374 0 11579 0
Current children cumulated CPU time (s) 393.03
Current children cumulated vsize (KiB) 51832

Child status: 0
Real time (s): 393.241
CPU time (s): 393.083
CPU user time (s): 367.57
CPU system time (s): 25.5131
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 55176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.57
system time used= 25.5131
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61634
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= 1538

runsolver used 0.683896 second user time and 1.83672 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-13 12:09:44
IDJOB=2666074
IDBENCH=2084
IDSOLVER=1168
FILE ID=node019/2666074-1276423784
PBS_JOBID= 11173298
Free space on /tmp= 62356 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) 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.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666074-1276423784/watcher-2666074-1276423784 -o /tmp/evaluation-result-2666074-1276423784/solver-2666074-1276423784 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666074-1276423784.opb -t 1800 -m 1800

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

MD5SUM BENCH= c4cc2d9119cd599cce3a69b5023baf39
RANDOM SEED=1513961240

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1494228 kB
Buffers:        160640 kB
Cached:         286588 kB
SwapCached:       1440 kB
Active:         176688 kB
Inactive:       303284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1494228 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            6464 kB
Writeback:           0 kB
AnonPages:       31316 kB
Mapped:          15436 kB
Slab:            63220 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180948 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= 62348 MiB
End job on node019 at 2010-06-13 12:16:18