Trace number 3734899

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT1 232.267 232.312

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 benchmark11.1943
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3734899-1338702159.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 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 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 1.2.1.3
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 = 1790
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 # 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	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   0.0s|     1 |     0 |    16 |     - | 351k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	o 320
0.00/0.04	c y 0.0s|     1 |     0 |    41 |     - | 376k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    46 |     - | 528k|   0 |   8 |  94 | 130 |  94 |  10 |   6 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    52 |     - | 567k|   0 |   9 |  94 | 130 |  94 |  16 |  12 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    56 |     - | 594k|   0 |  12 |  94 | 130 |  94 |  21 |  17 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    69 |     - | 607k|   0 |  15 |  94 | 130 |  94 |  25 |  21 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    80 |     - | 618k|   0 |  14 |  94 | 130 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    88 |     - | 620k|   0 |  16 |  94 | 130 |  94 |  30 |  26 |   0 |   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     2 |    88 |     - | 621k|   0 |  16 |  94 | 130 |  94 |  30 |  26 |   0 |   9 | 0.000000e+00 | 3.200000e+02 |    Inf 
0.09/0.12	o 116
0.09/0.12	c c 0.1s|    22 |    23 |   246 |   7.5 | 648k|  21 |   - |  94 | 130 |  94 |  17 |  26 |   0 |  91 | 0.000000e+00 | 1.160000e+02 |    Inf 
0.09/0.13	o 114
0.09/0.13	c v 0.1s|    63 |    64 |   378 |   4.7 | 645k|  22 |   - |  94 | 107 |  94 |  17 |  26 |   7 | 178 | 0.000000e+00 | 1.140000e+02 |    Inf 
0.09/0.15	o 90
0.09/0.15	c s 0.1s|    99 |    98 |   572 |   4.9 | 658k|  22 |   4 |  94 | 109 |  94 |  17 |  26 |   9 | 205 | 0.000000e+00 | 9.000000e+01 |    Inf 
0.09/0.15	o 87
0.09/0.15	c g 0.2s|   126 |   125 |   650 |   4.5 | 677k|  31 |   - |  94 | 111 |  94 |  17 |  26 |  11 | 233 | 0.000000e+00 | 8.700000e+01 |    Inf 
0.09/0.17	o 86
0.09/0.17	c * 0.2s|   185 |   176 |   875 |   4.3 | 705k|  31 |   - |  94 | 111 |  94 |  17 |  26 |  12 | 266 | 0.000000e+00 | 8.600000e+01 |    Inf 
0.09/0.17	o 82
0.09/0.17	c * 0.2s|   190 |   176 |   876 |   4.2 | 706k|  33 |   - |  94 | 111 |  94 |  17 |  26 |  12 | 274 | 0.000000e+00 | 8.200000e+01 |    Inf 
0.09/0.17	o 80
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 f 0.2s|   204 |   187 |   905 |   4.0 | 723k|  34 |   - |  94 | 111 |  94 |  17 |  26 |  13 | 311 | 0.000000e+00 | 8.000000e+01 |    Inf 
0.09/0.18	o 79
0.09/0.18	c v 0.2s|   218 |   201 |   941 |   3.9 | 733k|  34 |   - |  94 | 111 |  94 |  17 |  26 |  13 | 317 | 0.000000e+00 | 7.900000e+01 |    Inf 
0.09/0.18	o 77
0.09/0.18	c * 0.2s|   251 |   229 |  1049 |   3.8 | 747k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  16 | 319 | 0.000000e+00 | 7.700000e+01 |    Inf 
0.09/0.19	o 76
0.09/0.19	c * 0.2s|   259 |   234 |  1069 |   3.8 | 750k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  16 | 339 | 0.000000e+00 | 7.600000e+01 |    Inf 
0.09/0.19	o 74
0.09/0.19	c * 0.2s|   260 |   229 |  1069 |   3.8 | 750k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  16 | 339 | 0.000000e+00 | 7.400000e+01 |    Inf 
0.19/0.20	o 73
0.19/0.20	c * 0.2s|   319 |   274 |  1226 |   3.6 | 773k|  34 |   - |  94 | 114 |  94 |  17 |  26 |  18 | 372 | 0.000000e+00 | 7.300000e+01 |    Inf 
0.19/0.21	o 70
0.19/0.21	c c 0.2s|   372 |   312 |  1446 |   3.7 | 800k|  34 |   - |  94 | 118 |  94 |  17 |  26 |  23 | 403 | 0.000000e+00 | 7.000000e+01 |    Inf 
0.19/0.22	o 57
0.19/0.22	c p 0.2s|   415 |   336 |  1571 |   3.6 | 820k|  34 |   - |  94 | 118 |  94 |  17 |  26 |  24 | 426 | 0.000000e+00 | 5.700000e+01 |    Inf 
0.19/0.23	o 55
0.19/0.23	c * 0.2s|   449 |   352 |  1678 |   3.5 | 820k|  34 |   - |  94 |  21 |  94 |  17 |  26 |  26 | 440 | 0.000000e+00 | 5.500000e+01 |    Inf 
0.19/0.23	o 53
0.19/0.23	c * 0.2s|   450 |   348 |  1678 |   3.5 | 819k|  34 |   - |  94 |  21 |  94 |  17 |  26 |  26 | 440 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.19/0.24	o 51
0.19/0.24	c * 0.2s|   465 |   356 |  1715 |   3.5 | 824k|  34 |   - |  94 |  21 |  94 |  17 |  26 |  26 | 451 | 0.000000e+00 | 5.100000e+01 |    Inf 
0.19/0.24	o 50
0.19/0.24	c f 0.2s|   475 |   363 |  1755 |   3.5 | 837k|  34 |   - |  94 |  22 |  94 |  17 |  26 |  28 | 453 | 0.000000e+00 | 5.000000e+01 |    Inf 
0.19/0.24	o 49
0.19/0.24	c * 0.2s|   516 |   390 |  1847 |   3.4 | 850k|  34 |   - |  94 |  23 |  94 |  17 |  26 |  30 | 457 | 0.000000e+00 | 4.900000e+01 |    Inf 
0.19/0.26	o 47
0.19/0.26	c * 0.3s|   572 |   433 |  2034 |   3.4 | 873k|  34 |   - |  94 |  28 |  94 |  17 |  26 |  39 | 461 | 0.000000e+00 | 4.700000e+01 |    Inf 
0.19/0.26	o 45
0.19/0.26	c l 0.3s|   596 |   450 |  2178 |   3.5 | 888k|  34 |   - |  94 |  33 |  94 |  17 |  26 |  45 | 466 | 0.000000e+00 | 4.500000e+01 |    Inf 
0.19/0.29	o 43
0.19/0.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.29	c * 0.3s|   714 |   541 |  2689 |   3.6 | 932k|  34 |   - |  94 |  44 |  94 |  17 |  26 |  65 | 471 | 0.000000e+00 | 4.300000e+01 |    Inf 
0.29/0.30	o 42
0.29/0.30	c g 0.3s|   780 |   593 |  3063 |   3.8 | 961k|  34 |   - |  94 |  52 |  94 |  17 |  26 |  74 | 479 | 0.000000e+00 | 4.200000e+01 |    Inf 
0.29/0.31	o 41
0.29/0.31	c p 0.3s|   785 |   596 |  3090 |   3.8 | 971k|  34 |   - |  94 |  53 |  94 |  17 |  26 |  78 | 481 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.29/0.31	o 35
0.29/0.31	c s 0.3s|   813 |   596 |  3193 |   3.8 | 966k|  34 |   4 |  94 |  55 |  94 |  17 |  26 |  81 | 482 | 0.000000e+00 | 3.500000e+01 |    Inf 
0.29/0.31	o 33
0.29/0.31	c v 0.3s|   829 |   604 |  3242 |   3.8 | 977k|  34 |   - |  94 |  58 |  94 |  17 |  26 |  85 | 482 | 0.000000e+00 | 3.300000e+01 |    Inf 
0.29/0.34	o 31
0.29/0.34	c * 0.3s|   927 |   668 |  3705 |   3.9 |1019k|  34 |   - |  94 |  71 |  94 |  17 |  26 | 102 | 485 | 0.000000e+00 | 3.100000e+01 |    Inf 
0.29/0.37	o 30
0.29/0.37	c v 0.4s|  1055 |   744 |  4212 |   3.9 |1078k|  34 |   - |  94 | 115 |  94 |  17 |  26 | 157 | 493 | 0.000000e+00 | 3.000000e+01 |    Inf 
0.39/0.41	o 27
0.39/0.41	c c 0.4s|  1251 |   865 |  5106 |   4.0 |1156k|  34 |   - |  94 | 162 |  94 |  17 |  26 | 205 | 510 | 0.000000e+00 | 2.700000e+01 |    Inf 
0.39/0.43	o 25
0.39/0.43	c l 0.4s|  1339 |   907 |  5443 |   4.0 |1190k|  34 |   - |  94 | 183 |  94 |  17 |  26 | 226 | 514 | 0.000000e+00 | 2.500000e+01 |    Inf 
0.39/0.44	o 23
0.39/0.44	c c 0.4s|  1339 |   893 |  5443 |   4.0 |1183k|  34 |   - |  94 | 183 |  94 |  17 |  26 | 226 | 514 | 0.000000e+00 | 2.300000e+01 |    Inf 
0.39/0.45	o 22
0.39/0.45	c * 0.4s|  1384 |   907 |  5631 |   4.0 |1160k|  34 |   - |  94 | 204 |  94 |  17 |  26 | 249 | 515 | 0.000000e+00 | 2.200000e+01 |    Inf 
0.49/0.57	o 21
0.49/0.57	c f 0.6s|  1832 |  1159 |  7661 |   4.1 |1334k|  34 |   - |  94 | 308 |  94 |  17 |  26 | 365 | 523 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.49/0.57	o 20
0.49/0.57	c * 0.6s|  1840 |  1144 |  7697 |   4.1 |1328k|  34 |   - |  94 | 308 |  94 |  17 |  26 | 365 | 523 | 0.000000e+00 | 2.000000e+01 |    Inf 
0.49/0.57	o 16
0.49/0.57	c * 0.6s|  1856 |  1080 |  7760 |   4.1 |1299k|  34 |   - |  94 | 309 |  94 |  17 |  26 | 366 | 523 | 0.000000e+00 | 1.600000e+01 |    Inf 
0.78/0.82	o 15
0.78/0.82	c * 0.8s|  3193 |  1550 | 12411 |   3.9 |1642k|  34 |   - |  94 | 545 |  94 |  17 |  26 | 625 | 530 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.78/0.82	o 13
0.78/0.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c * 0.8s|  3195 |  1520 | 12411 |   3.9 |1624k|  34 |   - |  94 | 545 |  94 |  17 |  26 | 625 | 530 | 0.000000e+00 | 1.300000e+01 |    Inf 
0.89/0.94	o 11
0.89/0.94	c * 0.8s|  3196 |  1481 | 12411 |   3.9 |1601k|  34 |   - |  94 | 545 |  94 |  17 |  26 | 625 | 530 | 0.000000e+00 | 1.100000e+01 |    Inf 
0.99/1.08	o 10
0.99/1.08	c * 1.1s|  4728 |  1760 | 16303 |   3.4 |1890k|  34 |   - |  94 | 810 |  94 |  17 |  26 | 916 | 537 | 0.000000e+00 | 1.000000e+01 |    Inf 
1.10/1.16	o 8
1.10/1.16	c * 1.2s|  5178 |  1750 | 17541 |   3.4 |1930k|  34 |   - |  94 | 874 |  94 |  17 |  26 | 987 | 542 | 0.000000e+00 | 8.000000e+00 |    Inf 
1.10/1.16	o 6
1.10/1.16	c * 1.2s|  5179 |  1708 | 17541 |   3.4 |1906k|  34 |   - |  94 | 874 |  94 |  17 |  26 | 987 | 542 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.89/1.93	c   1.9s| 10000 |  1843 | 28577 |   2.8 |2480k|  34 |   - |  94 |1707 |   0 |   0 |  26 |1910 | 603 | 0.000000e+00 | 6.000000e+00 |    Inf 
3.69/3.70	c   3.7s| 20000 |  1825 | 50067 |   2.5 |3238k|  34 |   4 |  94 |3117 |  94 |  17 |  26 |3715 | 701 | 0.000000e+00 | 6.000000e+00 |    Inf 
3.89/3.96	o 5
3.89/3.96	c * 4.0s| 21368 |  1833 | 53304 |   2.5 |3341k|  34 |   - |  94 |3355 |  94 |  17 |  26 |3966 | 716 | 0.000000e+00 | 5.000000e+00 |    Inf 
5.59/5.65	c   5.6s| 30000 |  1694 | 72454 |   2.4 |3585k|  34 |   4 |  94 |3905 |  94 |  17 |  26 |5400 | 812 | 0.000000e+00 | 5.000000e+00 |    Inf 
7.59/7.64	c   7.6s| 40000 |  1636 | 93497 |   2.3 |3757k|  34 |   4 |  94 |3984 |  94 |  17 |  26 |7291 | 889 | 0.000000e+00 | 5.000000e+00 |    Inf 
8.70/8.78	o 4
8.70/8.78	c * 8.8s| 46335 |  1564 |107253 |   2.3 |3491k|  34 |   - |  94 |3312 |  94 |  17 |  26 |8422 | 933 | 0.000000e+00 | 4.000000e+00 |    Inf 
9.29/9.38	c   9.4s| 50000 |  1578 |115231 |   2.3 |3491k|  34 |   4 |  94 |3263 |  94 |  17 |  26 |8950 | 939 | 0.000000e+00 | 4.000000e+00 |    Inf 
10.99/11.02	c  11.0s| 60000 |  1599 |136438 |   2.3 |3695k|  34 |   - |  94 |3662 |  94 |  17 |  26 |  10k| 951 | 0.000000e+00 | 4.000000e+00 |    Inf 
11.89/11.92	o 2
11.89/11.92	c *11.9s| 65535 |  1544 |148464 |   2.3 |3633k|  34 |   - |  94 |3629 |  94 |  17 |  26 |  11k| 954 | 0.000000e+00 | 2.000000e+00 |    Inf 
12.49/12.57	c  12.6s| 70000 |  1690 |157520 |   2.2 |3452k|  34 |   - |  94 |2831 |  94 |  17 |  26 |  11k| 959 | 0.000000e+00 | 2.000000e+00 |    Inf 
13.98/14.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.98/14.03	c  14.0s| 80000 |  1451 |178990 |   2.2 |3221k|  34 |   - |  94 |2656 |  94 |  17 |  26 |  12k| 961 | 0.000000e+00 | 2.000000e+00 |    Inf 
15.39/15.42	c  15.4s| 90000 |  1481 |199288 |   2.2 |2998k|  34 |   - |  94 |1884 |  94 |  17 |  26 |  13k|1007 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.69/16.79	c  16.8s|100000 |  1680 |219117 |   2.2 |3156k|  34 |   - |  94 |1975 |  94 |  17 |  26 |  15k|1012 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.79/16.88	o 1
16.79/16.88	c *16.9s|100690 |  1624 |220448 |   2.2 |3113k|  34 |   - |  94 |1920 |  94 |  17 |  26 |  15k|1013 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.69/18.71	c  18.7s|110000 |  1466 |235853 |   2.1 |3730k|  34 |   4 |  94 |4024 |  94 |  17 |  26 |  20k|1027 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.89/20.97	c  21.0s|120000 |  1266 |252396 |   2.1 |3709k|  34 |   4 |  94 |4149 |  94 |  17 |  26 |  26k|1045 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.09/23.17	c  23.2s|130000 |  1307 |269324 |   2.1 |4236k|  34 |   - |  94 |5347 |   0 |   0 |  26 |  33k|1045 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.58/25.61	c  25.6s|140000 |  1254 |286553 |   2.0 |4754k|  34 |   4 |  94 |7130 |  94 |  17 |  26 |  39k|1045 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.18/28.29	c  28.3s|150000 |  1156 |303686 |   2.0 |5482k|  34 |   - |  94 |8867 |  94 |  17 |  26 |  46k|1046 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.09/31.15	c  31.2s|160000 |  1172 |321052 |   2.0 |5504k|  34 |   4 |  94 |8342 |  94 |  17 |  26 |  53k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
33.89/33.92	c  33.9s|170000 |  1140 |337996 |   2.0 |5603k|  34 |   - |  94 |8502 |   0 |   0 |  26 |  60k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
36.58/36.65	c  36.6s|180000 |  1224 |355864 |   2.0 |5917k|  34 |   4 |  94 |8858 |  94 |  17 |  26 |  67k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
39.49/39.52	c  39.5s|190000 |  1132 |373582 |   2.0 |6479k|  34 |   - |  94 |  10k|  94 |  17 |  26 |  74k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
42.58/42.66	c  42.7s|200000 |   973 |392048 |   2.0 |5670k|  34 |   4 |  94 |8107 |  94 |  17 |  26 |  81k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
45.18/45.28	c  45.3s|210000 |  1055 |410354 |   2.0 |6221k|  34 |   4 |  94 |9352 |  94 |  17 |  26 |  88k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
48.39/48.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.39/48.41	c  48.4s|220000 |  1052 |428257 |   1.9 |6630k|  34 |   - |  94 |  10k|  94 |  17 |  26 |  94k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
51.28/51.33	c  51.3s|230000 |   839 |445186 |   1.9 |5659k|  34 |   - |  94 |7832 |   0 |   0 |  26 | 101k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
53.98/54.08	c  54.1s|240000 |  1100 |462694 |   1.9 |5658k|  34 |   4 |  94 |7025 |  94 |  17 |  26 | 107k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
56.78/56.84	c  56.8s|250000 |  1281 |480699 |   1.9 |6904k|  34 |   4 |  94 |  10k|  94 |  17 |  26 | 115k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
60.08/60.16	c  60.2s|260000 |  1088 |497462 |   1.9 |7088k|  34 |   - |  94 |  10k|  94 |  17 |  26 | 122k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
63.38/63.46	c  63.5s|270000 |   871 |514239 |   1.9 |7224k|  34 |   - |  94 |  11k|  94 |  17 |  26 | 129k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
66.68/66.77	c  66.8s|280000 |   876 |531360 |   1.9 |7298k|  34 |   - |  94 |  12k|   0 |   0 |  26 | 136k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
70.08/70.14	c  70.1s|290000 |   768 |548534 |   1.9 |7299k|  34 |   - |  94 |  12k|  94 |  17 |  26 | 143k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
73.48/73.50	c  73.5s|300000 |   740 |566100 |   1.9 |7821k|  34 |   - |  94 |  13k|  94 |  17 |  26 | 150k|1069 | 0.000000e+00 | 1.000000e+00 |    Inf 
76.88/76.97	c  77.0s|310000 |   786 |583683 |   1.9 |6824k|  34 |   - |  94 |  10k|  94 |  17 |  26 | 157k|1072 | 0.000000e+00 | 1.000000e+00 |    Inf 
79.98/80.04	c  80.0s|320000 |   861 |601553 |   1.9 |7758k|  34 |   - |  94 |  12k|  94 |  17 |  26 | 164k|1072 | 0.000000e+00 | 1.000000e+00 |    Inf 
83.59/83.70	c  83.7s|330000 |   744 |619095 |   1.9 |8428k|  34 |   4 |  94 |  14k|  94 |  17 |  26 | 171k|1072 | 0.000000e+00 | 1.000000e+00 |    Inf 
87.47/87.55	c  87.5s|340000 |   730 |637118 |   1.9 |9397k|  34 |   - |  94 |  17k|   0 |   0 |  26 | 177k|1077 | 0.000000e+00 | 1.000000e+00 |    Inf 
91.77/91.86	c  91.9s|350000 |   739 |654761 |   1.9 |  10M|  34 |   4 |  94 |  20k|  94 |  17 |  26 | 184k|1077 | 0.000000e+00 | 1.000000e+00 |    Inf 
96.57/96.69	c  96.7s|360000 |   763 |672773 |   1.9 |9425k|  34 |   4 |  94 |  16k|  94 |  17 |  26 | 190k|1081 | 0.000000e+00 | 1.000000e+00 |    Inf 
100.27/100.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.27/100.31	c   100s|370000 |   567 |689765 |   1.9 |7721k|  34 |   - |  94 |  11k|   0 |   0 |  26 | 196k|1085 | 0.000000e+00 | 1.000000e+00 |    Inf 
102.97/103.02	c   103s|380000 |   587 |706932 |   1.9 |6478k|  34 |   4 |  94 |6894 |  94 |  17 |  26 | 203k|1106 | 0.000000e+00 | 1.000000e+00 |    Inf 
105.57/105.62	c   106s|390000 |   475 |724246 |   1.9 |7195k|  34 |   4 |  94 |9411 |  94 |  17 |  26 | 209k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.36/108.40	c   108s|400000 |  1003 |742368 |   1.9 |7756k|  34 |   4 |  94 |9790 |  94 |  17 |  26 | 216k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
111.27/111.30	c   111s|410000 |  1247 |760281 |   1.9 |8485k|  34 |   4 |  94 |  10k|  94 |  17 |  26 | 222k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
114.16/114.28	c   114s|420000 |  1272 |777809 |   1.9 |9044k|  34 |   4 |  94 |  12k|  94 |  17 |  26 | 228k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
117.36/117.48	c   117s|430000 |  1242 |795576 |   1.8 |9356k|  34 |   4 |  94 |  13k|  94 |  17 |  26 | 235k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
120.56/120.67	c   121s|440000 |  1220 |813001 |   1.8 |  10M|  34 |   4 |  94 |  15k|  94 |  17 |  26 | 242k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
124.17/124.20	c   124s|450000 |  1151 |831110 |   1.8 |  10M|  34 |   - |  94 |  15k|   0 |   0 |  26 | 248k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
127.96/128.01	c   128s|460000 |   867 |849177 |   1.8 |9681k|  34 |   - |  94 |  14k|  94 |  17 |  26 | 255k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
131.26/131.37	c   131s|470000 |   828 |867524 |   1.8 |9768k|  34 |   - |  94 |  14k|  94 |  17 |  26 | 262k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
134.86/134.93	c   135s|480000 |   721 |885177 |   1.8 |9490k|  34 |   4 |  94 |  14k|  94 |  17 |  26 | 269k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
138.35/138.47	c   138s|490000 |   414 |901850 |   1.8 |8496k|  34 |   4 |  94 |  13k|  94 |  17 |  26 | 276k|1108 | 0.000000e+00 | 1.000000e+00 |    Inf 
141.46/141.57	c   142s|500000 |   470 |920073 |   1.8 |8473k|  34 |   - |  94 |  13k|  94 |  17 |  26 | 282k|1120 | 0.000000e+00 | 1.000000e+00 |    Inf 
144.76/144.81	c   145s|510000 |   453 |938213 |   1.8 |9263k|  34 |   4 |  94 |  15k|  94 |  17 |  26 | 289k|1120 | 0.000000e+00 | 1.000000e+00 |    Inf 
148.06/148.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.06/148.16	c   148s|520000 |   706 |956121 |   1.8 |8837k|  34 |   - |  94 |  14k|  94 |  17 |  26 | 295k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.46/151.55	c   152s|530000 |   779 |973393 |   1.8 |9708k|  34 |   4 |  94 |  16k|  94 |  17 |  26 | 301k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.15/155.25	c   155s|540000 |   582 |990799 |   1.8 |9812k|  34 |   - |  94 |  16k|   0 |   0 |  26 | 308k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
158.96/159.05	c   159s|550000 |   643 |  1008k|   1.8 |  10M|  34 |   - |  94 |  18k|  94 |  17 |  26 | 314k|1238 | 0.000000e+00 | 1.000000e+00 |    Inf 
162.76/162.82	c   163s|560000 |   297 |  1026k|   1.8 |7065k|  34 |   4 |  94 |8857 |  94 |  17 |  26 | 321k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.26/165.39	c   165s|570000 |   493 |  1044k|   1.8 |7690k|  34 |   - |  94 |  10k|  94 |  17 |  26 | 327k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.26/168.34	c   168s|580000 |   242 |  1062k|   1.8 |7211k|  34 |   - |  94 |9431 |   0 |   0 |  26 | 334k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
171.16/171.24	c   171s|590000 |   332 |  1079k|   1.8 |7825k|  34 |   4 |  94 |  11k|  94 |  17 |  26 | 339k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.25/174.32	c   174s|600000 |   328 |  1097k|   1.8 |8680k|  34 |   - |  94 |  13k|  94 |  17 |  26 | 346k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.65/177.77	c   178s|610000 |   285 |  1115k|   1.8 |9037k|  34 |   4 |  94 |  15k|  94 |  17 |  26 | 353k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.15/181.25	c   181s|620000 |   291 |  1134k|   1.8 |  10M|  34 |   - |  94 |  18k|  94 |  17 |  26 | 359k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
185.25/185.31	c   185s|630000 |   367 |  1153k|   1.8 |  11M|  34 |   - |  94 |  23k|   0 |   0 |  26 | 366k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.05/190.12	c   190s|640000 |   272 |  1172k|   1.8 |  12M|  34 |   4 |  94 |  23k|  94 |  17 |  26 | 374k|1248 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.15/194.24	c   194s|650000 |   142 |  1190k|   1.8 |9923k|  34 |   4 |  94 |  16k|  94 |  17 |  26 | 380k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.75/197.83	c   198s|660000 |    65 |  1209k|   1.8 |8856k|  34 |   - |  94 |  12k|  94 |  17 |  26 | 387k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.05/201.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.05/201.14	c   201s|670000 |   119 |  1228k|   1.8 |  10M|  34 |   - |  94 |  17k|  94 |  17 |  26 | 394k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
205.05/205.13	c   205s|680000 |   149 |  1247k|   1.8 |  10M|  34 |   - |  94 |  18k|  94 |  17 |  26 | 401k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.45/209.50	c   209s|690000 |   166 |  1266k|   1.8 |  11M|  34 |   4 |  94 |  22k|  94 |  17 |  26 | 408k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.35/214.49	c   214s|700000 |   188 |  1284k|   1.8 |  12M|  34 |   4 |  94 |  25k|  94 |  17 |  26 | 414k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.95/220.07	c   220s|710000 |   180 |  1303k|   1.8 |  13M|  34 |   4 |  94 |  27k|  94 |  17 |  26 | 420k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.95/226.09	c   226s|720000 |   167 |  1322k|   1.8 |  14M|  34 |   - |  94 |  30k|  94 |  17 |  26 | 427k|1290 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.14/232.28	c 
232.14/232.28	c SCIP Status        : problem is solved [optimal solution found]
232.14/232.28	c Solving Time (sec) : 232.28
232.14/232.28	c Solving Nodes      : 728410
232.14/232.28	c Primal Bound       : +1.00000000000000e+00 (65 solutions)
232.14/232.28	c Dual Bound         : +1.00000000000000e+00
232.14/232.28	c Gap                : 0.00 %
232.14/232.28	s OPTIMUM FOUND
232.14/232.28	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 
232.14/232.28	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 
232.14/232.28	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 
232.14/232.28	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
232.14/232.28	c SCIP Status        : problem is solved [optimal solution found]
232.14/232.29	c Solving Time       :     232.28
232.14/232.29	c Original Problem   :
232.14/232.29	c   Problem name     : HOME/instance-3734899-1338702159.opb
232.14/232.29	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
232.14/232.29	c   Constraints      : 8 initial, 8 maximal
232.14/232.29	c Presolved Problem  :
232.14/232.29	c   Problem name     : t_HOME/instance-3734899-1338702159.opb
232.14/232.29	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
232.14/232.29	c   Constraints      : 4 initial, 33402 maximal
232.14/232.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
232.14/232.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   implics          :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   probing          :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   linear           :       0.00          0          0          0          0          0          4          0          0
232.14/232.29	c   logicor          :       0.00          0          0          0          0          0          0          0          0
232.14/232.29	c   root node        :          -         65          -          -         65          -          -          -          -
232.14/232.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
232.14/232.29	c   integral         :          0          0          0     406287          0         43        364          0          0     811728
232.14/232.29	c   linear           :          4+         7    1746836          2          0     204626    1229888          0          0          0
232.14/232.29	c   logicor          :          0+         0     936439          0          0      10916     441097          0          0          0
232.14/232.29	c   countsols        :          0          0          0         26          0          0          0          0          0          0
232.14/232.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
232.14/232.29	c   integral         :       2.14       0.00       0.00       2.14       0.00
232.14/232.29	c   linear           :      27.91       0.00      27.91       0.00       0.00
232.14/232.29	c   logicor          :      59.61       0.00      59.61       0.00       0.00
232.14/232.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
232.14/232.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
232.14/232.29	c   vbounds          :       0.23          2          0          0
232.14/232.29	c   rootredcost      :       0.23         46          0         64
232.14/232.29	c   pseudoobj        :       2.33    1747260        580      10613
232.14/232.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
232.14/232.29	c   propagation      :       4.29     216121     143001     368002       20.3         48       18.5          -
232.14/232.29	c   infeasible LP    :       3.61     175788     175780     313963       13.6       1961       17.0          0
232.14/232.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
232.14/232.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
232.14/232.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
232.14/232.29	c   applied globally :          -          -          -     433367       15.4          -          -          -
232.14/232.29	c   applied locally  :          -          -          -        252       32.1          -          -          -
232.14/232.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
232.14/232.29	c   cut pool         :       0.00          5          -          -         27          -    (maximal pool size: 66)
232.14/232.29	c   redcost          :       0.88     412722          0      90335          0          0
232.14/232.29	c   impliedbounds    :       0.00          6          0          0          0          0
232.14/232.29	c   intobj           :       0.00          0          0          0          0          0
232.14/232.29	c   cgmip            :       0.00          0          0          0          0          0
232.14/232.29	c   gomory           :       0.00          6          0          0          0          0
232.14/232.29	c   strongcg         :       0.00          6          0          0         12          0
232.14/232.29	c   cmir             :       0.01          6          0          0         30          0
232.14/232.29	c   flowcover        :       0.01          6          0          0         45          0
232.14/232.29	c   clique           :       0.00          1          0          0          0          0
232.14/232.29	c   zerohalf         :       0.00          0          0          0          0          0
232.14/232.29	c   mcf              :       0.00          1          0          0          0          0
232.14/232.29	c   rapidlearning    :       0.03          1          0          0          0        126
232.14/232.29	c Pricers            :       Time      Calls       Vars
232.14/232.29	c   problem variables:       0.00          0          0
232.14/232.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
232.14/232.29	c   relpscost        :       1.96     406261         43        364          0          0     811728
232.14/232.29	c   pscost           :       0.00          0          0          0          0          0          0
232.14/232.29	c   inference        :       0.00          0          0          0          0          0          0
232.14/232.29	c   mostinf          :       0.00          0          0          0          0          0          0
232.14/232.29	c   leastinf         :       0.00          0          0          0          0          0          0
232.14/232.29	c   fullstrong       :       0.00          0          0          0          0          0          0
232.14/232.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
232.14/232.29	c   random           :       0.00          0          0          0          0          0          0
232.14/232.29	c Primal Heuristics  :       Time      Calls      Found
232.14/232.29	c   LP solutions     :       0.00          -         26
232.14/232.29	c   pseudo solutions :       0.00          -          0
232.14/232.29	c   feaspump         :       0.02          1          0
232.14/232.29	c   oneopt           :       0.12         45          0
232.14/232.29	c   rootsoldiving    :       0.51        702          3
232.14/232.29	c   coefdiving       :       0.82       1429          4
232.14/232.29	c   pscostdiving     :       0.79       1429          2
232.14/232.29	c   linesearchdiving :       0.81       1429          2
232.14/232.29	c   guideddiving     :       0.81       1429          2
232.14/232.29	c   fracdiving       :       0.77       1429          3
232.14/232.29	c   veclendiving     :       0.94       1429          4
232.14/232.29	c   objpscostdiving  :       0.22        715          0
232.14/232.29	c   trivial          :       0.00          2          0
232.14/232.29	c   simplerounding   :       0.08          0          0
232.14/232.29	c   zirounding       :       0.10       1000          0
232.14/232.29	c   rounding         :       0.18       9060          0
232.14/232.29	c   shifting         :       4.83      20824         18
232.14/232.29	c   intshifting      :       0.01          0          0
232.14/232.29	c   twoopt           :       0.00          0          0
232.14/232.29	c   fixandinfer      :       0.00          0          0
232.14/232.29	c   intdiving        :       0.00          0          0
232.14/232.29	c   actconsdiving    :       0.00          0          0
232.14/232.29	c   octane           :       0.00          0          0
232.14/232.29	c   rens             :       0.03          1          0
232.14/232.29	c   rins             :       0.00          0          0
232.14/232.29	c   localbranching   :       0.00          0          0
232.14/232.29	c   mutation         :       0.00          0          0
232.14/232.29	c   crossover        :       0.02          1          0
232.14/232.29	c   dins             :       0.00          0          0
232.14/232.29	c   undercover       :       0.00          0          0
232.14/232.29	c   nlp              :       0.08          0          0
232.14/232.29	c   trysol           :       0.12          0          0
232.14/232.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
232.14/232.29	c   primal LP        :       0.00          0          0       0.00          -
232.14/232.29	c   dual LP          :      25.69     589082    1281493       2.18   49882.18
232.14/232.29	c   lex dual LP      :       0.00          0          0       0.00          -
232.14/232.29	c   barrier LP       :       0.00          0          0       0.00          -
232.14/232.29	c   diving/probing LP:       1.34      28246      56561       2.00   42295.59
232.14/232.29	c   strong branching :       0.12       1292       6023       4.66   52317.05
232.14/232.29	c     (at root node) :          -          9        402      44.67          -
232.14/232.29	c   conflict analysis:       0.00          0          0       0.00          -
232.14/232.29	c B&B Tree           :
232.14/232.29	c   number of runs   :          1
232.14/232.29	c   nodes            :     728410
232.14/232.29	c   nodes (total)    :     728410
232.14/232.29	c   nodes left       :          0
232.14/232.29	c   max depth        :         34
232.14/232.29	c   max depth (total):         34
232.14/232.29	c   backtracks       :     227703 (31.3%)
232.14/232.29	c   delayed cutoffs  :      82777
232.14/232.29	c   repropagations   :     511187 (740759 domain reductions, 72236 cutoffs)
232.14/232.29	c   avg switch length:       4.44
232.14/232.29	c   switching time   :      58.24
232.14/232.29	c Solution           :
232.14/232.29	c   Solutions found  :         65 (46 improvements)
232.14/232.29	c   First Solution   : +3.20000000000000e+02   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trysol>)
232.14/232.29	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 100690 nodes, 16.88 seconds, depth 25, found by <relaxation>)
232.14/232.29	c   Dual Bound       : +1.00000000000000e+00
232.14/232.29	c   Gap              :       0.00 %
232.14/232.29	c   Root Dual Bound  : +0.00000000000000e+00
232.14/232.29	c   Root Iterations  :         88
232.24/232.31	c Time complete: 232.25.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734899-1338702159/watcher-3734899-1338702159 -o /tmp/evaluation-result-3734899-1338702159/solver-3734899-1338702159 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734899-1338702159.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.02 2.01 2.00 3/176 16981
/proc/meminfo: memFree=26034560/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 1685 0 0 0 0 0 0 0 20 0 1 0 336341701 10211328 1632 33554432000 4194304 8395647 140735697905728 140735697904680 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 2493 1642 374 1026 0 1463 0

[startup+0.076357 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16981
/proc/meminfo: memFree=26034560/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=0.06 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5425 0 0 0 6 0 0 0 20 0 1 0 336341701 24158208 5019 33554432000 4194304 8395647 140735697905728 140735697904680 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5019 621 1026 0 4868 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23592

[startup+0.100216 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16981
/proc/meminfo: memFree=26034560/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=0.09 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5426 0 0 0 8 1 0 0 20 0 1 0 336341701 24158208 5020 33554432000 4194304 8395647 140735697905728 140735697904680 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5020 622 1026 0 4868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23592

[startup+0.300181 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16981
/proc/meminfo: memFree=26034560/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=0.29 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5429 0 0 0 27 2 0 0 20 0 1 0 336341701 24158208 5023 33554432000 4194304 8395647 140735697905728 140735697904680 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5023 622 1026 0 4868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23592

[startup+0.700157 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16981
/proc/meminfo: memFree=26034560/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=0.68 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5448 0 0 0 66 2 0 0 20 0 1 0 336341701 24158208 5042 33554432000 4194304 8395647 140735697905728 140735697901128 4454051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5042 623 1026 0 4868 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23592

[startup+1.50018 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16982
/proc/meminfo: memFree=26015920/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=1.49 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5449 0 0 0 145 4 0 0 20 0 1 0 336341701 24158208 5043 33554432000 4194304 8395647 140735697905728 140735697901128 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5043 623 1026 0 4868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23592

[startup+3.10023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16982
/proc/meminfo: memFree=26013812/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=3.09 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5449 0 0 0 302 7 0 0 20 0 1 0 336341701 24158208 5043 33554432000 4194304 8395647 140735697905728 140735697901128 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5043 623 1026 0 4868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23592

[startup+6.30017 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16982
/proc/meminfo: memFree=26011384/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=6.29 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5449 0 0 0 615 14 0 0 20 0 1 0 336341701 24158208 5043 33554432000 4194304 8395647 140735697905728 140735697901336 6691138 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5043 623 1026 0 4868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23592

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16982
/proc/meminfo: memFree=26004820/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=12.69 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5449 0 0 0 1242 27 0 0 20 0 1 0 336341701 24158208 5043 33554432000 4194304 8395647 140735697905728 140735697901336 5026706 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5043 623 1026 0 4868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23592

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16982
/proc/meminfo: memFree=25996040/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=23592 CPUtime=25.48 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 5449 0 0 0 2496 52 0 0 20 0 1 0 336341701 24158208 5043 33554432000 4194304 8395647 140735697905728 140735697901336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 5898 5043 623 1026 0 4868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23592

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16982
/proc/meminfo: memFree=25975172/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=27240 CPUtime=51.09 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 6206 0 0 0 5022 87 0 0 20 0 1 0 336341701 27893760 5800 33554432000 4194304 8395647 140735697905728 140735697901336 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 6810 5800 623 1026 0 5780 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27240

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25927740/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=34512 CPUtime=102.27 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 7644 0 0 0 10081 146 0 0 20 0 1 0 336341701 35340288 7832 33554432000 4194304 8395647 140735697905728 140735697901336 6617060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 8628 7832 623 1026 0 7598 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34512

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25881724/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=35196 CPUtime=162.26 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 7691 0 0 0 16007 219 0 0 20 0 1 0 336341701 36040704 7974 33554432000 4194304 8395647 140735697905728 140735697901336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 8799 7974 623 1026 0 7769 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 35196

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25837956/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=38928 CPUtime=222.25 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 8594 0 0 0 21945 280 0 0 20 0 1 0 336341701 39862272 8877 33554432000 4194304 8395647 140735697905728 140735697901336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 9732 8877 623 1026 0 8702 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 38928

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

[startup+223.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25837460/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=38928 CPUtime=223.85 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 8598 0 0 0 22103 282 0 0 20 0 1 0 336341701 39862272 8881 33554432000 4194304 8395647 140735697905728 140735697901336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 9732 8881 623 1026 0 8702 0
Current children cumulated CPU time (s) 223.85
Current children cumulated vsize (KiB) 38928

[startup+227.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25835600/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=38928 CPUtime=227.04 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 8604 0 0 0 22421 283 0 0 20 0 1 0 336341701 39862272 8887 33554432000 4194304 8395647 140735697905728 140735697901336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 9732 8887 623 1026 0 8702 0
Current children cumulated CPU time (s) 227.04
Current children cumulated vsize (KiB) 38928

[startup+230.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25830888/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=40920 CPUtime=230.25 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 9093 0 0 0 22739 286 0 0 20 0 1 0 336341701 41902080 9376 33554432000 4194304 8395647 140735697905728 140735697901336 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 10230 9376 623 1026 0 9200 0
Current children cumulated CPU time (s) 230.25
Current children cumulated vsize (KiB) 40920

[startup+231.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25830392/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=40920 CPUtime=231.04 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 9095 0 0 0 22818 286 0 0 20 0 1 0 336341701 41902080 9378 33554432000 4194304 8395647 140735697905728 140735697901512 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 10230 9378 623 1026 0 9200 0
Current children cumulated CPU time (s) 231.04
Current children cumulated vsize (KiB) 40920

[startup+231.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16982
/proc/meminfo: memFree=25830392/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=43968 CPUtime=231.84 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 9621 0 0 0 22898 286 0 0 20 0 1 0 336341701 45023232 9904 33554432000 4194304 8395647 140735697905728 140735697901336 7385800 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 10992 9904 623 1026 0 9962 0
Current children cumulated CPU time (s) 231.84
Current children cumulated vsize (KiB) 43968

[startup+232.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16982
/proc/meminfo: memFree=25827300/32873660 swapFree=7120/7120
[pid=16981] ppid=16979 vsize=45580 CPUtime=232.24 cores=1,3,5,7
/proc/16981/stat : 16981 (pbscip.linux.x8) R 16979 16981 13836 0 -1 4202496 9858 0 0 0 22938 286 0 0 20 0 1 0 336341701 46673920 10141 33554432000 4194304 8395647 140735697905728 140735697901336 6345272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16981/statm: 11395 10141 625 1026 0 10365 0
Current children cumulated CPU time (s) 232.24
Current children cumulated vsize (KiB) 45580

Child status: 0
Real time (s): 232.312
CPU time (s): 232.267
CPU user time (s): 229.396
CPU system time (s): 2.87056
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 45580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.396
system time used= 2.87056
maximum resident set size= 40564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9861
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= 15
involuntary context switches= 239

runsolver used 0.333949 second user time and 0.947855 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 07:42:40
IDJOB=3734899
IDBENCH=2916
IDSOLVER=2326
FILE ID=node117/3734899-1338702159
RUNJOBID= node117-1338678620-13856
PBS_JOBID= 14636696
Free space on /tmp= 69112 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734899-1338702159/watcher-3734899-1338702159 -o /tmp/evaluation-result-3734899-1338702159/solver-3734899-1338702159 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734899-1338702159.opb -t 1800 -m 15500

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=284447741

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26034924 kB
Buffers:          611340 kB
Cached:          4128228 kB
SwapCached:          776 kB
Active:          3475252 kB
Inactive:        2449552 kB
Active(anon):    1169144 kB
Inactive(anon):    12016 kB
Active(file):    2306108 kB
Inactive(file):  2437536 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             10168 kB
Writeback:             4 kB
AnonPages:       1184692 kB
Mapped:            14692 kB
Shmem:                80 kB
Slab:             776540 kB
SReclaimable:     220768 kB
SUnreclaim:       555772 kB
KernelStack:        1464 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1303660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69104 MiB
End job on node117 at 2012-06-03 07:46:32