Trace number 3735099

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)? 1797.2 1797.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUMc19ad978a977652a94fc03b8ce63204a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables1288
Total number of constraints2431
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
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-3735099-1338717278.opb>
0.00/0.04	c original problem has 1288 variables (1288 bin, 0 int, 0 impl, 0 cont) and 2431 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.06	c presolving:
0.05/0.07	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.05/0.08	c (round 2) 1 del vars, 1183 del conss, 0 add conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.05/0.09	c (round 3) 1 del vars, 1183 del conss, 1 add conss, 1 chg bounds, 3 chg sides, 39 chg coeffs, 66 upgd conss, 26 impls, 0 clqs
0.19/0.21	c    (0.2s) probing: 151/1287 (11.7%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (4 rounds):
0.19/0.21	c  1 deleted vars, 1183 deleted constraints, 1 added constraints, 1 tightened bounds, 0 added holes, 3 changed sides, 39 changed coefficients
0.19/0.21	c  36 implications, 0 cliques
0.19/0.21	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1249 constraints
0.19/0.21	c      66 constraints of type <knapsack>
0.19/0.21	c       1 constraints of type <setppc>
0.19/0.21	c    1182 constraints of type <linear>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.15
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 2.0.1.5
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1797
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 13950
0.19/0.21	c 
0.19/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.21	c # [type: int, range: [1,2], default: 1]
0.19/0.21	c timing/clocktype = 2
0.19/0.21	c 
0.19/0.21	c # belongs reading time to solving time?
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c timing/reading = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/indicator/addCouplingCons = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.25	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.25	c   0.2s|     1 |     0 |   249 |     - |  10M|   0 | 228 |1287 |1268 |1287 |1249 |   0 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
0.58/0.68	c   0.7s|     1 |     0 |  1698 |     - |  10M|   0 | 294 |1287 |1412 |1287 |1381 | 132 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
0.89/0.95	c   1.0s|     1 |     0 |  2736 |     - |  11M|   0 | 674 |1287 |1412 |1287 |1545 | 296 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
1.19/1.21	c   1.2s|     1 |     0 |  3106 |     - |  11M|   0 | 712 |1287 |1412 |1287 |1749 | 500 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
1.49/1.58	c   1.6s|     1 |     0 |  3511 |     - |  12M|   0 | 670 |1287 |1412 |1287 |1955 | 706 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
1.99/2.04	c   2.0s|     1 |     0 |  4136 |     - |  13M|   0 | 695 |1287 |1412 |1287 |2126 | 877 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
2.48/2.56	c   2.6s|     1 |     0 |  4704 |     - |  13M|   0 | 706 |1287 |1412 |1287 |2293 |1044 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
5.69/5.72	c   5.7s|     1 |     2 |  4704 |     - |  13M|   0 | 706 |1287 |1412 |1287 |2293 |1044 |  19 |  23 | 5.500000e+01 |      --      |    Inf 
130.36/130.41	c   130s| 10000 |  4833 |  1542k| 153.8 |  50M|  63 | 302 |1287 |3821 |1287 |1344 |1044 |  15k|4724 | 5.500000e+01 |      --      |    Inf 
215.83/215.97	c   216s| 20000 |  8673 |  2738k| 136.7 |  86M|  63 |   - |1287 |4250 |   0 |   0 |1044 |  31k|8049 | 5.500000e+01 |      --      |    Inf 
284.23/284.34	c   284s| 30000 | 11807 |  3704k| 123.3 | 117M|  63 | 202 |1287 |5515 |1287 |1344 |1044 |  47k|  10k| 5.500000e+01 |      --      |    Inf 
340.31/340.45	c   340s| 40000 | 14372 |  4446k| 111.0 | 141M|  63 |   - |1287 |5435 |1287 |1344 |1044 |  61k|  11k| 5.500000e+01 |      --      |    Inf 
407.70/407.85	c   408s| 50000 | 17266 |  5300k| 105.9 | 170M|  63 |   - |1287 |5442 |   0 |   0 |1044 |  76k|  14k| 5.500000e+01 |      --      |    Inf 
472.49/472.60	c   473s| 60000 | 19901 |  6083k| 101.3 | 199M|  64 | 188 |1287 |5777 |1287 |1344 |1044 |  92k|  17k| 5.500000e+01 |      --      |    Inf 
519.29/519.48	c   519s| 70000 | 21829 |  6729k|  96.1 | 222M|  66 |   - |1287 |5778 |   0 |   0 |1044 | 106k|  17k| 5.500000e+01 |      --      |    Inf 
578.27/578.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
578.27/578.44	c   578s| 80000 | 23963 |  7427k|  92.8 | 245M|  66 | 165 |1287 |5740 |1287 |1344 |1044 | 122k|  20k| 5.500000e+01 |      --      |    Inf 
628.56/628.71	c   629s| 90000 | 26104 |  8156k|  90.6 | 268M|  66 |   - |1287 |5904 |   0 |   0 |1044 | 137k|  20k| 5.500000e+01 |      --      |    Inf 
694.54/694.78	c   695s|100000 | 28316 |  9013k|  90.1 | 290M|  69 | 176 |1287 |4906 |1287 |1344 |1044 | 154k|  22k| 5.500000e+01 |      --      |    Inf 
743.84/744.06	c   744s|110000 | 30522 |  9724k|  88.4 | 311M|  69 | 248 |1287 |5243 |1287 |1344 |1044 | 170k|  23k| 5.500000e+01 |      --      |    Inf 
799.23/799.44	c   799s|120000 | 32847 | 10563k|  88.0 | 335M|  69 |   - |1287 |6882 |   0 |   0 |1044 | 186k|  24k| 5.500000e+01 |      --      |    Inf 
857.01/857.25	c   857s|130000 | 34888 | 11367k|  87.4 | 354M|  69 | 274 |1287 |5700 |1287 |1344 |1044 | 202k|  25k| 5.500000e+01 |      --      |    Inf 
910.30/910.50	c   910s|140000 | 36810 | 12141k|  86.7 | 376M|  71 |   - |1287 |6535 |   0 |   0 |1044 | 218k|  26k| 5.500000e+01 |      --      |    Inf 
967.80/968.09	c   968s|150000 | 38612 | 12872k|  85.8 | 397M|  71 |   - |1287 |6660 |1287 |1344 |1044 | 234k|  28k| 5.500000e+01 |      --      |    Inf 
1015.49/1015.76	c  1016s|160000 | 40235 | 13561k|  84.7 | 419M|  71 |  75 |1287 |7054 |1287 |1344 |1044 | 249k|  28k| 5.500000e+01 |      --      |    Inf 
1070.78/1071.03	c  1071s|170000 | 41894 | 14280k|  84.0 | 440M|  71 | 155 |1287 |6556 |1287 |1344 |1044 | 264k|  30k| 5.500000e+01 |      --      |    Inf 
1126.57/1126.83	c  1127s|180000 | 43165 | 14967k|  83.1 | 457M|  72 |   - |1287 |6222 |   0 |   0 |1044 | 280k|  32k| 5.500000e+01 |      --      |    Inf 
1169.37/1169.67	c  1170s|190000 | 44803 | 15635k|  82.3 | 475M|  72 |   - |1287 |6905 |   0 |   0 |1044 | 296k|  32k| 5.500000e+01 |      --      |    Inf 
1223.05/1223.39	c  1223s|200000 | 45959 | 16323k|  81.6 | 491M|  73 |  61 |1287 |6686 |1287 |1344 |1044 | 313k|  34k| 5.500000e+01 |      --      |    Inf 
1279.24/1279.51	c  1280s|210000 | 47752 | 17048k|  81.2 | 513M|  73 |   - |1287 |6616 |1287 |1344 |1044 | 328k|  35k| 5.500000e+01 |      --      |    Inf 
1323.44/1323.72	c  1324s|220000 | 49044 | 17737k|  80.6 | 530M|  73 |   - |1287 |6587 |   0 |   0 |1044 | 344k|  35k| 5.500000e+01 |      --      |    Inf 
1379.93/1380.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1379.93/1380.29	c  1380s|230000 | 50904 | 18492k|  80.4 | 551M|  73 |  87 |1287 |6458 |1287 |1344 |1044 | 360k|  37k| 5.500000e+01 |      --      |    Inf 
1432.12/1432.43	c  1432s|240000 | 52221 | 19173k|  79.9 | 567M|  73 | 108 |1287 |7318 |1287 |1344 |1044 | 376k|  38k| 5.500000e+01 |      --      |    Inf 
1475.31/1475.69	c  1476s|250000 | 53820 | 19832k|  79.3 | 586M|  73 |   - |1287 |6635 |   0 |   0 |1044 | 391k|  38k| 5.500000e+01 |      --      |    Inf 
1528.90/1529.24	c  1529s|260000 | 55015 | 20600k|  79.2 | 603M|  73 |   - |1287 |6419 |   0 |   0 |1044 | 407k|  39k| 5.500000e+01 |      --      |    Inf 
1585.60/1585.94	c  1586s|270000 | 56556 | 21359k|  79.1 | 625M|  73 |  71 |1287 |8241 |1287 |1344 |1044 | 424k|  41k| 5.500000e+01 |      --      |    Inf 
1627.39/1627.70	c  1628s|280000 | 57896 | 21958k|  78.4 | 638M|  73 |   - |1287 |7016 |   0 |   0 |1044 | 440k|  41k| 5.500000e+01 |      --      |    Inf 
1671.49/1671.83	c  1672s|290000 | 59741 | 22598k|  77.9 | 657M|  73 |  64 |1287 |6880 |1287 |1344 |1044 | 455k|  42k| 5.500000e+01 |      --      |    Inf 
1727.17/1727.52	c  1728s|300000 | 61246 | 23358k|  77.8 | 674M|  73 |  87 |1287 |5525 |1287 |1344 |1044 | 471k|  43k| 5.500000e+01 |      --      |    Inf 
1782.07/1782.41	c  1782s|310000 | 62516 | 24123k|  77.8 | 686M|  76 |  65 |1287 |5636 |1287 |1344 |1044 | 487k|  44k| 5.500000e+01 |      --      |    Inf 
1796.67/1797.00	c 
1796.67/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.00	c Solving Time (sec) : 1797.00
1796.67/1797.00	c Solving Nodes      : 312841
1796.67/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.67/1797.00	c Dual Bound         : +5.50000000000000e+01
1796.67/1797.00	c Gap                : infinite
1796.67/1797.00	s UNKNOWN
1796.67/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.00	c Total Time         :    1797.00
1796.67/1797.00	c   solving          :    1797.00
1796.67/1797.00	c   presolving       :       0.15 (included in solving)
1796.67/1797.00	c   reading          :       0.04 (included in solving)
1796.67/1797.00	c Original Problem   :
1796.67/1797.00	c   Problem name     : HOME/instance-3735099-1338717278.opb
1796.67/1797.00	c   Variables        : 1288 (1288 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.00	c   Constraints      : 2431 initial, 2431 maximal
1796.67/1797.00	c Presolved Problem  :
1796.67/1797.00	c   Problem name     : t_HOME/instance-3735099-1338717278.opb
1796.67/1797.00	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.00	c   Constraints      : 1249 initial, 8701 maximal
1796.67/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.67/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   probing          :       0.12          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          1          1          2
1796.67/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   linear           :       0.03          1          0          0          1          0       1183          0          2         37
1796.67/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.67/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.00	c   integral         :          0          0          0     223404          0          4          0        179      27566          0          0     432704
1796.67/1797.00	c   knapsack         :         66          6    1233434          0          2          3    1096951       5558     653118        159          0          0
1796.67/1797.00	c   setppc           :          1          6       6369          0          0          1      30411          0        135          0          0          0
1796.67/1797.00	c   linear           :       1182+         7    1230606          0          2          1    1766623     121619   23335660          0          0          0
1796.67/1797.00	c   logicor          :          0+         6     657042          0          0          0    1662057       6451     621615          1          0          0
1796.67/1797.00	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1796.67/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.67/1797.00	c   integral         :     265.30       0.00       0.00     265.30       0.00       0.00       0.00
1796.67/1797.00	c   knapsack         :       9.30       0.01       8.69       0.00       0.00       0.00       0.60
1796.67/1797.00	c   setppc           :       0.02       0.00       0.01       0.00       0.00       0.00       0.01
1796.67/1797.00	c   linear           :     156.71       0.00     154.14       0.00       0.00       0.00       2.57
1796.67/1797.00	c   logicor          :      37.83       0.00      36.40       0.00       0.00       0.00       1.43
1796.67/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.67/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.67/1797.00	c   vbounds          :          0          0          0          0
1796.67/1797.00	c   rootredcost      :          0          0          0          0
1796.67/1797.00	c   pseudoobj        :    1235860          0          0          0
1796.67/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.67/1797.00	c   vbounds          :       0.18       0.18       0.00
1796.67/1797.00	c   rootredcost      :       0.19       0.19       0.00
1796.67/1797.00	c   pseudoobj        :       0.60       0.60       0.00
1796.67/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.67/1797.00	c   propagation      :       9.22     133628     133117    1278283       40.0       7369       27.4          -
1796.67/1797.00	c   infeasible LP    :       5.00      28313      28313     161773       32.6       3183       24.7          0
1796.67/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.00	c   applied globally :          -          -          -     492829       32.7          -          -          -
1796.67/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.67/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.67/1797.00	c   cut pool         :       0.00          5          -          -        386          -    (maximal pool size: 3852)
1796.67/1797.00	c   redcost          :       4.42     223370          0         17          0          0
1796.67/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1796.67/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.67/1797.00	c   gomory           :       0.19          6          0          0         23          0
1796.67/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.67/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.67/1797.00	c   strongcg         :       0.18          6          0          0         23          0
1796.67/1797.00	c   cmir             :       0.69          6          0          0       2798          0
1796.67/1797.00	c   flowcover        :       0.38          6          0          0       1200          0
1796.67/1797.00	c   clique           :       0.00          1          0          0          0          0
1796.67/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.67/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.67/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.67/1797.00	c   rapidlearning    :       0.24          1          0          0          0        144
1796.67/1797.00	c Pricers            :       Time      Calls       Vars
1796.67/1797.00	c   problem variables:       0.00          0          0
1796.67/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.00	c   relpscost        :     265.11     223404        179      27566          0          0     432704
1796.67/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1796.67/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.67/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.67/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.67/1797.00	c   LP solutions     :       0.00          -          0
1796.67/1797.00	c   pseudo solutions :       0.00          -          0
1796.67/1797.00	c   oneopt           :       0.10          0          0
1796.67/1797.00	c   crossover        :       0.07          0          0
1796.67/1797.00	c   objpscostdiving  :      19.57        472          0
1796.67/1797.00	c   rootsoldiving    :      11.92        472          0
1796.67/1797.00	c   pscostdiving     :      18.84        944          0
1796.67/1797.00	c   coefdiving       :      27.16        944          0
1796.67/1797.00	c   fracdiving       :      22.10        944          0
1796.67/1797.00	c   veclendiving     :      14.79        944          0
1796.67/1797.00	c   trivial          :       0.00          2          0
1796.67/1797.00	c   shiftandpropagate:       0.03          1          0
1796.67/1797.00	c   simplerounding   :       0.05          0          0
1796.67/1797.00	c   zirounding       :       0.17       1000          0
1796.67/1797.00	c   rounding         :       0.82       6627          0
1796.67/1797.00	c   shifting         :       9.60       2032          0
1796.67/1797.00	c   intshifting      :       0.01          0          0
1796.67/1797.00	c   twoopt           :       0.00          0          0
1796.67/1797.00	c   fixandinfer      :       0.00          0          0
1796.67/1797.00	c   feaspump         :      20.46        472          0
1796.67/1797.00	c   clique           :       0.00          0          0
1796.67/1797.00	c   intdiving        :       0.00          0          0
1796.67/1797.00	c   actconsdiving    :       0.00          0          0
1796.67/1797.00	c   linesearchdiving :      13.34        944          0
1796.67/1797.00	c   guideddiving     :       0.01          0          0
1796.67/1797.00	c   octane           :       0.00          0          0
1796.67/1797.00	c   rens             :       0.02          0          0
1796.67/1797.00	c   rins             :       0.00          0          0
1796.67/1797.00	c   localbranching   :       0.00          0          0
1796.67/1797.00	c   mutation         :       0.00          0          0
1796.67/1797.00	c   dins             :       0.00          0          0
1796.67/1797.00	c   vbounds          :       0.00          0          0
1796.67/1797.00	c   undercover       :       0.00          0          0
1796.67/1797.00	c   subnlp           :       0.05          0          0
1796.67/1797.00	c   trysol           :       0.06          0          0
1796.67/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.67/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.67/1797.00	c   dual LP          :     969.01     240079   22698424      94.55   23424.45
1796.67/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.67/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.67/1797.00	c   diving/probing LP:     116.65      58514    1662694      28.42   14254.10
1796.67/1797.00	c   strong branching :     253.51      44566    3925404      88.08   15484.24
1796.67/1797.00	c     (at root node) :          -         23      15946     693.30          -
1796.67/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.67/1797.00	c B&B Tree           :
1796.67/1797.00	c   number of runs   :          1
1796.67/1797.00	c   nodes            :     312841
1796.67/1797.00	c   nodes (total)    :     312841
1796.67/1797.00	c   nodes left       :      62927
1796.67/1797.00	c   max depth        :         76
1796.67/1797.00	c   max depth (total):         76
1796.67/1797.00	c   backtracks       :      64832 (20.7%)
1796.67/1797.00	c   delayed cutoffs  :      56941
1796.67/1797.00	c   repropagations   :     268761 (5451264 domain reductions, 40626 cutoffs)
1796.67/1797.00	c   avg switch length:       7.06
1796.67/1797.00	c   switching time   :     137.01
1796.67/1797.00	c Solution           :
1796.67/1797.00	c   Solutions found  :          0 (0 improvements)
1796.67/1797.00	c   Primal Bound     :          -
1796.67/1797.00	c   Dual Bound       : +5.50000000000000e+01
1796.67/1797.00	c   Gap              :   infinite
1796.67/1797.00	c   Root Dual Bound  : +5.50000000000000e+01
1796.67/1797.00	c   Root Iterations  :       4704
1797.17/1797.52	c Time complete: 1797.19.

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-3735099-1338717278/watcher-3735099-1338717278 -o /tmp/evaluation-result-3735099-1338717278/solver-3735099-1338717278 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735099-1338717278.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.06 2.03 1.96 3/174 29566
/proc/meminfo: memFree=27147924/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 1513 0 0 0 0 0 0 0 20 0 1 0 337853297 9818112 1467 33554432000 4194304 9016284 140734514416448 140737102019016 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 2397 1467 311 1178 0 1215 0

[startup+0.0640089 s]
/proc/loadavg: 2.06 2.03 1.96 3/174 29566
/proc/meminfo: memFree=27147924/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=35684 CPUtime=0.05 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 7552 0 0 0 5 0 0 0 20 0 1 0 337853297 36540416 7506 33554432000 4194304 9016284 140734514416448 140737102019016 5242393 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 8921 7506 468 1178 0 7739 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35684

[startup+0.100332 s]
/proc/loadavg: 2.06 2.03 1.96 3/174 29566
/proc/meminfo: memFree=27147924/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=37744 CPUtime=0.09 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 8383 0 0 0 8 1 0 0 20 0 1 0 337853297 38649856 8080 33554432000 4194304 9016284 140734514416448 140737102019016 5987728 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 9436 8080 525 1178 0 8254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37744

[startup+0.300239 s]
/proc/loadavg: 2.06 2.03 1.96 3/174 29566
/proc/meminfo: memFree=27147924/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=45072 CPUtime=0.29 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 10598 0 0 0 28 1 0 0 20 0 1 0 337853297 46153728 10029 33554432000 4194304 9016284 140734514416448 140737102019016 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 11268 10029 656 1178 0 10086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45072

[startup+0.700239 s]
/proc/loadavg: 2.06 2.03 1.96 3/174 29566
/proc/meminfo: memFree=27147924/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=65272 CPUtime=0.68 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 16380 0 0 0 66 2 0 0 20 0 1 0 337853297 66838528 15080 33554432000 4194304 9016284 140734514416448 140737102019016 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 16318 15080 702 1178 0 15136 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65272

[startup+1.50023 s]
/proc/loadavg: 2.06 2.03 1.96 3/175 29567
/proc/meminfo: memFree=27090132/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=65272 CPUtime=1.49 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 16593 0 0 0 146 3 0 0 20 0 1 0 337853297 66838528 15226 33554432000 4194304 9016284 140734514416448 140734514411608 6561677 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 16318 15226 702 1178 0 15136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65272

[startup+3.10027 s]
/proc/loadavg: 2.06 2.03 1.96 3/175 29567
/proc/meminfo: memFree=27088628/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=66648 CPUtime=3.09 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 17054 0 0 0 305 4 0 0 20 0 1 0 337853297 68247552 15687 33554432000 4194304 9016284 140734514416448 140734514409752 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 16662 15687 703 1178 0 15480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66648

[startup+6.30024 s]
/proc/loadavg: 2.05 2.03 1.96 3/175 29567
/proc/meminfo: memFree=27084784/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=66648 CPUtime=6.29 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 17065 0 0 0 623 6 0 0 20 0 1 0 337853297 68247552 15698 33554432000 4194304 9016284 140734514416448 140734514410296 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 16662 15698 703 1178 0 15480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66648

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 1.96 3/175 29567
/proc/meminfo: memFree=27078980/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=66648 CPUtime=12.68 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 17067 0 0 0 1252 16 0 0 20 0 1 0 337853297 68247552 15700 33554432000 4194304 9016284 140734514416448 140734514409704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 16662 15700 705 1178 0 15480 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66648

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 1.96 3/175 29567
/proc/meminfo: memFree=27072036/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=66648 CPUtime=25.48 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 17069 0 0 0 2514 34 0 0 20 0 1 0 337853297 68247552 15702 33554432000 4194304 9016284 140734514416448 140734514410376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 16662 15702 706 1178 0 15480 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66648

[startup+51.1003 s]
/proc/loadavg: 2.02 2.03 1.96 3/175 29567
/proc/meminfo: memFree=27053684/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=69072 CPUtime=51.08 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 17631 0 0 0 5035 73 0 0 20 0 1 0 337853297 70729728 16241 33554432000 4194304 9016284 140734514416448 140734514410520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 17268 16241 706 1178 0 16086 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69072

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 1.96 3/175 29607
/proc/meminfo: memFree=28225432/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=89356 CPUtime=102.28 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 22833 0 0 0 10084 144 0 0 20 0 1 0 337853297 91500544 21326 33554432000 4194304 9016284 140734514416448 140734514409816 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 22339 21326 706 1178 0 21157 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 89356

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/175 29607
/proc/meminfo: memFree=28176240/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=122480 CPUtime=162.24 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 31345 0 0 0 15991 233 0 0 20 0 1 0 337853297 125419520 30062 33554432000 4194304 9016284 140734514416448 140734514410216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 30620 30062 706 1178 0 29438 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 122480

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/175 29607
/proc/meminfo: memFree=28119492/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=159408 CPUtime=222.23 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 41087 0 0 0 21896 327 0 0 20 0 1 0 337853297 163233792 39264 33554432000 4194304 9016284 140734514416448 140734514410312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 39852 39264 706 1178 0 38670 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 159408

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 29607
/proc/meminfo: memFree=28066088/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=196824 CPUtime=282.23 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 50739 0 0 0 27803 420 0 0 20 0 1 0 337853297 201547776 48515 33554432000 4194304 9016284 140734514416448 140734514410776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 49206 48515 706 1178 0 48024 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 196824

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 29610
/proc/meminfo: memFree=28009400/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=235204 CPUtime=342.21 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 61128 0 0 0 33716 505 0 0 20 0 1 0 337853297 240848896 58100 33554432000 4194304 9016284 140734514416448 140734514410312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 58801 58100 706 1178 0 57619 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 235204

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 29634
/proc/meminfo: memFree=27960504/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=269044 CPUtime=402.2 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 69739 0 0 0 39631 589 0 0 20 0 1 0 337853297 275501056 66388 33554432000 4194304 9016284 140734514416448 140734514410616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 67261 66388 706 1178 0 66079 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 269044

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/175 29634
/proc/meminfo: memFree=27904760/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=303724 CPUtime=462.19 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 78432 0 0 0 45549 670 0 0 20 0 1 0 337853297 311013376 74941 33554432000 4194304 9016284 140734514416448 140734514410584 5254730 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 75931 74941 706 1178 0 74749 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 303724

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 29634
/proc/meminfo: memFree=27844868/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=343296 CPUtime=522.19 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 87982 0 0 0 51464 755 0 0 20 0 1 0 337853297 351535104 84044 33554432000 4194304 9016284 140734514416448 140734514408376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 85824 84044 706 1178 0 84642 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 343296

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 29634
/proc/meminfo: memFree=27797612/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=377252 CPUtime=582.16 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 97229 0 0 0 57379 837 0 0 20 0 1 0 337853297 386306048 92352 33554432000 4194304 9016284 140734514416448 140734514410216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 94313 92352 706 1178 0 93131 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 377252

[startup+642.3 s]

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

/proc/meminfo: memFree=27482172/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=617360 CPUtime=1062.08 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 153577 0 0 0 104704 1504 0 0 20 0 1 0 337853297 632176640 148280 33554432000 4194304 9016284 140734514416448 140734514410616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 154340 148280 706 1178 0 153158 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 617360

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 29639
/proc/meminfo: memFree=27436896/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=647596 CPUtime=1122.07 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 160189 0 0 0 110621 1586 0 0 20 0 1 0 337853297 663138304 156279 33554432000 4194304 9016284 140734514416448 140734514410616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 161899 156279 706 1178 0 160717 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 647596

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 29639
/proc/meminfo: memFree=27387216/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=677256 CPUtime=1182.07 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 166655 0 0 0 116535 1672 0 0 20 0 1 0 337853297 693510144 165685 33554432000 4194304 9016284 140734514416448 140734514410776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 169314 165685 706 1178 0 168132 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 677256

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 29639
/proc/meminfo: memFree=27343152/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=706784 CPUtime=1242.05 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 173168 0 0 0 122451 1754 0 0 20 0 1 0 337853297 723746816 174041 33554432000 4194304 9016284 140734514416448 140734514409816 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 176696 174041 706 1178 0 175514 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 706784

[startup+1302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 29640
/proc/meminfo: memFree=27312524/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=727796 CPUtime=1302.05 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 177775 0 0 0 128367 1838 0 0 20 0 1 0 337853297 745263104 178550 33554432000 4194304 9016284 140734514416448 140734514410616 5251793 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 181949 178550 706 1178 0 180767 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 727796

[startup+1362.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 29640
/proc/meminfo: memFree=27274640/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=758364 CPUtime=1362.04 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 184629 0 0 0 134282 1922 0 0 20 0 1 0 337853297 776564736 185142 33554432000 4194304 9016284 140734514416448 140734514410776 4889380 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 189591 185142 706 1178 0 188409 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 758364

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 29640
/proc/meminfo: memFree=27226504/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=789636 CPUtime=1422.03 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 191081 0 0 0 140182 2021 0 0 20 0 1 0 337853297 808587264 191371 33554432000 4194304 9016284 140734514416448 140734514410776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 197409 191371 706 1178 0 196227 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 789636

[startup+1482.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/175 29640
/proc/meminfo: memFree=27186612/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=827612 CPUtime=1482.01 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 198169 0 0 0 146077 2124 0 0 20 0 1 0 337853297 847474688 198266 33554432000 4194304 9016284 140734514416448 140734514410616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 206903 198266 706 1178 0 205721 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 827612

[startup+1542.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/176 29643
/proc/meminfo: memFree=27154116/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=851188 CPUtime=1542 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 203135 0 0 0 151978 2222 0 0 20 0 1 0 337853297 871616512 202989 33554432000 4194304 9016284 140734514416448 140734514410312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 212797 202989 706 1178 0 211615 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 851188

[startup+1602.3 s]
/proc/loadavg: 2.03 2.06 2.00 3/175 29644
/proc/meminfo: memFree=27112336/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=883056 CPUtime=1602 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 209319 0 0 0 157893 2307 0 0 20 0 1 0 337853297 904249344 209086 33554432000 4194304 9016284 140734514416448 140734514410312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 220764 209086 706 1178 0 219582 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 883056

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/175 29644
/proc/meminfo: memFree=27075752/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=905560 CPUtime=1661.98 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 214684 0 0 0 163813 2385 0 0 20 0 1 0 337853297 927293440 214316 33554432000 4194304 9016284 140734514416448 140734514410408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 226390 214316 706 1178 0 225208 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 905560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/175 29644
/proc/meminfo: memFree=27032204/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=931492 CPUtime=1721.98 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 220575 0 0 0 169733 2465 0 0 20 0 1 0 337853297 953847808 219971 33554432000 4194304 9016284 140734514416448 140734514410776 5251802 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 232873 219971 706 1178 0 231691 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 931492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 29644
/proc/meminfo: memFree=26990776/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=950892 CPUtime=1781.97 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 225077 0 0 0 175651 2546 0 0 20 0 1 0 337853297 973713408 224410 33554432000 4194304 9016284 140734514416448 140734514410360 7214194 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 237723 224410 706 1178 0 236541 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 950892

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 29644
/proc/meminfo: memFree=26988416/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=950892 CPUtime=1785.17 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 225100 0 0 0 175967 2550 0 0 20 0 1 0 337853297 973713408 224500 33554432000 4194304 9016284 140734514416448 140734514410408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 237723 224500 706 1178 0 236541 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 950892

[startup+1791.91 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 29644
/proc/meminfo: memFree=26982588/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=956456 CPUtime=1791.58 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 225984 0 0 0 176596 2562 0 0 20 0 1 0 337853297 979410944 225374 33554432000 4194304 9016284 140734514416448 140734514410504 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 239114 225374 706 1178 0 237932 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 956456

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29644
/proc/meminfo: memFree=26980480/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=956456 CPUtime=1794.77 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 226083 0 0 0 176912 2565 0 0 20 0 1 0 337853297 979410944 225473 33554432000 4194304 9016284 140734514416448 140734514410312 6466224 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 239114 225473 706 1178 0 237932 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 956456

[startup+1796.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29644
/proc/meminfo: memFree=26980356/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=956456 CPUtime=1796.36 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 226118 0 0 0 177068 2568 0 0 20 0 1 0 337853297 979410944 225508 33554432000 4194304 9016284 140734514416448 140734514410776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 239114 225508 706 1178 0 237932 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 956456

[startup+1797.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29644
/proc/meminfo: memFree=26980356/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=957956 CPUtime=1796.77 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 226409 0 0 0 177108 2569 0 0 20 0 1 0 337853297 980946944 225794 33554432000 4194304 9016284 140734514416448 140734514410408 4330210 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 239489 225794 708 1178 0 238307 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 957956

[startup+1797.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 29644
/proc/meminfo: memFree=26979116/32873852 swapFree=7624/7624
[pid=29566] ppid=29564 vsize=948600 CPUtime=1797.17 cores=1,3,5,7
/proc/29566/stat : 29566 (scip-2.0.1.4b_2) R 29564 29566 29314 0 -1 4202496 226409 0 0 0 177148 2569 0 0 20 0 1 0 337853297 971366400 223455 33554432000 4194304 9016284 140734514416448 140734514410408 7933303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29566/statm: 237150 223455 708 1178 0 235968 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (KiB) 948600

Child status: 0
Real time (s): 1797.53
CPU time (s): 1797.2
CPU user time (s): 1771.49
CPU system time (s): 25.7131
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 957956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.49
system time used= 25.7131
maximum resident set size= 903176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226414
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= 86
involuntary context switches= 1837

runsolver used 3.25251 second user time and 9.34958 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 11:54:38
IDJOB=3735099
IDBENCH=2940
IDSOLVER=2329
FILE ID=node131/3735099-1338717278
RUNJOBID= node131-1338713677-29331
PBS_JOBID= 14636738
Free space on /tmp= 71388 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_11.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-3735099-1338717278/watcher-3735099-1338717278 -o /tmp/evaluation-result-3735099-1338717278/solver-3735099-1338717278 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735099-1338717278.opb -t 1800 -m 15500

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

MD5SUM BENCH= c19ad978a977652a94fc03b8ce63204a
RANDOM SEED=189219452

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.805
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.805
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27148196 kB
Buffers:          556832 kB
Cached:          3085704 kB
SwapCached:         2348 kB
Active:          2654136 kB
Inactive:        2199648 kB
Active(anon):    1207100 kB
Inactive(anon):     3664 kB
Active(file):    1447036 kB
Inactive(file):  2195984 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             17132 kB
Writeback:             0 kB
AnonPages:       1217036 kB
Mapped:            16932 kB
Shmem:                 0 kB
Slab:             727840 kB
SReclaimable:     170244 kB
SUnreclaim:       557596 kB
KernelStack:        1440 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1334468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1097728 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= 71372 MiB
End job on node131 at 2012-06-03 12:24:36