Trace number 3734021

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.81 1797.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_11.opb
MD5SUM5946eb43fefc6e626d35d99afd3eec42
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.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1287
Total number of constraints2430
Number of constraints which are clauses0
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 constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
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 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 749
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-3734021-1338712108.opb>
0.00/0.04	c original problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 2430 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.06	c presolving:
0.07/0.08	c (round 1) 0 del vars, 1210 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10 upgd conss, 0 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 112/1287 (8.7%) - 0 fixings, 0 aggregations, 489 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (2 rounds):
0.19/0.23	c  0 deleted vars, 1210 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23	c  2530 implications, 0 cliques
0.19/0.23	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1220 constraints
0.19/0.23	c      10 constraints of type <knapsack>
0.19/0.23	c    1210 constraints of type <linear>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.17
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.5
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1797
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.19/0.28	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.28	c   0.3s|     1 |     0 |  1424 |     - |  10M|   0 | 768 |1287 |1237 |1287 |1220 |   0 |  17 |   0 | 1.000000e+01 |      --      |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |  6881 |     - |  11M|   0 | 779 |1287 |1651 |1287 |1334 | 114 |  17 |   0 | 1.000000e+01 |      --      |    Inf 
1.59/1.63	c   1.6s|     1 |     0 |  6966 |     - |  12M|   0 | 783 |1287 |1651 |1287 |1447 | 227 |  17 |   0 | 1.000000e+01 |      --      |    Inf 
1.69/1.79	c   1.8s|     1 |     0 |  7115 |     - |  12M|   0 | 774 |1287 |1651 |1287 |1565 | 345 |  17 |   0 | 1.000000e+01 |      --      |    Inf 
1.88/1.95	c   1.9s|     1 |     0 |  7483 |     - |  13M|   0 | 780 |1287 |1651 |1287 |1677 | 457 |  17 |   0 | 1.000000e+01 |      --      |    Inf 
2.09/2.13	c   2.1s|     1 |     0 |  7781 |     - |  13M|   0 | 795 |1287 |1651 |1287 |1797 | 577 |  17 |   0 | 1.000509e+01 |      --      |    Inf 
2.28/2.32	c   2.3s|     1 |     0 |  8150 |     - |  14M|   0 | 794 |1287 |1651 |1287 |1923 | 703 |  17 |   0 | 1.025000e+01 |      --      |    Inf 
2.58/2.63	c   2.6s|     1 |     0 |  8591 |     - |  14M|   0 | 793 |1287 |1651 |1287 |2031 | 811 |  17 |   0 | 1.025000e+01 |      --      |    Inf 
2.89/2.98	c   3.0s|     1 |     0 | 10184 |     - |  15M|   0 | 797 |1287 |1651 |1287 |2151 | 931 |  17 |   0 | 1.025000e+01 |      --      |    Inf 
3.19/3.28	c   3.3s|     1 |     0 | 10819 |     - |  16M|   0 | 802 |1287 |1651 |1287 |2276 |1056 |  17 |   0 | 1.033333e+01 |      --      |    Inf 
3.58/3.60	c   3.6s|     1 |     0 | 11453 |     - |  16M|   0 | 810 |1287 |1651 |1287 |2404 |1184 |  17 |   0 | 1.033333e+01 |      --      |    Inf 
3.68/3.76	c   3.8s|     1 |     0 | 11869 |     - |  16M|   0 | 787 |1287 |1651 |1287 |2450 |1230 |  17 |   0 | 1.033333e+01 |      --      |    Inf 
3.88/3.93	c   3.9s|     1 |     0 | 12473 |     - |  16M|   0 | 788 |1287 |1651 |1287 |2479 |1259 |  17 |   0 | 1.033333e+01 |      --      |    Inf 
4.09/4.11	c   4.1s|     1 |     0 | 13024 |     - |  17M|   0 | 789 |1287 |1651 |1287 |2524 |1304 |  17 |   0 | 1.033333e+01 |      --      |    Inf 
4.29/4.31	c   4.3s|     1 |     0 | 13809 |     - |  17M|   0 | 781 |1287 |1651 |1287 |2549 |1329 |  17 |   0 | 1.033333e+01 |      --      |    Inf 
9.09/9.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.09/9.18	c   9.2s|     1 |     2 | 13809 |     - |  17M|   0 | 781 |1287 |1651 |1287 |2549 |1329 |  17 |  44 | 1.033333e+01 |      --      |    Inf 
195.04/195.12	c   195s| 10000 |  4580 |  1492k| 147.9 |  30M|  55 | 314 |1287 |3343 |1287 |1488 |1329 |  11k|4756 | 1.500000e+01 |      --      |    Inf 
290.73/290.82	c   291s| 20000 |  6410 |  2344k| 116.5 |  38M|  67 | 379 |1287 |3780 |1287 |1488 |1329 |  24k|7157 | 1.600000e+01 |      --      |    Inf 
380.11/380.21	c   380s| 30000 |  7656 |  3147k| 104.5 |  45M|  67 | 283 |1287 |4374 |1287 |1488 |1329 |  39k|  10k| 1.700000e+01 |      --      |    Inf 
441.50/441.61	c   442s| 40000 |  8423 |  3716k|  92.6 |  51M|  69 | 454 |1287 |6204 |1287 |1488 |1329 |  55k|  11k| 1.700000e+01 |      --      |    Inf 
520.69/520.81	c   521s| 50000 |  9507 |  4392k|  87.6 |  57M|  72 | 342 |1287 |5896 |1287 |1488 |1329 |  69k|  14k| 1.700000e+01 |      --      |    Inf 
581.49/581.68	c   582s| 60000 | 10216 |  4999k|  83.1 |  63M|  75 | 505 |1287 |6144 |1287 |1488 |1329 |  85k|  15k| 1.800000e+01 |      --      |    Inf 
651.26/651.49	c   651s| 70000 | 11070 |  5585k|  79.6 |  68M|  75 |   - |1287 |6152 |1287 |1488 |1329 | 101k|  17k| 1.800000e+01 |      --      |    Inf 
715.36/715.56	c   716s| 80000 | 11681 |  6174k|  77.0 |  73M|  75 | 475 |1287 |6386 |1287 |1488 |1329 | 117k|  19k| 1.800000e+01 |      --      |    Inf 
775.26/775.42	c   775s| 90000 | 12231 |  6732k|  74.7 |  78M|  75 |   - |1287 |6615 |1287 |1488 |1329 | 134k|  20k| 1.860000e+01 |      --      |    Inf 
841.53/841.78	c   842s|100000 | 12633 |  7272k|  72.6 |  81M|  93 |   - |1287 |5844 |1287 |1488 |1329 | 151k|  23k| 1.900000e+01 |      --      |    Inf 
892.13/892.32	c   892s|110000 | 12840 |  7748k|  70.3 |  84M|  93 | 311 |1287 |7497 |1287 |1488 |1329 | 167k|  23k| 1.900000e+01 |      --      |    Inf 
947.93/948.12	c   948s|120000 | 13198 |  8268k|  68.8 |  87M|  93 |   - |1287 |7335 |   0 |   0 |1329 | 184k|  24k| 1.900000e+01 |      --      |    Inf 
1013.71/1013.94	c  1014s|130000 | 13618 |  8832k|  67.8 |  91M|  93 |   - |1287 |8149 |   0 |   0 |1329 | 201k|  27k| 1.900000e+01 |      --      |    Inf 
1074.60/1074.88	c  1075s|140000 | 14208 |  9413k|  67.1 |  96M|  93 | 450 |1287 |7804 |1287 |1488 |1329 | 217k|  28k| 1.900000e+01 |      --      |    Inf 
1126.99/1127.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1126.99/1127.28	c  1127s|150000 | 14691 |  9976k|  66.4 |  99M|  93 | 428 |1287 |6704 |1287 |1488 |1329 | 234k|  28k| 2.000000e+01 |      --      |    Inf 
1181.89/1182.19	c  1182s|160000 | 14944 | 10461k|  65.3 | 102M|  93 | 477 |1287 |7790 |1287 |1488 |1329 | 250k|  30k| 2.000000e+01 |      --      |    Inf 
1245.17/1245.41	c  1245s|170000 | 15257 | 11027k|  64.8 | 105M|  93 | 363 |1287 |7437 |1287 |1488 |1329 | 265k|  32k| 2.000000e+01 |      --      |    Inf 
1306.66/1306.99	c  1307s|180000 | 15717 | 11612k|  64.4 | 108M|  93 | 455 |1287 |7598 |1287 |1488 |1329 | 282k|  34k| 2.033333e+01 |      --      |    Inf 
1351.76/1352.09	c  1352s|190000 | 16006 | 12103k|  63.6 | 111M|  93 |   - |1287 |6990 |   0 |   0 |1329 | 298k|  34k| 2.100000e+01 |      --      |    Inf 
1412.64/1412.99	c  1413s|200000 | 16286 | 12688k|  63.4 | 116M|  93 |   - |1287 |  10k|1287 |1488 |1329 | 315k|  36k| 2.100000e+01 |      --      |    Inf 
1474.03/1474.30	c  1474s|210000 | 16536 | 13217k|  62.9 | 118M|  97 | 308 |1287 |9446 |1287 |1488 |1329 | 330k|  38k| 2.100000e+01 |      --      |    Inf 
1533.23/1533.53	c  1534s|220000 | 16769 | 13720k|  62.3 | 122M|  97 | 285 |1287 |9754 |1287 |1488 |1329 | 346k|  41k| 2.100000e+01 |      --      |    Inf 
1593.02/1593.38	c  1593s|230000 | 16934 | 14275k|  62.0 | 124M|  97 | 317 |1287 |8930 |1287 |1488 |1329 | 362k|  43k| 2.100000e+01 |      --      |    Inf 
1640.60/1640.98	c  1641s|240000 | 17244 | 14807k|  61.6 | 126M|  97 | 317 |1287 |7252 |1287 |1488 |1329 | 377k|  43k| 2.100000e+01 |      --      |    Inf 
1692.00/1692.36	c  1692s|250000 | 17449 | 15330k|  61.3 | 128M|  97 | 414 |1287 |6968 |1287 |1488 |1329 | 393k|  44k| 2.200000e+01 |      --      |    Inf 
1751.09/1751.48	c  1751s|260000 | 17690 | 15912k|  61.2 | 132M|  97 | 209 |1287 |8409 |1287 |1488 |1329 | 408k|  46k| 2.200000e+01 |      --      |    Inf 
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 267637
1796.68/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.00	c Dual Bound         : +2.20000000000000e+01
1796.68/1797.00	c Gap                : infinite
1796.68/1797.00	s UNKNOWN
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Total Time         :    1797.00
1796.68/1797.00	c   solving          :    1797.00
1796.68/1797.00	c   presolving       :       0.17 (included in solving)
1796.68/1797.00	c   reading          :       0.04 (included in solving)
1796.68/1797.00	c Original Problem   :
1796.68/1797.00	c   Problem name     : HOME/instance-3734021-1338712108.opb
1796.68/1797.00	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 2430 initial, 2430 maximal
1796.68/1797.00	c Presolved Problem  :
1796.68/1797.00	c   Problem name     : t_HOME/instance-3734021-1338712108.opb
1796.68/1797.00	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 1220 initial, 11255 maximal
1796.68/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   probing          :       0.13          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   linear           :       0.03          0          0          0          0          0       1210          0          0          0
1796.68/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   integral         :          0          0          0     165561          0          4          0        335      35933          0          0     315314
1796.68/1797.00	c   knapsack         :         10         14    1486399          0          2          3    1910113       5404     180278        172          0          0
1796.68/1797.00	c   linear           :       1210+        15    1481211          0          1          0    1351743      63939   16512692          2          0          0
1796.68/1797.00	c   logicor          :          0+        14     807002          0          0          0    1856732       5198    1597063          0          0          0
1796.68/1797.00	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1796.68/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.00	c   integral         :     333.43       0.00       0.00     333.43       0.00       0.00       0.00
1796.68/1797.00	c   knapsack         :       8.35       0.00       7.73       0.00       0.00       0.00       0.62
1796.68/1797.00	c   linear           :     152.01       0.00     150.51       0.00       0.00       0.00       1.50
1796.68/1797.00	c   logicor          :      29.56       0.00      28.37       0.00       0.00       0.00       1.19
1796.68/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.00	c   vbounds          :          0          0          0          0
1796.68/1797.00	c   rootredcost      :          0          0          0          0
1796.68/1797.00	c   pseudoobj        :    1486420          0          0          0
1796.68/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.00	c   vbounds          :       0.18       0.18       0.00
1796.68/1797.00	c   rootredcost      :       0.20       0.20       0.00
1796.68/1797.00	c   pseudoobj        :       0.63       0.63       0.00
1796.68/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.00	c   propagation      :       5.55      74541      74524     846247       36.1       3978       22.9          -
1796.68/1797.00	c   infeasible LP    :       8.89      76324      76324     358419       24.7       6248       18.4          0
1796.68/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.00	c   applied globally :          -          -          -     420264       24.6          -          -          -
1796.68/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.00	c   cut pool         :       0.01         13          -          -      11088          -    (maximal pool size: 6800)
1796.68/1797.00	c   redcost          :       3.25     165719          0        217          0          0
1796.68/1797.00	c   impliedbounds    :       0.00         14          0          0         29          0
1796.68/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.00	c   gomory           :       0.35         14          0          0        944          0
1796.68/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.00	c   strongcg         :       0.33         14          0          0        860          0
1796.68/1797.00	c   cmir             :       0.76         10          0          0       5000          0
1796.68/1797.00	c   flowcover        :       0.48         10          0          0       2000          0
1796.68/1797.00	c   clique           :       0.00          1          0          0          0          0
1796.68/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.00	c   rapidlearning    :       0.77          1          0          0          0        414
1796.68/1797.00	c Pricers            :       Time      Calls       Vars
1796.68/1797.00	c   problem variables:       0.00          0          0
1796.68/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   relpscost        :     333.30     165561        335      35933          0          0     315314
1796.68/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1796.68/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.00	c   LP solutions     :       0.00          -          0
1796.68/1797.00	c   pseudo solutions :       0.00          -          0
1796.68/1797.00	c   oneopt           :       0.08          0          0
1796.68/1797.00	c   crossover        :       0.05          0          0
1796.68/1797.00	c   guideddiving     :       0.01          0          0
1796.68/1797.00	c   intshifting      :       0.00          0          0
1796.68/1797.00	c   objpscostdiving  :      17.37        135          0
1796.68/1797.00	c   feaspump         :      19.45        147          0
1796.68/1797.00	c   coefdiving       :      65.41        307          0
1796.68/1797.00	c   rootsoldiving    :       7.53        154          0
1796.68/1797.00	c   fracdiving       :      51.54        308          0
1796.68/1797.00	c   linesearchdiving :      16.46        331          0
1796.68/1797.00	c   pscostdiving     :      19.04        332          0
1796.68/1797.00	c   veclendiving     :      15.20        332          0
1796.68/1797.00	c   trivial          :       0.00          2          0
1796.68/1797.00	c   shiftandpropagate:       0.03          1          0
1796.68/1797.00	c   simplerounding   :       0.03          0          0
1796.68/1797.00	c   zirounding       :       0.25       1000          0
1796.68/1797.00	c   rounding         :       1.28       5711          0
1796.68/1797.00	c   shifting         :      10.00       1785          0
1796.68/1797.00	c   twoopt           :       0.00          0          0
1796.68/1797.00	c   fixandinfer      :       0.00          0          0
1796.68/1797.00	c   clique           :       0.00          0          0
1796.68/1797.00	c   intdiving        :       0.00          0          0
1796.68/1797.00	c   actconsdiving    :       0.00          0          0
1796.68/1797.00	c   octane           :       0.00          0          0
1796.68/1797.00	c   rens             :       0.02          0          0
1796.68/1797.00	c   rins             :       0.00          0          0
1796.68/1797.00	c   localbranching   :       0.00          0          0
1796.68/1797.00	c   mutation         :       0.00          0          0
1796.68/1797.00	c   dins             :       0.00          0          0
1796.68/1797.00	c   vbounds          :       0.00          0          0
1796.68/1797.00	c   undercover       :       0.00          0          0
1796.68/1797.00	c   subnlp           :       0.04          0          0
1796.68/1797.00	c   trysol           :       0.04          0          0
1796.68/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.68/1797.00	c   dual LP          :     894.87     222304   14206053      63.90   15874.93
1796.68/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.00	c   diving/probing LP:     185.13      58596    2150674      36.70   11617.01
1796.68/1797.00	c   strong branching :     318.72      47764    3108793      65.09    9754.10
1796.68/1797.00	c     (at root node) :          -         44      32143     730.52          -
1796.68/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.00	c B&B Tree           :
1796.68/1797.00	c   number of runs   :          1
1796.68/1797.00	c   nodes            :     267637
1796.68/1797.00	c   nodes (total)    :     267637
1796.68/1797.00	c   nodes left       :      17750
1796.68/1797.00	c   max depth        :         97
1796.68/1797.00	c   max depth (total):         97
1796.68/1797.00	c   backtracks       :      43023 (16.1%)
1796.68/1797.00	c   delayed cutoffs  :      29932
1796.68/1797.00	c   repropagations   :     505374 (6033112 domain reductions, 18963 cutoffs)
1796.68/1797.00	c   avg switch length:       7.60
1796.68/1797.00	c   switching time   :      93.13
1796.68/1797.00	c Solution           :
1796.68/1797.00	c   Solutions found  :          0 (0 improvements)
1796.68/1797.00	c   Primal Bound     :          -
1796.68/1797.00	c   Dual Bound       : +2.20000000000000e+01
1796.68/1797.00	c   Gap              :   infinite
1796.68/1797.00	c   Root Dual Bound  : +1.03333333333333e+01
1796.68/1797.00	c   Root Iterations  :      13809
1796.78/1797.11	c Time complete: 1796.81.

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-3734021-1338712108/watcher-3734021-1338712108 -o /tmp/evaluation-result-3734021-1338712108/solver-3734021-1338712108 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734021-1338712108.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28297
/proc/meminfo: memFree=27495436/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 1513 0 0 0 0 0 0 0 20 0 1 0 337336870 9818112 1467 33554432000 4194304 9016284 140736702627984 140736702626920 7875499 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28297/statm: 2397 1468 311 1178 0 1215 0

[startup+0.083227 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28297
/proc/meminfo: memFree=27495436/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=35652 CPUtime=0.07 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 7813 0 0 0 6 1 0 0 20 0 1 0 337336870 36507648 7510 33554432000 4194304 9016284 140736702627984 140736702626920 4202267 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28297/statm: 8913 7510 474 1178 0 7731 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35652

[startup+0.100244 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28297
/proc/meminfo: memFree=27495436/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=36716 CPUtime=0.09 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 8130 0 0 0 8 1 0 0 20 0 1 0 337336870 37597184 7827 33554432000 4194304 9016284 140736702627984 140736702626920 6469440 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28297/statm: 9179 7827 514 1178 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36716

[startup+0.300183 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28297
/proc/meminfo: memFree=27495436/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=45744 CPUtime=0.28 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 10786 0 0 0 27 1 0 0 20 0 1 0 337336870 46841856 10168 33554432000 4194304 9016284 140736702627984 140736702624584 7260779 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28297/statm: 11436 10168 647 1178 0 10254 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45744

[startup+0.700176 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28297
/proc/meminfo: memFree=27495436/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=45744 CPUtime=0.69 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 10917 0 0 0 67 2 0 0 20 0 1 0 337336870 46841856 10249 33554432000 4194304 9016284 140736702627984 140736702624584 6578058 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28297/statm: 11436 10249 665 1178 0 10254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45744

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28298
/proc/meminfo: memFree=27435536/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=69328 CPUtime=1.49 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 16575 0 0 0 146 3 0 0 20 0 1 0 337336870 70991872 15907 33554432000 4194304 9016284 140736702627984 140736702622664 4447109 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28297/statm: 17332 15907 690 1178 0 16150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69328

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28298
/proc/meminfo: memFree=27435412/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=66504 CPUtime=3.09 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 17030 0 0 0 305 4 0 0 20 0 1 0 337336870 68100096 15615 33554432000 4194304 9016284 140736702627984 140736702622552 6578040 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 16626 15615 693 1178 0 15444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66504

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28298
/proc/meminfo: memFree=27425676/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=74528 CPUtime=6.28 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 18512 0 0 0 622 6 0 0 20 0 1 0 337336870 76316672 17608 33554432000 4194304 9016284 140736702627984 140736702621736 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 18632 17608 694 1178 0 17450 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 74528

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28298
/proc/meminfo: memFree=27425200/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=74528 CPUtime=12.68 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 18512 0 0 0 1256 12 0 0 20 0 1 0 337336870 76316672 17608 33554432000 4194304 9016284 140736702627984 140736702621736 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 18632 17608 694 1178 0 17450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74528

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28298
/proc/meminfo: memFree=27424636/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=74528 CPUtime=25.48 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 18516 0 0 0 2522 26 0 0 20 0 1 0 337336870 76316672 17611 33554432000 4194304 9016284 140736702627984 140736702622056 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 18632 17611 697 1178 0 17450 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74528

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28299
/proc/meminfo: memFree=27419260/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=74528 CPUtime=51.07 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 18529 0 0 0 5061 46 0 0 20 0 1 0 337336870 76316672 17816 33554432000 4194304 9016284 140736702627984 140736702621848 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 18632 17816 697 1178 0 17450 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 74528

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28302
/proc/meminfo: memFree=27415828/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=74528 CPUtime=102.27 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 18533 0 0 0 10120 107 0 0 20 0 1 0 337336870 76316672 17820 33554432000 4194304 9016284 140736702627984 140736702621736 7214190 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 18632 17820 697 1178 0 17450 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 74528

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28302
/proc/meminfo: memFree=27410500/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=78288 CPUtime=162.25 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 32938 0 0 0 16058 167 0 0 20 0 1 0 337336870 80166912 18679 33554432000 4194304 9016284 140736702627984 140736702622312 7214592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 19572 18679 697 1178 0 18390 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 78288

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28302
/proc/meminfo: memFree=27392952/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=90216 CPUtime=222.24 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 60609 0 0 0 21984 240 0 0 20 0 1 0 337336870 92381184 21914 33554432000 4194304 9016284 140736702627984 140736702621928 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 22554 21914 697 1178 0 21372 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 90216

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28302
/proc/meminfo: memFree=27379924/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=98572 CPUtime=282.23 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 88037 0 0 0 27917 306 0 0 20 0 1 0 337336870 100937728 23964 33554432000 4194304 9016284 140736702627984 140736702622152 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 24643 23964 697 1178 0 23461 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 98572

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 28302
/proc/meminfo: memFree=27366448/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=105948 CPUtime=342.22 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 94702 0 0 0 33852 370 0 0 20 0 1 0 337336870 108490752 25816 33554432000 4194304 9016284 140736702627984 140736702622152 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 26487 25816 697 1178 0 25305 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 105948

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 28303
/proc/meminfo: memFree=27350252/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=114696 CPUtime=402.21 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 105120 0 0 0 39782 439 0 0 20 0 1 0 337336870 117448704 28022 33554432000 4194304 9016284 140736702627984 140736702620904 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 28674 28022 697 1178 0 27492 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 114696

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28303
/proc/meminfo: memFree=27337520/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=120416 CPUtime=462.2 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 112732 0 0 0 45722 498 0 0 20 0 1 0 337336870 123305984 29429 33554432000 4194304 9016284 140736702627984 140736702621288 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 30104 29429 697 1178 0 28922 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 120416

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28303
/proc/meminfo: memFree=27324996/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=126844 CPUtime=522.19 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 116973 0 0 0 51659 560 0 0 20 0 1 0 337336870 129888256 31041 33554432000 4194304 9016284 140736702627984 140736702622312 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 31711 31041 697 1178 0 30529 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 126844

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28303
/proc/meminfo: memFree=27311584/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=135692 CPUtime=582.18 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 123951 0 0 0 57596 622 0 0 20 0 1 0 337336870 138948608 33272 33554432000 4194304 9016284 140736702627984 140736702621240 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 33923 33272 697 1178 0 32741 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 135692

[startup+642.3 s]

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

/proc/meminfo: memFree=27206592/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=184828 CPUtime=1062.1 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 157520 0 0 0 105113 1097 0 0 20 0 1 0 337336870 189263872 45510 33554432000 4194304 9016284 140736702627984 140736702622312 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 46207 45510 697 1178 0 45025 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 184828

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 28308
/proc/meminfo: memFree=27190820/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=191992 CPUtime=1122.09 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 161396 0 0 0 111046 1163 0 0 20 0 1 0 337336870 196599808 47356 33554432000 4194304 9016284 140736702627984 140736702622312 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 47998 47356 697 1178 0 46816 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 191992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 28308
/proc/meminfo: memFree=27181148/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=195008 CPUtime=1182.08 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 167835 0 0 0 116986 1222 0 0 20 0 1 0 337336870 199688192 48025 33554432000 4194304 9016284 140736702627984 140736702623096 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 48752 48025 697 1178 0 47570 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 195008

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 28308
/proc/meminfo: memFree=27172252/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=197544 CPUtime=1242.08 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 169221 0 0 0 122927 1281 0 0 20 0 1 0 337336870 202285056 48670 33554432000 4194304 9016284 140736702627984 140736702621352 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 49386 48670 697 1178 0 48204 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 197544

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 28312
/proc/meminfo: memFree=27158728/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=203816 CPUtime=1302.07 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 172042 0 0 0 128867 1340 0 0 20 0 1 0 337336870 208707584 50265 33554432000 4194304 9016284 140736702627984 140736702622152 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 50954 50265 697 1178 0 49772 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 203816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28312
/proc/meminfo: memFree=27142964/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=209308 CPUtime=1362.05 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 174821 0 0 0 134806 1399 0 0 20 0 1 0 337336870 214331392 51634 33554432000 4194304 9016284 140736702627984 140736702621848 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 52327 51634 697 1178 0 51145 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 209308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28350
/proc/meminfo: memFree=27368384/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=215200 CPUtime=1422.05 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 176356 0 0 0 140742 1463 0 0 20 0 1 0 337336870 220364800 53146 33554432000 4194304 9016284 140736702627984 140736702620904 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 53800 53146 697 1178 0 52618 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 215200

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 28350
/proc/meminfo: memFree=27270556/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=218012 CPUtime=1482.03 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 177825 0 0 0 146682 1521 0 0 20 0 1 0 337336870 223244288 53853 33554432000 4194304 9016284 140736702627984 140736702620776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 54503 53853 697 1178 0 53321 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 218012

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 28350
/proc/meminfo: memFree=27176800/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=223980 CPUtime=1542.02 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 179331 0 0 0 152621 1581 0 0 20 0 1 0 337336870 229355520 55356 33554432000 4194304 9016284 140736702627984 140736702622152 5215132 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 55995 55356 697 1178 0 54813 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 223980

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 28351
/proc/meminfo: memFree=27094504/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=226524 CPUtime=1602.01 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 181245 0 0 0 158559 1642 0 0 20 0 1 0 337336870 231960576 55985 33554432000 4194304 9016284 140736702627984 140736702622312 6469475 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 56631 55985 697 1178 0 55449 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 226524

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 28351
/proc/meminfo: memFree=27012816/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=231308 CPUtime=1662 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 184472 0 0 0 164496 1704 0 0 20 0 1 0 337336870 236859392 57196 33554432000 4194304 9016284 140736702627984 140736702622312 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 57827 57196 697 1178 0 56645 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 231308

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 28351
/proc/meminfo: memFree=26928524/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=236204 CPUtime=1721.99 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187155 0 0 0 170435 1764 0 0 20 0 1 0 337336870 241872896 58304 33554432000 4194304 9016284 140736702627984 140736702622152 6817595 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59051 58304 697 1178 0 57869 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 236204

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26853716/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238720 CPUtime=1781.98 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187889 0 0 0 176368 1830 0 0 20 0 1 0 337336870 244449280 58960 33554432000 4194304 9016284 140736702627984 140736702621848 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59680 58960 697 1178 0 58498 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 238720

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26851360/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238720 CPUtime=1785.18 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187889 0 0 0 176685 1833 0 0 20 0 1 0 337336870 244449280 58960 33554432000 4194304 9016284 140736702627984 140736702620920 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59680 58960 697 1178 0 58498 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 238720

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26842664/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238864 CPUtime=1791.59 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187928 0 0 0 177318 1841 0 0 20 0 1 0 337336870 244596736 58999 33554432000 4194304 9016284 140736702627984 140736702622152 4981544 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59716 58999 697 1178 0 58534 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 238864

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26838324/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238864 CPUtime=1794.78 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187928 0 0 0 177634 1844 0 0 20 0 1 0 337336870 244596736 58999 33554432000 4194304 9016284 140736702627984 140736702622152 7260900 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59716 58999 697 1178 0 58534 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 238864

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26838324/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238864 CPUtime=1795.58 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187928 0 0 0 177712 1846 0 0 20 0 1 0 337336870 244596736 58999 33554432000 4194304 9016284 140736702627984 140736702622152 5227633 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59716 58999 697 1178 0 58534 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 238864

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26837580/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238864 CPUtime=1796.38 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187928 0 0 0 177791 1847 0 0 20 0 1 0 337336870 244596736 58999 33554432000 4194304 9016284 140736702627984 140736702622312 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59716 58999 697 1178 0 58534 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 238864

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28351
/proc/meminfo: memFree=26837580/32873844 swapFree=7372/7372
[pid=28297] ppid=28295 vsize=238864 CPUtime=1796.78 cores=0,2,4,6
/proc/28297/stat : 28297 (scip-2.0.1.4b_2) R 28295 28297 26510 0 -1 4202496 187931 0 0 0 177831 1847 0 0 20 0 1 0 337336870 244596736 59002 33554432000 4194304 9016284 140736702627984 140736702623800 4318202 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28297/statm: 59716 59002 700 1178 0 58534 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (KiB) 238864

Child status: 0
Real time (s): 1797.12
CPU time (s): 1796.81
CPU user time (s): 1778.33
CPU system time (s): 18.4802
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 238864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.33
system time used= 18.4802
maximum resident set size= 236008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187936
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= 51
involuntary context switches= 2079

runsolver used 2.54961 second user time and 7.2539 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 10:28:28
IDJOB=3734021
IDBENCH=2643
IDSOLVER=2329
FILE ID=node118/3734021-1338712108
RUNJOBID= node118-1338703112-26526
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

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

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

MD5SUM BENCH= 5946eb43fefc6e626d35d99afd3eec42
RANDOM SEED=252337440

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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:       32873844 kB
MemFree:        27495220 kB
Buffers:          491412 kB
Cached:          3899760 kB
SwapCached:            0 kB
Active:          1499192 kB
Inactive:        3013712 kB
Active(anon):     111836 kB
Inactive(anon):    11328 kB
Active(file):    1387356 kB
Inactive(file):  3002384 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:        138156 kB
Mapped:            14540 kB
Shmem:               200 kB
Slab:             724616 kB
SReclaimable:     165904 kB
SUnreclaim:       558712 kB
KernelStack:        1472 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     236356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 70936 MiB
End job on node118 at 2012-06-03 10:58:25