Trace number 3451912

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx57.opb
MD5SUM60656ad92b0e8411299701f2f84e60fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.081986
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2850
Total number of constraints3286
Number of constraints which are clauses2844
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451912-1307116087.opb>
0.03/0.04	c original problem has 2850 variables (2850 bin, 0 int, 0 impl, 0 cont) and 3286 constraints
0.03/0.04	c problem read
0.03/0.04	c presolving settings loaded
0.03/0.06	c presolving:
0.03/0.07	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5688 impls, 57 clqs
0.03/0.08	c (round 2) 6 del vars, 2845 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5688 impls, 57 clqs
0.03/0.09	c (round 3) 6 del vars, 2845 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 441 upgd conss, 5688 impls, 57 clqs
0.19/0.21	c    (0.2s) probing: 101/2844 (3.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (4 rounds):
0.19/0.21	c  6 deleted vars, 2845 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  5688 implications, 369 cliques
0.19/0.21	c presolved problem has 2844 variables (2844 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.19/0.21	c     384 constraints of type <knapsack>
0.19/0.21	c      57 constraints of type <setppc>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.16
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 2.0.1.4
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1800
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 13950
0.19/0.21	c 
0.19/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.21	c # [type: int, range: [1,2], default: 1]
0.19/0.21	c timing/clocktype = 2
0.19/0.21	c 
0.19/0.21	c # belongs reading time to solving time?
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c timing/reading = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/indicator/addCouplingCons = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.26	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.26	c   0.3s|     1 |     0 |   468 |     - |  13M|   0 |  51 |2844 | 521 |2844 | 441 |   0 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |  1436 |     - |  14M|   0 |  83 |2844 | 665 |2844 | 465 |  24 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |  1479 |     - |  15M|   0 | 100 |2844 | 665 |2844 | 488 |  47 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.11/1.17	c   1.2s|     1 |     0 |  1586 |     - |  15M|   0 | 113 |2844 | 665 |2844 | 512 |  71 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  1676 |     - |  15M|   0 | 140 |2844 | 665 |2844 | 536 |  95 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.49/1.57	c   1.6s|     1 |     0 |  1980 |     - |  16M|   0 | 138 |2844 | 665 |2844 | 560 | 119 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.79/1.84	c   1.8s|     1 |     0 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
2.70/2.74	c   2.7s|     1 |     2 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |  17 | 6.000000e+00 |      --      |    Inf 
70.42/70.45	c  70.5s| 10000 |   196 |253033 |  25.1 |  18M|  95 |   7 |2844 |2036 |2844 | 527 | 143 |9738 |6795 | 6.000000e+00 |      --      |    Inf 
113.59/113.60	c   114s| 20000 |   177 |474268 |  23.6 |  19M| 124 |  24 |2844 |2084 |2844 | 527 | 143 |  13k|9193 | 6.000000e+00 |      --      |    Inf 
149.99/150.07	c   150s| 30000 |   190 |677871 |  22.5 |  19M| 124 |   - |2844 |2936 |2844 | 527 | 143 |  16k|  10k| 6.000000e+00 |      --      |    Inf 
193.79/193.81	c   194s| 40000 |   226 |885313 |  22.1 |  19M| 124 |   - |2844 |2638 |2844 | 527 | 143 |  22k|  13k| 6.000000e+00 |      --      |    Inf 
232.79/232.88	c   233s| 50000 |   282 |  1096k|  21.9 |  20M| 124 |   - |2844 |3664 |2844 | 527 | 143 |  29k|  14k| 6.000000e+00 |      --      |    Inf 
269.80/269.80	c   270s| 60000 |   335 |  1320k|  22.0 |  21M| 124 |  12 |2844 |3572 |2844 | 527 | 143 |  32k|  15k| 6.000000e+00 |      --      |    Inf 
309.60/309.65	c   310s| 70000 |   323 |  1531k|  21.8 |  20M| 124 |   - |2844 |2738 |   0 |   0 | 143 |  35k|  17k| 6.000000e+00 |      --      |    Inf 
354.80/354.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
354.80/354.87	c   355s| 80000 |   368 |  1784k|  22.3 |  21M| 124 |   - |2844 |2884 |   0 |   0 | 143 |  44k|  19k| 6.000000e+00 |      --      |    Inf 
399.32/399.34	c   399s| 90000 |   416 |  2030k|  22.5 |  22M| 124 |  10 |2844 |3519 |2844 | 527 | 143 |  50k|  21k| 6.000000e+00 |      --      |    Inf 
437.60/437.60	c   438s|100000 |   451 |  2272k|  22.7 |  22M| 124 |   - |2844 |3589 |2844 | 527 | 143 |  54k|  21k| 6.000000e+00 |      --      |    Inf 
476.50/476.54	c   477s|110000 |   444 |  2514k|  22.8 |  22M| 124 |   - |2844 |3744 |2844 | 527 | 143 |  58k|  22k| 6.000000e+00 |      --      |    Inf 
509.41/509.46	c   509s|120000 |   444 |  2694k|  22.4 |  22M| 124 |   6 |2844 |3846 |2844 | 527 | 143 |  61k|  23k| 6.000000e+00 |      --      |    Inf 
540.31/540.36	c   540s|130000 |   436 |  2884k|  22.2 |  23M| 124 |   - |2844 |4279 |2844 | 527 | 143 |  62k|  23k| 6.000000e+00 |      --      |    Inf 
585.40/585.49	c   585s|140000 |   407 |  3125k|  22.3 |  22M| 124 |  25 |2844 |3437 |2844 | 527 | 143 |  66k|  25k| 6.000000e+00 |      --      |    Inf 
635.30/635.34	c   635s|150000 |   506 |  3389k|  22.6 |  23M| 124 |   - |2844 |3397 |2844 | 527 | 143 |  70k|  28k| 6.000000e+00 |      --      |    Inf 
681.81/681.84	c   682s|160000 |   546 |  3644k|  22.8 |  23M| 124 |  24 |2844 |3391 |2844 | 527 | 143 |  77k|  30k| 6.000000e+00 |      --      |    Inf 
723.61/723.62	c   724s|170000 |   720 |  3898k|  22.9 |  24M| 124 |   - |2844 |3678 |2844 | 527 | 143 |  85k|  31k| 6.000000e+00 |      --      |    Inf 
760.91/760.93	c   761s|180000 |   672 |  4141k|  23.0 |  24M| 124 |   - |2844 |3621 |2844 | 527 | 143 |  87k|  32k| 6.000000e+00 |      --      |    Inf 
798.01/798.08	c   798s|190000 |   693 |  4341k|  22.8 |  24M| 124 |  16 |2844 |3952 |2844 | 527 | 143 |  89k|  33k| 6.000000e+00 |      --      |    Inf 
854.11/854.14	c   854s|200000 |   697 |  4616k|  23.1 |  24M| 124 |   - |2844 |2635 |2844 | 527 | 143 |  99k|  36k| 6.000000e+00 |      --      |    Inf 
892.71/892.73	c   893s|210000 |   679 |  4858k|  23.1 |  25M| 124 |   - |2844 |2955 |2844 | 527 | 143 | 106k|  36k| 6.000000e+00 |      --      |    Inf 
939.01/939.03	c   939s|220000 |   705 |  5131k|  23.3 |  25M| 124 |   - |2844 |2904 |2844 | 527 | 143 | 112k|  37k| 6.000000e+00 |      --      |    Inf 
987.83/987.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.83/987.85	c   988s|230000 |   964 |  5444k|  23.7 |  27M| 124 |   - |2844 |3571 |2844 | 527 | 143 | 118k|  39k| 6.000000e+00 |      --      |    Inf 
1044.21/1044.29	c  1044s|240000 |  1074 |  5812k|  24.2 |  28M| 124 |  28 |2844 |3407 |2844 | 527 | 143 | 125k|  40k| 6.000000e+00 |      --      |    Inf 
1092.42/1092.46	c  1092s|250000 |  1305 |  6124k|  24.5 |  31M| 124 |   - |2844 |3561 |2844 | 527 | 143 | 134k|  41k| 6.000000e+00 |      --      |    Inf 
1142.72/1142.80	c  1143s|260000 |  1329 |  6445k|  24.8 |  32M| 124 |   - |2844 |3633 |2844 | 527 | 143 | 142k|  42k| 6.000000e+00 |      --      |    Inf 
1179.92/1179.95	c  1180s|270000 |  1437 |  6677k|  24.7 |  33M| 124 |   - |2844 |3633 |   0 |   0 | 143 | 149k|  43k| 6.000000e+00 |      --      |    Inf 
1226.72/1226.77	c  1227s|280000 |  1308 |  6941k|  24.8 |  32M| 124 |  23 |2844 |2649 |2844 | 527 | 143 | 158k|  44k| 6.000000e+00 |      --      |    Inf 
1287.42/1287.42	c  1287s|290000 |  1298 |  7331k|  25.3 |  32M| 124 |   - |2844 |3071 |2844 | 527 | 143 | 165k|  47k| 6.000000e+00 |      --      |    Inf 
1353.73/1353.70	c  1354s|300000 |  1318 |  7817k|  26.1 |  33M| 124 |   - |2844 |3070 |2844 | 527 | 143 | 168k|  48k| 6.000000e+00 |      --      |    Inf 
1415.52/1415.58	c  1416s|310000 |  1293 |  8267k|  26.7 |  32M| 124 |   - |2844 |3435 |2844 | 527 | 143 | 171k|  50k| 6.000000e+00 |      --      |    Inf 
1460.33/1460.36	c  1460s|320000 |  1345 |  8491k|  26.5 |  34M| 124 |   - |2844 |4911 |   0 |   0 | 143 | 184k|  52k| 6.000000e+00 |      --      |    Inf 
1504.43/1504.40	c  1504s|330000 |  1587 |  8737k|  26.5 |  35M| 124 |   - |2844 |4189 |2844 | 527 | 143 | 199k|  53k| 6.000000e+00 |      --      |    Inf 
1549.23/1549.26	c  1549s|340000 |  1617 |  8997k|  26.5 |  36M| 124 |   - |2844 |5054 |2844 | 527 | 143 | 211k|  54k| 6.000000e+00 |      --      |    Inf 
1594.03/1594.06	c  1594s|350000 |  1674 |  9313k|  26.6 |  35M| 124 |  23 |2844 |3916 |2844 | 527 | 143 | 218k|  55k| 6.000000e+00 |      --      |    Inf 
1632.73/1632.75	c  1633s|360000 |  1630 |  9545k|  26.5 |  36M| 124 |   - |2844 |5092 |   0 |   0 | 143 | 231k|  55k| 6.000000e+00 |      --      |    Inf 
1674.73/1674.79	c  1675s|370000 |  1574 |  9768k|  26.4 |  36M| 124 |   - |2844 |4575 |   0 |   0 | 143 | 245k|  56k| 6.000000e+00 |      --      |    Inf 
1716.13/1716.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1716.13/1716.15	c  1716s|380000 |  1571 |  9999k|  26.3 |  36M| 124 |  22 |2844 |4600 |2844 | 527 | 143 | 258k|  57k| 6.000000e+00 |      --      |    Inf 
1752.53/1752.51	c  1753s|390000 |  1534 | 10218k|  26.2 |  37M| 124 |   - |2844 |6480 |   0 |   0 | 143 | 272k|  58k| 6.000000e+00 |      --      |    Inf 
1790.14/1790.13	c  1790s|400000 |  1616 | 10451k|  26.1 |  38M| 124 |  21 |2844 |6537 |2844 | 527 | 143 | 284k|  58k| 6.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 402493
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +6.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.16 (included in solving)
1800.04/1800.00	c   reading          :       0.04 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3451912-1307116087.opb
1800.04/1800.00	c   Variables        : 2850 (2850 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 3286 initial, 3286 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3451912-1307116087.opb
1800.04/1800.00	c   Variables        : 2844 (2844 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 441 initial, 7001 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.09          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          6          0          0          6          0       2845          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     236498          0          4          0        808      39608          0          0     427284
1800.04/1800.00	c   knapsack         :        384          6    1461064          0          1          3   19432892      25106   19269453       1203          0          0
1800.04/1800.00	c   setppc           :         57          6    1435958          0          1          2    5943796      22888    5614982          0          0          0
1800.04/1800.00	c   linear           :          0+         6         21          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :          0+         6     615658          0          0          0    3616420      20254    1461847          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     220.53       0.00       0.00     220.53       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :      61.09       0.02      49.19       0.00       0.00       0.00      11.88
1800.04/1800.00	c   setppc           :      37.86       0.00      35.51       0.00       0.00       0.00       2.35
1800.04/1800.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   logicor          :      26.82       0.00      20.71       0.00       0.00       0.00       6.12
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.24       0.24       0.00
1800.04/1800.00	c   rootredcost      :       0.25       0.25       0.00
1800.04/1800.00	c   pseudoobj        :       0.18       0.18       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      49.33      68248      68201    1409046      150.2       1662       65.2          -
1800.04/1800.00	c   infeasible LP    :     218.83     139214      29061    1010837      264.9        240       68.8          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     288146       88.7          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -         34      435.2          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -        695          -    (maximal pool size: 1152)
1800.04/1800.00	c   redcost          :       9.90     235274          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.04          6          0          0         52          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.20          6          0          0         43          0
1800.04/1800.00	c   cmir             :       0.47          6          0          0       1439          0
1800.04/1800.00	c   flowcover        :       0.40          6          0          0       1202          0
1800.04/1800.00	c   clique           :       0.00          6          0          0         12          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.20          1          0          0          0        144
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     220.35     236498        808      39608          0          0     427284
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.14          0          0
1800.04/1800.00	c   crossover        :       0.08          0          0
1800.04/1800.00	c   guideddiving     :       0.01          0          0
1800.04/1800.00	c   veclendiving     :       0.91         63          0
1800.04/1800.00	c   objpscostdiving  :       0.47         32          0
1800.04/1800.00	c   rootsoldiving    :       1.13         32          0
1800.04/1800.00	c   pscostdiving     :       1.30         64          0
1800.04/1800.00	c   linesearchdiving :       0.76         64          0
1800.04/1800.00	c   fracdiving       :       2.05         64          0
1800.04/1800.00	c   feaspump         :       1.50         32          0
1800.04/1800.00	c   coefdiving       :       2.87         64          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.02          1          0
1800.04/1800.00	c   simplerounding   :       0.05          0          0
1800.04/1800.00	c   zirounding       :       4.24          0          0
1800.04/1800.00	c   rounding         :       0.39       6832          0
1800.04/1800.00	c   shifting         :       3.17       2159          0
1800.04/1800.00	c   intshifting      :       0.01          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.05          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.06          0          0
1800.04/1800.00	c   trysol           :       0.09          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :    1092.13     373847   10439398      27.92    9558.72
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       7.82       6138      65345      10.65    8355.81
1800.04/1800.00	c   strong branching :     215.40      59033    1588778      26.91    7376.07
1800.04/1800.00	c     (at root node) :          -         17       6574     386.71          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     402493
1800.04/1800.00	c   nodes (total)    :     402493
1800.04/1800.00	c   nodes left       :       1590
1800.04/1800.00	c   max depth        :        124
1800.04/1800.00	c   max depth (total):        124
1800.04/1800.00	c   backtracks       :      72688 (18.1%)
1800.04/1800.00	c   delayed cutoffs  :      23204
1800.04/1800.00	c   repropagations   :     454392 (6121172 domain reductions, 18383 cutoffs)
1800.04/1800.00	c   avg switch length:       4.59
1800.04/1800.00	c   switching time   :      50.68
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +6.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +6.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :       2522

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451912-1307116087/watcher-3451912-1307116087 -o /tmp/evaluation-result-3451912-1307116087/solver-3451912-1307116087 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451912-1307116087.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: 1.98 2.05 2.02 2/505 4273
/proc/meminfo: memFree=30354756/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=10136 CPUtime=0 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 1529 0 0 0 0 0 0 0 25 0 1 0 823211367 10379264 1483 33554432000 4194304 9128323 140735467511296 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4273/statm: 2534 1483 400 1205 0 1325 0

[startup+0.0405249 s]
/proc/loadavg: 1.98 2.05 2.02 2/505 4273
/proc/meminfo: memFree=30354756/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=14244 CPUtime=0.03 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 2544 0 0 0 3 0 0 0 25 0 1 0 823211367 14585856 2498 33554432000 4194304 9128323 140735467511296 18446744073709551615 7929216 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4273/statm: 3561 2498 400 1205 0 2352 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14244

[startup+0.100513 s]
/proc/loadavg: 1.98 2.05 2.02 2/505 4273
/proc/meminfo: memFree=30354756/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=31764 CPUtime=0.09 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 7003 0 0 0 9 0 0 0 25 0 1 0 823211367 32526336 6698 33554432000 4194304 9128323 140735467511296 18446744073709551615 5127311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 7941 6698 533 1205 0 6732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31764

[startup+0.300474 s]
/proc/loadavg: 1.98 2.05 2.02 2/505 4273
/proc/meminfo: memFree=30354756/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=43956 CPUtime=0.29 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 10457 0 0 0 28 1 0 0 25 0 1 0 823211367 45010944 9916 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 10989 9916 677 1205 0 9780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43956

[startup+0.700377 s]
/proc/loadavg: 1.98 2.05 2.02 2/505 4273
/proc/meminfo: memFree=30354756/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=0.69 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17366 0 0 0 67 2 0 0 25 0 1 0 823211367 72450048 16455 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16455 736 1205 0 16479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70752

[startup+1.50027 s]
/proc/loadavg: 1.98 2.05 2.02 3/506 4274
/proc/meminfo: memFree=30290516/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=1.49 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17375 0 0 0 147 2 0 0 25 0 1 0 823211367 72450048 16456 33554432000 4194304 9128323 140735467511296 18446744073709551615 6294273 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16456 728 1205 0 16479 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70752

[startup+3.101 s]
/proc/loadavg: 1.98 2.05 2.02 3/506 4274
/proc/meminfo: memFree=30288532/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=3.09 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17714 0 0 0 306 3 0 0 25 0 1 0 823211367 72450048 16795 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16795 737 1205 0 16479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70752

[startup+6.30043 s]
/proc/loadavg: 1.98 2.05 2.02 3/506 4274
/proc/meminfo: memFree=30288040/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=6.29 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17714 0 0 0 624 5 0 0 25 0 1 0 823211367 72450048 16795 33554432000 4194304 9128323 140735467511296 18446744073709551615 7342760 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16795 737 1205 0 16479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70752

[startup+12.7003 s]
/proc/loadavg: 1.98 2.05 2.01 3/506 4274
/proc/meminfo: memFree=30286808/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=12.69 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17714 0 0 0 1259 10 0 0 25 0 1 0 823211367 72450048 16795 33554432000 4194304 9128323 140735467511296 18446744073709551615 7191238 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16795 737 1205 0 16479 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70752

[startup+25.501 s]
/proc/loadavg: 1.98 2.04 2.01 3/506 4275
/proc/meminfo: memFree=30287300/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=25.49 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17715 0 0 0 2530 19 0 0 25 0 1 0 823211367 72450048 16796 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16796 738 1205 0 16479 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70752

[startup+51.1005 s]
/proc/loadavg: 1.99 2.04 2.01 3/506 4275
/proc/meminfo: memFree=30287092/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=51.09 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 5070 39 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70752

[startup+102.319 s]
/proc/loadavg: 2.12 2.06 2.02 3/506 4277
/proc/meminfo: memFree=30283040/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=102.31 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 10153 78 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 6530281 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 70752

[startup+162.301 s]
/proc/loadavg: 2.10 2.06 2.02 3/506 4278
/proc/meminfo: memFree=30278768/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=162.29 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 16103 126 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 6525250 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70752

[startup+222.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/506 4280
/proc/meminfo: memFree=30276736/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=222.3 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 22054 176 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 6525252 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 70752

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/506 4282
/proc/meminfo: memFree=30273584/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=282.3 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 28007 223 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70752

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4283
/proc/meminfo: memFree=30271784/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=342.3 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 33958 272 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70752

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 4285
/proc/meminfo: memFree=30267872/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=70752 CPUtime=402.3 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17718 0 0 0 39912 318 0 0 25 0 1 0 823211367 72450048 16799 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17688 16799 739 1205 0 16479 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70752

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 4286
/proc/meminfo: memFree=30265972/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=71092 CPUtime=462.3 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17798 0 0 0 45865 365 0 0 25 0 1 0 823211367 72798208 16879 33554432000 4194304 9128323 140735467511296 18446744073709551615 6856896 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17773 16879 739 1205 0 16564 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71092

[startup+522.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/506 4288
/proc/meminfo: memFree=30263432/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=71308 CPUtime=522.31 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17847 0 0 0 51826 405 0 0 25 0 1 0 823211367 73019392 16928 33554432000 4194304 9128323 140735467511296 18446744073709551615 6525252 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17827 16928 739 1205 0 16618 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 71308

[startup+582.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/506 4290
/proc/meminfo: memFree=30261784/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=71764 CPUtime=582.3 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 17972 0 0 0 57776 454 0 0 25 0 1 0 823211367 73486336 17053 33554432000 4194304 9128323 140735467511296 18446744073709551615 7267353 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 17941 17053 739 1205 0 16732 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 71764

[startup+642.301 s]

################
# More data... #
################

[startup+822.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 4305
/proc/meminfo: memFree=30240612/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=75920 CPUtime=822.31 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 18998 0 0 0 81585 646 0 0 25 0 1 0 823211367 77742080 18079 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 18980 18079 739 1205 0 17771 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 75920

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4307
/proc/meminfo: memFree=30234484/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=77320 CPUtime=882.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 19345 0 0 0 87542 690 0 0 25 0 1 0 823211367 79175680 18426 33554432000 4194304 9128323 140735467511296 18446744073709551615 6525299 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 19330 18426 739 1205 0 18121 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 77320

[startup+942.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/506 4311
/proc/meminfo: memFree=30231960/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=78732 CPUtime=942.31 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 19702 0 0 0 93492 739 0 0 25 0 1 0 823211367 80621568 18783 33554432000 4194304 9128323 140735467511296 18446744073709551615 7163336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 19683 18783 739 1205 0 18474 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 78732

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 4313
/proc/meminfo: memFree=30230080/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=80044 CPUtime=1002.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 20030 0 0 0 99443 789 0 0 25 0 1 0 823211367 81965056 19111 33554432000 4194304 9128323 140735467511296 18446744073709551615 6526600 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 20011 19111 739 1205 0 18802 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 80044

[startup+1062.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/506 4314
/proc/meminfo: memFree=30226560/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=82332 CPUtime=1062.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 20625 0 0 0 105396 836 0 0 25 0 1 0 823211367 84307968 19706 33554432000 4194304 9128323 140735467511296 18446744073709551615 5131620 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 20583 19706 739 1205 0 19374 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 82332

[startup+1122.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/506 4316
/proc/meminfo: memFree=30219436/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=86348 CPUtime=1122.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 21603 0 0 0 111343 889 0 0 25 0 1 0 823211367 88420352 20684 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 21587 20684 739 1205 0 20378 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 86348

[startup+1182.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/506 4318
/proc/meminfo: memFree=30216120/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=88656 CPUtime=1182.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 22179 0 0 0 117292 940 0 0 25 0 1 0 823211367 90783744 21260 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 22164 21260 739 1205 0 20955 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 88656

[startup+1242.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/506 4319
/proc/meminfo: memFree=30213828/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=90372 CPUtime=1242.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 22592 0 0 0 123245 987 0 0 25 0 1 0 823211367 92540928 21673 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 22593 21673 739 1205 0 21384 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 90372

[startup+1302.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/506 4321
/proc/meminfo: memFree=30210316/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=91124 CPUtime=1302.33 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 22775 0 0 0 129191 1042 0 0 25 0 1 0 823211367 93310976 21856 33554432000 4194304 9128323 140735467511296 18446744073709551615 7081514 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 22781 21856 739 1205 0 21572 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 91124

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/506 4322
/proc/meminfo: memFree=30209636/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=91124 CPUtime=1362.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 22825 0 0 0 135136 1096 0 0 25 0 1 0 823211367 93310976 21906 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 22781 21906 739 1205 0 21572 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 91124

[startup+1422.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/506 4324
/proc/meminfo: memFree=30208104/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=91776 CPUtime=1422.34 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 22977 0 0 0 141084 1150 0 0 25 0 1 0 823211367 93978624 22058 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 22944 22058 739 1205 0 21735 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 91776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 4326
/proc/meminfo: memFree=30202588/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=97128 CPUtime=1482.32 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 24317 0 0 0 147040 1192 0 0 25 0 1 0 823211367 99459072 23392 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 24282 23392 739 1205 0 23073 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 97128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 4327
/proc/meminfo: memFree=30199912/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=100144 CPUtime=1542.33 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 25060 0 0 0 153000 1233 0 0 25 0 1 0 823211367 102547456 24135 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 25036 24135 739 1205 0 23827 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 100144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 4329
/proc/meminfo: memFree=30198072/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=101620 CPUtime=1602.33 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 25463 0 0 0 158954 1279 0 0 25 0 1 0 823211367 104058880 24537 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 25405 24537 739 1205 0 24196 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 101620

[startup+1662.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/506 4330
/proc/meminfo: memFree=30196652/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=103092 CPUtime=1662.33 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 25788 0 0 0 164911 1322 0 0 25 0 1 0 823211367 105566208 24862 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 25773 24862 739 1205 0 24564 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 103092

[startup+1722.3 s]
/proc/loadavg: 1.77 1.98 1.98 2/500 4350
/proc/meminfo: memFree=30306588/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=103956 CPUtime=1722.33 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 26012 0 0 0 170868 1365 0 0 25 0 1 0 823211367 106450944 25086 33554432000 4194304 9128323 140735467511296 18446744073709551615 7267360 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 25989 25086 739 1205 0 24780 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 103956

[startup+1782.3 s]
/proc/loadavg: 1.28 1.80 1.92 2/500 4352
/proc/meminfo: memFree=30303928/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=105696 CPUtime=1782.34 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 26464 0 0 0 176824 1410 0 0 25 0 1 0 823211367 108232704 25538 33554432000 4194304 9128323 140735467511296 18446744073709551615 4911808 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 26424 25538 739 1205 0 25215 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 105696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.20 1.74 1.90 2/500 4352
/proc/meminfo: memFree=30303148/32951124 swapFree=51712236/67111528
[pid=4273] ppid=4271 vsize=106492 CPUtime=1800.04 cores=0,2,4,6
/proc/4273/stat : 4273 (scip-2.0.1.4.li) R 4271 4273 2157 0 -1 4202496 26650 0 0 0 178580 1424 0 0 25 0 1 0 823211367 109047808 25724 33554432000 4194304 9128323 140735467511296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4273/statm: 26623 25724 740 1205 0 25414 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 106492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1785.82
CPU system time (s): 14.2488
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 106492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.82
system time used= 14.2488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26651
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= 4
involuntary context switches= 3404

runsolver used 9.47056 second user time and 20.023 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 17:48:07
IDJOB=3451912
IDBENCH=71847
IDSOLVER=1949
FILE ID=node103/3451912-1307116087
RUNJOBID= node103-1307108784-3650
PBS_JOBID= 13497971
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx57.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451912-1307116087/watcher-3451912-1307116087 -o /tmp/evaluation-result-3451912-1307116087/solver-3451912-1307116087 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451912-1307116087.opb -t 1800 -m 15500

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

MD5SUM BENCH= 60656ad92b0e8411299701f2f84e60fb
RANDOM SEED=1434977068

node103.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.858
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.71
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.77
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.858
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	: 5332.75
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      30355160 kB
Buffers:        288260 kB
Cached:         445292 kB
SwapCached:      23760 kB
Active:        1924864 kB
Inactive:       378700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30355160 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           12472 kB
Writeback:           0 kB
AnonPages:     1567364 kB
Mapped:          25580 kB
Slab:           149372 kB
PageTables:      73332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162098208 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= 73868 MiB
End job on node103 at 2011-06-03 18:18:10