Trace number 3486127

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 2 2011-06-10 (fixed)OPT1 355.756 355.746

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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3486127-1307774479.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.00	c presolving (2 rounds):
0.00/0.00	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.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.4
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1797
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.00	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 |     - | 368k|   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 |     - | 428k|   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 |     - | 469k|   0 |  10 |  94 |  21 |  94 |  13 |   9 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.02	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 |     - | 538k|   0 |  14 |  94 |  21 |  94 |  21 |  17 |   0 |   0 | 0.000000e+00 | 1.105000e+03 |    Inf 
0.00/0.03	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.03/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.03/0.08	o 266
0.03/0.08	c c 0.1s|    23 |    22 |   298 |  10.4 | 580k|  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 | 589k|  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 | 648k|  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.2s|   197 |   147 |   954 |   4.5 | 662k|  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.2s|   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.2s|   201 |   146 |   957 |   4.4 | 665k|  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 | 701k|  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 | 702k|  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 | 727k|  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 | 718k|  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 | 743k|  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 | 847k|  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 |1031k|  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 |1031k|  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 |1379k|  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 |1666k|  26 |   - |  94 | 768 |  94 |  16 |  24 | 784 | 489 | 0.000000e+00 | 8.000000e+00 |    Inf 
0.79/0.90	o 6
0.79/0.90	c * 0.9s|  4477 |  1481 | 13743 |   3.1 |1773k|  26 |   - |  94 | 905 |  94 |  16 |  24 | 934 | 493 | 0.000000e+00 | 6.000000e+00 |    Inf 
0.79/0.90	o 4
0.79/0.90	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.8s| 10000 |  1778 | 26437 |   2.6 |2497k|  26 |   - |  94 |1903 |  94 |  16 |  24 |1974 | 522 | 0.000000e+00 | 4.000000e+00 |    Inf 
3.49/3.53	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.94	o 3
3.89/3.94	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.39/5.42	c   5.4s| 30000 |  1635 | 70002 |   2.3 |3568k|  27 |   - |  94 |3497 |   0 |   0 |  24 |5935 | 787 | 0.000000e+00 | 3.000000e+00 |    Inf 
7.19/7.21	c   7.2s| 40000 |  1581 | 91105 |   2.3 |3751k|  27 |   - |  94 |3894 |   0 |   0 |  24 |8185 | 816 | 0.000000e+00 | 3.000000e+00 |    Inf 
8.89/8.93	c   8.9s| 50000 |  1755 |112038 |   2.2 |3110k|  27 |   - |  94 |1727 |  94 |  16 |  24 |  10k| 880 | 0.000000e+00 | 3.000000e+00 |    Inf 
10.29/10.37	c  10.4s| 60000 |  2137 |133095 |   2.2 |3395k|  27 |   - |  94 |1585 |  94 |  16 |  24 |  12k| 902 | 0.000000e+00 | 3.000000e+00 |    Inf 
11.69/11.76	c  11.8s| 70000 |  2001 |153298 |   2.2 |3362k|  27 |   4 |  94 |1484 |  94 |  16 |  24 |  14k| 939 | 0.000000e+00 | 3.000000e+00 |    Inf 
13.10/13.14	c  13.1s| 80000 |  2006 |175059 |   2.2 |3568k|  27 |   - |  94 |1837 |   0 |   0 |  24 |  15k| 997 | 0.000000e+00 | 3.000000e+00 |    Inf 
14.39/14.47	c  14.5s| 90000 |  1888 |196134 |   2.2 |3304k|  27 |   4 |  94 |1550 |  94 |  16 |  24 |  17k|1047 | 0.000000e+00 | 3.000000e+00 |    Inf 
15.69/15.78	c  15.8s|100000 |  2048 |217259 |   2.2 |3448k|  27 |   - |  94 |1334 |  94 |  16 |  24 |  19k|1092 | 0.000000e+00 | 3.000000e+00 |    Inf 
16.99/17.07	c  17.1s|110000 |  1767 |237997 |   2.2 |3188k|  27 |   4 |  94 |1164 |  94 |  16 |  24 |  20k|1162 | 0.000000e+00 | 3.000000e+00 |    Inf 
17.59/17.68	o 1
17.59/17.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.59/17.68	c *17.7s|114860 |  1795 |248575 |   2.2 |3235k|  27 |   - |  94 |1235 |  94 |  16 |  24 |  21k|1217 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.49/18.58	c  18.6s|120000 |  1742 |258067 |   2.1 |3712k|  27 |   4 |  94 |2829 |  94 |  16 |  24 |  25k|1217 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.59/20.68	c  20.7s|130000 |  1355 |275628 |   2.1 |3896k|  27 |   - |  94 |4560 |   0 |   0 |  24 |  32k|1349 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.79/22.87	c  22.9s|140000 |  1461 |292347 |   2.1 |4249k|  27 |   4 |  94 |5183 |  94 |  16 |  24 |  39k|1371 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.29/25.32	c  25.3s|150000 |  1000 |309039 |   2.1 |3950k|  27 |   4 |  94 |4956 |  94 |  16 |  24 |  46k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.69/27.73	c  27.7s|160000 |  1326 |326771 |   2.0 |5028k|  27 |   4 |  94 |6635 |  94 |  16 |  24 |  53k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.29/30.31	c  30.3s|170000 |  1315 |344105 |   2.0 |5415k|  27 |   - |  94 |7458 |   0 |   0 |  24 |  61k|1393 | 0.000000e+00 | 1.000000e+00 |    Inf 
33.09/33.12	c  33.1s|180000 |  1158 |361395 |   2.0 |5640k|  27 |   - |  94 |8667 |  94 |  16 |  24 |  68k|1444 | 0.000000e+00 | 1.000000e+00 |    Inf 
36.00/36.09	c  36.1s|190000 |  1071 |378326 |   2.0 |5980k|  27 |   - |  94 |9522 |   0 |   0 |  24 |  76k|1458 | 0.000000e+00 | 1.000000e+00 |    Inf 
39.29/39.32	c  39.3s|200000 |  1116 |394883 |   2.0 |6714k|  27 |   - |  94 |  11k|  94 |  16 |  24 |  83k|1479 | 0.000000e+00 | 1.000000e+00 |    Inf 
42.79/42.90	c  42.9s|210000 |  1081 |410627 |   2.0 |7245k|  27 |   4 |  94 |  12k|  94 |  16 |  24 |  90k|1495 | 0.000000e+00 | 1.000000e+00 |    Inf 
46.49/46.52	c  46.5s|220000 |  1000 |427718 |   1.9 |6351k|  27 |   4 |  94 |9324 |  94 |  16 |  24 |  97k|1511 | 0.000000e+00 | 1.000000e+00 |    Inf 
49.39/49.43	c  49.4s|230000 |   700 |444478 |   1.9 |4822k|  27 |   - |  94 |4959 |  94 |  16 |  24 | 104k|1532 | 0.000000e+00 | 1.000000e+00 |    Inf 
51.79/51.81	c  51.8s|240000 |  1087 |462036 |   1.9 |5540k|  27 |   4 |  94 |6292 |  94 |  16 |  24 | 111k|1534 | 0.000000e+00 | 1.000000e+00 |    Inf 
54.50/54.51	c  54.5s|250000 |   811 |479380 |   1.9 |4997k|  27 |   - |  94 |5093 |  94 |  16 |  24 | 119k|1551 | 0.000000e+00 | 1.000000e+00 |    Inf 
57.00/57.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.00/57.05	c  57.1s|260000 |   570 |496084 |   1.9 |5253k|  27 |   - |  94 |6289 |   0 |   0 |  24 | 127k|1557 | 0.000000e+00 | 1.000000e+00 |    Inf 
59.49/59.59	c  59.6s|270000 |   853 |514183 |   1.9 |5864k|  27 |   - |  94 |7048 |   0 |   0 |  24 | 134k|1581 | 0.000000e+00 | 1.000000e+00 |    Inf 
62.19/62.27	c  62.3s|280000 |   666 |531839 |   1.9 |5751k|  27 |   - |  94 |7479 |  94 |  16 |  24 | 142k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
65.09/65.19	c  65.2s|290000 |  1002 |549920 |   1.9 |7193k|  27 |   - |  94 |  10k|  94 |  16 |  24 | 149k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
68.49/68.54	c  68.5s|300000 |   805 |567585 |   1.9 |7438k|  27 |   - |  94 |  11k|   0 |   0 |  24 | 156k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
72.09/72.10	c  72.1s|310000 |   678 |585315 |   1.9 |7758k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 164k|1603 | 0.000000e+00 | 1.000000e+00 |    Inf 
75.39/75.46	c  75.5s|320000 |   499 |603164 |   1.9 |6306k|  27 |   4 |  94 |8976 |  94 |  16 |  24 | 171k|1663 | 0.000000e+00 | 1.000000e+00 |    Inf 
78.19/78.24	c  78.2s|330000 |  1780 |623609 |   1.9 |7390k|  27 |   4 |  94 |  10k|  94 |  16 |  24 | 178k|1681 | 0.000000e+00 | 1.000000e+00 |    Inf 
81.00/81.07	c  81.1s|340000 |  3121 |641759 |   1.9 |8651k|  27 |   - |  94 |  10k|  94 |  16 |  24 | 185k|1687 | 0.000000e+00 | 1.000000e+00 |    Inf 
84.09/84.16	c  84.2s|350000 |  3718 |658772 |   1.9 |9717k|  27 |   4 |  94 |  10k|  94 |  16 |  24 | 192k|1702 | 0.000000e+00 | 1.000000e+00 |    Inf 
87.19/87.22	c  87.2s|360000 |  4544 |676809 |   1.9 |  11M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 199k|1717 | 0.000000e+00 | 1.000000e+00 |    Inf 
90.50/90.54	c  90.5s|370000 |  5123 |694683 |   1.9 |  11M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 206k|1718 | 0.000000e+00 | 1.000000e+00 |    Inf 
93.90/93.98	c  94.0s|380000 |  5193 |711996 |   1.9 |  12M|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 213k|1724 | 0.000000e+00 | 1.000000e+00 |    Inf 
97.39/97.42	c  97.4s|390000 |  5411 |729464 |   1.9 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 221k|1741 | 0.000000e+00 | 1.000000e+00 |    Inf 
100.99/101.04	c   101s|400000 |  5135 |746297 |   1.9 |  12M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 228k|1749 | 0.000000e+00 | 1.000000e+00 |    Inf 
104.70/104.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.70/104.74	c   105s|410000 |  4658 |763071 |   1.9 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 236k|1772 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.20/108.20	c   108s|420000 |  4329 |780411 |   1.9 |  12M|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 244k|1790 | 0.000000e+00 | 1.000000e+00 |    Inf 
111.29/111.34	c   111s|430000 |  5245 |798840 |   1.9 |  13M|  27 |   - |  94 |  14k|   0 |   0 |  24 | 251k|1790 | 0.000000e+00 | 1.000000e+00 |    Inf 
115.00/115.01	c   115s|440000 |  4939 |815886 |   1.9 |  14M|  27 |   - |  94 |  14k|  94 |  16 |  24 | 258k|1800 | 0.000000e+00 | 1.000000e+00 |    Inf 
118.60/118.69	c   119s|450000 |  5042 |833575 |   1.9 |  14M|  27 |   - |  94 |  16k|  94 |  16 |  24 | 266k|1805 | 0.000000e+00 | 1.000000e+00 |    Inf 
122.79/122.87	c   123s|460000 |  5165 |851189 |   1.9 |  15M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 273k|1823 | 0.000000e+00 | 1.000000e+00 |    Inf 
127.50/127.55	c   128s|470000 |  4782 |868429 |   1.8 |  15M|  27 |   4 |  94 |  17k|  94 |  16 |  24 | 281k|1834 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.10/132.20	c   132s|480000 |  4686 |885224 |   1.8 |  15M|  27 |   4 |  94 |  16k|  94 |  16 |  24 | 288k|1842 | 0.000000e+00 | 1.000000e+00 |    Inf 
136.60/136.69	c   137s|490000 |  4659 |902793 |   1.8 |  14M|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 296k|1860 | 0.000000e+00 | 1.000000e+00 |    Inf 
140.70/140.73	c   141s|500000 |  4291 |919854 |   1.8 |  14M|  27 |   - |  94 |  16k|  94 |  16 |  24 | 304k|1872 | 0.000000e+00 | 1.000000e+00 |    Inf 
145.20/145.24	c   145s|510000 |  3540 |936764 |   1.8 |  13M|  27 |   - |  94 |  12k|   0 |   0 |  24 | 312k|1897 | 0.000000e+00 | 1.000000e+00 |    Inf 
149.00/149.09	c   149s|520000 |  3209 |953925 |   1.8 |  13M|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 320k|1906 | 0.000000e+00 | 1.000000e+00 |    Inf 
153.00/153.09	c   153s|530000 |  2666 |971104 |   1.8 |  12M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 328k|1916 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.79/156.83	c   157s|540000 |  2418 |988296 |   1.8 |  12M|  27 |   - |  94 |  12k|  94 |  16 |  24 | 335k|1921 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.60/160.69	c   161s|550000 |  1795 |  1005k|   1.8 |  11M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 343k|1937 | 0.000000e+00 | 1.000000e+00 |    Inf 
164.50/164.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.50/164.51	c   165s|560000 |  1193 |  1021k|   1.8 |  10M|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 351k|1950 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.10/168.14	c   168s|570000 |  1721 |  1039k|   1.8 |  11M|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 358k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.60/172.65	c   173s|580000 |  1407 |  1055k|   1.8 |  12M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 366k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.80/177.83	c   178s|590000 |   730 |  1071k|   1.8 |9119k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 374k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.09/182.17	c   182s|600000 |   493 |  1088k|   1.8 |8230k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 382k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
185.60/185.67	c   186s|610000 |   949 |  1106k|   1.8 |8937k|  27 |   - |  94 |  13k|   0 |   0 |  24 | 390k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.39/189.49	c   189s|620000 |   919 |  1123k|   1.8 |9794k|  27 |   - |  94 |  15k|  94 |  16 |  24 | 397k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
193.49/193.51	c   194s|630000 |   639 |  1141k|   1.8 |9597k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 405k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.69/197.74	c   198s|640000 |   472 |  1159k|   1.8 |8089k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 413k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.30/201.34	c   201s|650000 |   282 |  1177k|   1.8 |8541k|  27 |   - |  94 |  14k|  94 |  16 |  24 | 421k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.90/204.93	c   205s|660000 |   415 |  1194k|   1.8 |8703k|  27 |   4 |  94 |  13k|  94 |  16 |  24 | 429k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
208.69/208.70	c   209s|670000 |   640 |  1213k|   1.8 |9365k|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 436k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.00/213.02	c   213s|680000 |   218 |  1232k|   1.8 |8584k|  27 |   - |  94 |  14k|   0 |   0 |  24 | 444k|1954 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.29/216.38	c   216s|690000 |   930 |  1251k|   1.8 |8399k|  27 |   - |  94 |  11k|  94 |  16 |  24 | 451k|1963 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.79/219.83	c   220s|700000 |  1187 |  1269k|   1.8 |9150k|  27 |   4 |  94 |  12k|  94 |  16 |  24 | 459k|1965 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.00/224.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.00/224.00	c   224s|710000 |   463 |  1288k|   1.8 |8292k|  27 |   4 |  94 |  11k|  94 |  16 |  24 | 467k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.40/227.40	c   227s|720000 |   709 |  1306k|   1.8 |9555k|  27 |   4 |  94 |  14k|  94 |  16 |  24 | 475k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.50/231.58	c   232s|730000 |   610 |  1324k|   1.8 |  10M|  27 |   5 |  94 |  15k|  94 |  16 |  24 | 483k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.80/235.80	c   236s|740000 |  1084 |  1344k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 490k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.60/240.64	c   241s|750000 |   828 |  1363k|   1.8 |  12M|  27 |   4 |  94 |  20k|  94 |  16 |  24 | 498k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.80/245.85	c   246s|760000 |   735 |  1381k|   1.8 |  12M|  27 |   4 |  94 |  22k|  94 |  16 |  24 | 506k|1999 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.40/251.45	c   251s|770000 |   977 |  1399k|   1.8 |  13M|  27 |   4 |  94 |  23k|  94 |  16 |  24 | 514k|2002 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.30/257.34	c   257s|780000 |   903 |  1417k|   1.8 |  13M|  27 |   - |  94 |  20k|  94 |  16 |  24 | 521k|2007 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.80/262.82	c   263s|790000 |   789 |  1436k|   1.8 |  13M|  27 |   4 |  94 |  21k|  94 |  16 |  24 | 530k|2007 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.49/268.58	c   269s|800000 |   396 |  1453k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 538k|2007 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.10/273.13	c   273s|810000 |   690 |  1472k|   1.8 |  10M|  27 |   4 |  94 |  15k|  94 |  16 |  24 | 545k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.30/277.36	c   277s|820000 |   828 |  1490k|   1.8 |  11M|  27 |   - |  94 |  17k|  94 |  16 |  24 | 552k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.20/282.24	c   282s|830000 |   179 |  1506k|   1.8 |9831k|  27 |   - |  94 |  15k|  94 |  16 |  24 | 560k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.20/286.23	c   286s|840000 |   848 |  1525k|   1.8 |  11M|  27 |   4 |  94 |  18k|  94 |  16 |  24 | 567k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.90/290.93	c   291s|850000 |   651 |  1542k|   1.8 |  12M|  27 |   - |  94 |  19k|   0 |   0 |  24 | 575k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.10/296.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.10/296.11	c   296s|860000 |   569 |  1560k|   1.8 |  12M|  27 |   4 |  94 |  20k|  94 |  16 |  24 | 584k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.50/301.56	c   302s|870000 |   730 |  1578k|   1.8 |  13M|  27 |   - |  94 |  22k|   0 |   0 |  24 | 591k|2076 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.00/307.08	c   307s|880000 |   814 |  1596k|   1.8 |  13M|  27 |   4 |  94 |  23k|  94 |  16 |  24 | 599k|2081 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.90/312.99	c   313s|890000 |   745 |  1616k|   1.8 |  14M|  27 |   - |  94 |  26k|  94 |  16 |  24 | 607k|2088 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.80/318.82	c   319s|900000 |   565 |  1634k|   1.8 |  12M|  27 |   4 |  94 |  20k|  94 |  16 |  24 | 615k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.61/324.69	c   325s|910000 |   204 |  1653k|   1.8 |  12M|  27 |   4 |  94 |  22k|  94 |  16 |  24 | 623k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.60/330.68	c   331s|920000 |   286 |  1671k|   1.8 |  13M|  27 |   4 |  94 |  24k|  94 |  16 |  24 | 630k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.51/336.54	c   337s|930000 |   675 |  1692k|   1.8 |  14M|  27 |   - |  94 |  25k|   0 |   0 |  24 | 638k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.90/342.93	c   343s|940000 |   947 |  1710k|   1.8 |  15M|  27 |   - |  94 |  27k|   0 |   0 |  24 | 645k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.70/350.71	c   351s|950000 |   564 |  1728k|   1.8 |  15M|  27 |   4 |  94 |  29k|  94 |  16 |  24 | 654k|2089 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.70/355.72	c 
355.70/355.72	c SCIP Status        : problem is solved [optimal solution found]
355.70/355.72	c Solving Time (sec) : 355.72
355.70/355.72	c Solving Nodes      : 956030
355.70/355.72	c Primal Bound       : +1.00000000000000e+00 (30 solutions)
355.70/355.72	c Dual Bound         : +1.00000000000000e+00
355.70/355.72	c Gap                : 0.00 %
355.70/355.72	s OPTIMUM FOUND
355.70/355.72	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 
355.70/355.72	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 
355.70/355.72	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 
355.70/355.72	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
355.70/355.72	c SCIP Status        : problem is solved [optimal solution found]
355.70/355.72	c Total Time         :     355.72
355.70/355.72	c   solving          :     355.72
355.70/355.72	c   presolving       :       0.00 (included in solving)
355.70/355.72	c   reading          :       0.00 (included in solving)
355.70/355.72	c Original Problem   :
355.70/355.72	c   Problem name     : HOME/instance-3486127-1307774479.opb
355.70/355.72	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
355.70/355.72	c   Constraints      : 8 initial, 8 maximal
355.70/355.72	c Presolved Problem  :
355.70/355.72	c   Problem name     : t_HOME/instance-3486127-1307774479.opb
355.70/355.72	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
355.70/355.72	c   Constraints      : 4 initial, 29884 maximal
355.70/355.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
355.70/355.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
355.70/355.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
355.70/355.72	c   root node        :          -         65          -          -         65          -          -          -          -          -
355.70/355.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
355.70/355.72	c   integral         :          0          0          0     536264          0         20          0        199        859          0          0    1070392
355.70/355.72	c   linear           :          4+         7    2390153          0          0         17    1470929     262164    1462840          0          0          0
355.70/355.72	c   logicor          :          0+         0    1323081          0          0          0    1177159      10992     638170          0          0          0
355.70/355.72	c   countsols        :          0          0          0         16          0         16          0          0          0          0          0          0
355.70/355.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
355.70/355.72	c   integral         :       3.02       0.00       0.00       3.02       0.00       0.00       0.00
355.70/355.72	c   linear           :      25.48       0.00      22.77       0.00       0.00       0.00       2.71
355.70/355.72	c   logicor          :     109.73       0.00     108.71       0.00       0.00       0.00       1.02
355.70/355.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
355.70/355.72	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
355.70/355.72	c   vbounds          :          0          0          0          0
355.70/355.72	c   rootredcost      :         26          0          0         64
355.70/355.72	c   pseudoobj        :    2390473        394        489       8417
355.70/355.72	c Propagator Timings :  TotalTime  Propagate    Resprop
355.70/355.72	c   vbounds          :       0.34       0.34       0.00
355.70/355.72	c   rootredcost      :       0.37       0.37       0.00
355.70/355.72	c   pseudoobj        :       3.41       3.41       0.00
355.70/355.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
355.70/355.72	c   propagation      :       5.21     273645     206532     510711       20.7         60       18.9          -
355.70/355.72	c   infeasible LP    :       5.52     251449     251448     444274       13.8       2833       17.4          0
355.70/355.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
355.70/355.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
355.70/355.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
355.70/355.72	c   applied globally :          -          -          -     658790       16.0          -          -          -
355.70/355.72	c   applied locally  :          -          -          -         12       35.3          -          -          -
355.70/355.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
355.70/355.72	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 81)
355.70/355.72	c   redcost          :       1.14     542407          0      87834          0          0
355.70/355.72	c   impliedbounds    :       0.00          6          0          0          0          0
355.70/355.72	c   intobj           :       0.00          0          0          0          0          0
355.70/355.72	c   gomory           :       0.00          6          0          0          0          0
355.70/355.72	c   cgmip            :       0.00          0          0          0          0          0
355.70/355.72	c   closecuts        :       0.00          0          0          0          0          0
355.70/355.72	c   strongcg         :       0.00          6          0          0         24          0
355.70/355.72	c   cmir             :       0.01          6          0          0         30          0
355.70/355.72	c   flowcover        :       0.01          6          0          0         38          0
355.70/355.72	c   clique           :       0.00          1          0          0          0          0
355.70/355.72	c   zerohalf         :       0.00          0          0          0          0          0
355.70/355.72	c   mcf              :       0.00          1          0          0          0          0
355.70/355.72	c   oddcycle         :       0.00          0          0          0          0          0
355.70/355.72	c   rapidlearning    :       0.01          1          0          0          0         17
355.70/355.72	c Pricers            :       Time      Calls       Vars
355.70/355.72	c   problem variables:       0.00          0          0
355.70/355.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
355.70/355.72	c   relpscost        :       2.72     536248        199        859          0          0    1070392
355.70/355.72	c   pscost           :       0.00          0          0          0          0          0          0
355.70/355.72	c   inference        :       0.00          0          0          0          0          0          0
355.70/355.72	c   mostinf          :       0.00          0          0          0          0          0          0
355.70/355.72	c   leastinf         :       0.00          0          0          0          0          0          0
355.70/355.72	c   fullstrong       :       0.00          0          0          0          0          0          0
355.70/355.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
355.70/355.72	c   random           :       0.00          0          0          0          0          0          0
355.70/355.72	c Primal Heuristics  :       Time      Calls      Found
355.70/355.72	c   LP solutions     :       0.00          -         16
355.70/355.72	c   pseudo solutions :       0.00          -          0
355.70/355.72	c   feaspump         :       0.04          1          0
355.70/355.72	c   oneopt           :       0.22         25          0
355.70/355.72	c   rootsoldiving    :       0.69        972          1
355.70/355.72	c   fracdiving       :       1.53       2625          1
355.70/355.72	c   veclendiving     :       1.85       2625          1
355.70/355.72	c   guideddiving     :       1.57       2626          2
355.70/355.72	c   coefdiving       :       1.54       2626          1
355.70/355.72	c   pscostdiving     :       1.56       2626          2
355.70/355.72	c   linesearchdiving :       1.60       2627          1
355.70/355.72	c   objpscostdiving  :       0.44       1314          1
355.70/355.72	c   trivial          :       0.00          2          0
355.70/355.72	c   shiftandpropagate:       0.00          1          1
355.70/355.72	c   simplerounding   :       0.12          0          0
355.70/355.72	c   zirounding       :       1.19          0          0
355.70/355.72	c   rounding         :       0.24      10419          0
355.70/355.72	c   shifting         :       4.32      19391          3
355.70/355.72	c   intshifting      :       0.02          0          0
355.70/355.72	c   twoopt           :       0.00          0          0
355.70/355.72	c   fixandinfer      :       0.00          0          0
355.70/355.72	c   clique           :       0.00          0          0
355.70/355.72	c   intdiving        :       0.00          0          0
355.70/355.72	c   actconsdiving    :       0.00          0          0
355.70/355.72	c   octane           :       0.00          0          0
355.70/355.72	c   rens             :       0.02          1          0
355.70/355.72	c   rins             :       0.00          0          0
355.70/355.72	c   localbranching   :       0.00          0          0
355.70/355.72	c   mutation         :       0.00          0          0
355.70/355.72	c   crossover        :       0.01          1          0
355.70/355.72	c   dins             :       0.00          0          0
355.70/355.72	c   vbounds          :       0.00          0          0
355.70/355.72	c   undercover       :       0.00          0          0
355.70/355.72	c   subnlp           :       0.12          0          0
355.70/355.72	c   trysol           :       0.16          0          0
355.70/355.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
355.70/355.72	c   primal LP        :       0.00          0          0       0.00          -
355.70/355.72	c   dual LP          :      37.18     782403    1632524       2.09   43911.03
355.70/355.72	c   lex dual LP      :       0.00          0          0       0.00          -
355.70/355.72	c   barrier LP       :       0.00          0          0       0.00          -
355.70/355.72	c   diving/probing LP:       2.71      55724     105934       1.90   39061.99
355.70/355.72	c   strong branching :       0.20       2126       9359       4.40   47380.14
355.70/355.72	c     (at root node) :          -          9        530      58.89          -
355.70/355.72	c   conflict analysis:       0.00          0          0       0.00          -
355.70/355.72	c B&B Tree           :
355.70/355.72	c   number of runs   :          1
355.70/355.72	c   nodes            :     956030
355.70/355.72	c   nodes (total)    :     956030
355.70/355.72	c   nodes left       :          0
355.70/355.72	c   max depth        :         27
355.70/355.72	c   max depth (total):         27
355.70/355.72	c   backtracks       :     317148 (33.2%)
355.70/355.72	c   delayed cutoffs  :     114100
355.70/355.72	c   repropagations   :     736476 (994933 domain reductions, 96601 cutoffs)
355.70/355.72	c   avg switch length:       5.16
355.70/355.72	c   switching time   :      95.53
355.70/355.72	c Solution           :
355.70/355.72	c   Solutions found  :         30 (27 improvements)
355.70/355.72	c   First Solution   : +1.10500000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 43, found by <shiftandpropagate>)
355.70/355.72	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 114860 nodes, 17.68 seconds, depth 24, found by <relaxation>)
355.70/355.72	c   Dual Bound       : +1.00000000000000e+00
355.70/355.72	c   Gap              :       0.00 %
355.70/355.72	c   Root Dual Bound  : +0.00000000000000e+00
355.70/355.72	c   Root Iterations  :         70
355.70/355.74	c Time complete: 355.74.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3486127-1307774479/watcher-3486127-1307774479 -o /tmp/evaluation-result-3486127-1307774479/solver-3486127-1307774479 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486127-1307774479.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.00 2.00 1.98 3/174 528
/proc/meminfo: memFree=31507396/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=6312 CPUtime=0 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 677 0 0 0 0 0 0 0 25 0 1 0 889048312 6463488 632 33554432000 4194304 8979876 140736269501280 18446744073709551615 5856416 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/528/statm: 1578 636 274 1169 0 405 0

[startup+0.047601 s]
/proc/loadavg: 2.00 2.00 1.98 3/174 528
/proc/meminfo: memFree=31507396/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=25072 CPUtime=0.03 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 5564 0 0 0 3 0 0 0 25 0 1 0 889048312 25673728 4909 33554432000 4194304 8979876 140736269501280 18446744073709551615 5688296 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6268 4909 683 1169 0 5095 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25072

[startup+0.100568 s]
/proc/loadavg: 2.00 2.00 1.98 3/174 528
/proc/meminfo: memFree=31507396/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27564 CPUtime=0.09 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6177 0 0 0 8 1 0 0 25 0 1 0 889048312 28225536 5522 33554432000 4194304 8979876 140736269501280 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6891 5522 701 1169 0 5718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27564

[startup+0.300527 s]
/proc/loadavg: 2.00 2.00 1.98 3/174 528
/proc/meminfo: memFree=31507396/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=0.29 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6246 0 0 0 27 2 0 0 25 0 1 0 889048312 28487680 5591 33554432000 4194304 8979876 140736269501280 18446744073709551615 7057370 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5591 705 1169 0 5782 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27820

[startup+0.700458 s]
/proc/loadavg: 2.00 2.00 1.98 3/174 528
/proc/meminfo: memFree=31507396/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=0.69 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6250 0 0 0 66 3 0 0 25 0 1 0 889048312 28487680 5595 33554432000 4194304 8979876 140736269501280 18446744073709551615 4979089 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5595 705 1169 0 5782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27820

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 529
/proc/meminfo: memFree=31487448/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=1.49 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6251 0 0 0 143 6 0 0 25 0 1 0 889048312 28487680 5596 33554432000 4194304 8979876 140736269501280 18446744073709551615 5308429 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5596 705 1169 0 5782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27820

[startup+3.10101 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 529
/proc/meminfo: memFree=31486332/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=3.09 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6251 0 0 0 299 10 0 0 25 0 1 0 889048312 28487680 5596 33554432000 4194304 8979876 140736269501280 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5596 705 1169 0 5782 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27820

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 530
/proc/meminfo: memFree=31481568/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=6.29 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6251 0 0 0 611 18 0 0 25 0 1 0 889048312 28487680 5596 33554432000 4194304 8979876 140736269501280 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5596 705 1169 0 5782 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27820

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 530
/proc/meminfo: memFree=31472924/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=12.69 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6254 0 0 0 1236 33 0 0 25 0 1 0 889048312 28487680 5599 33554432000 4194304 8979876 140736269501280 18446744073709551615 6003948 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5599 705 1169 0 5782 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27820

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 530
/proc/meminfo: memFree=31458528/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=27820 CPUtime=25.49 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 6256 0 0 0 2489 60 0 0 25 0 1 0 889048312 28487680 5601 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381761 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 6955 5601 705 1169 0 5782 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27820

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 531
/proc/meminfo: memFree=31427784/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=30840 CPUtime=51.09 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 7126 0 0 0 5018 91 0 0 25 0 1 0 889048312 31580160 6471 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381765 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 7710 6471 705 1169 0 6537 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30840

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 532
/proc/meminfo: memFree=31373832/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=36312 CPUtime=102.3 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 8505 0 0 0 10076 154 0 0 25 0 1 0 889048312 37183488 7850 33554432000 4194304 8979876 140736269501280 18446744073709551615 4585984 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 9078 7850 705 1169 0 7905 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 36312

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 534
/proc/meminfo: memFree=31310684/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=42260 CPUtime=162.3 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 9797 0 0 0 16018 212 0 0 25 0 1 0 889048312 43274240 9142 33554432000 4194304 8979876 140736269501280 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 10565 9142 705 1169 0 9392 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 42260

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 535
/proc/meminfo: memFree=31253048/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=42600 CPUtime=222.29 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 9914 0 0 0 21964 265 0 0 25 0 1 0 889048312 43622400 9259 33554432000 4194304 8979876 140736269501280 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 10650 9259 705 1169 0 9477 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42600

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 537
/proc/meminfo: memFree=31201536/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=45920 CPUtime=282.3 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 10641 0 0 0 27918 312 0 0 25 0 1 0 889048312 47022080 9986 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 11480 9986 705 1169 0 10307 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45920

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 538
/proc/meminfo: memFree=31151484/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=47528 CPUtime=342.3 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 10877 0 0 0 33879 351 0 0 25 0 1 0 889048312 48668672 10222 33554432000 4194304 8979876 140736269501280 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 11882 10222 705 1169 0 10709 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47528

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

[startup+345.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 538
/proc/meminfo: memFree=31149000/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=47528 CPUtime=345.5 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 10880 0 0 0 34196 354 0 0 25 0 1 0 889048312 48668672 10225 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 11882 10225 705 1169 0 10709 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 47528

[startup+351.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 539
/proc/meminfo: memFree=31142912/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=48004 CPUtime=351.9 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 11004 0 0 0 34833 357 0 0 25 0 1 0 889048312 49156096 10349 33554432000 4194304 8979876 140736269501280 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 12001 10349 705 1169 0 10828 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 48004

[startup+353.501 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 539
/proc/meminfo: memFree=31142912/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=48004 CPUtime=353.5 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 11005 0 0 0 34993 357 0 0 25 0 1 0 889048312 49156096 10350 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 12001 10350 705 1169 0 10828 0
Current children cumulated CPU time (s) 353.5
Current children cumulated vsize (KiB) 48004

[startup+355.101 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 539
/proc/meminfo: memFree=31142044/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=48892 CPUtime=355.1 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 11115 0 0 0 35152 358 0 0 25 0 1 0 889048312 50065408 10460 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381765 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 12223 10460 705 1169 0 11050 0
Current children cumulated CPU time (s) 355.1
Current children cumulated vsize (KiB) 48892

[startup+355.501 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 539
/proc/meminfo: memFree=31141172/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=48892 CPUtime=355.5 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 11115 0 0 0 35192 358 0 0 25 0 1 0 889048312 50065408 10460 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 12223 10460 705 1169 0 11050 0
Current children cumulated CPU time (s) 355.5
Current children cumulated vsize (KiB) 48892

[startup+355.701 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 539
/proc/meminfo: memFree=31141172/32951124 swapFree=67064368/67111528
[pid=528] ppid=526 vsize=48892 CPUtime=355.7 cores=0,2,4,6
/proc/528/stat : 528 (scip-2.0.1.4_2.) R 526 528 29294 0 -1 4202496 11115 0 0 0 35212 358 0 0 25 0 1 0 889048312 50065408 10460 33554432000 4194304 8979876 140736269501280 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/528/statm: 12223 10460 705 1169 0 11050 0
Current children cumulated CPU time (s) 355.7
Current children cumulated vsize (KiB) 48892

Child status: 0
Real time (s): 355.746
CPU time (s): 355.756
CPU user time (s): 352.168
CPU system time (s): 3.58745
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 48892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.168
system time used= 3.58745
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11123
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= 6
involuntary context switches= 543

runsolver used 0.515921 second user time and 1.11183 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 08:41:19
IDJOB=3486127
IDBENCH=2916
IDSOLVER=1977
FILE ID=node105/3486127-1307774479
RUNJOBID= node105-1307767064-32347
PBS_JOBID= 13550855
Free space on /tmp= 74060 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486127-1307774479/watcher-3486127-1307774479 -o /tmp/evaluation-result-3486127-1307774479/solver-3486127-1307774479 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486127-1307774479.opb -t 1800 -m 15500

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1783484798

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31507948 kB
Buffers:        271748 kB
Cached:         802456 kB
SwapCached:      20132 kB
Active:         577572 kB
Inactive:       642224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31507948 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           25268 kB
Writeback:           0 kB
AnonPages:      143348 kB
Mapped:          13396 kB
Slab:           160168 kB
PageTables:       4332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   293040 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= 74044 MiB
End job on node105 at 2011-06-11 08:47:15