Trace number 3738313

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.77 1797.06

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
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 benchmark3.68244
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
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 757
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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3738313-1338734700.opb>
0.01/0.03	c original problem has 2994 variables (2994 bin, 0 int, 0 impl, 0 cont) and 3433 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.01/0.05	c presolving:
0.01/0.06	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5976 impls, 60 clqs
0.01/0.06	c (round 2) 6 del vars, 2989 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5976 impls, 60 clqs
0.01/0.08	c (round 3) 6 del vars, 2989 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 5976 impls, 60 clqs
0.09/0.19	c    (0.2s) probing: 101/2988 (3.4%) - 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, 2989 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5976 implications, 420 cliques
0.09/0.19	c presolved problem has 2988 variables (2988 bin, 0 int, 0 impl, 0 cont) and 444 constraints
0.09/0.19	c     384 constraints of type <knapsack>
0.09/0.19	c      60 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 = 1797
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.24	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.24	c   0.2s|     1 |     0 |   508 |     - |  14M|   0 |  46 |2988 | 563 |2988 | 444 |   0 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |  2303 |     - |  16M|   0 |  82 |2988 | 791 |2988 | 475 |  31 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  2380 |     - |  16M|   0 | 106 |2988 | 791 |2988 | 502 |  58 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |  2489 |     - |  17M|   0 | 133 |2988 | 791 |2988 | 527 |  83 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.09/1.19	c   1.2s|     1 |     0 |  2677 |     - |  17M|   0 | 154 |2988 | 791 |2988 | 554 | 110 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.39/1.42	c   1.4s|     1 |     0 |  3109 |     - |  18M|   0 | 153 |2988 | 791 |2988 | 575 | 131 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.59/1.66	c   1.7s|     1 |     0 |  3763 |     - |  18M|   0 | 163 |2988 | 791 |2988 | 598 | 154 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
2.78/2.80	c   2.8s|     1 |     2 |  3763 |     - |  18M|   0 | 163 |2988 | 791 |2988 | 598 | 154 | 119 |  17 | 6.000000e+00 |      --      |    Inf 
112.27/112.33	c   112s| 10000 |   573 |521802 |  51.8 |  23M| 168 |   - |2988 |2916 |2988 | 547 | 154 |9102 |5673 | 6.000000e+00 |      --      |    Inf 
191.36/191.41	c   191s| 20000 |   790 |932388 |  46.4 |  25M| 168 |  46 |2988 |3629 |2988 | 547 | 154 |  16k|8947 | 6.000000e+00 |      --      |    Inf 
230.75/230.80	c   231s| 30000 |   990 |  1159k|  38.5 |  28M| 168 |  52 |2988 |5626 |2988 | 547 | 154 |  29k|9364 | 6.000000e+00 |      --      |    Inf 
291.03/291.12	c   291s| 40000 |   899 |  1485k|  37.0 |  28M| 168 |   - |2988 |6397 |   0 |   0 | 154 |  40k|  11k| 6.000000e+00 |      --      |    Inf 
367.32/367.41	c   367s| 50000 |  1129 |  1949k|  38.9 |  28M| 168 |  36 |2988 |5021 |2988 | 547 | 154 |  47k|  13k| 6.000000e+00 |      --      |    Inf 
424.91/425.03	c   425s| 60000 |  1327 |  2271k|  37.8 |  30M| 168 |  44 |2988 |6404 |2988 | 547 | 154 |  59k|  15k| 6.000000e+00 |      --      |    Inf 
482.71/482.84	c   483s| 70000 |  1434 |  2646k|  37.8 |  31M| 168 |  55 |2988 |6936 |2988 | 547 | 154 |  68k|  16k| 6.000000e+00 |      --      |    Inf 
554.59/554.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.59/554.75	c   555s| 80000 |  1611 |  3077k|  38.4 |  32M| 168 |   - |2988 |6593 |   0 |   0 | 154 |  76k|  18k| 6.000000e+00 |      --      |    Inf 
610.18/610.40	c   610s| 90000 |  1720 |  3394k|  37.7 |  33M| 168 |  35 |2988 |8240 |2988 | 547 | 154 |  85k|  19k| 6.000000e+00 |      --      |    Inf 
652.18/652.36	c   652s|100000 |  1870 |  3624k|  36.2 |  35M| 168 |  43 |2988 |9428 |2988 | 547 | 154 |  94k|  20k| 6.000000e+00 |      --      |    Inf 
694.27/694.45	c   694s|110000 |  1879 |  3852k|  35.0 |  36M| 168 |   - |2988 |9899 |   0 |   0 | 154 | 103k|  20k| 6.000000e+00 |      --      |    Inf 
749.26/749.49	c   749s|120000 |  1817 |  4197k|  35.0 |  35M| 168 |   - |2988 |  10k|2988 | 547 | 154 | 110k|  21k| 6.000000e+00 |      --      |    Inf 
818.55/818.74	c   819s|130000 |  1819 |  4670k|  35.9 |  36M| 168 |  34 |2988 |  10k|2988 | 547 | 154 | 114k|  23k| 6.000000e+00 |      --      |    Inf 
890.04/890.25	c   890s|140000 |  1835 |  5176k|  36.9 |  36M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 116k|  24k| 6.000000e+00 |      --      |    Inf 
959.32/959.59	c   960s|150000 |  1814 |  5617k|  37.4 |  36M| 168 |   - |2988 |  10k|2988 | 547 | 154 | 120k|  26k| 6.000000e+00 |      --      |    Inf 
1026.62/1026.82	c  1027s|160000 |  1821 |  6071k|  37.9 |  35M| 168 |   - |2988 |9055 |2988 | 547 | 154 | 124k|  28k| 6.000000e+00 |      --      |    Inf 
1088.11/1088.35	c  1088s|170000 |  1938 |  6489k|  38.2 |  36M| 168 |  37 |2988 |  10k|2988 | 547 | 154 | 129k|  29k| 6.000000e+00 |      --      |    Inf 
1153.00/1153.29	c  1153s|180000 |  1910 |  6924k|  38.4 |  36M| 168 |  23 |2988 |9654 |2988 | 547 | 154 | 133k|  31k| 6.000000e+00 |      --      |    Inf 
1215.59/1215.89	c  1216s|190000 |  2000 |  7334k|  38.6 |  37M| 168 |   - |2988 |  10k|   0 |   0 | 154 | 138k|  32k| 6.000000e+00 |      --      |    Inf 
1258.09/1258.30	c  1258s|200000 |  2069 |  7612k|  38.0 |  38M| 168 |  33 |2988 |  10k|2988 | 547 | 154 | 143k|  33k| 6.000000e+00 |      --      |    Inf 
1303.47/1303.77	c  1304s|210000 |  2065 |  7887k|  37.5 |  38M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 146k|  33k| 6.000000e+00 |      --      |    Inf 
1354.06/1354.35	c  1354s|220000 |  2120 |  8188k|  37.2 |  39M| 168 |  28 |2988 |  11k|2988 | 547 | 154 | 151k|  35k| 6.000000e+00 |      --      |    Inf 
1400.26/1400.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.26/1400.51	c  1401s|230000 |  2089 |  8487k|  36.9 |  38M| 168 |  28 |2988 |  11k|2988 | 547 | 154 | 154k|  36k| 6.000000e+00 |      --      |    Inf 
1448.46/1448.77	c  1449s|240000 |  2118 |  8788k|  36.6 |  39M| 168 |  27 |2988 |  10k|2988 | 547 | 154 | 158k|  36k| 6.000000e+00 |      --      |    Inf 
1501.94/1502.21	c  1502s|250000 |  2059 |  9118k|  36.5 |  38M| 168 |  15 |2988 |  11k|2988 | 547 | 154 | 162k|  38k| 6.000000e+00 |      --      |    Inf 
1544.44/1544.72	c  1545s|260000 |  2098 |  9380k|  36.1 |  39M| 168 |   - |2988 |  12k|2988 | 547 | 154 | 167k|  38k| 6.000000e+00 |      --      |    Inf 
1591.73/1592.09	c  1592s|270000 |  2081 |  9686k|  35.9 |  39M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 171k|  39k| 6.000000e+00 |      --      |    Inf 
1638.42/1638.76	c  1639s|280000 |  2093 |  9976k|  35.6 |  39M| 168 |  31 |2988 |  11k|2988 | 547 | 154 | 174k|  39k| 6.000000e+00 |      --      |    Inf 
1683.41/1683.78	c  1684s|290000 |  2036 | 10265k|  35.4 |  38M| 168 |  19 |2988 |  11k|2988 | 547 | 154 | 178k|  40k| 6.000000e+00 |      --      |    Inf 
1737.20/1737.57	c  1738s|300000 |  2022 | 10606k|  35.3 |  38M| 168 |   - |2988 |  11k|2988 | 547 | 154 | 182k|  41k| 6.000000e+00 |      --      |    Inf 
1791.00/1791.39	c  1791s|310000 |  2049 | 10939k|  35.3 |  39M| 168 |   - |2988 |  12k|2988 | 547 | 154 | 185k|  42k| 6.000000e+00 |      --      |    Inf 
1796.69/1797.00	c 
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Solving Time (sec) : 1797.00
1796.69/1797.00	c Solving Nodes      : 311234
1796.69/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.00	c Dual Bound         : +6.00000000000000e+00
1796.69/1797.00	c Gap                : infinite
1796.69/1797.00	s UNKNOWN
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Total Time         :    1797.00
1796.69/1797.00	c   solving          :    1797.00
1796.69/1797.00	c   presolving       :       0.14 (included in solving)
1796.69/1797.00	c   reading          :       0.03 (included in solving)
1796.69/1797.00	c Original Problem   :
1796.69/1797.00	c   Problem name     : HOME/instance-3738313-1338734700.opb
1796.69/1797.00	c   Variables        : 2994 (2994 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 3433 initial, 3433 maximal
1796.69/1797.00	c Presolved Problem  :
1796.69/1797.00	c   Problem name     : t_HOME/instance-3738313-1338734700.opb
1796.69/1797.00	c   Variables        : 2988 (2988 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 444 initial, 12478 maximal
1796.69/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   knapsack         :       0.08          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   linear           :       0.02          6          0          0          6          0       2989          0          0          0
1796.69/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.69/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   integral         :          0          0          0     176140          0          4          0        432      23032          0          0     323398
1796.69/1797.00	c   knapsack         :        384          6     907099          0          1          3   16410074      12529    7258373       1200          0          0
1796.69/1797.00	c   setppc           :         60          6     894570          0          1          2    5533644       2813    3274619          0          0          0
1796.69/1797.00	c   linear           :          0+         6         29          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :          0+         6     365739          0          0          0     935363       5865     384856          0          0          0
1796.69/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.69/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.69/1797.00	c   integral         :     203.05       0.00       0.00     203.05       0.00       0.00       0.00
1796.69/1797.00	c   knapsack         :      31.94       0.02      23.25       0.00       0.00       0.00       8.67
1796.69/1797.00	c   setppc           :       7.07       0.00       5.11       0.00       0.00       0.00       1.97
1796.69/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c   logicor          :      16.66       0.00      14.69       0.00       0.00       0.00       1.97
1796.69/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.69/1797.00	c   vbounds          :          0          0          0          0
1796.69/1797.00	c   rootredcost      :          0          0          0          0
1796.69/1797.00	c   pseudoobj        :          0          0          0          0
1796.69/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.69/1797.00	c   vbounds          :       0.12       0.12       0.00
1796.69/1797.00	c   rootredcost      :       0.14       0.14       0.00
1796.69/1797.00	c   pseudoobj        :       0.09       0.09       0.00
1796.69/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.00	c   propagation      :       7.10      21207      21018     315620      128.2       1378      103.4          -
1796.69/1797.00	c   infeasible LP    :     246.86     134003      52680    1575771      288.1        902       88.5          0
1796.69/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.00	c   applied globally :          -          -          -     185800       98.6          -          -          -
1796.69/1797.00	c   applied locally  :          -          -          -         54      430.2          -          -          -
1796.69/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.00	c   cut pool         :       0.00          5          -          -       1091          -    (maximal pool size: 1649)
1796.69/1797.00	c   redcost          :       7.38     175836          0          0          0          0
1796.69/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1796.69/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.69/1797.00	c   gomory           :       0.02          6          0          0         32          0
1796.69/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.69/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.69/1797.00	c   strongcg         :       0.03          6          0          0         27          0
1796.69/1797.00	c   cmir             :       0.44          6          0          0       1827          0
1796.69/1797.00	c   flowcover        :       0.29          6          0          0       1201          0
1796.69/1797.00	c   clique           :       0.00          6          0          0          9          0
1796.69/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.69/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.69/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.69/1797.00	c   rapidlearning    :       0.24          1          0          0          0        228
1796.69/1797.00	c Pricers            :       Time      Calls       Vars
1796.69/1797.00	c   problem variables:       0.00          0          0
1796.69/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   relpscost        :     202.92     176140        432      23032          0          0     323398
1796.69/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.69/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1796.69/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.69/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.69/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.69/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.69/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.69/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.69/1797.00	c   LP solutions     :       0.00          -          0
1796.69/1797.00	c   pseudo solutions :       0.00          -          0
1796.69/1797.00	c   oneopt           :       0.09          0          0
1796.69/1797.00	c   crossover        :       0.07          0          0
1796.69/1797.00	c   guideddiving     :       0.01          0          0
1796.69/1797.00	c   intshifting      :       0.01          0          0
1796.69/1797.00	c   pscostdiving     :       2.66         48          0
1796.69/1797.00	c   linesearchdiving :       1.85         48          0
1796.69/1797.00	c   fracdiving       :       3.90         48          0
1796.69/1797.00	c   feaspump         :       1.65         24          0
1796.69/1797.00	c   coefdiving       :       6.35         49          0
1796.69/1797.00	c   veclendiving     :       1.74         49          0
1796.69/1797.00	c   objpscostdiving  :       0.56         25          0
1796.69/1797.00	c   rootsoldiving    :       0.96         25          0
1796.69/1797.00	c   trivial          :       0.00          2          0
1796.69/1797.00	c   shiftandpropagate:       0.02          1          0
1796.69/1797.00	c   simplerounding   :       0.05          0          0
1796.69/1797.00	c   zirounding       :       3.16          0          0
1796.69/1797.00	c   rounding         :       0.36       5870          0
1796.69/1797.00	c   shifting         :       2.53       1806          0
1796.69/1797.00	c   twoopt           :       0.00          0          0
1796.69/1797.00	c   fixandinfer      :       0.00          0          0
1796.69/1797.00	c   clique           :       0.00          0          0
1796.69/1797.00	c   intdiving        :       0.00          0          0
1796.69/1797.00	c   actconsdiving    :       0.00          0          0
1796.69/1797.00	c   octane           :       0.00          0          0
1796.69/1797.00	c   rens             :       0.07          1          0
1796.69/1797.00	c   rins             :       0.00          0          0
1796.69/1797.00	c   localbranching   :       0.00          0          0
1796.69/1797.00	c   mutation         :       0.00          0          0
1796.69/1797.00	c   dins             :       0.00          0          0
1796.69/1797.00	c   vbounds          :       0.00          0          0
1796.69/1797.00	c   undercover       :       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.05          0          0
1796.69/1797.01	c   trysol           :       0.05          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.69/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.69/1797.01	c   dual LP          :    1180.28     308329   10853244      35.20    9195.47
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.69/1797.01	c   diving/probing LP:      14.96      11353     123524      10.88    8254.26
1796.69/1797.01	c   strong branching :     198.81      42696    1569522      36.76    7894.69
1796.69/1797.01	c     (at root node) :          -         17       7544     443.76          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :     311234
1796.69/1797.01	c   nodes (total)    :     311234
1796.69/1797.01	c   nodes left       :       2045
1796.69/1797.01	c   max depth        :        168
1796.69/1797.01	c   max depth (total):        168
1796.69/1797.01	c   backtracks       :      51274 (16.5%)
1796.69/1797.01	c   delayed cutoffs  :      10122
1796.69/1797.01	c   repropagations   :     227105 (1429789 domain reductions, 5149 cutoffs)
1796.69/1797.01	c   avg switch length:       3.86
1796.69/1797.01	c   switching time   :      30.36
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          0 (0 improvements)
1796.69/1797.01	c   Primal Bound     :          -
1796.69/1797.01	c   Dual Bound       : +6.00000000000000e+00
1796.69/1797.01	c   Gap              :   infinite
1796.69/1797.01	c   Root Dual Bound  : +6.00000000000000e+00
1796.69/1797.01	c   Root Iterations  :       3763
1796.69/1797.06	c Time complete: 1796.76.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3738313-1338734700/watcher-3738313-1338734700 -o /tmp/evaluation-result-3738313-1338734700/solver-3738313-1338734700 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738313-1338734700.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16763
/proc/meminfo: memFree=28071308/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 1509 0 0 0 0 0 0 0 20 0 1 0 339594348 9818112 1464 33554432000 4194304 9016284 140734402338576 140734746637576 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 2397 1465 311 1178 0 1215 0

[startup+0.0163829 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16763
/proc/meminfo: memFree=28071308/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=14612 CPUtime=0.01 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 2626 0 0 0 1 0 0 0 20 0 1 0 339594348 14962688 2581 33554432000 4194304 9016284 140734402338576 140734746637576 7739622 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 3653 2581 360 1178 0 2471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14612

[startup+0.100239 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16763
/proc/meminfo: memFree=28071308/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=32700 CPUtime=0.09 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 7269 0 0 0 8 1 0 0 20 0 1 0 339594348 33484800 6934 33554432000 4194304 9016284 140734402338576 140734746637576 4195881 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 8175 6934 511 1178 0 6993 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32700

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16763
/proc/meminfo: memFree=28071308/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=45404 CPUtime=0.29 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 10856 0 0 0 28 1 0 0 20 0 1 0 339594348 46493696 10282 33554432000 4194304 9016284 140734402338576 140734402334488 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 11351 10282 657 1178 0 10169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45404

[startup+0.700284 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16763
/proc/meminfo: memFree=28071308/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=75508 CPUtime=0.69 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 18181 0 0 0 67 2 0 0 20 0 1 0 339594348 77320192 17607 33554432000 4194304 9016284 140734402338576 140734402334488 6469440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18877 17607 697 1178 0 17695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75508

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16764
/proc/meminfo: memFree=28005464/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73340 CPUtime=1.49 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 18397 0 0 0 147 2 0 0 20 0 1 0 339594348 75100160 17097 33554432000 4194304 9016284 140734402338576 140734402333640 6255264 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18335 17097 704 1178 0 17153 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73340

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16764
/proc/meminfo: memFree=28003960/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=3.09 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19129 0 0 0 305 4 0 0 20 0 1 0 339594348 75108352 17430 33554432000 4194304 9016284 140734402338576 140734402332376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17430 708 1178 0 17155 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73348

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16764
/proc/meminfo: memFree=28003836/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=6.29 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19129 0 0 0 622 7 0 0 20 0 1 0 339594348 75108352 17430 33554432000 4194304 9016284 140734402338576 140734402332376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17430 708 1178 0 17155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73348

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16764
/proc/meminfo: memFree=28003728/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=12.69 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19129 0 0 0 1257 12 0 0 20 0 1 0 339594348 75108352 17430 33554432000 4194304 9016284 140734402338576 140734402332632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17430 708 1178 0 17155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73348

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16764
/proc/meminfo: memFree=28004100/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=25.49 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19131 0 0 0 2526 23 0 0 20 0 1 0 339594348 75108352 17432 33554432000 4194304 9016284 140734402338576 140734402331832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17432 710 1178 0 17155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73348

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16764
/proc/meminfo: memFree=28016384/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=51.09 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19132 0 0 0 5066 43 0 0 20 0 1 0 339594348 75108352 17433 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17433 710 1178 0 17155 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73348

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16765
/proc/meminfo: memFree=27997576/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=102.28 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19134 0 0 0 10147 81 0 0 20 0 1 0 339594348 75108352 17435 33554432000 4194304 9016284 140734402338576 140734402332440 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17435 711 1178 0 17155 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 73348

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16765
/proc/meminfo: memFree=27996836/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=73348 CPUtime=162.25 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 19151 0 0 0 16096 129 0 0 20 0 1 0 339594348 75108352 17553 33554432000 4194304 9016284 140734402338576 140734402332536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 18337 17553 711 1178 0 17155 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 73348

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16765
/proc/meminfo: memFree=27991380/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=79160 CPUtime=222.24 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 20589 0 0 0 22048 176 0 0 20 0 1 0 339594348 81059840 18981 33554432000 4194304 9016284 140734402338576 140734402332744 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 19790 18981 711 1178 0 18608 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 79160

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16765
/proc/meminfo: memFree=27986172/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=84148 CPUtime=282.23 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 21840 0 0 0 28000 223 0 0 20 0 1 0 339594348 86167552 20232 33554432000 4194304 9016284 140734402338576 140734402332536 4291197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 21037 20232 711 1178 0 19855 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 84148

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16768
/proc/meminfo: memFree=27974860/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=85028 CPUtime=342.23 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 22096 0 0 0 33950 273 0 0 20 0 1 0 339594348 87068672 20484 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 21257 20484 711 1178 0 20075 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 85028

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16769
/proc/meminfo: memFree=27987092/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=86916 CPUtime=402.22 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 22550 0 0 0 39901 321 0 0 20 0 1 0 339594348 89001984 20938 33554432000 4194304 9016284 140734402338576 140734402332536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 21729 20938 711 1178 0 20547 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 86916

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16808
/proc/meminfo: memFree=28210292/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=89240 CPUtime=462.2 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 23143 0 0 0 45848 372 0 0 20 0 1 0 339594348 91381760 21531 33554432000 4194304 9016284 140734402338576 140734402332536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 22310 21531 711 1178 0 21128 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 89240

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16808
/proc/meminfo: memFree=28167776/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=90088 CPUtime=522.2 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 23327 0 0 0 51798 422 0 0 20 0 1 0 339594348 92250112 21714 33554432000 4194304 9016284 140734402338576 140734402332536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 22522 21714 711 1178 0 21340 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 90088

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16808
/proc/meminfo: memFree=28164176/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=92148 CPUtime=582.19 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 23848 0 0 0 57753 466 0 0 20 0 1 0 339594348 94359552 22235 33554432000 4194304 9016284 140734402338576 140734402331512 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 23037 22235 711 1178 0 21855 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 92148

[startup+642.3 s]

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

/proc/meminfo: memFree=28157348/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=98548 CPUtime=1122.1 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 25494 0 0 0 111285 925 0 0 20 0 1 0 339594348 100913152 23878 33554432000 4194304 9016284 140734402338576 140734402331832 6422925 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 24637 23878 711 1178 0 23455 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 98548

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 16837
/proc/meminfo: memFree=28155736/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=99360 CPUtime=1182.09 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 25678 0 0 0 117226 983 0 0 20 0 1 0 339594348 101744640 24062 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 24840 24062 711 1178 0 23658 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 99360

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16837
/proc/meminfo: memFree=28154804/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=99360 CPUtime=1242.09 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 25682 0 0 0 123173 1036 0 0 20 0 1 0 339594348 101744640 24065 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 24840 24065 711 1178 0 23658 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 99360

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16837
/proc/meminfo: memFree=28151640/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=99692 CPUtime=1302.08 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 25776 0 0 0 129123 1085 0 0 20 0 1 0 339594348 102084608 24159 33554432000 4194304 9016284 140734402338576 140734402332536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 24923 24159 711 1178 0 23741 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 99692

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 16838
/proc/meminfo: memFree=28149036/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=100492 CPUtime=1362.06 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 25964 0 0 0 135072 1134 0 0 20 0 1 0 339594348 102903808 24347 33554432000 4194304 9016284 140734402338576 140734402332440 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25123 24347 711 1178 0 23941 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 100492

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 16838
/proc/meminfo: memFree=28147420/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=100892 CPUtime=1422.06 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26057 0 0 0 141025 1181 0 0 20 0 1 0 339594348 103313408 24440 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25223 24440 711 1178 0 24041 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 100892

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/177 16838
/proc/meminfo: memFree=28145436/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=100892 CPUtime=1482.05 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26093 0 0 0 146975 1230 0 0 20 0 1 0 339594348 103313408 24476 33554432000 4194304 9016284 140734402338576 140734402332744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25223 24476 711 1178 0 24041 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 100892

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 16841
/proc/meminfo: memFree=28144928/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=101292 CPUtime=1542.04 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26170 0 0 0 152928 1276 0 0 20 0 1 0 339594348 103723008 24553 33554432000 4194304 9016284 140734402338576 140734402332536 4291222 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25323 24553 711 1178 0 24141 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 101292

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16841
/proc/meminfo: memFree=28142268/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1602.03 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26538 0 0 0 158877 1326 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402331624 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 103280

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 16842
/proc/meminfo: memFree=28140840/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1662.02 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26538 0 0 0 164827 1375 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 103280

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139660/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1722.01 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 170777 1424 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 103280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139224/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1782 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 176724 1476 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 103280

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139224/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1785.2 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 177041 1479 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332440 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 103280

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139224/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1791.6 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 177676 1484 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 103280

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139348/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1794.81 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 177994 1487 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 103280

[startup+1795.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139348/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1795.59 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 178072 1487 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332904 7102732 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 103280

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139348/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1796.4 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 178152 1488 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 103280

[startup+1796.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139348/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1796.6 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 178172 1488 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332536 4971668 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 103280

[startup+1797 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16842
/proc/meminfo: memFree=28139348/32873844 swapFree=7632/7632
[pid=16763] ppid=16761 vsize=103280 CPUtime=1796.69 cores=1,3,5,7
/proc/16763/stat : 16763 (scip-2.0.1.4b_2) R 16761 16763 12480 0 -1 4202496 26539 0 0 0 178181 1488 0 0 20 0 1 0 339594348 105758720 24920 33554432000 4194304 9016284 140734402338576 140734402332536 6523198 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16763/statm: 25820 24920 711 1178 0 24638 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 103280

Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.77
CPU user time (s): 1781.88
CPU system time (s): 14.8937
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 103280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.88
system time used= 14.8937
maximum resident set size= 99684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26545
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= 32
involuntary context switches= 1847

runsolver used 4.00239 second user time and 20.4739 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 16:45:00
IDJOB=3738313
IDBENCH=71842
IDSOLVER=2329
FILE ID=node141/3738313-1338734700
RUNJOBID= node141-1338702880-12497
PBS_JOBID= 14636716
Free space on /tmp= 70704 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738313-1338734700/watcher-3738313-1338734700 -o /tmp/evaluation-result-3738313-1338734700/solver-3738313-1338734700 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738313-1338734700.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=1884409714

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28071580 kB
Buffers:          417768 kB
Cached:          3213620 kB
SwapCached:          216 kB
Active:          1575288 kB
Inactive:        2341356 kB
Active(anon):     275976 kB
Inactive(anon):    11288 kB
Active(file):    1299312 kB
Inactive(file):  2330068 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             17080 kB
Writeback:             0 kB
AnonPages:        340888 kB
Mapped:            13296 kB
Shmem:               172 kB
Slab:             740952 kB
SReclaimable:     183312 kB
SUnreclaim:       557640 kB
KernelStack:        1480 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     402100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70688 MiB
End job on node141 at 2012-06-03 17:14:57