Trace number 3451649

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT1 331.334 331.324

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark43.6944
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
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.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3451649-1307095017.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 4 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	o 1105
0.00/0.01	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.01	c T 0.0s|     1 |     0 |     0 |     - | 384k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.105000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    21 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    26 |     - | 427k|   0 |   8 |  94 |  21 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    32 |     - | 468k|   0 |  10 |  94 |  21 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    38 |     - | 515k|   0 |  11 |  94 |  21 |  94 |  18 |  14 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    46 |     - | 537k|   0 |  14 |  94 |  21 |  94 |  21 |  17 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    62 |     - | 552k|   0 |  15 |  94 |  21 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    70 |     - | 556k|   0 |  16 |  94 |  21 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.05/0.07	c   0.1s|     1 |     2 |   180 |     - | 557k|   0 |  16 |  94 |  21 |  94 |  28 |  24 |   0 |   9 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.05/0.08	o 266
0.05/0.08	c c 0.1s|    23 |    22 |   298 |  10.4 | 579k|  22 |   - |  94 |  21 |  94 |  16 |  24 |   0 |  98 | 0.000000e+00 | 2.660000e+02 |    Inf 
0.09/0.11	o 75
0.09/0.11	c f 0.1s|    64 |    42 |   501 |   6.8 | 588k|  25 |   - |  94 |  21 |  94 |  16 |  24 |   0 | 214 | 0.000000e+00 | 7.500000e+01 |    Inf 
0.09/0.14	o 66
0.09/0.14	c g 0.1s|   172 |   130 |   860 |   4.6 | 647k|  25 |   - |  94 |  27 |  94 |  16 |  24 |  12 | 322 | 0.000000e+00 | 6.600000e+01 |    Inf 
0.09/0.15	o 65
0.09/0.15	c * 0.1s|   197 |   147 |   954 |   4.5 | 661k|  25 |   - |  94 |  30 |  94 |  16 |  24 |  17 | 341 | 0.000000e+00 | 6.500000e+01 |    Inf 
0.09/0.15	o 63
0.09/0.15	c * 0.1s|   200 |   147 |   957 |   4.5 | 663k|  26 |   - |  94 |  30 |  94 |  16 |  24 |  17 | 349 | 0.000000e+00 | 6.300000e+01 |    Inf 
0.09/0.15	o 61
0.09/0.15	c * 0.1s|   201 |   146 |   957 |   4.4 | 664k|  26 |   - |  94 |  30 |  94 |  16 |  24 |  17 | 349 | 0.000000e+00 | 6.100000e+01 |    Inf 
0.09/0.17	o 59
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c v 0.2s|   294 |   206 |  1225 |   3.9 | 700k|  26 |   - |  94 |  20 |  94 |  16 |  24 |  27 | 384 | 0.000000e+00 | 5.900000e+01 |    Inf 
0.09/0.17	o 58
0.09/0.17	c * 0.2s|   295 |   205 |  1233 |   4.0 | 701k|  26 |   - |  94 |  20 |  94 |  16 |  24 |  27 | 384 | 0.000000e+00 | 5.800000e+01 |    Inf 
0.09/0.18	o 57
0.09/0.18	c l 0.2s|   337 |   229 |  1337 |   3.8 | 722k|  26 |   - |  94 |  27 |  94 |  16 |  24 |  35 | 391 | 0.000000e+00 | 5.700000e+01 |    Inf 
0.09/0.18	o 55
0.09/0.18	c g 0.2s|   337 |   229 |  1337 |   3.8 | 726k|  26 |   - |  94 |  28 |  94 |  16 |  24 |  36 | 391 | 0.000000e+00 | 5.500000e+01 |    Inf 
0.09/0.18	o 54
0.09/0.18	c * 0.2s|   348 |   238 |  1372 |   3.8 | 733k|  26 |   - |  94 |  28 |  94 |  16 |  24 |  36 | 403 | 0.000000e+00 | 5.400000e+01 |    Inf 
0.09/0.18	o 52
0.09/0.18	c * 0.2s|   349 |   235 |  1372 |   3.7 | 732k|  26 |   - |  94 |  28 |  94 |  16 |  24 |  36 | 403 | 0.000000e+00 | 5.200000e+01 |    Inf 
0.09/0.19	o 24
0.09/0.19	c s 0.2s|   381 |   208 |  1465 |   3.7 | 717k|  26 |   4 |  94 |  30 |  94 |  16 |  24 |  38 | 410 | 0.000000e+00 | 2.400000e+01 |    Inf 
0.19/0.20	o 22
0.19/0.20	c * 0.2s|   462 |   239 |  1674 |   3.5 | 742k|  26 |   - |  94 |  38 |  94 |  16 |  24 |  47 | 438 | 0.000000e+00 | 2.200000e+01 |    Inf 
0.19/0.20	o 21
0.19/0.20	c * 0.2s|   466 |   240 |  1692 |   3.5 | 744k|  26 |   - |  94 |  38 |  94 |  16 |  24 |  47 | 444 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.19/0.20	o 19
0.19/0.20	c * 0.2s|   467 |   235 |  1692 |   3.5 | 743k|  26 |   - |  94 |  38 |  94 |  16 |  24 |  47 | 444 | 0.000000e+00 | 1.900000e+01 |    Inf 
0.19/0.21	o 17
0.19/0.21	c * 0.2s|   486 |   236 |  1740 |   3.4 | 745k|  26 |   - |  94 |  40 |  94 |  16 |  24 |  49 | 445 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.19/0.27	o 16
0.19/0.27	c p 0.3s|   804 |   395 |  2761 |   3.4 | 846k|  26 |   - |  94 |  93 |  94 |  16 |  24 | 104 | 449 | 0.000000e+00 | 1.600000e+01 |    Inf 
0.29/0.36	o 15
0.29/0.36	c s 0.4s|  1329 |   690 |  4268 |   3.2 |1030k|  26 |   4 |  94 | 208 |  94 |  16 |  24 | 223 | 473 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.29/0.36	o 11
0.29/0.36	c p 0.4s|  1329 |   675 |  4273 |   3.2 |1030k|  26 |   - |  94 | 211 |  94 |  16 |  24 | 227 | 475 | 0.000000e+00 | 1.100000e+01 |    Inf 
0.49/0.57	o 9
0.49/0.57	c * 0.6s|  2441 |  1153 |  8480 |   3.4 |1378k|  26 |   - |  94 | 483 |  94 |  16 |  24 | 499 | 478 | 0.000000e+00 | 9.000000e+00 |    Inf 
0.69/0.79	o 8
0.69/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.69/0.79	c * 0.8s|  3795 |  1449 | 12201 |   3.2 |1665k|  26 |   - |  94 | 768 |  94 |  16 |  24 | 784 | 489 | 0.000000e+00 | 8.000000e+00 |    Inf 
0.79/0.89	o 6
0.79/0.89	c * 0.9s|  4477 |  1481 | 13743 |   3.1 |1772k|  26 |   - |  94 | 905 |  94 |  16 |  24 | 934 | 493 | 0.000000e+00 | 6.000000e+00 |    Inf 
0.79/0.89	o 4
0.79/0.89	c * 0.9s|  4478 |  1449 | 13743 |   3.1 |1754k|  26 |   - |  94 | 905 |  94 |  16 |  24 | 934 | 493 | 0.000000e+00 | 4.000000e+00 |    Inf 
1.69/1.75	c   1.7s| 10000 |  1778 | 26437 |   2.6 |2496k|  26 |   - |  94 |1903 |  94 |  16 |  24 |1974 | 522 | 0.000000e+00 | 4.000000e+00 |    Inf 
3.49/3.50	c   3.5s| 20000 |  1902 | 48952 |   2.4 |3517k|  27 |   4 |  94 |3519 |  94 |  16 |  24 |3979 | 658 | 0.000000e+00 | 4.000000e+00 |    Inf 
3.89/3.90	o 3
3.89/3.90	c * 3.9s| 22099 |  1819 | 53464 |   2.4 |3605k|  27 |   - |  94 |3708 |  94 |  16 |  24 |4418 | 679 | 0.000000e+00 | 3.000000e+00 |    Inf 
5.30/5.36	c   5.4s| 30000 |  1635 | 70002 |   2.3 |3567k|  27 |   - |  94 |3497 |   0 |   0 |  24 |5935 | 787 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.09/7.12	c   7.1s| 40000 |  1581 | 91105 |   2.3 |3750k|  27 |   - |  94 |3894 |   0 |   0 |  24 |8185 | 816 | 0.000000e+00 | 3.000000e+00 |    Inf 
8.71/8.81	c   8.8s| 50000 |  1755 |112038 |   2.2 |3109k|  27 |   - |  94 |1727 |  94 |  16 |  24 |  10k| 880 | 0.000000e+00 | 3.000000e+00 |    Inf 
10.20/10.24	c  10.2s| 60000 |  2137 |133095 |   2.2 |3394k|  27 |   - |  94 |1585 |  94 |  16 |  24 |  12k| 902 | 0.000000e+00 | 3.000000e+00 |    Inf 
11.59/11.61	c  11.6s| 70000 |  2001 |153298 |   2.2 |3361k|  27 |   4 |  94 |1484 |  94 |  16 |  24 |  14k| 939 | 0.000000e+00 | 3.000000e+00 |    Inf 
12.89/12.97	c  13.0s| 80000 |  2006 |175059 |   2.2 |3567k|  27 |   - |  94 |1837 |   0 |   0 |  24 |  15k| 997 | 0.000000e+00 | 3.000000e+00 |    Inf 
14.20/14.29	c  14.3s| 90000 |  1888 |196134 |   2.2 |3303k|  27 |   4 |  94 |1550 |  94 |  16 |  24 |  17k|1047 | 0.000000e+00 | 3.000000e+00 |    Inf 
15.49/15.59	c  15.6s|100000 |  2048 |217259 |   2.2 |3447k|  27 |   - |  94 |1334 |  94 |  16 |  24 |  19k|1092 | 0.000000e+00 | 3.000000e+00 |    Inf 
16.79/16.86	c  16.9s|110000 |  1767 |237997 |   2.2 |3187k|  27 |   4 |  94 |1164 |  94 |  16 |  24 |  20k|1162 | 0.000000e+00 | 3.000000e+00 |    Inf 
17.40/17.47	o 1
17.40/17.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.40/17.47	c *17.5s|114860 |  1795 |248575 |   2.2 |3235k|  27 |   - |  94 |1235 |  94 |  16 |  24 |  21k|1217 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.29/18.36	c  18.4s|120000 |  1742 |258067 |   2.1 |3711k|  27 |   4 |  94 |2829 |  94 |  16 |  24 |  25k|1217 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.39/20.42	c  20.4s|130000 |  1355 |275628 |   2.1 |3895k|  27 |   - |  94 |4560 |   0 |   0 |  24 |  32k|1349 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.49/22.57	c  22.6s|140000 |  1461 |292347 |   2.1 |4248k|  27 |   4 |  94 |5183 |  94 |  16 |  24 |  39k|1371 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.89/24.96	c  25.0s|150000 |  1000 |309039 |   2.1 |3949k|  27 |   4 |  94 |4956 |  94 |  16 |  24 |  46k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.29/27.33	c  27.3s|160000 |  1326 |326771 |   2.0 |5027k|  27 |   4 |  94 |6635 |  94 |  16 |  24 |  53k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.79/29.85	c  29.8s|170000 |  1315 |344105 |   2.0 |5414k|  27 |   - |  94 |7458 |   0 |   0 |  24 |  61k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
32.49/32.59	c  32.6s|180000 |  1158 |361395 |   2.0 |5640k|  27 |   - |  94 |8667 |  94 |  16 |  24 |  68k|1444 | 0.000000e+00 | 1.000000e+00 |    Inf 
35.49/35.50	c  35.5s|190000 |  1071 |378326 |   2.0 |5980k|  27 |   - |  94 |9522 |   0 |   0 |  24 |  76k|1458 | 0.000000e+00 | 1.000000e+00 |    Inf 
38.59/38.64	c  38.6s|200000 |  1116 |394883 |   2.0 |6714k|  27 |   - |  94 |  11k|  94 |  16 |  24 |  83k|1479 | 0.000000e+00 | 1.000000e+00 |    Inf 
42.09/42.12	c  42.1s|210000 |  1081 |410627 |   2.0 |7244k|  27 |   4 |  94 |  12k|  94 |  16 |  24 |  90k|1495 | 0.000000e+00 | 1.000000e+00 |    Inf 
45.59/45.65	c  45.6s|220000 |  1000 |427718 |   1.9 |6350k|  27 |   4 |  94 |9324 |  94 |  16 |  24 |  97k|1511 | 0.000000e+00 | 1.000000e+00 |    Inf 
48.41/48.49	c  48.5s|230000 |   700 |444478 |   1.9 |4821k|  27 |   - |  94 |4959 |  94 |  16 |  24 | 104k|1532 | 0.000000e+00 | 1.000000e+00 |    Inf 
50.80/50.84	c  50.8s|240000 |  1087 |462036 |   1.9 |5539k|  27 |   4 |  94 |6292 |  94 |  16 |  24 | 111k|1534 | 0.000000e+00 | 1.000000e+00 |    Inf 
53.39/53.48	c  53.5s|250000 |   811 |479380 |   1.9 |4997k|  27 |   - |  94 |5093 |  94 |  16 |  24 | 119k|1551 | 0.000000e+00 | 1.000000e+00 |    Inf 
55.89/55.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.89/55.98	c  56.0s|260000 |   570 |496084 |   1.9 |5253k|  27 |   - |  94 |6289 |   0 |   0 |  24 | 127k|1557 | 0.000000e+00 | 1.000000e+00 |    Inf 
58.39/58.47	c  58.5s|270000 |   853 |514183 |   1.9 |5863k|  27 |   - |  94 |7048 |   0 |   0 |  24 | 134k|1581 | 0.000000e+00 | 1.000000e+00 |    Inf 
61.10/61.10	c  61.1s|280000 |   666 |531839 |   1.9 |5750k|  27 |   - |  94 |7479 |  94 |  16 |  24 | 142k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
63.89/63.95	c  63.9s|290000 |  1002 |549920 |   1.9 |7192k|  27 |   - |  94 |  10k|  94 |  16 |  24 | 149k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
67.19/67.21	c  67.2s|300000 |   805 |567585 |   1.9 |7437k|  27 |   - |  94 |  11k|   0 |   0 |  24 | 156k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
70.59/70.67	c  70.7s|310000 |   678 |585315 |   1.9 |7757k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 164k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
73.89/73.94	c  73.9s|320000 |   499 |603164 |   1.9 |6306k|  27 |   4 |  94 |8976 |  94 |  16 |  24 | 171k|1663 | 0.000000e+00 | 1.000000e+00 |    Inf 
76.59/76.66	c  76.7s|330000 |  1780 |623609 |   1.9 |7390k|  27 |   4 |  94 |  10k|  94 |  16 |  24 | 178k|1681 | 0.000000e+00 | 1.000000e+00 |    Inf 
79.40/79.42	c  79.4s|340000 |  3121 |641759 |   1.9 |8650k|  27 |   - |  94 |  10k|  94 |  16 |  24 | 185k|1687 | 0.000000e+00 | 1.000000e+00 |    Inf 
82.41/82.42	c  82.4s|350000 |  3718 |658772 |   1.9 |9717k|  27 |   4 |  94 |  10k|  94 |  16 |  24 | 192k|1702 | 0.000000e+00 | 1.000000e+00 |    Inf 
85.29/85.39	c  85.4s|360000 |  4544 |676809 |   1.9 |  11M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 199k|1717 | 0.000000e+00 | 1.000000e+00 |    Inf 
88.59/88.61	c  88.6s|370000 |  5123 |694683 |   1.9 |  11M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 206k|1718 | 0.000000e+00 | 1.000000e+00 |    Inf 
91.90/91.95	c  91.9s|380000 |  5193 |711996 |   1.9 |  12M|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 213k|1724 | 0.000000e+00 | 1.000000e+00 |    Inf 
95.20/95.28	c  95.3s|390000 |  5411 |729464 |   1.9 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 221k|1741 | 0.000000e+00 | 1.000000e+00 |    Inf 
98.69/98.78	c  98.8s|400000 |  5135 |746297 |   1.9 |  12M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 228k|1749 | 0.000000e+00 | 1.000000e+00 |    Inf 
102.31/102.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.31/102.36	c   102s|410000 |  4658 |763071 |   1.9 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 236k|1772 | 0.000000e+00 | 1.000000e+00 |    Inf 
105.70/105.71	c   106s|420000 |  4329 |780411 |   1.9 |  12M|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 244k|1790 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.69/108.75	c   109s|430000 |  5245 |798840 |   1.9 |  13M|  27 |   - |  94 |  14k|   0 |   0 |  24 | 251k|1790 | 0.000000e+00 | 1.000000e+00 |    Inf 
112.21/112.29	c   112s|440000 |  4939 |815886 |   1.9 |  14M|  27 |   - |  94 |  14k|  94 |  16 |  24 | 258k|1800 | 0.000000e+00 | 1.000000e+00 |    Inf 
115.79/115.86	c   116s|450000 |  5042 |833575 |   1.9 |  14M|  27 |   - |  94 |  16k|  94 |  16 |  24 | 266k|1805 | 0.000000e+00 | 1.000000e+00 |    Inf 
119.81/119.87	c   120s|460000 |  5165 |851189 |   1.9 |  15M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 273k|1823 | 0.000000e+00 | 1.000000e+00 |    Inf 
124.32/124.36	c   124s|470000 |  4782 |868429 |   1.8 |  15M|  27 |   4 |  94 |  17k|  94 |  16 |  24 | 281k|1834 | 0.000000e+00 | 1.000000e+00 |    Inf 
128.79/128.81	c   129s|480000 |  4686 |885224 |   1.8 |  15M|  27 |   4 |  94 |  16k|  94 |  16 |  24 | 288k|1842 | 0.000000e+00 | 1.000000e+00 |    Inf 
133.12/133.15	c   133s|490000 |  4659 |902793 |   1.8 |  14M|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 296k|1860 | 0.000000e+00 | 1.000000e+00 |    Inf 
137.00/137.05	c   137s|500000 |  4291 |919854 |   1.8 |  14M|  27 |   - |  94 |  16k|  94 |  16 |  24 | 304k|1872 | 0.000000e+00 | 1.000000e+00 |    Inf 
141.40/141.41	c   141s|510000 |  3540 |936764 |   1.8 |  13M|  27 |   - |  94 |  12k|   0 |   0 |  24 | 312k|1897 | 0.000000e+00 | 1.000000e+00 |    Inf 
145.11/145.15	c   145s|520000 |  3209 |953925 |   1.8 |  13M|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 320k|1906 | 0.000000e+00 | 1.000000e+00 |    Inf 
148.99/149.03	c   149s|530000 |  2666 |971104 |   1.8 |  12M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 328k|1916 | 0.000000e+00 | 1.000000e+00 |    Inf 
152.59/152.67	c   153s|540000 |  2418 |988296 |   1.8 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 335k|1921 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.40/156.41	c   156s|550000 |  1795 |  1005k|   1.8 |  11M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 343k|1937 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.10/160.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.10/160.12	c   160s|560000 |  1193 |  1021k|   1.8 |  10M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 351k|1950 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.60/163.64	c   164s|570000 |  1721 |  1039k|   1.8 |  11M|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 358k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
167.99/168.00	c   168s|580000 |  1407 |  1055k|   1.8 |  12M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 366k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.99/173.00	c   173s|590000 |   730 |  1071k|   1.8 |9118k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 374k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.20/177.20	c   177s|600000 |   493 |  1088k|   1.8 |8229k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 382k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.60/180.61	c   181s|610000 |   949 |  1106k|   1.8 |8936k|  27 |   - |  94 |  13k|   0 |   0 |  24 | 390k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.29/184.32	c   184s|620000 |   919 |  1123k|   1.8 |9794k|  27 |   - |  94 |  15k|  94 |  16 |  24 | 397k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.19/188.21	c   188s|630000 |   639 |  1141k|   1.8 |9597k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 405k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.30/192.31	c   192s|640000 |   472 |  1159k|   1.8 |8089k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 413k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.71/195.82	c   196s|650000 |   282 |  1177k|   1.8 |8541k|  27 |   - |  94 |  14k|  94 |  16 |  24 | 421k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.29/199.32	c   199s|660000 |   415 |  1194k|   1.8 |8702k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 429k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.89/202.99	c   203s|670000 |   640 |  1213k|   1.8 |9364k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 436k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.09/207.18	c   207s|680000 |   218 |  1232k|   1.8 |8583k|  27 |   - |  94 |  14k|   0 |   0 |  24 | 444k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.40/210.46	c   210s|690000 |   930 |  1251k|   1.8 |8398k|  27 |   - |  94 |  11k|  94 |  16 |  24 | 451k|1963 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.00/214.02	c   214s|700000 |   978 |  1270k|   1.8 |8830k|  27 |   - |  94 |  11k|  94 |  16 |  24 | 459k|1975 | 0.000000e+00 | 1.000000e+00 |    Inf 
217.89/217.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.89/217.94	c   218s|710000 |   429 |  1288k|   1.8 |8369k|  27 |   - |  94 |  11k|  94 |  16 |  24 | 467k|2013 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.20/221.25	c   221s|720000 |   534 |  1306k|   1.8 |9104k|  27 |   - |  94 |  13k|   0 |   0 |  24 | 475k|2017 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.00/225.07	c   225s|730000 |   568 |  1324k|   1.8 |9955k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 483k|2017 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.90/228.99	c   229s|740000 |   883 |  1342k|   1.8 |  11M|  27 |   - |  94 |  17k|   0 |   0 |  24 | 490k|2017 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.60/233.60	c   234s|750000 |   913 |  1362k|   1.8 |  12M|  27 |   - |  94 |  19k|  94 |  16 |  24 | 498k|2017 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.30/238.34	c   238s|760000 |   693 |  1381k|   1.8 |  12M|  27 |   4 |  94 |  21k|  94 |  16 |  24 | 506k|2017 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.30/243.34	c   243s|770000 |  1100 |  1401k|   1.8 |  13M|  27 |   4 |  94 |  21k|  94 |  16 |  24 | 514k|2019 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.80/248.80	c   249s|780000 |   842 |  1419k|   1.8 |  13M|  27 |   - |  94 |  20k|   0 |   0 |  24 | 522k|2031 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.90/254.00	c   254s|790000 |   919 |  1438k|   1.8 |  13M|  27 |   - |  94 |  19k|  94 |  16 |  24 | 529k|2031 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.70/258.77	c   259s|800000 |   681 |  1457k|   1.8 |  10M|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 537k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.92/262.97	c   263s|810000 |   563 |  1476k|   1.8 |  11M|  27 |   4 |  94 |  17k|  94 |  16 |  24 | 545k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.10/267.11	c   267s|820000 |   507 |  1494k|   1.8 |  10M|  27 |   - |  94 |  15k|   0 |   0 |  24 | 552k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.00/271.04	c   271s|830000 |  1136 |  1512k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 560k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.70/275.73	c   276s|840000 |   632 |  1528k|   1.8 |  11M|  27 |   4 |  94 |  17k|  94 |  16 |  24 | 568k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.90/279.96	c   280s|850000 |   660 |  1545k|   1.8 |  12M|  27 |   - |  94 |  20k|   0 |   0 |  24 | 575k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.70/284.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.70/284.72	c   285s|860000 |   864 |  1563k|   1.8 |  13M|  27 |   4 |  94 |  21k|  94 |  16 |  24 | 583k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.80/289.81	c   290s|870000 |   882 |  1583k|   1.8 |  14M|  27 |   - |  94 |  23k|  94 |  16 |  24 | 591k|2094 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.40/295.49	c   295s|880000 |   794 |  1603k|   1.8 |  15M|  27 |   - |  94 |  26k|   0 |   0 |  24 | 599k|2096 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.50/301.58	c   302s|890000 |   254 |  1620k|   1.8 |  10M|  27 |   - |  94 |  18k|  94 |  16 |  24 | 606k|2102 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.40/306.40	c   306s|900000 |   216 |  1639k|   1.8 |  11M|  27 |   4 |  94 |  19k|  94 |  16 |  24 | 614k|2102 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.10/311.15	c   311s|910000 |   316 |  1659k|   1.8 |  12M|  27 |   - |  94 |  23k|  94 |  16 |  24 | 622k|2102 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.71/316.79	c   317s|920000 |   620 |  1679k|   1.8 |  13M|  27 |   - |  94 |  23k|  94 |  16 |  24 | 629k|2102 | 0.000000e+00 | 1.000000e+00 |    Inf 
322.60/322.62	c   323s|930000 |   722 |  1699k|   1.8 |  14M|  27 |   - |  94 |  25k|  94 |  16 |  24 | 637k|2102 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.00/329.03	c   329s|940000 |   368 |  1718k|   1.8 |  14M|  27 |   4 |  94 |  27k|  94 |  16 |  24 | 646k|2102 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.31/331.30	c 
331.31/331.30	c SCIP Status        : problem is solved [optimal solution found]
331.31/331.30	c Solving Time (sec) : 331.30
331.31/331.30	c Solving Nodes      : 942531
331.31/331.30	c Primal Bound       : +1.00000000000000e+00 (30 solutions)
331.31/331.30	c Dual Bound         : +1.00000000000000e+00
331.31/331.30	c Gap                : 0.00 %
331.31/331.30	s OPTIMUM FOUND
331.31/331.30	v -x69 x94 -x93 x92 x91 x90 x89 x88 -x87 x86 -x85 -x84 x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 x72 -x71 x70 x68 x67 -x66 
331.31/331.30	v x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
331.31/331.30	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
331.31/331.30	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
331.31/331.30	c SCIP Status        : problem is solved [optimal solution found]
331.31/331.30	c Total Time         :     331.30
331.31/331.30	c   solving          :     331.30
331.31/331.30	c   presolving       :       0.00 (included in solving)
331.31/331.30	c   reading          :       0.00 (included in solving)
331.31/331.30	c Original Problem   :
331.31/331.30	c   Problem name     : HOME/instance-3451649-1307095017.opb
331.31/331.30	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
331.31/331.30	c   Constraints      : 8 initial, 8 maximal
331.31/331.30	c Presolved Problem  :
331.31/331.30	c   Problem name     : t_HOME/instance-3451649-1307095017.opb
331.31/331.30	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
331.31/331.30	c   Constraints      : 4 initial, 27306 maximal
331.31/331.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
331.31/331.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
331.31/331.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
331.31/331.30	c   root node        :          -         65          -          -         65          -          -          -          -          -
331.31/331.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
331.31/331.30	c   integral         :          0          0          0     528190          0         20          0        207        865          0          0    1054216
331.31/331.30	c   linear           :          4+         7    2356519          0          0         17    1438099     255592    1431324          0          0          0
331.31/331.30	c   logicor          :          0+         0    1306473          0          0          0    1157864      10669     630239          0          0          0
331.31/331.30	c   countsols        :          0          0          0         16          0         16          0          0          0          0          0          0
331.31/331.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
331.31/331.30	c   integral         :       2.93       0.00       0.00       2.93       0.00       0.00       0.00
331.31/331.30	c   linear           :      24.68       0.00      21.94       0.00       0.00       0.00       2.75
331.31/331.30	c   logicor          :     101.80       0.00     100.81       0.00       0.00       0.00       0.99
331.31/331.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
331.31/331.30	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
331.31/331.30	c   vbounds          :          0          0          0          0
331.31/331.30	c   rootredcost      :         26          0          0         64
331.31/331.30	c   pseudoobj        :    2356839        394        489       8417
331.31/331.30	c Propagator Timings :  TotalTime  Propagate    Resprop
331.31/331.30	c   vbounds          :       0.37       0.37       0.00
331.31/331.30	c   rootredcost      :       0.45       0.45       0.00
331.31/331.30	c   pseudoobj        :       3.72       3.72       0.00
331.31/331.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
331.31/331.30	c   propagation      :       5.09     266750     200686     496497       20.7         59       19.2          -
331.31/331.30	c   infeasible LP    :       5.17     249509     249508     442175       13.8       2868       17.4          0
331.31/331.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
331.31/331.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
331.31/331.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
331.31/331.30	c   applied globally :          -          -          -     648281       15.9          -          -          -
331.31/331.30	c   applied locally  :          -          -          -         12       35.3          -          -          -
331.31/331.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
331.31/331.30	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 81)
331.31/331.30	c   redcost          :       1.17     534333          0      87834          0          0
331.31/331.30	c   impliedbounds    :       0.00          6          0          0          0          0
331.31/331.30	c   intobj           :       0.00          0          0          0          0          0
331.31/331.30	c   gomory           :       0.00          6          0          0          0          0
331.31/331.30	c   cgmip            :       0.00          0          0          0          0          0
331.31/331.30	c   closecuts        :       0.00          0          0          0          0          0
331.31/331.30	c   strongcg         :       0.00          6          0          0         24          0
331.31/331.30	c   cmir             :       0.01          6          0          0         30          0
331.31/331.30	c   flowcover        :       0.01          6          0          0         38          0
331.31/331.30	c   clique           :       0.00          1          0          0          0          0
331.31/331.30	c   zerohalf         :       0.00          0          0          0          0          0
331.31/331.30	c   mcf              :       0.00          1          0          0          0          0
331.31/331.30	c   oddcycle         :       0.00          0          0          0          0          0
331.31/331.30	c   rapidlearning    :       0.01          1          0          0          0         17
331.31/331.30	c Pricers            :       Time      Calls       Vars
331.31/331.30	c   problem variables:       0.00          0          0
331.31/331.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
331.31/331.30	c   relpscost        :       2.64     528174        207        865          0          0    1054216
331.31/331.30	c   pscost           :       0.00          0          0          0          0          0          0
331.31/331.30	c   inference        :       0.00          0          0          0          0          0          0
331.31/331.30	c   mostinf          :       0.00          0          0          0          0          0          0
331.31/331.30	c   leastinf         :       0.00          0          0          0          0          0          0
331.31/331.30	c   fullstrong       :       0.00          0          0          0          0          0          0
331.31/331.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
331.31/331.30	c   random           :       0.00          0          0          0          0          0          0
331.31/331.30	c Primal Heuristics  :       Time      Calls      Found
331.31/331.30	c   LP solutions     :       0.00          -         16
331.31/331.30	c   pseudo solutions :       0.00          -          0
331.31/331.30	c   feaspump         :       0.04          1          0
331.31/331.30	c   oneopt           :       0.20         25          0
331.31/331.30	c   linesearchdiving :       1.48       2549          1
331.31/331.30	c   coefdiving       :       1.44       2549          1
331.31/331.30	c   pscostdiving     :       1.44       2549          2
331.31/331.30	c   fracdiving       :       1.47       2549          1
331.31/331.30	c   veclendiving     :       1.74       2549          1
331.31/331.30	c   guideddiving     :       1.47       2550          2
331.31/331.30	c   trivial          :       0.00          2          0
331.31/331.30	c   shiftandpropagate:       0.00          1          1
331.31/331.30	c   simplerounding   :       0.09          0          0
331.31/331.30	c   zirounding       :       1.22          0          0
331.31/331.30	c   rounding         :       0.27      10324          0
331.31/331.30	c   shifting         :       4.36      19260          3
331.31/331.30	c   intshifting      :       0.02          0          0
331.31/331.30	c   twoopt           :       0.00          0          0
331.31/331.30	c   fixandinfer      :       0.00          0          0
331.31/331.30	c   clique           :       0.00          0          0
331.31/331.30	c   intdiving        :       0.00          0          0
331.31/331.30	c   actconsdiving    :       0.00          0          0
331.31/331.30	c   objpscostdiving  :       0.42       1276          1
331.31/331.30	c   rootsoldiving    :       0.67        975          1
331.31/331.30	c   octane           :       0.00          0          0
331.31/331.30	c   rens             :       0.02          1          0
331.31/331.30	c   rins             :       0.00          0          0
331.31/331.30	c   localbranching   :       0.00          0          0
331.31/331.30	c   mutation         :       0.00          0          0
331.31/331.30	c   crossover        :       0.02          1          0
331.31/331.30	c   dins             :       0.00          0          0
331.31/331.30	c   vbounds          :       0.00          0          0
331.31/331.30	c   undercover       :       0.00          0          0
331.31/331.30	c   subnlp           :       0.14          0          0
331.31/331.30	c   trysol           :       0.17          0          0
331.31/331.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
331.31/331.30	c   primal LP        :       0.00          0          0       0.00          -
331.31/331.30	c   dual LP          :      35.32     772941    1619421       2.10   45848.45
331.31/331.30	c   lex dual LP      :       0.00          0          0       0.00          -
331.31/331.30	c   barrier LP       :       0.00          0          0       0.00          -
331.31/331.30	c   diving/probing LP:       2.58      54762     104029       1.90   40397.23
331.31/331.30	c   strong branching :       0.19       2121       9318       4.39   49306.80
331.31/331.30	c     (at root node) :          -          9        530      58.89          -
331.31/331.30	c   conflict analysis:       0.00          0          0       0.00          -
331.31/331.30	c B&B Tree           :
331.31/331.30	c   number of runs   :          1
331.31/331.30	c   nodes            :     942531
331.31/331.30	c   nodes (total)    :     942531
331.31/331.30	c   nodes left       :          0
331.31/331.30	c   max depth        :         27
331.31/331.30	c   max depth (total):         27
331.31/331.30	c   backtracks       :     312352 (33.1%)
331.31/331.30	c   delayed cutoffs  :     111423
331.31/331.30	c   repropagations   :     725837 (977022 domain reductions, 94234 cutoffs)
331.31/331.30	c   avg switch length:       5.16
331.31/331.30	c   switching time   :      90.01
331.31/331.30	c Solution           :
331.31/331.30	c   Solutions found  :         30 (27 improvements)
331.31/331.30	c   First Solution   : +1.10500000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 43, found by <shiftandpropagate>)
331.31/331.30	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 114860 nodes, 17.47 seconds, depth 24, found by <relaxation>)
331.31/331.30	c   Dual Bound       : +1.00000000000000e+00
331.31/331.30	c   Gap              :       0.00 %
331.31/331.30	c   Root Dual Bound  : +0.00000000000000e+00
331.31/331.30	c   Root Iterations  :         70
331.31/331.32	c Time complete: 331.32.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3451649-1307095017/watcher-3451649-1307095017 -o /tmp/evaluation-result-3451649-1307095017/solver-3451649-1307095017 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451649-1307095017.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.10 2.09 2.03 2/575 23837
/proc/meminfo: memFree=23596364/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=21888 CPUtime=0 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 4498 0 0 0 0 0 0 0 18 0 1 0 821099405 22413312 4195 33554432000 4194304 9163163 140735295465504 18446744073709551615 4339104 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 5472 4210 653 1214 0 4254 0

[startup+0.064816 s]
/proc/loadavg: 2.10 2.09 2.03 2/575 23837
/proc/meminfo: memFree=23596364/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=30424 CPUtime=0.05 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7135 0 0 0 5 0 0 0 18 0 1 0 821099405 31154176 6125 33554432000 4194304 9163163 140735295465504 18446744073709551615 6923176 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 7606 6125 701 1214 0 6388 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30424

[startup+0.100801 s]
/proc/loadavg: 2.10 2.09 2.03 2/575 23837
/proc/meminfo: memFree=23596364/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=0.09 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7138 0 0 0 8 1 0 0 18 0 1 0 821099405 27365376 5639 33554432000 4194304 9163163 140735295465504 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5639 704 1214 0 5463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26724

[startup+0.300768 s]
/proc/loadavg: 2.10 2.09 2.03 2/575 23837
/proc/meminfo: memFree=23596364/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=0.29 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7885 0 0 0 25 4 0 0 18 0 1 0 821099405 27365376 5643 33554432000 4194304 9163163 140735295465504 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5643 708 1214 0 5463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26724

[startup+0.700691 s]
/proc/loadavg: 2.10 2.09 2.03 2/575 23837
/proc/meminfo: memFree=23596364/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=0.69 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7889 0 0 0 59 10 0 0 18 0 1 0 821099405 27365376 5647 33554432000 4194304 9163163 140735295465504 18446744073709551615 4595716 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5647 708 1214 0 5463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26724

[startup+1.50054 s]
/proc/loadavg: 2.10 2.09 2.03 3/576 23838
/proc/meminfo: memFree=23574780/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=1.49 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7890 0 0 0 131 18 0 0 20 0 1 0 821099405 27365376 5648 33554432000 4194304 9163163 140735295465504 18446744073709551615 6528486 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5648 708 1214 0 5463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26724

[startup+3.10025 s]
/proc/loadavg: 2.09 2.09 2.03 3/576 23838
/proc/meminfo: memFree=23571224/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=3.09 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7890 0 0 0 276 33 0 0 25 0 1 0 821099405 27365376 5648 33554432000 4194304 9163163 140735295465504 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5648 708 1214 0 5463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26724

[startup+6.30067 s]
/proc/loadavg: 2.09 2.09 2.03 3/576 23838
/proc/meminfo: memFree=23566520/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=6.29 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7890 0 0 0 571 58 0 0 25 0 1 0 821099405 27365376 5648 33554432000 4194304 9163163 140735295465504 18446744073709551615 5263679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5648 708 1214 0 5463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26724

[startup+12.7005 s]
/proc/loadavg: 2.07 2.08 2.03 3/576 23838
/proc/meminfo: memFree=23556540/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=26724 CPUtime=12.69 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7893 0 0 0 1154 115 0 0 25 0 1 0 821099405 27365376 5651 33554432000 4194304 9163163 140735295465504 18446744073709551615 6517620 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6681 5651 708 1214 0 5463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26724

[startup+25.5002 s]
/proc/loadavg: 2.13 2.10 2.03 3/576 23838
/proc/meminfo: memFree=23541400/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=27036 CPUtime=25.5 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 7895 0 0 0 2329 221 0 0 25 0 1 0 821099405 27684864 5653 33554432000 4194304 9163163 140735295465504 18446744073709551615 4207264 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 6759 5653 708 1214 0 5541 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 27036

[startup+51.1005 s]
/proc/loadavg: 2.09 2.09 2.03 3/576 23839
/proc/meminfo: memFree=23506960/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=32516 CPUtime=51.09 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 9073 0 0 0 4765 344 0 0 25 0 1 0 821099405 33296384 6831 33554432000 4194304 9163163 140735295465504 18446744073709551615 6497788 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 8129 6831 708 1214 0 6911 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32516

[startup+102.322 s]
/proc/loadavg: 2.03 2.07 2.02 3/576 23841
/proc/meminfo: memFree=23443972/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=37900 CPUtime=102.31 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 10446 0 0 0 9658 573 0 0 25 0 1 0 821099405 38809600 8204 33554432000 4194304 9163163 140735295465504 18446744073709551615 6555954 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 9475 8204 708 1214 0 8257 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 37900

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/576 23842
/proc/meminfo: memFree=23385032/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=43856 CPUtime=162.29 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 11736 0 0 0 15446 783 0 0 25 0 1 0 821099405 44908544 9494 33554432000 4194304 9163163 140735295465504 18446744073709551615 4240214 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 10964 9494 708 1214 0 9746 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43856

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/576 23844
/proc/meminfo: memFree=23324868/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=44084 CPUtime=222.3 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 11843 0 0 0 21231 999 0 0 25 0 1 0 821099405 45142016 9601 33554432000 4194304 9163163 140735295465504 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11021 9601 708 1214 0 9803 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 44084

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/576 23854
/proc/meminfo: memFree=23276128/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47556 CPUtime=282.3 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12550 0 0 0 27047 1183 0 0 25 0 1 0 821099405 48697344 10308 33554432000 4194304 9163163 140735295465504 18446744073709551615 4209087 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11889 10308 708 1214 0 10671 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47556

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

[startup+307.101 s]
/proc/loadavg: 2.15 2.06 2.01 3/576 23855
/proc/meminfo: memFree=23250700/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=307.1 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12669 0 0 0 29463 1247 0 0 25 0 1 0 821099405 48943104 10427 33554432000 4194304 9163163 140735295465504 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10427 708 1214 0 10731 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 47796

[startup+319.9 s]
/proc/loadavg: 2.11 2.06 2.01 3/576 23855
/proc/meminfo: memFree=23240516/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=319.9 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12682 0 0 0 30709 1281 0 0 25 0 1 0 821099405 48943104 10440 33554432000 4194304 9163163 140735295465504 18446744073709551615 5275400 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10440 708 1214 0 10731 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 47796

[startup+326.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 23856
/proc/meminfo: memFree=23235176/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=326.3 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12682 0 0 0 31334 1296 0 0 25 0 1 0 821099405 48943104 10440 33554432000 4194304 9163163 140735295465504 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10440 708 1214 0 10731 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 47796

[startup+329.501 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 23856
/proc/meminfo: memFree=23233564/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=329.5 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12684 0 0 0 31647 1303 0 0 25 0 1 0 821099405 48943104 10442 33554432000 4194304 9163163 140735295465504 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10442 708 1214 0 10731 0
Current children cumulated CPU time (s) 329.5
Current children cumulated vsize (KiB) 47796

[startup+330.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 23856
/proc/meminfo: memFree=23233564/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=330.3 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12684 0 0 0 31727 1303 0 0 25 0 1 0 821099405 48943104 10442 33554432000 4194304 9163163 140735295465504 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10442 708 1214 0 10731 0
Current children cumulated CPU time (s) 330.3
Current children cumulated vsize (KiB) 47796

[startup+331.122 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 23856
/proc/meminfo: memFree=23232944/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=331.12 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12685 0 0 0 31808 1304 0 0 25 0 1 0 821099405 48943104 10443 33554432000 4194304 9163163 140735295465504 18446744073709551615 4209153 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10443 708 1214 0 10731 0
Current children cumulated CPU time (s) 331.12
Current children cumulated vsize (KiB) 47796

[startup+331.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 23856
/proc/meminfo: memFree=23232944/32951124 swapFree=58940260/67111528
[pid=23837] ppid=23835 vsize=47796 CPUtime=331.31 cores=1,3,5,7
/proc/23837/stat : 23837 (scip-2.0.1.4b.l) R 23835 23837 23203 0 -1 4202496 12685 0 0 0 31826 1305 0 0 25 0 1 0 821099405 48943104 10443 33554432000 4194304 9163163 140735295465504 18446744073709551615 5263720 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23837/statm: 11949 10443 708 1214 0 10731 0
Current children cumulated CPU time (s) 331.31
Current children cumulated vsize (KiB) 47796

Child status: 0
Real time (s): 331.324
CPU time (s): 331.334
CPU user time (s): 318.28
CPU system time (s): 13.054
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 47796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.28
system time used= 13.054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12690
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= 9
involuntary context switches= 4080

runsolver used 1.84672 second user time and 4.46232 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 11:56:57
IDJOB=3451649
IDBENCH=2916
IDSOLVER=1948
FILE ID=node139/3451649-1307095017
RUNJOBID= node139-1307093003-23222
PBS_JOBID= 13497985
Free space on /tmp= 73452 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451649-1307095017/watcher-3451649-1307095017 -o /tmp/evaluation-result-3451649-1307095017/solver-3451649-1307095017 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451649-1307095017.opb -t 1800 -m 15500

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1292577457

node139.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23596644 kB
Buffers:        235640 kB
Cached:         589796 kB
SwapCached:       3628 kB
Active:        8572124 kB
Inactive:       480104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23596644 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           24444 kB
Writeback:           0 kB
AnonPages:     8225172 kB
Mapped:          35800 kB
Slab:           152760 kB
PageTables:      78748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170914736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73440 MiB
End job on node139 at 2011-06-03 12:02:28