Trace number 3693157

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT162 31.9961 32.0044

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
MD5SUM0d4648505d14cf43905d3198d6f686c2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162
Best CPU time to get the best result obtained on this benchmark7.73582
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 162
Optimality of the best value was proved YES
Number of variables444
Total number of constraints1408
Number of constraints which are clauses1408
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 444
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 444
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 444
Number of bits of the biggest sum of numbers9
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693157-1338031273.opb>
0.00/0.00	c original problem has 444 variables (444 bin, 0 int, 0 impl, 0 cont) and 1408 constraints
0.00/0.00	c problem read in 0.01
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 12 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 8742 impls, 0 clqs
0.00/0.03	c (round 2) 12 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1370 upgd conss, 8742 impls, 0 clqs
0.00/0.04	c (round 3) 12 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1396 upgd conss, 8742 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 51/432 (11.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.05	c presolving (4 rounds):
0.00/0.05	c  12 deleted vars, 12 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  8742 implications, 0 cliques
0.00/0.05	c presolved problem has 432 variables (432 bin, 0 int, 0 impl, 0 cont) and 1396 constraints
0.00/0.05	c    1266 constraints of type <setppc>
0.00/0.05	c     130 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.1.1.4
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 222
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c T 0.1s|     1 |     0 |     0 |     - |3755k|   0 |   - | 432 |1402 | 432 |1396 |   0 |   6 |   0 |      --      | 2.220000e+02 |    Inf 
0.00/0.05	o 206
0.00/0.05	c b 0.1s|     1 |     0 |     0 |     - |3719k|   0 |   - | 432 |1402 | 432 |1396 |   0 |   6 |   0 |      --      | 2.060000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   544 |     - |3713k|   0 | 293 | 432 |1402 | 432 |1396 |   0 |   6 |   0 | 1.263133e+02 | 2.060000e+02 |  63.09%
0.09/0.10	c   0.1s|     1 |     0 |   638 |     - |4050k|   0 | 281 | 432 |1402 | 432 |1402 |   6 |   6 |   0 | 1.280290e+02 | 2.060000e+02 |  60.90%
0.09/0.13	c   0.1s|     1 |     0 |   760 |     - |4373k|   0 | 291 | 432 |1402 | 432 |1408 |  12 |   6 |   0 | 1.295998e+02 | 2.060000e+02 |  58.95%
0.09/0.18	c   0.2s|     1 |     0 |   852 |     - |4652k|   0 | 280 | 432 |1402 | 432 |1414 |  18 |   6 |   0 | 1.296197e+02 | 2.060000e+02 |  58.93%
0.18/0.21	c   0.2s|     1 |     0 |   957 |     - |4770k|   0 | 286 | 432 |1402 | 432 |1421 |  25 |   6 |   0 | 1.300114e+02 | 2.060000e+02 |  58.45%
0.18/0.26	c   0.3s|     1 |     0 |  1102 |     - |4871k|   0 | 292 | 432 |1402 | 432 |1427 |  31 |   6 |   0 | 1.309702e+02 | 2.060000e+02 |  57.29%
0.28/0.31	c   0.3s|     1 |     0 |  1304 |     - |4934k|   0 | 286 | 432 |1402 | 432 |1435 |  39 |   6 |   0 | 1.322199e+02 | 2.060000e+02 |  55.80%
0.28/0.36	c   0.4s|     1 |     0 |  1490 |     - |4994k|   0 | 292 | 432 |1402 | 432 |1442 |  46 |   6 |   0 | 1.326574e+02 | 2.060000e+02 |  55.29%
0.39/0.41	c   0.4s|     1 |     0 |  1710 |     - |5053k|   0 | 303 | 432 |1402 | 432 |1448 |  52 |   6 |   0 | 1.329128e+02 | 2.060000e+02 |  54.99%
0.39/0.46	c   0.5s|     1 |     0 |  1758 |     - |5115k|   0 | 305 | 432 |1402 | 432 |1451 |  55 |   6 |   0 | 1.338716e+02 | 2.060000e+02 |  53.88%
0.59/0.61	c   0.6s|     1 |     0 |  1817 |     - |5173k|   0 | 309 | 432 |1402 | 432 |1456 |  60 |   6 |   0 | 1.338780e+02 | 2.060000e+02 |  53.87%
0.59/0.68	c   0.7s|     1 |     0 |  1884 |     - |5183k|   0 | 307 | 432 |1402 | 432 |1458 |  62 |   6 |   0 | 1.338899e+02 | 2.060000e+02 |  53.86%
0.68/0.74	c   0.7s|     1 |     0 |  1953 |     - |5197k|   0 | 306 | 432 |1402 | 432 |1461 |  65 |   6 |   0 | 1.338972e+02 | 2.060000e+02 |  53.85%
0.68/0.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.68/0.79	c   0.8s|     1 |     0 |  2089 |     - |5225k|   0 | 312 | 432 |1402 | 432 |1465 |  69 |   6 |   0 | 1.339059e+02 | 2.060000e+02 |  53.84%
0.79/0.86	c   0.9s|     1 |     0 |  2143 |     - |5249k|   0 | 313 | 432 |1402 | 432 |1466 |  70 |   6 |   0 | 1.339059e+02 | 2.060000e+02 |  53.84%
0.79/0.86	o 205
0.79/0.86	c s 0.9s|     1 |     0 |  2143 |     - |5254k|   0 | 313 | 432 |1402 | 432 |1466 |  70 |   6 |   0 | 1.339059e+02 | 2.050000e+02 |  53.09%
2.49/2.57	c   2.6s|     1 |     2 |  2143 |     - |5255k|   0 | 313 | 432 |1402 | 432 |1466 |  70 |   6 |  33 | 1.339059e+02 | 2.050000e+02 |  53.09%
2.49/2.58	o 177
2.49/2.58	c b 2.6s|     2 |     1 |  2143 |   0.0 |5282k|   1 |   - | 432 |1402 | 432 |1442 |  70 |   6 |  33 | 1.340488e+02 | 1.770000e+02 |  32.04%
3.79/3.87	o 176
3.79/3.87	c R 3.9s|     6 |     5 |  2880 | 147.4 |5305k|   5 |  33 | 432 |1402 | 432 |1442 |  70 |   6 | 118 | 1.340488e+02 | 1.760000e+02 |  31.30%
3.89/3.97	o 163
3.89/3.97	c b 4.0s|     6 |     6 |  2880 | 147.4 |5316k|   5 |  33 | 432 |1402 | 432 |1442 |  70 |   6 | 150 | 1.340488e+02 | 1.630000e+02 |  21.60%
3.99/4.04	o 163
3.99/4.04	c z 4.0s|     8 |     8 |  2914 | 110.1 |5336k|   7 |  17 | 432 |1402 | 432 |1442 |  70 |   6 | 173 | 1.340488e+02 | 1.630000e+02 |  21.60%
3.99/4.06	o 162
3.99/4.06	c R 4.1s|    10 |     6 |  2944 |  89.0 |5349k|   9 |   - | 432 |1402 | 432 |1442 |  70 |   6 | 185 | 1.340488e+02 | 1.620000e+02 |  20.85%
6.68/6.79	o 162
6.68/6.79	c s 6.8s|    22 |    12 |  4037 |  90.2 |5416k|  10 |  12 | 432 |1402 | 432 |1442 |  70 |   6 | 385 | 1.342392e+02 | 1.620000e+02 |  20.68%
8.38/8.43	o 162
8.38/8.43	c z 8.4s|    47 |    11 |  5617 |  75.5 |5504k|  10 |  13 | 432 |1402 | 432 |1442 |  70 |   6 | 718 | 1.342392e+02 | 1.620000e+02 |  20.68%
10.08/10.10	c  10.1s|   100 |    16 |  7899 |  58.1 |5674k|  13 |   - | 432 |1402 | 432 |1442 |  70 |   6 | 973 | 1.344997e+02 | 1.620000e+02 |  20.45%
11.78/11.84	c  11.8s|   200 |    16 | 11501 |  47.0 |5878k|  25 |   - | 432 |1402 | 432 |1442 |  70 |   6 |1328 | 1.364661e+02 | 1.620000e+02 |  18.71%
12.39/12.44	c  12.4s|   300 |    20 | 13364 |  37.5 |5952k|  26 |  24 | 432 |1402 | 432 |1442 |  70 |   6 |1422 | 1.364661e+02 | 1.620000e+02 |  18.71%
12.68/12.72	c  12.7s|   400 |    24 | 15367 |  33.1 |5980k|  28 |   6 | 432 |1402 | 432 |1442 |  70 |   6 |1439 | 1.420268e+02 | 1.620000e+02 |  14.06%
12.78/12.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.78/12.86	c  12.9s|   500 |    22 | 16265 |  28.3 |5985k|  28 |   - | 432 |1402 | 432 |1442 |  70 |   6 |1452 | 1.420268e+02 | 1.620000e+02 |  14.06%
12.99/13.09	c  13.1s|   600 |    28 | 17754 |  26.1 |6015k|  28 |   - | 432 |1402 | 432 |1442 |  70 |   6 |1477 | 1.420380e+02 | 1.620000e+02 |  14.05%
13.28/13.39	c  13.4s|   700 |    32 | 19842 |  25.3 |6034k|  28 |   - | 432 |1402 | 432 |1442 |  70 |   6 |1504 | 1.463721e+02 | 1.620000e+02 |  10.68%
13.69/13.74	c  13.7s|   800 |    34 | 22521 |  25.5 |6062k|  28 |   - | 432 |1406 | 432 |1442 |  70 |  10 |1536 | 1.480756e+02 | 1.620000e+02 |   9.40%
13.89/13.93	c  13.9s|   900 |    38 | 23839 |  24.1 |6088k|  28 |   - | 432 |1406 | 432 |1442 |  70 |  10 |1554 | 1.485037e+02 | 1.620000e+02 |   9.09%
14.19/14.24	c  14.2s|  1000 |    30 | 26956 |  24.8 |6076k|  28 |   - | 432 |1406 | 432 |1442 |  70 |  10 |1569 | 1.538924e+02 | 1.620000e+02 |   5.27%
14.29/14.37	c  14.4s|  1100 |    26 | 28005 |  23.5 |6069k|  28 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1572 | 1.539479e+02 | 1.620000e+02 |   5.23%
14.58/14.60	c  14.6s|  1200 |    34 | 29810 |  23.1 |6109k|  28 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1595 | 1.540016e+02 | 1.620000e+02 |   5.19%
14.68/14.79	c  14.8s|  1300 |    34 | 31149 |  22.3 |6115k|  28 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1607 | 1.541064e+02 | 1.620000e+02 |   5.12%
14.88/14.93	c  14.9s|  1400 |    32 | 32460 |  21.7 |6083k|  28 |  27 | 432 |1410 | 432 |1442 |  70 |  14 |1612 | 1.541064e+02 | 1.620000e+02 |   5.12%
15.08/15.14	c  15.1s|  1500 |    32 | 34222 |  21.4 |6075k|  28 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1621 | 1.544392e+02 | 1.620000e+02 |   4.90%
15.29/15.32	c  15.3s|  1600 |    32 | 35746 |  21.0 |6075k|  28 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1632 | 1.545969e+02 | 1.620000e+02 |   4.79%
15.39/15.45	c  15.5s|  1700 |    36 | 36789 |  20.4 |6078k|  28 |  25 | 432 |1410 | 432 |1442 |  70 |  14 |1634 | 1.545969e+02 | 1.620000e+02 |   4.79%
15.48/15.58	c  15.6s|  1800 |    42 | 37786 |  19.8 |6084k|  31 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1636 | 1.545969e+02 | 1.620000e+02 |   4.79%
15.78/15.84	c  15.8s|  1900 |    54 | 40325 |  20.1 |6119k|  40 |   - | 432 |1410 | 432 |1442 |  70 |  14 |1645 | 1.554239e+02 | 1.620000e+02 |   4.23%
15.99/16.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.99/16.01	c  16.0s|  2000 |    58 | 41700 |  19.8 |6116k|  47 |  60 | 432 |1408 | 432 |1442 |  70 |  14 |1656 | 1.554392e+02 | 1.620000e+02 |   4.22%
16.09/16.14	c  16.1s|  2100 |    74 | 42500 |  19.2 |6151k|  52 |  24 | 432 |1408 | 432 |1442 |  70 |  14 |1659 | 1.555502e+02 | 1.620000e+02 |   4.15%
16.29/16.37	c  16.4s|  2200 |    62 | 44213 |  19.1 |6133k|  52 |   - | 432 |1408 | 432 |1442 |  70 |  14 |1672 | 1.564705e+02 | 1.620000e+02 |   3.53%
16.49/16.55	c  16.6s|  2300 |    68 | 45666 |  18.9 |6150k|  52 |  32 | 432 |1408 | 432 |1442 |  70 |  14 |1686 | 1.569479e+02 | 1.620000e+02 |   3.22%
16.69/16.70	c  16.7s|  2400 |    64 | 46796 |  18.6 |6151k|  52 |   - | 432 |1407 | 432 |1442 |  70 |  14 |1696 | 1.569525e+02 | 1.620000e+02 |   3.22%
16.79/16.85	c  16.9s|  2500 |    46 | 47877 |  18.3 |6107k|  52 |   - | 432 |1406 | 432 |1442 |  70 |  14 |1704 | 1.572912e+02 | 1.620000e+02 |   2.99%
16.98/17.00	c  17.0s|  2600 |    50 | 48919 |  18.0 |6143k|  52 |   - | 432 |1405 | 432 |1442 |  70 |  14 |1714 | 1.572912e+02 | 1.620000e+02 |   2.99%
17.18/17.24	c  17.2s|  2700 |    60 | 51060 |  18.1 |6188k|  52 |   - | 432 |1405 | 432 |1442 |  70 |  14 |1734 | 1.575095e+02 | 1.620000e+02 |   2.85%
17.39/17.40	c  17.4s|  2800 |    64 | 52451 |  18.0 |6213k|  52 |   - | 432 |1405 | 432 |1442 |  70 |  14 |1738 | 1.578138e+02 | 1.620000e+02 |   2.65%
17.49/17.57	c  17.6s|  2900 |    68 | 53463 |  17.7 |6236k|  52 |   - | 432 |1405 | 432 |1442 |  70 |  14 |1756 | 1.578138e+02 | 1.620000e+02 |   2.65%
17.69/17.70	c  17.7s|  3000 |    58 | 54352 |  17.4 |6200k|  52 |   - | 432 |1404 | 432 |1442 |  70 |  14 |1762 | 1.578138e+02 | 1.620000e+02 |   2.65%
17.69/17.79	o 162
17.69/17.79	c s17.8s|  3053 |    61 | 54908 |  17.3 |6223k|  52 |  37 | 432 |1403 | 432 |1442 |  70 |  14 |1771 | 1.579373e+02 | 1.620000e+02 |   2.57%
17.78/17.85	c  17.9s|  3100 |    64 | 55462 |  17.2 |6232k|  52 |   - | 432 |1403 | 432 |1442 |  70 |  14 |1773 | 1.579373e+02 | 1.620000e+02 |   2.57%
17.98/18.07	c  18.1s|  3200 |    68 | 56905 |  17.1 |6260k|  52 |  24 | 432 |1405 | 432 |1442 |  70 |  16 |1791 | 1.579373e+02 | 1.620000e+02 |   2.57%
18.19/18.26	c  18.3s|  3300 |    66 | 58320 |  17.0 |6259k|  52 |   - | 432 |1404 | 432 |1442 |  70 |  16 |1798 | 1.579373e+02 | 1.620000e+02 |   2.57%
18.38/18.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.38/18.48	c  18.5s|  3400 |    62 | 60055 |  17.0 |6230k|  52 |   - | 432 |1404 | 432 |1442 |  70 |  16 |1821 | 1.579373e+02 | 1.620000e+02 |   2.57%
18.59/18.67	c  18.7s|  3500 |    60 | 61664 |  17.0 |6225k|  52 |   - | 432 |1403 | 432 |1442 |  70 |  16 |1826 | 1.579373e+02 | 1.620000e+02 |   2.57%
18.78/18.82	c  18.8s|  3600 |    54 | 62895 |  16.9 |6183k|  52 |   - | 432 |1403 | 432 |1442 |  70 |  16 |1833 | 1.579373e+02 | 1.620000e+02 |   2.57%
18.88/18.96	c  19.0s|  3700 |    58 | 64053 |  16.7 |6198k|  52 |  35 | 432 |1403 | 432 |1442 |  70 |  16 |1833 | 1.579388e+02 | 1.620000e+02 |   2.57%
19.08/19.10	c  19.1s|  3800 |    60 | 64976 |  16.5 |6215k|  52 |  35 | 432 |1402 | 432 |1442 |  70 |  16 |1842 | 1.579435e+02 | 1.620000e+02 |   2.57%
19.18/19.22	c  19.2s|  3900 |    62 | 65948 |  16.4 |6225k|  52 |  36 | 432 |1402 | 432 |1442 |  70 |  16 |1845 | 1.579719e+02 | 1.620000e+02 |   2.55%
19.29/19.36	c  19.4s|  4000 |    68 | 67057 |  16.2 |6260k|  52 |   - | 432 |1402 | 432 |1442 |  70 |  16 |1849 | 1.579719e+02 | 1.620000e+02 |   2.55%
19.48/19.55	c  19.5s|  4100 |    72 | 68665 |  16.2 |6281k|  52 |   - | 432 |1401 | 432 |1442 |  70 |  16 |1858 | 1.580001e+02 | 1.620000e+02 |   2.53%
19.69/19.77	c  19.8s|  4200 |    80 | 70570 |  16.3 |6311k|  52 |   - | 432 |1401 | 432 |1442 |  70 |  16 |1871 | 1.584340e+02 | 1.620000e+02 |   2.25%
19.88/19.97	c  20.0s|  4300 |    90 | 71839 |  16.2 |6359k|  52 |  25 | 432 |1401 | 432 |1442 |  70 |  16 |1897 | 1.584435e+02 | 1.620000e+02 |   2.24%
20.09/20.15	c  20.2s|  4400 |    90 | 72928 |  16.1 |6379k|  52 |   - | 432 |1401 | 432 |1442 |  70 |  16 |1927 | 1.584435e+02 | 1.620000e+02 |   2.24%
20.28/20.37	c  20.4s|  4500 |    94 | 74082 |  16.0 |6404k|  52 |   - | 432 |1401 | 432 |1442 |  70 |  16 |1965 | 1.585498e+02 | 1.620000e+02 |   2.18%
20.48/20.54	c  20.5s|  4600 |   102 | 75411 |  15.9 |6434k|  52 |  24 | 432 |1401 | 432 |1442 |  70 |  16 |1968 | 1.586609e+02 | 1.620000e+02 |   2.10%
20.59/20.69	c  20.7s|  4700 |    70 | 76461 |  15.8 |6261k|  52 |   - | 432 |1401 | 432 |1442 |  70 |  16 |1976 | 1.586609e+02 | 1.620000e+02 |   2.10%
20.99/21.01	c  21.0s|  4800 |    78 | 79103 |  16.0 |6197k|  52 |  31 | 432 |1401 | 432 |1442 |  70 |  16 |2009 | 1.587102e+02 | 1.620000e+02 |   2.07%
21.18/21.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.18/21.27	c  21.3s|  4900 |    90 | 80850 |  16.1 |6203k|  52 |  58 | 432 |1401 | 432 |1442 |  70 |  16 |2042 | 1.587102e+02 | 1.620000e+02 |   2.07%
21.38/21.47	c  21.5s|  5000 |   114 | 82150 |  16.0 |6266k|  52 |   - | 432 |1401 | 432 |1442 |  70 |  16 |2072 | 1.590095e+02 | 1.620000e+02 |   1.88%
21.58/21.67	c  21.7s|  5100 |   124 | 83318 |  15.9 |6283k|  52 |  52 | 432 |1401 | 432 |1442 |  70 |  16 |2086 | 1.590564e+02 | 1.620000e+02 |   1.85%
21.79/21.88	c  21.9s|  5200 |   122 | 84506 |  15.8 |6264k|  52 |  31 | 432 |1400 | 432 |1442 |  70 |  16 |2109 | 1.590833e+02 | 1.620000e+02 |   1.83%
21.99/22.04	c  22.0s|  5300 |   126 | 85679 |  15.8 |6299k|  52 |   - | 432 |1400 | 432 |1442 |  70 |  16 |2123 | 1.590833e+02 | 1.620000e+02 |   1.83%
22.18/22.24	c  22.2s|  5400 |   120 | 86874 |  15.7 |6278k|  52 |  22 | 432 |1400 | 432 |1442 |  70 |  16 |2159 | 1.591609e+02 | 1.620000e+02 |   1.78%
22.38/22.45	c  22.4s|  5500 |   114 | 87763 |  15.6 |6247k|  52 |  25 | 432 |1400 | 432 |1442 |  70 |  16 |2190 | 1.592143e+02 | 1.620000e+02 |   1.75%
22.59/22.61	c  22.6s|  5600 |   120 | 89235 |  15.6 |6274k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2192 | 1.592399e+02 | 1.620000e+02 |   1.73%
22.78/22.82	c  22.8s|  5700 |   116 | 90281 |  15.5 |6236k|  52 |  25 | 432 |1399 | 432 |1442 |  70 |  16 |2231 | 1.592464e+02 | 1.620000e+02 |   1.73%
22.98/23.08	c  23.1s|  5800 |   134 | 91876 |  15.5 |6287k|  52 |  39 | 432 |1399 | 432 |1442 |  70 |  16 |2273 | 1.594661e+02 | 1.620000e+02 |   1.59%
23.49/23.53	c  23.5s|  5900 |   162 | 96451 |  16.0 |6344k|  52 |  96 | 432 |1399 | 432 |1442 |  70 |  16 |2306 | 1.594942e+02 | 1.620000e+02 |   1.57%
23.69/23.74	c  23.7s|  6000 |   160 | 98134 |  16.0 |6348k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2323 | 1.594942e+02 | 1.620000e+02 |   1.57%
23.88/23.92	c  23.9s|  6100 |   162 | 99417 |  15.9 |6369k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2341 | 1.599340e+02 | 1.620000e+02 |   1.29%
24.29/24.31	c  24.3s|  6200 |   172 |101971 |  16.1 |6349k|  52 |  96 | 432 |1399 | 432 |1442 |  70 |  16 |2390 | 1.599435e+02 | 1.620000e+02 |   1.29%
24.48/24.54	c  24.5s|  6300 |   204 |103717 |  16.1 |6385k|  52 |  22 | 432 |1399 | 432 |1442 |  70 |  16 |2397 | 1.599719e+02 | 1.620000e+02 |   1.27%
24.68/24.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.68/24.72	c  24.7s|  6400 |   232 |105410 |  16.1 |6430k|  52 |  36 | 432 |1399 | 432 |1442 |  70 |  16 |2397 | 1.599719e+02 | 1.620000e+02 |   1.27%
24.98/25.04	c  25.0s|  6500 |   250 |109689 |  16.5 |6467k|  52 |  63 | 432 |1399 | 432 |1442 |  70 |  16 |2397 | 1.599719e+02 | 1.620000e+02 |   1.27%
25.19/25.24	c  25.2s|  6600 |   278 |111541 |  16.6 |6516k|  52 |  27 | 432 |1399 | 432 |1442 |  70 |  16 |2397 | 1.599799e+02 | 1.620000e+02 |   1.26%
25.38/25.44	c  25.4s|  6700 |   308 |113045 |  16.6 |6567k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2397 | 1.599903e+02 | 1.620000e+02 |   1.26%
25.58/25.63	c  25.6s|  6800 |   326 |114615 |  16.5 |6603k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2397 | 1.599942e+02 | 1.620000e+02 |   1.25%
25.78/25.87	c  25.9s|  6900 |   348 |116339 |  16.6 |6631k|  52 |  95 | 432 |1399 | 432 |1442 |  70 |  16 |2405 | 1.599942e+02 | 1.620000e+02 |   1.25%
25.98/26.09	c  26.1s|  7000 |   356 |118398 |  16.6 |6659k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2408 | 1.599942e+02 | 1.620000e+02 |   1.25%
26.18/26.28	c  26.3s|  7100 |   366 |120260 |  16.6 |6692k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2414 | 1.599942e+02 | 1.620000e+02 |   1.25%
26.38/26.43	c  26.4s|  7200 |   380 |121563 |  16.6 |6727k|  52 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2419 | 1.600016e+02 | 1.620000e+02 |   1.25%
26.69/26.74	c  26.7s|  7300 |   394 |124966 |  16.8 |6729k|  57 |  97 | 432 |1399 | 432 |1442 |  70 |  16 |2421 | 1.600023e+02 | 1.620000e+02 |   1.25%
26.88/26.90	c  26.9s|  7400 |   412 |126164 |  16.8 |6765k|  57 |  33 | 432 |1399 | 432 |1442 |  70 |  16 |2421 | 1.600024e+02 | 1.620000e+02 |   1.25%
26.98/27.07	c  27.1s|  7500 |   420 |127547 |  16.7 |6788k|  57 |   6 | 432 |1399 | 432 |1442 |  70 |  16 |2421 | 1.600043e+02 | 1.620000e+02 |   1.25%
27.18/27.22	c  27.2s|  7600 |   426 |128848 |  16.7 |6789k|  57 |  79 | 432 |1399 | 432 |1442 |  70 |  16 |2424 | 1.600095e+02 | 1.620000e+02 |   1.24%
27.28/27.35	c  27.4s|  7700 |   438 |129804 |  16.6 |6814k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2424 | 1.600095e+02 | 1.620000e+02 |   1.24%
27.49/27.51	c  27.5s|  7800 |   452 |131052 |  16.5 |6849k|  57 | 100 | 432 |1399 | 432 |1442 |  70 |  16 |2428 | 1.600095e+02 | 1.620000e+02 |   1.24%
27.58/27.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.58/27.64	c  27.6s|  7900 |   464 |131823 |  16.4 |6869k|  57 |  23 | 432 |1399 | 432 |1442 |  70 |  16 |2428 | 1.600135e+02 | 1.620000e+02 |   1.24%
27.68/27.76	c  27.8s|  8000 |   468 |132667 |  16.3 |6884k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.600149e+02 | 1.620000e+02 |   1.24%
27.88/27.91	c  27.9s|  8100 |   464 |133877 |  16.3 |6874k|  57 |  63 | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.600151e+02 | 1.620000e+02 |   1.24%
28.09/28.11	c  28.1s|  8200 |   474 |135230 |  16.2 |6898k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.600202e+02 | 1.620000e+02 |   1.24%
28.18/28.24	c  28.2s|  8300 |   480 |136349 |  16.2 |6904k|  57 |  25 | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.600207e+02 | 1.620000e+02 |   1.24%
28.38/28.43	c  28.4s|  8400 |   498 |138000 |  16.2 |6931k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.600292e+02 | 1.620000e+02 |   1.23%
28.49/28.54	c  28.5s|  8500 |   484 |139003 |  16.1 |6925k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.600371e+02 | 1.620000e+02 |   1.23%
28.59/28.66	c  28.7s|  8600 |   450 |139793 |  16.0 |6894k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.601888e+02 | 1.620000e+02 |   1.13%
28.68/28.78	c  28.8s|  8700 |   422 |140588 |  15.9 |6867k|  57 |  34 | 432 |1399 | 432 |1442 |  70 |  16 |2429 | 1.602008e+02 | 1.620000e+02 |   1.12%
28.88/28.91	c  28.9s|  8800 |   424 |141539 |  15.8 |6864k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.602049e+02 | 1.620000e+02 |   1.12%
28.98/29.00	c  29.0s|  8900 |   432 |142016 |  15.7 |6878k|  57 |  21 | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.602058e+02 | 1.620000e+02 |   1.12%
28.98/29.08	c  29.1s|  9000 |   416 |142406 |  15.6 |6857k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.602060e+02 | 1.620000e+02 |   1.12%
29.09/29.17	c  29.2s|  9100 |   418 |142820 |  15.5 |6861k|  57 |  23 | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.602087e+02 | 1.620000e+02 |   1.12%
29.19/29.28	c  29.3s|  9200 |   380 |143499 |  15.4 |6812k|  57 |  25 | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.602414e+02 | 1.620000e+02 |   1.10%
29.28/29.39	c  29.4s|  9300 |   358 |144356 |  15.3 |6789k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603258e+02 | 1.620000e+02 |   1.04%
29.48/29.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.48/29.51	c  29.5s|  9400 |   306 |145114 |  15.2 |6719k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603387e+02 | 1.620000e+02 |   1.04%
29.59/29.62	c  29.6s|  9500 |   292 |145803 |  15.1 |6694k|  57 |  94 | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603407e+02 | 1.620000e+02 |   1.03%
29.69/29.73	c  29.7s|  9600 |   292 |146758 |  15.1 |6691k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603417e+02 | 1.620000e+02 |   1.03%
29.78/29.86	c  29.9s|  9700 |   278 |147959 |  15.0 |6685k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603420e+02 | 1.620000e+02 |   1.03%
29.89/29.97	c  30.0s|  9800 |   262 |148672 |  15.0 |6671k|  57 |  70 | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603474e+02 | 1.620000e+02 |   1.03%
29.99/30.08	c  30.1s|  9900 |   254 |149448 |  14.9 |6664k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603619e+02 | 1.620000e+02 |   1.02%
30.08/30.19	c  30.2s| 10000 |   242 |150311 |  14.8 |6638k|  57 |   - | 432 |1399 | 432 |1442 |  70 |  16 |2433 | 1.603644e+02 | 1.620000e+02 |   1.02%
30.28/30.31	c  30.3s| 10100 |   242 |151163 |  14.8 |6620k|  57 |  26 | 432 |1398 | 432 |1442 |  70 |  16 |2433 | 1.603678e+02 | 1.620000e+02 |   1.02%
30.38/30.41	c  30.4s| 10200 |   232 |152053 |  14.7 |6599k|  57 |  26 | 432 |1398 | 432 |1442 |  70 |  16 |2433 | 1.604728e+02 | 1.620000e+02 |   0.95%
30.49/30.57	c  30.6s| 10300 |   224 |153110 |  14.7 |6599k|  57 |   - | 432 |1398 | 432 |1442 |  70 |  16 |2452 | 1.604734e+02 | 1.620000e+02 |   0.95%
30.69/30.76	c  30.8s| 10400 |   192 |154364 |  14.6 |6546k|  57 |  45 | 432 |1398 | 432 |1442 |  70 |  16 |2472 | 1.605095e+02 | 1.620000e+02 |   0.93%
30.88/30.91	c  30.9s| 10500 |   184 |155143 |  14.6 |6537k|  57 |   - | 432 |1397 | 432 |1442 |  70 |  16 |2489 | 1.605095e+02 | 1.620000e+02 |   0.93%
31.08/31.10	c  31.1s| 10600 |   170 |156157 |  14.5 |6515k|  57 |  55 | 432 |1397 | 432 |1442 |  70 |  16 |2514 | 1.605095e+02 | 1.620000e+02 |   0.93%
31.19/31.26	c  31.3s| 10700 |   140 |157161 |  14.5 |6480k|  57 |  49 | 432 |1397 | 432 |1442 |  70 |  16 |2531 | 1.605119e+02 | 1.620000e+02 |   0.93%
31.38/31.45	c  31.5s| 10800 |   120 |158422 |  14.5 |6397k|  57 |   - | 432 |1389 | 432 |1442 |  70 |  16 |2556 | 1.605714e+02 | 1.620000e+02 |   0.89%
31.58/31.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.58/31.61	c  31.6s| 10900 |    88 |159413 |  14.4 |6343k|  57 |   - | 432 |1389 | 432 |1442 |  70 |  16 |2573 | 1.605860e+02 | 1.620000e+02 |   0.88%
31.78/31.80	c  31.8s| 11000 |    46 |160633 |  14.4 |6220k|  57 |   - | 432 |1389 | 432 |1442 |  70 |  16 |2590 | 1.606049e+02 | 1.620000e+02 |   0.87%
31.88/31.94	c  31.9s| 11100 |     8 |161329 |  14.3 |6033k|  57 |  60 | 432 |1389 | 432 |1442 |  70 |  16 |2605 | 1.606540e+02 | 1.620000e+02 |   0.84%
31.88/31.99	c 
31.88/31.99	c SCIP Status        : problem is solved [optimal solution found]
31.88/31.99	c Solving Time (sec) : 31.99
31.88/31.99	c Solving Nodes      : 11132
31.88/31.99	c Primal Bound       : +1.62000000000000e+02 (341 solutions)
31.88/31.99	c Dual Bound         : +1.62000000000000e+02
31.88/31.99	c Gap                : 0.00 %
31.88/31.99	s OPTIMUM FOUND
31.88/31.99	v x444 -x443 -x442 x441 x440 -x439 x438 -x437 -x436 x435 x434 -x433 x432 -x431 -x430 x429 x428 -x427 x426 -x425 -x424 x423 x422 -x421 
31.88/31.99	v x420 -x419 -x418 x417 x416 -x415 x414 -x413 -x412 -x411 -x410 x409 x408 -x407 -x406 x405 x404 -x403 -x402 x401 x400 -x399 
31.88/31.99	v x398 -x397 x396 -x395 -x394 x393 x392 -x391 x390 -x389 -x388 x387 x386 -x385 -x384 x383 -x382 -x381 -x380 -x379 -x378 x377 
31.88/31.99	v -x376 x375 -x374 -x373 -x372 x371 x370 -x369 -x368 x367 x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 x357 -x356 x355 -x354 
31.88/31.99	v -x353 -x352 -x351 -x350 x349 -x348 x347 x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 x337 -x336 -x335 -x334 x333 
31.88/31.99	v -x332 -x331 -x330 x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 x321 -x320 x319 -x318 -x317 -x316 -x315 -x314 x313 -x312 -x311 
31.88/31.99	v -x310 x309 -x308 -x307 -x306 x305 -x304 x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 x295 -x294 -x293 -x292 x291 -x290 -x289 
31.88/31.99	v -x288 x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 x273 -x272 -x271 -x270 x269 -x268 x267 
31.88/31.99	v -x266 -x265 -x264 -x263 -x262 x261 -x260 x259 -x258 -x257 -x256 x255 -x254 x253 x252 -x251 -x250 x249 -x248 x247 -x246 x245 
31.88/31.99	v -x244 x243 x242 -x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 
31.88/31.99	v x221 -x220 x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 
31.88/31.99	v x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 
31.88/31.99	v -x176 x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 
31.88/31.99	v x153 -x152 x151 -x150 x149 -x148 x147 -x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 x134 -x133 -x132 
31.88/31.99	v x131 -x130 x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 x117 -x116 x115 -x114 -x113 -x112 x111 x110 
31.88/31.99	v -x109 -x108 x107 -x106 -x105 -x104 x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 x91 x90 -x89 -x88 x87 -x86 -x85 
31.88/31.99	v -x84 x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 x61 -x60 x59 
31.88/31.99	v -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 x39 -x38 -x37 -x36 x35 -x34 -x33 
31.88/31.99	v -x32 x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 x11 -x10 -x9 -x8 x7 x6 -x5 
31.88/31.99	v -x4 x3 -x2 -x1 
31.88/31.99	c SCIP Status        : problem is solved [optimal solution found]
31.88/31.99	c Total Time         :      31.99
31.88/31.99	c   solving          :      31.99
31.88/31.99	c   presolving       :       0.04 (included in solving)
31.88/31.99	c   reading          :       0.01 (included in solving)
31.88/31.99	c   copying          :       0.06 (9 #copies) (minimal 0.01, maximal 0.01, average 0.01)
31.88/31.99	c Original Problem   :
31.88/31.99	c   Problem name     : HOME/instance-3693157-1338031273.opb
31.88/31.99	c   Variables        : 444 (444 binary, 0 integer, 0 implicit integer, 0 continuous)
31.88/31.99	c   Constraints      : 1408 initial, 1408 maximal
31.88/31.99	c   Objective sense  : minimize
31.88/31.99	c Presolved Problem  :
31.88/31.99	c   Problem name     : t_HOME/instance-3693157-1338031273.opb
31.88/31.99	c   Variables        : 432 (432 binary, 0 integer, 0 implicit integer, 0 continuous)
31.88/31.99	c   Constraints      : 1396 initial, 1410 maximal
31.88/31.99	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
31.88/31.99	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   linear           :       0.02       0.00          0         12          0          0          0         12          0          0          0
31.88/31.99	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.88/31.99	c   root node        :          -          -          3          -          -          3          -          -          -          -          -
31.88/31.99	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
31.88/31.99	c   integral         :          0          0          0          0       6161          0        347          0         46       1103          0          0      11134
31.88/31.99	c   setppc           :       1266       1266         14      31345          0          0        344        310          1      62651          0          0          0
31.88/31.99	c   logicor          :        130+       144         14      14297          0          0        341          2          4       6927          0          0          0
31.88/31.99	c   countsols        :          0          0          0          0          0          0        343          0          0          0          0          0          0
31.88/31.99	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
31.88/31.99	c   integral         :      12.99       0.00       0.00       0.00      12.98       0.00       0.00       0.00
31.88/31.99	c   setppc           :       0.19       0.00       0.00       0.18       0.00       0.00       0.01       0.00
31.88/31.99	c   logicor          :       0.08       0.00       0.00       0.08       0.00       0.00       0.00       0.00
31.88/31.99	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.88/31.99	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
31.88/31.99	c   rootredcost      :          3          0          0          0
31.88/31.99	c   pseudoobj        :      37411          0          1       5515
31.88/31.99	c   vbounds          :          0          0          0          0
31.88/31.99	c   redcost          :       9218          0          0      21160
31.88/31.99	c   probing          :          0          0          0          0
31.88/31.99	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
31.88/31.99	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
31.88/31.99	c   pseudoobj        :       0.25       0.00       0.00       0.25       0.00
31.88/31.99	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
31.88/31.99	c   redcost          :       0.10       0.00       0.00       0.10       0.00
31.88/31.99	c   probing          :       0.00       0.00       0.00       0.00       0.00
31.88/31.99	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
31.88/31.99	c   propagation      :       0.00          5          5         16       20.3          0        0.0          -
31.88/31.99	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
31.88/31.99	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
31.88/31.99	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
31.88/31.99	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
31.88/31.99	c   applied globally :          -          -          -         16       20.3          -          -          -
31.88/31.99	c   applied locally  :          -          -          -          0        0.0          -          -          -
31.88/31.99	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
31.88/31.99	c   cut pool         :       0.00                    13          -          -        154          -    (maximal pool size: 679)
31.88/31.99	c   closecuts        :       0.00       0.00          0          0          0          0          0
31.88/31.99	c   impliedbounds    :       0.00       0.00         14          0          0          0          0
31.88/31.99	c   intobj           :       0.00       0.00          0          0          0          0          0
31.88/31.99	c   gomory           :       0.09       0.00         10          0          0        450          0
31.88/31.99	c   cgmip            :       0.00       0.00          0          0          0          0          0
31.88/31.99	c   strongcg         :       0.40       0.00         14          0          0       5132          0
31.88/31.99	c   cmir             :       0.08       0.00         10          0          0         79          0
31.88/31.99	c   flowcover        :       0.08       0.00         10          0          0         34          0
31.88/31.99	c   clique           :       0.00       0.00          1          0          0          0          0
31.88/31.99	c   zerohalf         :       0.00       0.00          0          0          0          0          0
31.88/31.99	c   mcf              :       0.00       0.00          1          0          0          0          0
31.88/31.99	c   oddcycle         :       0.00       0.00          0          0          0          0          0
31.88/31.99	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
31.88/31.99	c Pricers            :   ExecTime  SetupTime      Calls       Vars
31.88/31.99	c   problem variables:       0.00          -          0          0
31.88/31.99	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
31.88/31.99	c   relpscost        :      12.98       0.00       6161         46       1103          0          0      11134
31.88/31.99	c   pscost           :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c   inference        :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c   random           :       0.00       0.00          0          0          0          0          0          0
31.88/31.99	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
31.88/31.99	c   LP solutions     :       0.00          -          -          0
31.88/31.99	c   pseudo solutions :       0.00          -          -          0
31.88/31.99	c   feaspump         :       0.00       0.00          0          0
31.88/31.99	c   oneopt           :       0.01       0.00         11          3
31.88/31.99	c   crossover        :       0.09       0.00          1          1
31.88/31.99	c   objpscostdiving  :       0.43       0.00          5          1
31.88/31.99	c   linesearchdiving :       0.19       0.00         13          0
31.88/31.99	c   guideddiving     :       0.23       0.00         13          0
31.88/31.99	c   rootsoldiving    :       0.05       0.00          7          0
31.88/31.99	c   pscostdiving     :       0.12       0.00         14          0
31.88/31.99	c   fracdiving       :       0.18       0.00         14          0
31.88/31.99	c   coefdiving       :       0.15       0.00         14          0
31.88/31.99	c   veclendiving     :       0.17       0.00         14          0
31.88/31.99	c   smallcard        :       0.00       0.00          0          0
31.88/31.99	c   trivial          :       0.00       0.00          2          0
31.88/31.99	c   shiftandpropagate:       0.01       0.00          1          1
31.88/31.99	c   simplerounding   :       0.00       0.00          0          0
31.88/31.99	c   zirounding       :       0.46       0.00       5612        302
31.88/31.99	c   rounding         :       0.31       0.00       4288          2
31.88/31.99	c   shifting         :       0.07       0.00        620         31
31.88/31.99	c   intshifting      :       0.00       0.00          0          0
31.88/31.99	c   twoopt           :       0.00       0.00          0          0
31.88/31.99	c   indoneopt        :       0.01       0.00          0          0
31.88/31.99	c   indtwoopt        :       0.00       0.00          0          0
31.88/31.99	c   fixandinfer      :       0.00       0.00          0          0
31.88/31.99	c   clique           :       0.00       0.00          0          0
31.88/31.99	c   indrounding      :       0.00       0.00          0          0
31.88/31.99	c   indcoefdiving    :       0.00       0.00          0          0
31.88/31.99	c   nlpdiving        :       0.00       0.00          0          0
31.88/31.99	c   intdiving        :       0.00       0.00          0          0
31.88/31.99	c   actconsdiving    :       0.00       0.00          0          0
31.88/31.99	c   octane           :       0.00       0.00          0          0
31.88/31.99	c   rens             :       0.01       0.00          0          0
31.88/31.99	c   rins             :       0.00       0.00          0          0
31.88/31.99	c   localbranching   :       0.00       0.00          0          0
31.88/31.99	c   mutation         :       0.00       0.00          0          0
31.88/31.99	c   dins             :       0.00       0.00          0          0
31.88/31.99	c   vbounds          :       0.00       0.00          0          0
31.88/31.99	c   undercover       :       0.00       0.00          0          0
31.88/31.99	c   subnlp           :       0.00       0.00          0          0
31.88/31.99	c   trysol           :       0.00       0.00          0          0
31.88/31.99	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
31.88/31.99	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
31.88/31.99	c   dual LP          :      12.96      14745     146030      12.49   11265.78       0.78       3055
31.88/31.99	c   lex dual LP      :       0.00          0          0       0.00          -
31.88/31.99	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
31.88/31.99	c   diving/probing LP:       1.27       1679      15504       9.23   12230.76
31.88/31.99	c   strong branching :      12.85       2610     146431      56.10   11399.64
31.88/31.99	c     (at root node) :          -         33      15215     461.06          -
31.88/31.99	c   conflict analysis:       0.00          0          0       0.00          -
31.88/31.99	c B&B Tree           :
31.88/31.99	c   number of runs   :          1
31.88/31.99	c   nodes            :      11132
31.88/31.99	c   nodes (total)    :      11132
31.88/31.99	c   nodes left       :          0
31.88/31.99	c   max depth        :         57
31.88/31.99	c   max depth (total):         57
31.88/31.99	c   backtracks       :       2154 (19.3%)
31.88/31.99	c   delayed cutoffs  :          0
31.88/31.99	c   repropagations   :          4 (59 domain reductions, 0 cutoffs)
31.88/31.99	c   avg switch length:       6.06
31.88/31.99	c   switching time   :       0.51
31.88/31.99	c Solution           :
31.88/31.99	c   Solutions found  :        341 (11 improvements)
31.88/31.99	c   First Solution   : +2.22000000000000e+02   (in run 1, after 1 nodes, 0.05 seconds, depth 28, found by <shiftandpropagate>)
31.88/31.99	c   Primal Bound     : +1.62000000000000e+02   (in run 1, after 3053 nodes, 17.79 seconds, depth 10, found by <shifting>)
31.88/31.99	c   Dual Bound       : +1.62000000000000e+02
31.88/31.99	c   Gap              :       0.00 %
31.88/31.99	c   Root Dual Bound  : +1.33905907798466e+02
31.88/31.99	c   Root Iterations  :       2143
31.99/32.00	c Time complete: 31.99.

Verifier Data

OK	162

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3693157-1338031273/watcher-3693157-1338031273 -o /tmp/evaluation-result-3693157-1338031273/solver-3693157-1338031273 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693157-1338031273.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.03 1.96 3/176 32350
/proc/meminfo: memFree=29329464/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=10376 CPUtime=0 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 1331 0 0 0 0 0 0 0 20 0 1 0 269252724 10625024 1286 33554432000 4194304 10169799 140734100761312 140735398749352 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 2594 1286 412 1459 0 1126 0

[startup+0.084792 s]
/proc/loadavg: 2.02 2.03 1.96 3/176 32350
/proc/meminfo: memFree=29329464/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=27752 CPUtime=0.08 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 6120 0 0 0 7 1 0 0 20 0 1 0 269252724 28418048 5730 33554432000 4194304 10169799 140734100761312 140735398749352 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 6938 5730 777 1459 0 5470 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27752

[startup+0.100244 s]
/proc/loadavg: 2.02 2.03 1.96 3/176 32350
/proc/meminfo: memFree=29329464/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=28508 CPUtime=0.09 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 6264 0 0 0 8 1 0 0 20 0 1 0 269252724 29192192 5869 33554432000 4194304 10169799 140734100761312 140735398749352 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 7127 5869 793 1459 0 5659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28508

[startup+0.300191 s]
/proc/loadavg: 2.02 2.03 1.96 3/176 32350
/proc/meminfo: memFree=29329464/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=32104 CPUtime=0.28 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 7197 0 0 0 27 1 0 0 20 0 1 0 269252724 32874496 6785 33554432000 4194304 10169799 140734100761312 140735398749352 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 8026 6785 796 1459 0 6558 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32104

[startup+0.700177 s]
/proc/loadavg: 2.02 2.03 1.96 3/176 32350
/proc/meminfo: memFree=29329464/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=34872 CPUtime=0.68 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 8005 0 0 0 66 2 0 0 20 0 1 0 269252724 35708928 7529 33554432000 4194304 10169799 140734100761312 140734100757624 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 8718 7529 798 1459 0 7250 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34872

[startup+1.50017 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29300828/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=36208 CPUtime=1.48 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 9247 0 0 0 145 3 0 0 20 0 1 0 269252724 37076992 7918 33554432000 4194304 10169799 140734100761312 140734100755960 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 9052 7918 828 1459 0 7584 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36208

[startup+3.10018 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29300580/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=36208 CPUtime=3.08 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 9258 0 0 0 303 5 0 0 20 0 1 0 269252724 37076992 7929 33554432000 4194304 10169799 140734100761312 140734100756296 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 9052 7929 832 1459 0 7584 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36208

[startup+6.30018 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29300332/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=36208 CPUtime=6.28 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 9258 0 0 0 619 9 0 0 20 0 1 0 269252724 37076992 7929 33554432000 4194304 10169799 140734100761312 140734100755912 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32350/statm: 9052 7929 832 1459 0 7584 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36208

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29300224/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=36028 CPUtime=12.68 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 10144 0 0 0 1251 17 0 0 20 0 1 0 269252724 36892672 7883 33554432000 4194304 10169799 140734100761312 140734100756184 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9007 7883 832 1459 0 7539 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36028

[startup+25.5002 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29299232/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=37032 CPUtime=25.48 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 18410 0 0 0 2510 38 0 0 20 0 1 0 269252724 37920768 8151 33554432000 4194304 10169799 140734100761312 140734100755400 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9258 8151 852 1459 0 7790 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37032

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

[startup+28.7002 s]
/proc/loadavg: 2.01 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29298860/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=37656 CPUtime=28.68 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 18584 0 0 0 2825 43 0 0 20 0 1 0 269252724 38559744 8325 33554432000 4194304 10169799 140734100761312 140734100757832 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9414 8325 852 1459 0 7946 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 37656

[startup+30.3002 s]
/proc/loadavg: 2.01 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29298364/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=37692 CPUtime=30.28 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 19454 0 0 0 2983 45 0 0 20 0 1 0 269252724 38596608 8320 33554432000 4194304 10169799 140734100761312 140734100759048 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9423 8320 852 1459 0 7955 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 37692

[startup+31.1002 s]
/proc/loadavg: 2.01 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29297804/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=37692 CPUtime=31.08 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 19455 0 0 0 3062 46 0 0 20 0 1 0 269252724 38596608 8321 33554432000 4194304 10169799 140734100761312 140734100755768 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9423 8321 852 1459 0 7955 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 37692

[startup+31.5002 s]
/proc/loadavg: 2.01 2.03 1.96 3/177 32351
/proc/meminfo: memFree=29297804/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=37692 CPUtime=31.48 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 19455 0 0 0 3101 47 0 0 20 0 1 0 269252724 38596608 8321 33554432000 4194304 10169799 140734100761312 140734100755720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9423 8321 852 1459 0 7955 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 37692

[startup+31.9064 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 32351
/proc/meminfo: memFree=29297804/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=37692 CPUtime=31.88 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 19455 0 0 0 3141 47 0 0 20 0 1 0 269252724 38596608 8321 33554432000 4194304 10169799 140734100761312 140734100755720 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 9423 8321 852 1459 0 7955 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 37692

[startup+32.0003 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 32351
/proc/meminfo: memFree=29297804/32873844 swapFree=7384/7384
[pid=32350] ppid=32348 vsize=35252 CPUtime=31.99 cores=0,2,4,6
/proc/32350/stat : 32350 (scip-2.1.1.4sfi) R 32348 32350 31024 0 -1 4202496 19458 0 0 0 3151 48 0 0 20 0 1 0 269252724 36098048 7714 33554432000 4194304 10169799 140734100761312 140734100755720 8989847 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32350/statm: 8813 7714 854 1459 0 7345 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 35252

Child status: 0
Real time (s): 32.0044
CPU time (s): 31.9961
CPU user time (s): 31.5122
CPU system time (s): 0.483926
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 40184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.5122
system time used= 0.483926
maximum resident set size= 45168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19460
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= 52

runsolver used 0.050992 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 13:21:13
IDJOB=3693157
IDBENCH=2105
IDSOLVER=2272
FILE ID=node136/3693157-1338031273
RUNJOBID= node136-1338028239-32007
PBS_JOBID= 14624338
Free space on /tmp= 71660 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693157-1338031273/watcher-3693157-1338031273 -o /tmp/evaluation-result-3693157-1338031273/solver-3693157-1338031273 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693157-1338031273.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0d4648505d14cf43905d3198d6f686c2
RANDOM SEED=1548111561

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29329728 kB
Buffers:          318720 kB
Cached:          2331924 kB
SwapCached:        24460 kB
Active:           855824 kB
Inactive:        1917104 kB
Active(anon):      97220 kB
Inactive(anon):    25096 kB
Active(file):     758604 kB
Inactive(file):  1892008 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             13932 kB
Writeback:             0 kB
AnonPages:        103884 kB
Mapped:            13204 kB
Shmem:                 0 kB
Slab:             632844 kB
SReclaimable:      74456 kB
SUnreclaim:       558388 kB
KernelStack:        1472 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     218892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node136 at 2012-05-26 13:21:45