Trace number 3738379

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.07

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
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 636
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-3738379-1338735548.opb>
0.00/0.03	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.03/0.05	c (round 1) 5 del vars, 1 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.03/0.05	c (round 2) 5 del vars, 2126 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.03/0.06	c (round 3) 5 del vars, 2126 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 369 upgd conss, 4250 impls, 49 clqs
0.08/0.14	c    (0.1s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.14	c presolving (4 rounds):
0.08/0.14	c  5 deleted vars, 2126 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.14	c  4250 implications, 309 cliques
0.08/0.14	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.08/0.14	c     320 constraints of type <knapsack>
0.08/0.14	c      49 constraints of type <setppc>
0.08/0.14	c transformed objective value is always integral (scale: 1)
0.08/0.14	c Presolving Time: 0.10
0.08/0.14	c - non default parameters ----------------------------------------------------------------------
0.08/0.14	c # SCIP version 2.0.1.5
0.08/0.14	c 
0.08/0.14	c # frequency for displaying node information lines
0.08/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.14	c display/freq = 10000
0.08/0.14	c 
0.08/0.14	c # maximal time in seconds to run
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/time = 1797
0.08/0.14	c 
0.08/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/memory = 13950
0.08/0.14	c 
0.08/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.14	c # [type: int, range: [1,2], default: 1]
0.08/0.14	c timing/clocktype = 2
0.08/0.14	c 
0.08/0.14	c # belongs reading time to solving time?
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c timing/reading = TRUE
0.08/0.14	c 
0.08/0.14	c # should presolving try to simplify inequalities
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/linear/simplifyinequalities = TRUE
0.08/0.14	c 
0.08/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/indicator/addCouplingCons = TRUE
0.08/0.14	c 
0.08/0.14	c # should presolving try to simplify knapsacks
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.14	c 
0.08/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.14	c separating/rapidlearning/freq = 0
0.08/0.14	c 
0.08/0.14	c -----------------------------------------------------------------------------------------------
0.08/0.14	c start solving
0.08/0.14	c 
0.08/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.17	c   0.2s|     1 |     0 |   350 |     - |  10M|   0 |  49 |2125 | 485 |2125 | 369 |   0 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |  1038 |     - |  11M|   0 |  77 |2125 | 568 |2125 | 396 |  27 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1326 |     - |  11M|   0 |  91 |2125 | 568 |2125 | 421 |  52 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |  1738 |     - |  12M|   0 | 106 |2125 | 568 |2125 | 442 |  73 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |  2072 |     - |  12M|   0 | 118 |2125 | 568 |2125 | 464 |  95 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
0.99/1.04	c   1.0s|     1 |     0 |  2325 |     - |  12M|   0 | 129 |2125 | 568 |2125 | 481 | 112 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
1.19/1.21	c   1.2s|     1 |     0 |  2664 |     - |  13M|   0 | 128 |2125 | 568 |2125 | 496 | 127 | 116 |   0 | 5.000000e+00 |      --      |    Inf 
1.88/1.95	c   1.9s|     1 |     2 |  2664 |     - |  13M|   0 | 128 |2125 | 568 |2125 | 496 | 127 | 116 |  17 | 5.000000e+00 |      --      |    Inf 
93.37/93.44	c  93.4s| 10000 |   259 |508663 |  50.6 |  16M|  66 |   - |2125 |2975 |2125 | 444 | 127 |6932 |5059 | 5.000000e+00 |      --      |    Inf 
157.05/157.12	c   157s| 20000 |   413 |957360 |  47.7 |  17M| 152 |   - |2125 |3222 |2125 | 444 | 127 |  13k|7512 | 5.000000e+00 |      --      |    Inf 
219.74/219.87	c   220s| 30000 |   598 |  1408k|  46.9 |  19M| 152 |  59 |2125 |3766 |2125 | 444 | 127 |  21k|9616 | 5.000000e+00 |      --      |    Inf 
280.44/280.58	c   281s| 40000 |   801 |  1855k|  46.3 |  20M| 152 |  70 |2125 |4652 |2125 | 444 | 127 |  28k|  11k| 5.000000e+00 |      --      |    Inf 
335.33/335.42	c   335s| 50000 |   854 |  2247k|  44.9 |  22M| 152 |  59 |2125 |6337 |2125 | 444 | 127 |  35k|  12k| 5.000000e+00 |      --      |    Inf 
399.02/399.13	c   399s| 60000 |   901 |  2702k|  45.0 |  22M| 152 |   - |2125 |5814 |2125 | 444 | 127 |  41k|  15k| 5.000000e+00 |      --      |    Inf 
452.70/452.86	c   453s| 70000 |   977 |  3134k|  44.7 |  22M| 152 |  61 |2125 |5530 |2125 | 444 | 127 |  46k|  16k| 5.000000e+00 |      --      |    Inf 
519.59/519.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
519.59/519.79	c   520s| 80000 |  1141 |  3626k|  45.3 |  24M| 152 |  64 |2125 |6447 |2125 | 444 | 127 |  56k|  18k| 5.000000e+00 |      --      |    Inf 
570.69/570.85	c   571s| 90000 |  1163 |  4058k|  45.1 |  25M| 152 |  45 |2125 |7044 |2125 | 444 | 127 |  64k|  19k| 5.000000e+00 |      --      |    Inf 
632.48/632.65	c   633s|100000 |  1296 |  4556k|  45.5 |  26M| 152 |   - |2125 |7946 |2125 | 444 | 127 |  73k|  20k| 5.000000e+00 |      --      |    Inf 
683.47/683.63	c   684s|110000 |  1339 |  4979k|  45.2 |  27M| 152 |   - |2125 |8389 |2125 | 444 | 127 |  80k|  21k| 5.000000e+00 |      --      |    Inf 
733.36/733.58	c   734s|120000 |  1377 |  5343k|  44.5 |  28M| 152 |  52 |2125 |9354 |2125 | 444 | 127 |  90k|  23k| 5.000000e+00 |      --      |    Inf 
785.15/785.35	c   785s|130000 |  1627 |  5785k|  44.5 |  30M| 152 |  43 |2125 |  10k|2125 | 444 | 127 |  98k|  23k| 5.000000e+00 |      --      |    Inf 
834.34/834.56	c   835s|140000 |  2021 |  6187k|  44.2 |  32M| 152 |  45 |2125 |  11k|2125 | 444 | 127 | 111k|  24k| 5.000000e+00 |      --      |    Inf 
891.33/891.59	c   892s|150000 |  2515 |  6668k|  44.4 |  34M| 152 |   - |2125 |  11k|2125 | 444 | 127 | 119k|  25k| 5.000000e+00 |      --      |    Inf 
938.93/939.19	c   939s|160000 |  2827 |  7074k|  44.2 |  36M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 132k|  25k| 5.000000e+00 |      --      |    Inf 
986.12/986.35	c   986s|170000 |  3002 |  7451k|  43.8 |  37M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 144k|  26k| 5.000000e+00 |      --      |    Inf 
1035.31/1035.58	c  1036s|180000 |  3252 |  7858k|  43.6 |  38M| 152 |  48 |2125 |  12k|2125 | 444 | 127 | 156k|  27k| 5.000000e+00 |      --      |    Inf 
1081.40/1081.69	c  1082s|190000 |  3368 |  8272k|  43.5 |  39M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 167k|  27k| 5.000000e+00 |      --      |    Inf 
1136.49/1136.78	c  1137s|200000 |  3445 |  8749k|  43.7 |  39M| 152 |   - |2125 |  13k|2125 | 444 | 127 | 177k|  28k| 5.000000e+00 |      --      |    Inf 
1179.48/1179.74	c  1180s|210000 |  3745 |  9095k|  43.3 |  41M| 152 |  51 |2125 |  13k|2125 | 444 | 127 | 192k|  28k| 5.000000e+00 |      --      |    Inf 
1224.68/1224.95	c  1225s|220000 |  3902 |  9452k|  43.0 |  41M| 152 |   - |2125 |  12k|2125 | 444 | 127 | 207k|  29k| 5.000000e+00 |      --      |    Inf 
1270.37/1270.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1270.37/1270.63	c  1271s|230000 |  3942 |  9832k|  42.7 |  42M| 152 |  51 |2125 |  12k|2125 | 444 | 127 | 219k|  29k| 5.000000e+00 |      --      |    Inf 
1317.66/1317.98	c  1318s|240000 |  3976 | 10223k|  42.6 |  42M| 152 |   - |2125 |  13k|2125 | 444 | 127 | 232k|  30k| 5.000000e+00 |      --      |    Inf 
1362.85/1363.16	c  1363s|250000 |  4184 | 10601k|  42.4 |  43M| 152 |  50 |2125 |  13k|2125 | 444 | 127 | 244k|  30k| 5.000000e+00 |      --      |    Inf 
1428.14/1428.44	c  1428s|260000 |  4506 | 11214k|  43.1 |  45M| 152 |  52 |2125 |  14k|2125 | 444 | 127 | 249k|  31k| 5.000000e+00 |      --      |    Inf 
1492.93/1493.23	c  1493s|270000 |  4552 | 11792k|  43.7 |  44M| 152 |   - |2125 |  13k|2125 | 444 | 127 | 256k|  32k| 5.000000e+00 |      --      |    Inf 
1547.34/1547.62	c  1548s|280000 |  4708 | 12263k|  43.8 |  45M| 152 |  60 |2125 |  13k|2125 | 444 | 127 | 266k|  32k| 5.000000e+00 |      --      |    Inf 
1596.01/1596.33	c  1596s|290000 |  4749 | 12677k|  43.7 |  46M| 152 |  54 |2125 |  14k|2125 | 444 | 127 | 276k|  33k| 5.000000e+00 |      --      |    Inf 
1636.52/1636.89	c  1637s|300000 |  4736 | 13008k|  43.4 |  46M| 152 |   - |2125 |  14k|   0 |   0 | 127 | 290k|  33k| 5.000000e+00 |      --      |    Inf 
1683.50/1683.82	c  1684s|310000 |  4882 | 13389k|  43.2 |  47M| 152 |   - |2125 |  14k|   0 |   0 | 127 | 303k|  34k| 5.000000e+00 |      --      |    Inf 
1723.99/1724.38	c  1724s|320000 |  4974 | 13770k|  43.0 |  47M| 152 |  40 |2125 |  15k|2125 | 444 | 127 | 311k|  34k| 5.000000e+00 |      --      |    Inf 
1767.99/1768.35	c  1768s|330000 |  5064 | 14155k|  42.9 |  48M| 152 |   - |2125 |  15k|   0 |   0 | 127 | 320k|  35k| 5.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      : 336272
1796.69/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.00	c Dual Bound         : +5.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.10 (included in solving)
1796.69/1797.00	c   reading          :       0.02 (included in solving)
1796.69/1797.00	c Original Problem   :
1796.69/1797.00	c   Problem name     : HOME/instance-3738379-1338735548.opb
1796.69/1797.00	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 2495 initial, 2495 maximal
1796.69/1797.00	c Presolved Problem  :
1796.69/1797.00	c   Problem name     : t_HOME/instance-3738379-1338735548.opb
1796.69/1797.00	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 369 initial, 16217 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.02          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   knapsack         :       0.05          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          5          0          0          5          0       2126          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     183554          0          4          0         73      11597          0          0     352830
1796.69/1797.00	c   knapsack         :        320          6    1036321          0          0          3    9937735      21152   18466273       1175          0          0
1796.69/1797.00	c   setppc           :         49          6    1015169          0          0          2    2242224      14377    1356660          0          0          0
1796.69/1797.00	c   linear           :          0+         6         15          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :          0+         6     445240          0          0          0     446300       6922     172091          0          0          0
1796.69/1797.00	c   countsols        :          0          0          0          0          0          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         :     193.52       0.00       0.00     193.52       0.00       0.00       0.00
1796.69/1797.00	c   knapsack         :      40.04       0.02      29.71       0.00       0.00       0.00      10.31
1796.69/1797.00	c   setppc           :      10.03       0.00       7.86       0.00       0.00       0.00       2.17
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          :      26.01       0.00      24.89       0.00       0.00       0.00       1.12
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.70       0.70       0.00
1796.69/1797.00	c   rootredcost      :       0.69       0.69       0.00
1796.69/1797.00	c   pseudoobj        :       0.65       0.65       0.00
1796.69/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.00	c   propagation      :      10.88      42451      42425     597015       75.7        845       53.2          -
1796.69/1797.00	c   infeasible LP    :     102.07     126781      39789     781026      145.5        502       57.3          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 :          -          -          -     325577       80.0          -          -          -
1796.69/1797.00	c   applied locally  :          -          -          -         10      353.8          -          -          -
1796.69/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.00	c   cut pool         :       0.00          5          -          -        787          -    (maximal pool size: 1248)
1796.69/1797.00	c   redcost          :       5.71     183474          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         26          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.02          6          0          0         10          0
1796.69/1797.00	c   cmir             :       0.29          6          0          0       1391          0
1796.69/1797.00	c   flowcover        :       0.30          6          0          0       1202          0
1796.69/1797.00	c   clique           :       0.01          6          0          0          6          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.14          1          0          0          0         83
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        :     193.02     183554         73      11597          0          0     352830
1796.69/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.69/1797.00	c   inference        :       0.00          0          0          0          0          0          0
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.57          0          0
1796.69/1797.00	c   crossover        :       0.30          0          0
1796.69/1797.00	c   guideddiving     :       0.03          0          0
1796.69/1797.00	c   fracdiving       :       1.26          8          0
1796.69/1797.00	c   veclendiving     :       0.32          8          0
1796.69/1797.00	c   linesearchdiving :       0.44          8          0
1796.69/1797.00	c   feaspump         :       0.24          4          0
1796.69/1797.00	c   coefdiving       :       1.89          9          0
1796.69/1797.00	c   pscostdiving     :       0.62          9          0
1796.69/1797.00	c   objpscostdiving  :       0.09          5          0
1796.69/1797.00	c   rootsoldiving    :       0.33          5          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.14          0          0
1796.69/1797.00	c   zirounding       :       3.97          0          0
1796.69/1797.00	c   rounding         :       0.49       6036          0
1796.69/1797.00	c   shifting         :       2.14       1903          0
1796.69/1797.00	c   intshifting      :       0.02          0          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.05          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.00	c   subnlp           :       0.24          0          0
1796.69/1797.00	c   trysol           :       0.36          0          0
1796.69/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.69/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.69/1797.00	c   dual LP          :    1312.77     309698   14394402      46.48   10964.91
1796.69/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.69/1797.00	c   diving/probing LP:       3.96       3772      33509       8.88    8452.94
1796.69/1797.00	c   strong branching :     188.81      35181    1831503      52.06    9700.32
1796.69/1797.00	c     (at root node) :          -         17       5825     342.65          -
1796.69/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.00	c B&B Tree           :
1796.69/1797.00	c   number of runs   :          1
1796.69/1797.00	c   nodes            :     336272
1796.69/1797.00	c   nodes (total)    :     336272
1796.69/1797.00	c   nodes left       :       5100
1796.69/1797.00	c   max depth        :        152
1796.69/1797.00	c   max depth (total):        152
1796.69/1797.00	c   backtracks       :      50182 (14.9%)
1796.69/1797.00	c   delayed cutoffs  :      11459
1796.69/1797.00	c   repropagations   :     217028 (2161318 domain reductions, 9265 cutoffs)
1796.69/1797.00	c   avg switch length:       4.19
1796.69/1797.00	c   switching time   :      42.09
1796.69/1797.00	c Solution           :
1796.69/1797.00	c   Solutions found  :          0 (0 improvements)
1796.69/1797.00	c   Primal Bound     :          -
1796.69/1797.00	c   Dual Bound       : +5.00000000000000e+00
1796.69/1797.00	c   Gap              :   infinite
1796.69/1797.00	c   Root Dual Bound  : +5.00000000000000e+00
1796.69/1797.00	c   Root Iterations  :       2664
1796.69/1797.07	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-3738379-1338735548/watcher-3738379-1338735548 -o /tmp/evaluation-result-3738379-1338735548/solver-3738379-1338735548 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738379-1338735548.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 2/176 13893
/proc/meminfo: memFree=28891168/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 1610 0 0 0 0 0 0 0 20 0 1 0 339679187 11214848 1565 33554432000 4194304 9016284 140736842809184 140735410260632 7870589 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 2738 1574 340 1178 0 1556 0

[startup+0.045351 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 13893
/proc/meminfo: memFree=28891168/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=26728 CPUtime=0.03 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 5432 0 0 0 3 0 0 0 20 0 1 0 339679187 27369472 5386 33554432000 4194304 9016284 140736842809184 140735410260632 6813403 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 6682 5386 474 1178 0 5500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26728

[startup+0.100335 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 13893
/proc/meminfo: memFree=28891168/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=29272 CPUtime=0.08 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 6401 0 0 0 8 0 0 0 20 0 1 0 339679187 29974528 6098 33554432000 4194304 9016284 140736842809184 140735410260632 6483677 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 7318 6098 511 1178 0 6136 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29272

[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 13893
/proc/meminfo: memFree=28891168/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=37556 CPUtime=0.29 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 8905 0 0 0 28 1 0 0 20 0 1 0 339679187 38457344 8401 33554432000 4194304 9016284 140736842809184 140735410260632 4243895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 9389 8401 679 1178 0 8207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37556

[startup+0.70028 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 13893
/proc/meminfo: memFree=28891168/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59752 CPUtime=0.69 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 14958 0 0 0 67 2 0 0 20 0 1 0 339679187 61186048 13734 33554432000 4194304 9016284 140736842809184 140735410260632 6561013 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14938 13734 704 1178 0 13756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59752

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13894
/proc/meminfo: memFree=28838312/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=1.49 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16303 0 0 0 147 2 0 0 20 0 1 0 339679187 61317120 14066 33554432000 4194304 9016284 140736842809184 140736842804344 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14066 708 1178 0 13788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59880

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13894
/proc/meminfo: memFree=28836576/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=3.09 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16303 0 0 0 305 4 0 0 20 0 1 0 339679187 61317120 14066 33554432000 4194304 9016284 140736842809184 140736842802936 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14066 708 1178 0 13788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59880

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13894
/proc/meminfo: memFree=28836452/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=6.29 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16303 0 0 0 622 7 0 0 20 0 1 0 339679187 61317120 14066 33554432000 4194304 9016284 140736842809184 140736842803240 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14066 708 1178 0 13788 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59880

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13894
/proc/meminfo: memFree=28836640/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=12.69 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16305 0 0 0 1255 14 0 0 20 0 1 0 339679187 61317120 14068 33554432000 4194304 9016284 140736842809184 140736842803240 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14068 710 1178 0 13788 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59880

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 13894
/proc/meminfo: memFree=28837244/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=25.48 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16311 0 0 0 2521 27 0 0 20 0 1 0 339679187 61317120 14074 33554432000 4194304 9016284 140736842809184 140736842803032 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14074 711 1178 0 13788 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59880

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 13894
/proc/meminfo: memFree=28836712/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=51.07 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16318 0 0 0 5056 51 0 0 20 0 1 0 339679187 61317120 14192 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14192 711 1178 0 13788 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59880

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13898
/proc/meminfo: memFree=28836456/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=102.27 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16318 0 0 0 10117 110 0 0 20 0 1 0 339679187 61317120 14192 33554432000 4194304 9016284 140736842809184 140736842802232 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14192 711 1178 0 13788 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59880

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13921
/proc/meminfo: memFree=28836580/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=162.25 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16318 0 0 0 16045 180 0 0 20 0 1 0 339679187 61317120 14192 33554432000 4194304 9016284 140736842809184 140736842802440 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14192 711 1178 0 13788 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 59880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13921
/proc/meminfo: memFree=28836712/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=59880 CPUtime=222.25 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16319 0 0 0 21983 242 0 0 20 0 1 0 339679187 61317120 14193 33554432000 4194304 9016284 140736842809184 140736842802232 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 14970 14193 711 1178 0 13788 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 59880

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 13921
/proc/meminfo: memFree=28836648/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=61028 CPUtime=282.23 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16576 0 0 0 27916 307 0 0 20 0 1 0 339679187 62492672 14449 33554432000 4194304 9016284 140736842809184 140736842802440 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 15257 14449 711 1178 0 14075 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 61028

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13921
/proc/meminfo: memFree=28834972/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=62672 CPUtime=342.22 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 16977 0 0 0 33849 373 0 0 20 0 1 0 339679187 64176128 14850 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 15668 14850 711 1178 0 14486 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 62672

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13922
/proc/meminfo: memFree=28832616/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=64976 CPUtime=402.22 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 17563 0 0 0 39783 439 0 0 20 0 1 0 339679187 66535424 15436 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 16244 15436 711 1178 0 15062 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 64976

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13922
/proc/meminfo: memFree=28831248/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=66288 CPUtime=462.2 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 17781 0 0 0 45724 496 0 0 20 0 1 0 339679187 67878912 15653 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 16572 15653 711 1178 0 15390 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 66288

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13922
/proc/meminfo: memFree=28829012/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=67432 CPUtime=522.19 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 18189 0 0 0 51652 567 0 0 20 0 1 0 339679187 69050368 16060 33554432000 4194304 9016284 140736842809184 140736842803032 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 16858 16060 711 1178 0 15676 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 67432

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13922
/proc/meminfo: memFree=28825288/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=69940 CPUtime=582.19 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 18798 0 0 0 57585 634 0 0 20 0 1 0 339679187 71618560 16668 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 17485 16668 711 1178 0 16303 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 69940

[startup+642.3 s]

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

/proc/meminfo: memFree=28798664/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=89184 CPUtime=1122.1 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 23596 0 0 0 111015 1195 0 0 20 0 1 0 339679187 91324416 21458 33554432000 4194304 9016284 140736842809184 140736842803512 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 22296 21458 711 1178 0 21114 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 89184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13927
/proc/meminfo: memFree=28795872/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=91352 CPUtime=1182.08 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 24162 0 0 0 116955 1253 0 0 20 0 1 0 339679187 93544448 22023 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 22838 22023 711 1178 0 21656 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 91352

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13927
/proc/meminfo: memFree=28792400/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=94976 CPUtime=1242.08 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 25072 0 0 0 122897 1311 0 0 20 0 1 0 339679187 97255424 22933 33554432000 4194304 9016284 140736842809184 140736842803096 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 23744 22933 711 1178 0 22562 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 94976

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13930
/proc/meminfo: memFree=28791952/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=94976 CPUtime=1302.07 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 25104 0 0 0 128835 1372 0 0 20 0 1 0 339679187 97255424 22967 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 23744 22967 711 1178 0 22562 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 94976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28791340/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=95916 CPUtime=1362.05 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 25286 0 0 0 134769 1436 0 0 20 0 1 0 339679187 98217984 23149 33554432000 4194304 9016284 140736842809184 140736842803512 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 23979 23149 711 1178 0 22797 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 95916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28790596/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=96108 CPUtime=1422.05 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 25371 0 0 0 140706 1499 0 0 20 0 1 0 339679187 98414592 23234 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 24027 23234 711 1178 0 22845 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 96108

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28788612/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=97324 CPUtime=1482.04 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 25641 0 0 0 146631 1573 0 0 20 0 1 0 339679187 99659776 23504 33554432000 4194304 9016284 140736842809184 140736842803512 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 24331 23504 711 1178 0 23149 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 97324

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 13931
/proc/meminfo: memFree=28787868/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=97732 CPUtime=1542.02 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 25799 0 0 0 152562 1640 0 0 20 0 1 0 339679187 100077568 23662 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 24433 23662 711 1178 0 23251 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 97732

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13931
/proc/meminfo: memFree=28786440/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=99724 CPUtime=1602.02 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 26280 0 0 0 158499 1703 0 0 20 0 1 0 339679187 102117376 24142 33554432000 4194304 9016284 140736842809184 140736842803096 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 24931 24142 711 1178 0 23749 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 99724

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784516/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=101560 CPUtime=1662.01 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 26727 0 0 0 164433 1768 0 0 20 0 1 0 339679187 103997440 24589 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25390 24589 711 1178 0 24208 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 101560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/171 13956
/proc/meminfo: memFree=28880580/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=101560 CPUtime=1722 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 26729 0 0 0 170365 1835 0 0 20 0 1 0 339679187 103997440 24589 33554432000 4194304 9016284 140736842809184 140736842803352 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25390 24589 711 1178 0 24208 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 101560

[startup+1782.3 s]
/proc/loadavg: 1.37 1.82 1.94 2/171 13956
/proc/meminfo: memFree=28878976/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1781.99 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27040 0 0 0 176294 1905 0 0 20 0 1 0 339679187 105283584 24900 33554432000 4194304 9016284 140736842809184 140736842802232 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24900 711 1178 0 24522 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 102816

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

[startup+1785.5 s]
/proc/loadavg: 1.34 1.80 1.93 2/171 13956
/proc/meminfo: memFree=28878976/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1785.19 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27040 0 0 0 176611 1908 0 0 20 0 1 0 339679187 105283584 24900 33554432000 4194304 9016284 140736842809184 140736842803352 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24900 711 1178 0 24522 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 102816

[startup+1791.91 s]
/proc/loadavg: 1.31 1.79 1.92 2/171 13956
/proc/meminfo: memFree=28879100/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1791.6 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27043 0 0 0 177244 1916 0 0 20 0 1 0 339679187 105283584 24903 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24903 711 1178 0 24522 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 102816

[startup+1795.1 s]
/proc/loadavg: 1.28 1.77 1.92 2/171 13956
/proc/meminfo: memFree=28879100/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1794.79 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27043 0 0 0 177559 1920 0 0 20 0 1 0 339679187 105283584 24903 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24903 711 1178 0 24522 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 102816

[startup+1795.9 s]
/proc/loadavg: 1.28 1.77 1.92 2/171 13956
/proc/meminfo: memFree=28879100/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1795.59 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27043 0 0 0 177638 1921 0 0 20 0 1 0 339679187 105283584 24903 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24903 711 1178 0 24522 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 102816

[startup+1796.7 s]
/proc/loadavg: 1.28 1.77 1.92 2/171 13956
/proc/meminfo: memFree=28879100/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1796.39 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27043 0 0 0 177717 1922 0 0 20 0 1 0 339679187 105283584 24903 33554432000 4194304 9016284 140736842809184 140736842803048 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24903 711 1178 0 24522 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 102816

[startup+1796.9 s]
/proc/loadavg: 1.28 1.77 1.92 2/171 13956
/proc/meminfo: memFree=28879100/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1796.59 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27043 0 0 0 177737 1922 0 0 20 0 1 0 339679187 105283584 24903 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24903 711 1178 0 24522 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 102816

[startup+1797 s]
/proc/loadavg: 1.28 1.77 1.92 2/171 13956
/proc/meminfo: memFree=28879100/32873844 swapFree=7644/7644
[pid=13893] ppid=13891 vsize=102816 CPUtime=1796.69 cores=1,3,5,7
/proc/13893/stat : 13893 (scip-2.0.1.4b_2) R 13891 13893 10351 0 -1 4202496 27043 0 0 0 177747 1922 0 0 20 0 1 0 339679187 105283584 24903 33554432000 4194304 9016284 140736842809184 140736842803144 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/13893/statm: 25704 24903 711 1178 0 24522 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 102816

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.77
CPU user time (s): 1777.54
CPU system time (s): 19.2261
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 102816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.54
system time used= 19.2261
maximum resident set size= 99616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27049
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= 33
involuntary context switches= 1852

runsolver used 3.12552 second user time and 7.47886 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 16:59:08
IDJOB=3738379
IDBENCH=71848
IDSOLVER=2329
FILE ID=node147/3738379-1338735548
RUNJOBID= node147-1338702405-10368
PBS_JOBID= 14636713
Free space on /tmp= 70768 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.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-3738379-1338735548/watcher-3738379-1338735548 -o /tmp/evaluation-result-3738379-1338735548/solver-3738379-1338735548 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738379-1338735548.opb -t 1800 -m 15500

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1585813115

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.91
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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        28892308 kB
Buffers:          452472 kB
Cached:          2593796 kB
SwapCached:         3380 kB
Active:          1570788 kB
Inactive:        1550188 kB
Active(anon):      70152 kB
Inactive(anon):     5908 kB
Active(file):    1500636 kB
Inactive(file):  1544280 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             16760 kB
Writeback:             0 kB
AnonPages:         80292 kB
Mapped:            12304 kB
Shmem:                 0 kB
Slab:             722272 kB
SReclaimable:     163356 kB
SUnreclaim:       558916 kB
KernelStack:        1472 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 70768 MiB
End job on node147 at 2012-06-03 17:29:05