Trace number 3450252

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.06 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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3450252-1307115102.opb>
0.00/0.04	c original problem has 2850 variables (2850 bin, 0 int, 0 impl, 0 cont) and 3286 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/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.00/0.07	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.07/0.08	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.09/0.19	c    (0.2s) probing: 101/2844 (3.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (4 rounds):
0.09/0.19	c  6 deleted vars, 2845 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5688 implications, 369 cliques
0.09/0.19	c presolved problem has 2844 variables (2844 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.09/0.19	c     384 constraints of type <knapsack>
0.09/0.19	c      57 constraints of type <setppc>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 2.0.1.5
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1800
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 13950
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # belongs reading time to solving time?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c timing/reading = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.23	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.23	c   0.2s|     1 |     0 |   468 |     - |  14M|   0 |  51 |2844 | 521 |2844 | 441 |   0 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |  1436 |     - |  15M|   0 |  83 |2844 | 665 |2844 | 465 |  24 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  1479 |     - |  15M|   0 | 100 |2844 | 665 |2844 | 488 |  47 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.00/1.08	c   1.1s|     1 |     0 |  1586 |     - |  15M|   0 | 113 |2844 | 665 |2844 | 512 |  71 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  1676 |     - |  16M|   0 | 140 |2844 | 665 |2844 | 536 |  95 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.5s|     1 |     0 |  1980 |     - |  16M|   0 | 138 |2844 | 665 |2844 | 560 | 119 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
2.48/2.55	c   2.5s|     1 |     2 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |  17 | 6.000000e+00 |      --      |    Inf 
67.48/67.55	c  67.6s| 10000 |   196 |253033 |  25.1 |  19M|  95 |   7 |2844 |2036 |2844 | 527 | 143 |9738 |6795 | 6.000000e+00 |      --      |    Inf 
110.00/110.06	c   110s| 20000 |   177 |474268 |  23.6 |  19M| 124 |  24 |2844 |2084 |2844 | 527 | 143 |  13k|9193 | 6.000000e+00 |      --      |    Inf 
145.88/145.96	c   146s| 30000 |   190 |677871 |  22.5 |  20M| 124 |   - |2844 |2936 |2844 | 527 | 143 |  16k|  10k| 6.000000e+00 |      --      |    Inf 
188.98/189.05	c   189s| 40000 |   226 |885313 |  22.1 |  20M| 124 |   - |2844 |2638 |2844 | 527 | 143 |  22k|  13k| 6.000000e+00 |      --      |    Inf 
227.70/227.75	c   228s| 50000 |   282 |  1096k|  21.9 |  21M| 124 |   - |2844 |3664 |2844 | 527 | 143 |  29k|  14k| 6.000000e+00 |      --      |    Inf 
264.08/264.10	c   264s| 60000 |   335 |  1320k|  22.0 |  21M| 124 |  12 |2844 |3572 |2844 | 527 | 143 |  32k|  15k| 6.000000e+00 |      --      |    Inf 
303.39/303.43	c   303s| 70000 |   323 |  1531k|  21.8 |  21M| 124 |   - |2844 |2738 |   0 |   0 | 143 |  35k|  17k| 6.000000e+00 |      --      |    Inf 
348.09/348.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.09/348.15	c   348s| 80000 |   368 |  1784k|  22.3 |  22M| 124 |   - |2844 |2884 |   0 |   0 | 143 |  44k|  19k| 6.000000e+00 |      --      |    Inf 
392.09/392.17	c   392s| 90000 |   416 |  2030k|  22.5 |  22M| 124 |  10 |2844 |3519 |2844 | 527 | 143 |  50k|  21k| 6.000000e+00 |      --      |    Inf 
429.89/429.93	c   430s|100000 |   451 |  2272k|  22.7 |  22M| 124 |   - |2844 |3589 |2844 | 527 | 143 |  54k|  21k| 6.000000e+00 |      --      |    Inf 
468.50/468.54	c   469s|110000 |   444 |  2514k|  22.8 |  22M| 124 |   - |2844 |3744 |2844 | 527 | 143 |  58k|  22k| 6.000000e+00 |      --      |    Inf 
501.09/501.14	c   501s|120000 |   444 |  2694k|  22.4 |  23M| 124 |   6 |2844 |3846 |2844 | 527 | 143 |  61k|  23k| 6.000000e+00 |      --      |    Inf 
531.79/531.80	c   532s|130000 |   436 |  2884k|  22.2 |  23M| 124 |   - |2844 |4279 |2844 | 527 | 143 |  62k|  23k| 6.000000e+00 |      --      |    Inf 
576.50/576.55	c   577s|140000 |   407 |  3125k|  22.3 |  22M| 124 |  25 |2844 |3437 |2844 | 527 | 143 |  66k|  25k| 6.000000e+00 |      --      |    Inf 
625.92/625.91	c   626s|150000 |   506 |  3389k|  22.6 |  23M| 124 |   - |2844 |3397 |2844 | 527 | 143 |  70k|  28k| 6.000000e+00 |      --      |    Inf 
671.89/671.94	c   672s|160000 |   546 |  3644k|  22.8 |  23M| 124 |  24 |2844 |3391 |2844 | 527 | 143 |  77k|  30k| 6.000000e+00 |      --      |    Inf 
713.30/713.34	c   713s|170000 |   720 |  3898k|  22.9 |  25M| 124 |   - |2844 |3678 |2844 | 527 | 143 |  85k|  31k| 6.000000e+00 |      --      |    Inf 
750.30/750.30	c   750s|180000 |   672 |  4141k|  23.0 |  25M| 124 |   - |2844 |3621 |2844 | 527 | 143 |  87k|  32k| 6.000000e+00 |      --      |    Inf 
787.10/787.18	c   787s|190000 |   693 |  4341k|  22.8 |  25M| 124 |  16 |2844 |3952 |2844 | 527 | 143 |  89k|  33k| 6.000000e+00 |      --      |    Inf 
842.62/842.69	c   843s|200000 |   697 |  4616k|  23.1 |  25M| 124 |   - |2844 |2635 |2844 | 527 | 143 |  99k|  36k| 6.000000e+00 |      --      |    Inf 
880.90/880.91	c   881s|210000 |   679 |  4858k|  23.1 |  25M| 124 |   - |2844 |2955 |2844 | 527 | 143 | 106k|  36k| 6.000000e+00 |      --      |    Inf 
926.71/926.79	c   927s|220000 |   705 |  5131k|  23.3 |  25M| 124 |   - |2844 |2904 |2844 | 527 | 143 | 112k|  37k| 6.000000e+00 |      --      |    Inf 
975.11/975.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
975.11/975.10	c   975s|230000 |   964 |  5444k|  23.7 |  27M| 124 |   - |2844 |3571 |2844 | 527 | 143 | 118k|  39k| 6.000000e+00 |      --      |    Inf 
1030.80/1030.86	c  1031s|240000 |  1074 |  5812k|  24.2 |  28M| 124 |  28 |2844 |3407 |2844 | 527 | 143 | 125k|  40k| 6.000000e+00 |      --      |    Inf 
1078.51/1078.50	c  1078s|250000 |  1305 |  6124k|  24.5 |  31M| 124 |   - |2844 |3561 |2844 | 527 | 143 | 134k|  41k| 6.000000e+00 |      --      |    Inf 
1128.22/1128.27	c  1128s|260000 |  1329 |  6445k|  24.8 |  32M| 124 |   - |2844 |3633 |2844 | 527 | 143 | 142k|  42k| 6.000000e+00 |      --      |    Inf 
1165.01/1165.06	c  1165s|270000 |  1437 |  6677k|  24.7 |  33M| 124 |   - |2844 |3633 |   0 |   0 | 143 | 149k|  43k| 6.000000e+00 |      --      |    Inf 
1211.51/1211.50	c  1211s|280000 |  1308 |  6941k|  24.8 |  32M| 124 |  23 |2844 |2649 |2844 | 527 | 143 | 158k|  44k| 6.000000e+00 |      --      |    Inf 
1271.53/1271.52	c  1272s|290000 |  1298 |  7331k|  25.3 |  32M| 124 |   - |2844 |3071 |2844 | 527 | 143 | 165k|  47k| 6.000000e+00 |      --      |    Inf 
1337.02/1337.02	c  1337s|300000 |  1318 |  7817k|  26.1 |  33M| 124 |   - |2844 |3070 |2844 | 527 | 143 | 168k|  48k| 6.000000e+00 |      --      |    Inf 
1398.14/1398.19	c  1398s|310000 |  1293 |  8267k|  26.7 |  33M| 124 |   - |2844 |3435 |2844 | 527 | 143 | 171k|  50k| 6.000000e+00 |      --      |    Inf 
1442.52/1442.52	c  1443s|320000 |  1345 |  8491k|  26.5 |  34M| 124 |   - |2844 |4911 |   0 |   0 | 143 | 184k|  52k| 6.000000e+00 |      --      |    Inf 
1486.13/1486.16	c  1486s|330000 |  1587 |  8737k|  26.5 |  35M| 124 |   - |2844 |4189 |2844 | 527 | 143 | 199k|  53k| 6.000000e+00 |      --      |    Inf 
1530.53/1530.58	c  1531s|340000 |  1617 |  8997k|  26.5 |  36M| 124 |   - |2844 |5054 |2844 | 527 | 143 | 211k|  54k| 6.000000e+00 |      --      |    Inf 
1575.02/1575.01	c  1575s|350000 |  1674 |  9313k|  26.6 |  36M| 124 |  23 |2844 |3916 |2844 | 527 | 143 | 218k|  55k| 6.000000e+00 |      --      |    Inf 
1613.33/1613.35	c  1613s|360000 |  1630 |  9545k|  26.5 |  37M| 124 |   - |2844 |5092 |   0 |   0 | 143 | 231k|  55k| 6.000000e+00 |      --      |    Inf 
1655.13/1655.10	c  1655s|370000 |  1574 |  9768k|  26.4 |  36M| 124 |   - |2844 |4575 |   0 |   0 | 143 | 245k|  56k| 6.000000e+00 |      --      |    Inf 
1696.14/1696.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1696.14/1696.13	c  1696s|380000 |  1571 |  9999k|  26.3 |  36M| 124 |  22 |2844 |4600 |2844 | 527 | 143 | 258k|  57k| 6.000000e+00 |      --      |    Inf 
1732.03/1732.05	c  1732s|390000 |  1534 | 10218k|  26.2 |  37M| 124 |   - |2844 |6480 |   0 |   0 | 143 | 272k|  58k| 6.000000e+00 |      --      |    Inf 
1769.13/1769.18	c  1769s|400000 |  1616 | 10451k|  26.1 |  38M| 124 |  21 |2844 |6537 |2844 | 527 | 143 | 284k|  58k| 6.000000e+00 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 407101
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +6.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.14 (included in solving)
1800.03/1800.00	c   reading          :       0.04 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3450252-1307115102.opb
1800.03/1800.00	c   Variables        : 2850 (2850 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 3286 initial, 3286 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3450252-1307115102.opb
1800.03/1800.00	c   Variables        : 2844 (2844 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 441 initial, 7001 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.08          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.02          6          0          0          6          0       2845          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     239222          0          4          0        809      40187          0          0     432350
1800.03/1800.00	c   knapsack         :        384          6    1479529          0          0          3   19739320      25548   19756767       1203          0          0
1800.03/1800.00	c   setppc           :         57          6    1453981          0          0          2    6005790      23371    5652802          0          0          0
1800.03/1800.00	c   linear           :          0+         6         21          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :          0+         6     622962          0          0          0    3672372      20383    1473033          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     218.57       0.00       0.00     218.57       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :      61.34       0.02      49.53       0.00       0.00       0.00      11.79
1800.03/1800.00	c   setppc           :      38.48       0.00      36.08       0.00       0.00       0.00       2.41
1800.03/1800.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   logicor          :      26.68       0.00      20.70       0.00       0.00       0.00       5.98
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :          0          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.22       0.22       0.00
1800.03/1800.00	c   rootredcost      :       0.25       0.25       0.00
1800.03/1800.00	c   pseudoobj        :       0.16       0.16       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      50.28      69302      69255    1435965      150.3       1671       65.6          -
1800.03/1800.00	c   infeasible LP    :     216.65     140634      29354    1020809      264.3        242       68.7          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     292630       89.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -         34      435.2          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -        695          -    (maximal pool size: 1152)
1800.03/1800.00	c   redcost          :      10.00     237998          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.04          6          0          0         52          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.19          6          0          0         43          0
1800.03/1800.00	c   cmir             :       0.43          6          0          0       1439          0
1800.03/1800.00	c   flowcover        :       0.38          6          0          0       1202          0
1800.03/1800.00	c   clique           :       0.00          6          0          0         12          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.18          1          0          0          0        144
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     218.39     239222        809      40187          0          0     432350
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.14          0          0
1800.03/1800.00	c   crossover        :       0.10          0          0
1800.03/1800.00	c   guideddiving     :       0.01          0          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   veclendiving     :       0.90         63          0
1800.03/1800.00	c   objpscostdiving  :       0.46         32          0
1800.03/1800.00	c   rootsoldiving    :       1.12         32          0
1800.03/1800.00	c   pscostdiving     :       1.27         64          0
1800.03/1800.00	c   linesearchdiving :       0.75         64          0
1800.03/1800.00	c   fracdiving       :       2.02         64          0
1800.03/1800.00	c   feaspump         :       1.49         32          0
1800.03/1800.00	c   coefdiving       :       2.82         64          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.02          1          0
1800.03/1800.00	c   simplerounding   :       0.05          0          0
1800.03/1800.00	c   zirounding       :       4.28          0          0
1800.03/1800.00	c   rounding         :       0.40       6872          0
1800.03/1800.00	c   shifting         :       3.15       2173          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.06          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.07          0          0
1800.03/1800.01	c   trysol           :       0.09          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :    1095.77     377979   10568273      27.96    9644.64
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       7.69       6138      65345      10.65    8492.89
1800.03/1800.01	c   strong branching :     213.57      59695    1608381      26.94    7530.92
1800.03/1800.01	c     (at root node) :          -         17       6574     386.71          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     407101
1800.03/1800.01	c   nodes (total)    :     407101
1800.03/1800.01	c   nodes left       :       1581
1800.03/1800.01	c   max depth        :        124
1800.03/1800.01	c   max depth (total):        124
1800.03/1800.01	c   backtracks       :      73542 (18.1%)
1800.03/1800.01	c   delayed cutoffs  :      23669
1800.03/1800.01	c   repropagations   :     458976 (6257743 domain reductions, 18782 cutoffs)
1800.03/1800.01	c   avg switch length:       4.59
1800.03/1800.01	c   switching time   :      50.93
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          0 (0 improvements)
1800.03/1800.01	c   Primal Bound     :          -
1800.03/1800.01	c   Dual Bound       : +6.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +6.00000000000000e+00
1800.03/1800.01	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-3450252-1307115102/watcher-3450252-1307115102 -o /tmp/evaluation-result-3450252-1307115102/solver-3450252-1307115102 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450252-1307115102.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.08 2.02 3/424 25456
/proc/meminfo: memFree=25796496/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=13496 CPUtime=0 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 2346 0 0 0 0 0 0 0 25 0 1 0 823108368 13819904 2300 33554432000 4194304 9163163 140734867206368 18446744073709551615 8013931 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25456/statm: 3374 2300 395 1214 0 2156 0

[startup+0.0839029 s]
/proc/loadavg: 2.03 2.08 2.02 3/424 25456
/proc/meminfo: memFree=25796496/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=32360 CPUtime=0.07 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 7111 0 0 0 6 1 0 0 25 0 1 0 823108368 33136640 6807 33554432000 4194304 9163163 140734867206368 18446744073709551615 6918279 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 8090 6807 519 1214 0 6872 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32360

[startup+0.100906 s]
/proc/loadavg: 2.03 2.08 2.02 3/424 25456
/proc/meminfo: memFree=25796496/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=32096 CPUtime=0.09 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 7164 0 0 0 8 1 0 0 25 0 1 0 823108368 32866304 6794 33554432000 4194304 9163163 140734867206368 18446744073709551615 5100226 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 8024 6794 533 1214 0 6806 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32096

[startup+0.300869 s]
/proc/loadavg: 2.03 2.08 2.02 3/424 25456
/proc/meminfo: memFree=25796496/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=44096 CPUtime=0.29 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 10547 0 0 0 28 1 0 0 25 0 1 0 823108368 45154304 9943 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 11024 9943 672 1214 0 9806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44096

[startup+0.700792 s]
/proc/loadavg: 2.03 2.08 2.02 3/424 25456
/proc/meminfo: memFree=25796496/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=70764 CPUtime=0.69 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 17765 0 0 0 67 2 0 0 25 0 1 0 823108368 72462336 16443 33554432000 4194304 9163163 140734867206368 18446744073709551615 4311946 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 17691 16443 727 1214 0 16473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70764

[startup+1.50062 s]
/proc/loadavg: 2.03 2.08 2.02 3/425 25457
/proc/meminfo: memFree=25732248/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=70764 CPUtime=1.49 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 17773 0 0 0 147 2 0 0 25 0 1 0 823108368 72462336 16444 33554432000 4194304 9163163 140734867206368 18446744073709551615 4568784 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 17691 16444 720 1214 0 16473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70764

[startup+3.10033 s]
/proc/loadavg: 2.03 2.08 2.02 3/425 25457
/proc/meminfo: memFree=25729016/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=3.09 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18503 0 0 0 306 3 0 0 25 0 1 0 823108368 74321920 17174 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 18145 17174 731 1214 0 16927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72580

[startup+6.30077 s]
/proc/loadavg: 2.03 2.08 2.02 3/425 25457
/proc/meminfo: memFree=25732372/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=6.29 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18503 0 0 0 623 6 0 0 25 0 1 0 823108368 74321920 17174 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 18145 17174 731 1214 0 16927 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72580

[startup+12.7006 s]
/proc/loadavg: 2.02 2.08 2.02 3/425 25457
/proc/meminfo: memFree=25726432/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=12.69 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18504 0 0 0 1256 13 0 0 25 0 1 0 823108368 74321920 17175 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25456/statm: 18145 17175 732 1214 0 16927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72580

[startup+25.5003 s]
/proc/loadavg: 2.02 2.07 2.02 3/425 25458
/proc/meminfo: memFree=25726564/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=25.48 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18506 0 0 0 2523 25 0 0 25 0 1 0 823108368 74321920 17177 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17177 733 1214 0 16927 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72580

[startup+51.1006 s]
/proc/loadavg: 2.01 2.06 2.02 3/425 25458
/proc/meminfo: memFree=25726328/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=51.08 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 5061 47 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72580

[startup+102.316 s]
/proc/loadavg: 2.00 2.05 2.01 3/425 25460
/proc/meminfo: memFree=25725432/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=102.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 10139 91 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 7300280 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72580

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/425 25461
/proc/meminfo: memFree=25729624/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=162.28 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 16088 140 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 72580

[startup+222.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/425 25463
/proc/meminfo: memFree=25729824/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=222.29 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 22039 190 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 72580

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 25465
/proc/meminfo: memFree=25729788/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=282.29 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 27989 240 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 72580

[startup+342.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/425 25466
/proc/meminfo: memFree=25730584/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=342.29 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 33939 290 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 72580

[startup+402.301 s]
/proc/loadavg: 2.10 2.08 2.01 3/425 25468
/proc/meminfo: memFree=25730540/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=402.29 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 39888 341 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 7300297 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 72580

[startup+462.301 s]
/proc/loadavg: 2.09 2.08 2.01 3/425 25469
/proc/meminfo: memFree=25728016/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=462.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18508 0 0 0 45840 390 0 0 25 0 1 0 823108368 74321920 17179 33554432000 4194304 9163163 140734867206368 18446744073709551615 4911768 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17179 733 1214 0 16927 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 72580

[startup+522.301 s]
/proc/loadavg: 2.13 2.09 2.02 3/425 25471
/proc/meminfo: memFree=25727852/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72580 CPUtime=522.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18518 0 0 0 51797 433 0 0 25 0 1 0 823108368 74321920 17189 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18145 17189 733 1214 0 16927 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 72580

[startup+582.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/425 25473
/proc/meminfo: memFree=25725440/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=72792 CPUtime=582.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 18623 0 0 0 57746 484 0 0 25 0 1 0 823108368 74539008 17294 33554432000 4194304 9163163 140734867206368 18446744073709551615 6523764 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 18198 17294 733 1214 0 16980 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72792

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.13 2.09 2.02 3/425 25479
/proc/meminfo: memFree=25720344/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=77212 CPUtime=822.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 19727 0 0 0 81553 677 0 0 25 0 1 0 823108368 79065088 18398 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 19303 18398 733 1214 0 18085 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 77212

[startup+882.301 s]
/proc/loadavg: 2.09 2.08 2.02 3/425 25481
/proc/meminfo: memFree=25720548/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=78424 CPUtime=882.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 20041 0 0 0 87505 725 0 0 25 0 1 0 823108368 80306176 18712 33554432000 4194304 9163163 140734867206368 18446744073709551615 6510133 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 19606 18712 733 1214 0 18388 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 78424

[startup+942.301 s]
/proc/loadavg: 2.03 2.07 2.01 3/425 25482
/proc/meminfo: memFree=25720140/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=80024 CPUtime=942.31 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 20414 0 0 0 93462 769 0 0 25 0 1 0 823108368 81944576 19085 33554432000 4194304 9163163 140734867206368 18446744073709551615 7300284 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 20006 19085 733 1214 0 18788 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 80024

[startup+1002.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/425 25484
/proc/meminfo: memFree=25715876/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=81472 CPUtime=1002.3 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 20781 0 0 0 99411 819 0 0 25 0 1 0 823108368 83427328 19452 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 20368 19452 733 1214 0 19150 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 81472

[startup+1062.3 s]
/proc/loadavg: 2.09 2.09 2.02 3/425 25485
/proc/meminfo: memFree=25715464/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=84300 CPUtime=1062.31 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 21484 0 0 0 105361 870 0 0 25 0 1 0 823108368 86323200 20155 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 21075 20155 733 1214 0 19857 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 84300

[startup+1122.3 s]
/proc/loadavg: 2.03 2.07 2.01 3/425 25487
/proc/meminfo: memFree=25712196/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=87944 CPUtime=1122.31 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 22403 0 0 0 111310 921 0 0 25 0 1 0 823108368 90054656 21074 33554432000 4194304 9163163 140734867206368 18446744073709551615 4912559 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 21986 21074 733 1214 0 20768 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 87944

[startup+1182.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/425 25489
/proc/meminfo: memFree=25706448/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=90360 CPUtime=1182.32 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 22998 0 0 0 117266 966 0 0 25 0 1 0 823108368 92528640 21669 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 22590 21669 733 1214 0 21372 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 90360

[startup+1242.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/425 25490
/proc/meminfo: memFree=25706416/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=91908 CPUtime=1242.32 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 23424 0 0 0 123217 1015 0 0 25 0 1 0 823108368 94113792 22095 33554432000 4194304 9163163 140734867206368 18446744073709551615 7210497 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 22977 22095 733 1214 0 21759 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 91908

[startup+1302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 25492
/proc/meminfo: memFree=25705520/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=92204 CPUtime=1302.32 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 23447 0 0 0 129161 1071 0 0 25 0 1 0 823108368 94416896 22118 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 23051 22118 733 1214 0 21833 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 92204

[startup+1362.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/425 25493
/proc/meminfo: memFree=25702132/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=92448 CPUtime=1362.32 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 23520 0 0 0 135103 1129 0 0 25 0 1 0 823108368 94666752 22191 33554432000 4194304 9163163 140734867206368 18446744073709551615 6480293 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 23112 22191 733 1214 0 21894 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 92448

[startup+1422.32 s]
/proc/loadavg: 2.26 2.10 2.02 3/425 25523
/proc/meminfo: memFree=25606760/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=94760 CPUtime=1422.33 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 24113 0 0 0 141048 1185 0 0 25 0 1 0 823108368 97034240 22784 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 23690 22784 733 1214 0 22472 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 94760

[startup+1482.3 s]
/proc/loadavg: 2.17 2.10 2.02 3/425 25525
/proc/meminfo: memFree=25601404/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=99100 CPUtime=1482.32 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 25232 0 0 0 147003 1229 0 0 25 0 1 0 823108368 101478400 23878 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 24775 23878 733 1214 0 23557 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 99100

[startup+1542.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/425 25661
/proc/meminfo: memFree=25687900/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=101952 CPUtime=1542.32 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 25973 0 0 0 152954 1278 0 0 25 0 1 0 823108368 104398848 24618 33554432000 4194304 9163163 140734867206368 18446744073709551615 4893080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 25488 24618 733 1214 0 24270 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 101952

[startup+1602.3 s]
/proc/loadavg: 1.96 2.04 2.00 3/425 25960
/proc/meminfo: memFree=25721532/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=103112 CPUtime=1602.33 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 26247 0 0 0 158903 1330 0 0 25 0 1 0 823108368 105586688 24892 33554432000 4194304 9163163 140734867206368 18446744073709551615 5076114 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 25778 24892 733 1214 0 24560 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 103112

[startup+1662.3 s]
/proc/loadavg: 1.98 2.03 2.00 3/425 25961
/proc/meminfo: memFree=25710852/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=104184 CPUtime=1662.33 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 26492 0 0 0 164857 1376 0 0 25 0 1 0 823108368 106684416 25137 33554432000 4194304 9163163 140734867206368 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 26046 25137 733 1214 0 24828 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 104184

[startup+1722.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/425 25963
/proc/meminfo: memFree=25707616/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=105156 CPUtime=1722.33 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 26727 0 0 0 170815 1418 0 0 25 0 1 0 823108368 107679744 25372 33554432000 4194304 9163163 140734867206368 18446744073709551615 7379472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 26289 25372 733 1214 0 25071 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 105156

[startup+1782.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/425 25974
/proc/meminfo: memFree=25703860/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=107524 CPUtime=1782.33 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 27317 0 0 0 176770 1463 0 0 25 0 1 0 823108368 110104576 25951 33554432000 4194304 9163163 140734867206368 18446744073709551615 6500984 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25456/statm: 26881 25951 733 1214 0 25663 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 107524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.03 2.00 3/425 25974
/proc/meminfo: memFree=25703696/32951124 swapFree=44043512/67111528
[pid=25456] ppid=25454 vsize=107524 CPUtime=1800.04 cores=0,2,4,6
/proc/25456/stat : 25456 (scip-2.0.1.4b.l) R 25454 25456 23890 0 -1 4202496 27335 0 0 0 178527 1477 0 0 25 0 1 0 823108368 110104576 25969 33554432000 4194304 9163163 140734867206368 18446744073709551615 4840662 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25456/statm: 26881 25969 735 1214 0 25663 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 107524

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.06
CPU user time (s): 1785.28
CPU system time (s): 14.7848
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 107524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.28
system time used= 14.7848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27335
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= 5883

runsolver used 7.77082 second user time and 16.8024 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-03 17:31:42
IDJOB=3450252
IDBENCH=71847
IDSOLVER=1948
FILE ID=node134/3450252-1307115102
RUNJOBID= node134-1307111058-25015
PBS_JOBID= 13498008
Free space on /tmp= 73988 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b 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.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450252-1307115102/watcher-3450252-1307115102 -o /tmp/evaluation-result-3450252-1307115102/solver-3450252-1307115102 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450252-1307115102.opb -t 1800 -m 15500

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

MD5SUM BENCH= 60656ad92b0e8411299701f2f84e60fb
RANDOM SEED=790026695

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25796652 kB
Buffers:        264964 kB
Cached:         614420 kB
SwapCached:       9540 kB
Active:        6281628 kB
Inactive:       580896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25796652 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:           12456 kB
Writeback:           0 kB
AnonPages:     5981388 kB
Mapped:          24008 kB
Slab:           135768 kB
PageTables:      89892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110936020 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73976 MiB
End job on node134 at 2011-06-03 18:01:44