Trace number 3730579

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 NameAnswerCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)UNSAT 1172.87 1173.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.32095
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.16	c SCIP version 1.1.0.7
0.08/0.16	c LP-Solver SoPlex 1.4.1
0.08/0.16	c user parameter file <scip.set> not found - using default parameters
0.08/0.16	c read problem <HOME/instance-3730579-1338682948.opb>
0.08/0.16	c original problem has 9071 variables (9071 bin, 0 int, 0 impl, 0 cont) and 25914 constraints
0.19/0.20	c No objective function, only one solution is needed.
0.19/0.20	c start presolving problem
0.19/0.20	c presolving:
0.29/0.39	c (round 1) 519 del vars, 291 del conss, 97 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 431849 impls, 0 clqs
0.39/0.40	c (round 2) 520 del vars, 1143 del conss, 98 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 431849 impls, 0 clqs
0.39/0.41	c (round 3) 528 del vars, 1159 del conss, 105 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 432102 impls, 0 clqs
0.39/0.42	c (round 4) 528 del vars, 1165 del conss, 106 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 432145 impls, 0 clqs
0.39/0.42	c (round 5) 530 del vars, 1168 del conss, 106 chg bounds, 362 chg sides, 740 chg coeffs, 0 upgd conss, 432227 impls, 0 clqs
0.49/0.51	c (round 6) 530 del vars, 1170 del conss, 106 chg bounds, 362 chg sides, 740 chg coeffs, 24744 upgd conss, 432227 impls, 0 clqs
0.49/0.57	c presolving (7 rounds):
0.49/0.57	c  530 deleted vars, 1170 deleted constraints, 106 tightened bounds, 0 added holes, 362 changed sides, 740 changed coefficients
0.49/0.57	c  432227 implications, 0 cliques
0.49/0.57	c presolved problem has 8541 variables (8541 bin, 0 int, 0 impl, 0 cont) and 24744 constraints
0.49/0.57	c     724 constraints of type <knapsack>
0.49/0.57	c   24020 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.31
0.49/0.57	c SATUNSAT-LIN
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c separating/flowcover/freq = c -1
0.49/0.57	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c separating/cmir/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.57	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/veclendiving/freq = c -1
0.49/0.57	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/simplerounding/freq = c -1
0.49/0.57	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/shifting/freq = c -1
0.49/0.57	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/rounding/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.57	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.57	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.57	c heuristics/rootsoldiving/freq = c -1
0.49/0.57	c # number of nodes added to the contingent of the total nodes
0.49/0.57	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.57	c heuristics/rens/nodesofs = c 2000
0.49/0.57	c # minimum percentage of integer variables that have to be fixable 
0.49/0.57	c # [type: real, range: [0,1], default: 0.5]
0.49/0.57	c heuristics/rens/minfixingrate = c 0.3
0.49/0.57	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c heuristics/rens/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.57	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/pscostdiving/freq = c -1
0.49/0.57	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/oneopt/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.57	c # [type: real, range: [0,1], default: 0.01]
0.49/0.57	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.57	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.57	c heuristics/objpscostdiving/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.57	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/linesearchdiving/freq = c -1
0.49/0.57	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/intshifting/freq = c -1
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.57	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/guideddiving/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.57	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/fracdiving/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.57	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.57	c heuristics/feaspump/freq = c -1
0.49/0.57	c # minimum percentage of integer variables that have to be fixed 
0.49/0.57	c # [type: real, range: [0,1], default: 0.666]
0.49/0.57	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.57	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.57	c # [type: real, range: [0,1], default: 0.1]
0.49/0.57	c heuristics/crossover/nodesquot = c 0.15
0.49/0.57	c # number of nodes without incumbent change that heuristic should wait
0.49/0.57	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.57	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.57	c # number of nodes added to the contingent of the total nodes
0.49/0.57	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.57	c heuristics/crossover/nodesofs = c 750
0.49/0.57	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.57	c heuristics/crossover/freq = c -1
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.57	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/coefdiving/freq = c -1
0.49/0.57	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c presolving/probing/maxrounds = c 0
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.57	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.57	c constraints/knapsack/disaggregation = c FALSE
0.49/0.57	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.57	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/maxroundsroot = c 5
0.49/0.57	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.57	c separating/maxrounds = c 1
0.49/0.57	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c limits/solutions = c 1
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = c 13950
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = c 1791
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = c 10000
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving problem
0.49/0.57	c 
1.39/1.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.41	c   1.2s|     1 |     0 |  1836 |  60M|   0 | 798 |8541 |  24k|  24k|8541 |  24k|   0 |   0 |   0 | 5.851372e+02 |      --      |    Inf 
2.39/2.41	c   2.1s|     1 |     0 |  2327 |  60M|   0 | 790 |8541 |  24k|  24k|8541 |  24k|  77 |   0 |   0 | 6.271562e+02 |      --      |    Inf 
3.20/3.26	c   3.0s|     1 |     0 |  2961 |  61M|   0 |1071 |8541 |  24k|  24k|8541 |  24k| 192 |   0 |   0 | 6.442593e+02 |      --      |    Inf 
7.09/7.15	c   6.9s|     1 |     0 |  3899 |  61M|   0 |1078 |8541 |  24k|  24k|8541 |  25k| 385 |   0 |   0 | 7.308352e+02 |      --      |    Inf 
8.28/8.36	c   8.1s|     1 |     0 |  4870 |  62M|   0 |1099 |8541 |  24k|  24k|8541 |  25k| 494 |   0 |   0 | 7.387905e+02 |      --      |    Inf 
9.79/9.86	c   9.6s|     1 |     0 |  6230 |  63M|   0 |1156 |8541 |  24k|  24k|8541 |  25k| 605 |   0 |   0 | 7.439418e+02 |      --      |    Inf 
18.38/18.43	c  18.1s|     1 |     2 |  6230 |  63M|   0 |1156 |8541 |  24k|  24k|8541 |  25k| 605 |   0 |  21 | 7.439418e+02 |      --      |    Inf 
1172.71/1172.97	c 
1172.71/1172.97	c SCIP Status        : problem is solved [infeasible]
1172.71/1172.97	c Solving Time (sec) : 1169.97
1172.71/1172.97	c Solving Nodes      : 6365
1172.71/1172.97	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1172.71/1172.97	c Dual Bound         : +1.00000000000000e+20
1172.71/1172.97	c Gap                : 0.00 %
1172.71/1172.97	c NODE         6365
1172.71/1172.97	c DUAL BOUND   1e+20
1172.71/1172.97	c PRIMAL BOUND 1e+20
1172.71/1172.97	c GAP          0
1172.71/1172.97	s UNSATISFIABLE
1172.71/1172.97	c SCIP Status        : problem is solved [infeasible]
1172.71/1172.97	c Solving Time       :    1169.97
1172.71/1172.97	c Original Problem   :
1172.71/1172.97	c   Problem name     : HOME/instance-3730579-1338682948.opb
1172.71/1172.97	c   Variables        : 9071 (9071 binary, 0 integer, 0 implicit integer, 0 continuous)
1172.71/1172.97	c   Constraints      : 25914 initial, 25914 maximal
1172.71/1172.97	c Presolved Problem  :
1172.71/1172.97	c   Problem name     : t_HOME/instance-3730579-1338682948.opb
1172.71/1172.97	c   Variables        : 8541 (8541 binary, 0 integer, 0 implicit integer, 0 continuous)
1172.71/1172.97	c   Constraints      : 24744 initial, 27301 maximal
1172.71/1172.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1172.71/1172.97	c   trivial          :       0.00          1          0          0          0          0          0          0          0
1172.71/1172.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1172.71/1172.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1172.71/1172.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1172.71/1172.97	c   implics          :       0.04          0        421          0          0          0          0          0          0
1172.71/1172.97	c   probing          :       0.00          0          0          0          0          0          0          0          0
1172.71/1172.97	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1172.71/1172.97	c   linear           :       0.21        105          3          0        106          0       1170        362        740
1172.71/1172.97	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1172.71/1172.97	c   root node        :          -          0          -          -          0          -          -          -          -
1172.71/1172.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1172.71/1172.97	c   integral         :          0          0          0       5380          0         11        202          0          0      10622
1172.71/1172.97	c   knapsack         :        724          5      98826          0          0        201      15112        995          0          0
1172.71/1172.97	c   logicor          :      24020+         5      93390          0          0       1169     718154          0          0          0
1172.71/1172.97	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1172.71/1172.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1172.71/1172.97	c   integral         :     465.49       0.00       0.00     465.49       0.00
1172.71/1172.97	c   knapsack         :       1.84       0.00       1.84       0.00       0.00
1172.71/1172.97	c   logicor          :       2.58       0.00       2.58       0.00       0.00
1172.71/1172.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1172.71/1172.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1172.71/1172.97	c   rootredcost      :       0.03          0          0          0
1172.71/1172.97	c   pseudoobj        :      12.67      98890          0          0
1172.71/1172.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1172.71/1172.97	c   propagation      :       0.20       1370       1345       9480       45.2        285       18.6          -
1172.71/1172.97	c   infeasible LP    :       0.53        246        246       1157       26.3         44       11.4          0
1172.71/1172.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1172.71/1172.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1172.71/1172.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1172.71/1172.97	c   applied globally :          -          -          -       4859       27.5          -          -          -
1172.71/1172.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
1172.71/1172.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1172.71/1172.97	c   cut pool         :       0.00          4          -          -        416          -    (maximal pool size: 2520)
1172.71/1172.97	c   redcost          :       1.17       5329          0          0          0          0
1172.71/1172.97	c   impliedbounds    :       0.00          5          0          0          0          0
1172.71/1172.97	c   intobj           :       0.00          0          0          0          0          0
1172.71/1172.97	c   gomory           :       2.48          5          0          0       2500          0
1172.71/1172.97	c   strongcg         :       1.95          5          0          0       2500          0
1172.71/1172.97	c   cmir             :       0.00          0          0          0          0          0
1172.71/1172.97	c   flowcover        :       0.00          0          0          0          0          0
1172.71/1172.97	c   clique           :       0.28          5          0          0         36          0
1172.71/1172.97	c   zerohalf         :       0.00          0          0          0          0          0
1172.71/1172.97	c   mcf              :       0.10          1          0          0          0          0
1172.71/1172.97	c Pricers            :       Time      Calls       Vars
1172.71/1172.97	c   problem variables:       0.00          0          0
1172.71/1172.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1172.71/1172.97	c   relpscost        :     465.47       5380         11        202          0          0      10622
1172.71/1172.97	c   pscost           :       0.00          0          0          0          0          0          0
1172.71/1172.97	c   inference        :       0.00          0          0          0          0          0          0
1172.71/1172.97	c   mostinf          :       0.00          0          0          0          0          0          0
1172.71/1172.97	c   leastinf         :       0.00          0          0          0          0          0          0
1172.71/1172.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1172.71/1172.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1172.71/1172.97	c   random           :       0.00          0          0          0          0          0          0
1172.71/1172.97	c Primal Heuristics  :       Time      Calls      Found
1172.71/1172.97	c   LP solutions     :       0.00          -          0
1172.71/1172.97	c   pseudo solutions :       0.00          -          0
1172.71/1172.97	c   simplerounding   :       0.00          0          0
1172.71/1172.97	c   rounding         :       0.00          0          0
1172.71/1172.97	c   shifting         :       0.00          0          0
1172.71/1172.97	c   intshifting      :       0.00          0          0
1172.71/1172.97	c   oneopt           :       0.00          0          0
1172.71/1172.97	c   fixandinfer      :       0.00          0          0
1172.71/1172.97	c   feaspump         :       0.00          0          0
1172.71/1172.97	c   coefdiving       :       0.00          0          0
1172.71/1172.97	c   pscostdiving     :       0.00          0          0
1172.71/1172.97	c   fracdiving       :       0.00          0          0
1172.71/1172.97	c   veclendiving     :       0.00          0          0
1172.71/1172.97	c   intdiving        :       0.00          0          0
1172.71/1172.97	c   actconsdiving    :       0.00          0          0
1172.71/1172.97	c   objpscostdiving  :       0.00          0          0
1172.71/1172.97	c   rootsoldiving    :       0.00          0          0
1172.71/1172.97	c   linesearchdiving :       0.00          0          0
1172.71/1172.97	c   guideddiving     :       0.00          0          0
1172.71/1172.97	c   octane           :       0.00          0          0
1172.71/1172.97	c   rens             :       0.00          0          0
1172.71/1172.97	c   rins             :       0.00          0          0
1172.71/1172.97	c   localbranching   :       0.00          0          0
1172.71/1172.97	c   mutation         :       0.00          0          0
1172.71/1172.97	c   crossover        :       0.00          0          0
1172.71/1172.97	c   dins             :       0.00          0          0
1172.71/1172.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1172.71/1172.97	c   primal LP        :       0.01          0          0       0.00       0.00
1172.71/1172.97	c   dual LP          :     655.08       5611     742410     132.31    1133.31
1172.71/1172.97	c   barrier LP       :       0.00          0          0       0.00          -
1172.71/1172.97	c   diving/probing LP:       0.00          0          0       0.00          -
1172.71/1172.97	c   strong branching :     464.56       1647     482270     292.82    1038.12
1172.71/1172.97	c     (at root node) :          -         21       9404     447.81          -
1172.71/1172.97	c   conflict analysis:       0.00          0          0       0.00          -
1172.71/1172.97	c B&B Tree           :
1172.71/1172.97	c   number of runs   :          1
1172.71/1172.97	c   nodes            :       6365
1172.71/1172.97	c   nodes (total)    :       6365
1172.71/1172.97	c   nodes left       :          0
1172.71/1172.97	c   max depth        :        109
1172.71/1172.97	c   max depth (total):        109
1172.71/1172.97	c   backtracks       :        788 (12.4%)
1172.71/1172.97	c   delayed cutoffs  :       4258
1172.71/1172.97	c   repropagations   :       7404 (170534 domain reductions, 573 cutoffs)
1172.71/1172.97	c   avg switch length:       4.42
1172.71/1172.97	c   switching time   :       5.33
1172.71/1172.97	c Solution           :
1172.71/1172.97	c   Solutions found  :          0 (0 improvements)
1172.71/1172.97	c   Primal Bound     : infeasible
1172.71/1172.97	c   Dual Bound       :          -
1172.71/1172.97	c   Gap              :       0.00 %
1172.71/1172.97	c   Root Dual Bound  : +7.43941818116045e+02
1172.81/1173.04	c Time complete: 1172.86.

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-3730579-1338682948/watcher-3730579-1338682948 -o /tmp/evaluation-result-3730579-1338682948/solver-3730579-1338682948 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730579-1338682948.opb 

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.16 2.05 1.94 3/176 28576
/proc/meminfo: memFree=26054920/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=8712 CPUtime=0 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 1514 0 0 0 0 0 0 0 20 0 1 0 334420771 8921088 1467 33554432000 4194304 7823515 140737447940272 140736220227112 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 2178 1467 351 887 0 1288 0

[startup+0.030562 s]
/proc/loadavg: 2.16 2.05 1.94 3/176 28576
/proc/meminfo: memFree=26054920/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=11588 CPUtime=0.02 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 2240 0 0 0 2 0 0 0 20 0 1 0 334420771 11866112 2193 33554432000 4194304 7823515 140737447940272 140736220227112 4511625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 2897 2193 351 887 0 2007 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11588

[startup+0.100165 s]
/proc/loadavg: 2.16 2.05 1.94 3/176 28576
/proc/meminfo: memFree=26054920/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=20240 CPUtime=0.08 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 4390 0 0 0 8 0 0 0 20 0 1 0 334420771 20725760 4343 33554432000 4194304 7823515 140737447940272 140736220227112 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 5060 4343 351 887 0 4170 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20240

[startup+0.300307 s]
/proc/loadavg: 2.16 2.05 1.94 3/176 28576
/proc/meminfo: memFree=26054920/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=63056 CPUtime=0.29 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 15201 0 0 0 27 2 0 0 20 0 1 0 334420771 64569344 14800 33554432000 4194304 7823515 140737447940272 140736220227112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 15764 14800 432 887 0 14874 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63056

[startup+0.700188 s]
/proc/loadavg: 2.16 2.05 1.94 3/176 28576
/proc/meminfo: memFree=26054920/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=115176 CPUtime=0.69 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 28412 0 0 0 61 8 0 0 20 0 1 0 334420771 117940224 27285 33554432000 4194304 7823515 140737447940272 140736220227112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 28794 27285 518 887 0 27904 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115176

[startup+1.50025 s]
/proc/loadavg: 2.16 2.05 1.94 3/177 28577
/proc/meminfo: memFree=25944364/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=122240 CPUtime=1.48 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 29821 0 0 0 140 8 0 0 20 0 1 0 334420771 125173760 28562 33554432000 4194304 7823515 140737447940272 140737447935960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 30560 28562 539 887 0 29670 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122240

[startup+3.10013 s]
/proc/loadavg: 2.23 2.07 1.95 3/177 28577
/proc/meminfo: memFree=25939396/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=128960 CPUtime=3.09 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 31735 0 0 0 297 12 0 0 20 0 1 0 334420771 132055040 30404 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 32240 30404 552 887 0 31350 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128960

[startup+6.3001 s]
/proc/loadavg: 2.23 2.07 1.95 3/177 28577
/proc/meminfo: memFree=25933976/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=129744 CPUtime=6.29 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 31892 0 0 0 615 14 0 0 20 0 1 0 334420771 132857856 30561 33554432000 4194304 7823515 140737447940272 140737447935416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 32436 30561 552 887 0 31546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 129744

[startup+12.7002 s]
/proc/loadavg: 2.27 2.08 1.95 3/177 28577
/proc/meminfo: memFree=25927196/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=135064 CPUtime=12.68 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 34090 0 0 0 1252 16 0 0 20 0 1 0 334420771 138305536 32403 33554432000 4194304 7823515 140737447940272 140737447935320 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 33766 32403 557 887 0 32876 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135064

[startup+25.5003 s]
/proc/loadavg: 2.31 2.10 1.96 3/177 28577
/proc/meminfo: memFree=25926020/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=135256 CPUtime=25.48 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 34263 0 0 0 2530 18 0 0 20 0 1 0 334420771 138502144 32576 33554432000 4194304 7823515 140737447940272 140737447934968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 33814 32576 558 887 0 32924 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135256

[startup+51.1002 s]
/proc/loadavg: 2.26 2.10 1.96 3/177 28577
/proc/meminfo: memFree=25924872/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=136140 CPUtime=51.08 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 34357 0 0 0 5086 22 0 0 20 0 1 0 334420771 139407360 32670 33554432000 4194304 7823515 140737447940272 140737447935960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 34035 32670 558 887 0 33145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 136140

[startup+102.307 s]
/proc/loadavg: 2.15 2.10 1.97 3/177 28577
/proc/meminfo: memFree=25839156/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=138708 CPUtime=102.28 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 34994 0 0 0 10195 33 0 0 20 0 1 0 334420771 142036992 33307 33554432000 4194304 7823515 140737447940272 140737447934968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 34677 33307 558 887 0 33787 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 138708

[startup+162.3 s]
/proc/loadavg: 2.05 2.08 1.97 3/177 28577
/proc/meminfo: memFree=25840676/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=141576 CPUtime=162.26 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 35674 0 0 0 16180 46 0 0 20 0 1 0 334420771 144973824 33987 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 35394 33987 564 887 0 34504 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 141576

[startup+222.3 s]
/proc/loadavg: 2.02 2.06 1.97 3/177 28577
/proc/meminfo: memFree=25833328/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=145648 CPUtime=222.26 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 36948 0 0 0 22168 58 0 0 20 0 1 0 334420771 149143552 35261 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 36412 35261 564 887 0 35522 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 145648

[startup+282.3 s]
/proc/loadavg: 2.00 2.05 1.97 3/178 28579
/proc/meminfo: memFree=25824292/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=146032 CPUtime=282.25 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 46985 0 0 0 28152 73 0 0 20 0 1 0 334420771 149536768 35174 33554432000 4194304 7823515 140737447940272 140737447935960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 36508 35174 564 887 0 35618 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 146032

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 1.97 3/177 28579
/proc/meminfo: memFree=25839544/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=158784 CPUtime=342.24 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 50485 0 0 0 34137 87 0 0 20 0 1 0 334420771 162594816 38612 33554432000 4194304 7823515 140737447940272 140737447934936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 39696 38612 564 887 0 38806 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 158784

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/177 28579
/proc/meminfo: memFree=25804888/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=160252 CPUtime=402.23 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 53682 0 0 0 40122 101 0 0 20 0 1 0 334420771 164098048 38817 33554432000 4194304 7823515 140737447940272 140737447935960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 40063 38817 564 887 0 39173 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 160252

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/178 28582
/proc/meminfo: memFree=25829340/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=161336 CPUtime=462.22 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 55421 0 0 0 46108 114 0 0 20 0 1 0 334420771 165208064 39096 33554432000 4194304 7823515 140737447940272 140737447934968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 40334 39096 564 887 0 39444 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 161336

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 1.97 3/177 28582
/proc/meminfo: memFree=25825032/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=166404 CPUtime=522.21 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 59745 0 0 0 52097 124 0 0 20 0 1 0 334420771 170397696 40330 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 41601 40330 564 887 0 40711 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 166404

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/177 28583
/proc/meminfo: memFree=25789828/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=172048 CPUtime=582.2 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 81234 0 0 0 58083 137 0 0 20 0 1 0 334420771 176177152 41574 33554432000 4194304 7823515 140737447940272 140737447936072 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 43012 41574 564 887 0 42122 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 172048

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/177 28583
/proc/meminfo: memFree=25786644/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=172424 CPUtime=642.2 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 89631 0 0 0 64070 150 0 0 20 0 1 0 334420771 176562176 41575 33554432000 4194304 7823515 140737447940272 140737447934968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 43106 41575 564 887 0 42216 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 172424

[startup+702.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 28583
/proc/meminfo: memFree=25778484/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=176068 CPUtime=702.18 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 97425 0 0 0 70057 161 0 0 20 0 1 0 334420771 180293632 42643 33554432000 4194304 7823515 140737447940272 140737447935608 6099683 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 44017 42643 564 887 0 43127 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 176068

[startup+762.307 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 28583
/proc/meminfo: memFree=25772012/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=179248 CPUtime=762.18 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 115200 0 0 0 76044 174 0 0 20 0 1 0 334420771 183549952 43289 33554432000 4194304 7823515 140737447940272 140737447934296 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 44812 43289 564 887 0 43922 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 179248

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28583
/proc/meminfo: memFree=25770820/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=181524 CPUtime=822.16 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 164896 0 0 0 82027 189 0 0 20 0 1 0 334420771 185880576 44112 33554432000 4194304 7823515 140737447940272 140737447935480 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 45381 44112 564 887 0 44491 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 181524

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28584
/proc/meminfo: memFree=25771056/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=182688 CPUtime=882.15 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 174633 0 0 0 88014 201 0 0 20 0 1 0 334420771 187072512 44190 33554432000 4194304 7823515 140737447940272 140737447934984 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 45672 44190 564 887 0 44782 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 182688

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28584
/proc/meminfo: memFree=25766888/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=186252 CPUtime=942.14 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 185236 0 0 0 93999 215 0 0 20 0 1 0 334420771 190722048 45118 33554432000 4194304 7823515 140737447940272 140737447935960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 46563 45118 564 887 0 45673 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 186252

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28584
/proc/meminfo: memFree=25766860/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=187776 CPUtime=1002.13 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 208761 0 0 0 99984 229 0 0 20 0 1 0 334420771 192282624 45293 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 46944 45293 564 887 0 46054 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 187776

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 28587
/proc/meminfo: memFree=25763900/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=191024 CPUtime=1062.13 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 224958 0 0 0 105970 243 0 0 20 0 1 0 334420771 195608576 46434 33554432000 4194304 7823515 140737447940272 140737447935384 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 47756 46434 564 887 0 46866 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 191024

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28587
/proc/meminfo: memFree=25764636/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=193332 CPUtime=1122.12 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 228511 0 0 0 111956 256 0 0 20 0 1 0 334420771 197971968 46946 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 48333 46946 564 887 0 47443 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 193332

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28587
/proc/meminfo: memFree=25761836/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=195360 CPUtime=1126.13 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229051 0 0 0 112356 257 0 0 20 0 1 0 334420771 200048640 47486 33554432000 4194304 7823515 140737447940272 140737447934968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 48840 47486 564 887 0 47950 0
Current children cumulated CPU time (s) 1126.13
Current children cumulated vsize (KiB) 195360

[startup+1151.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28588
/proc/meminfo: memFree=25763108/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=195856 CPUtime=1151.72 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229229 0 0 0 114909 263 0 0 20 0 1 0 334420771 200556544 47664 33554432000 4194304 7823515 140737447940272 140737447936024 5920344 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 48964 47664 564 887 0 48074 0
Current children cumulated CPU time (s) 1151.72
Current children cumulated vsize (KiB) 195856

[startup+1164.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28588
/proc/meminfo: memFree=25760424/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=197080 CPUtime=1164.51 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229476 0 0 0 116186 265 0 0 20 0 1 0 334420771 201809920 47911 33554432000 4194304 7823515 140737447940272 140737447934968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 49270 47911 564 887 0 48380 0
Current children cumulated CPU time (s) 1164.51
Current children cumulated vsize (KiB) 197080

[startup+1167.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28588
/proc/meminfo: memFree=25760036/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=197080 CPUtime=1167.71 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229502 0 0 0 116505 266 0 0 20 0 1 0 334420771 201809920 47937 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 49270 47937 564 887 0 48380 0
Current children cumulated CPU time (s) 1167.71
Current children cumulated vsize (KiB) 197080

[startup+1171.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 28588
/proc/meminfo: memFree=25760036/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=198192 CPUtime=1170.91 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229585 0 0 0 116825 266 0 0 20 0 1 0 334420771 202948608 48020 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 49548 48020 564 887 0 48658 0
Current children cumulated CPU time (s) 1170.91
Current children cumulated vsize (KiB) 198192

[startup+1171.9 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 28588
/proc/meminfo: memFree=25759540/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=198192 CPUtime=1171.71 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229657 0 0 0 116904 267 0 0 20 0 1 0 334420771 202948608 48092 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 49548 48092 564 887 0 48658 0
Current children cumulated CPU time (s) 1171.71
Current children cumulated vsize (KiB) 198192

[startup+1172.7 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 28588
/proc/meminfo: memFree=25759416/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=198192 CPUtime=1172.51 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229722 0 0 0 116984 267 0 0 20 0 1 0 334420771 202948608 48157 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 49548 48157 564 887 0 48658 0
Current children cumulated CPU time (s) 1172.51
Current children cumulated vsize (KiB) 198192

[startup+1172.9 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 28588
/proc/meminfo: memFree=25759416/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=193284 CPUtime=1172.71 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229774 0 0 0 117004 267 0 0 20 0 1 0 334420771 197922816 47004 33554432000 4194304 7823515 140737447940272 140737447935608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 48321 47004 564 887 0 47431 0
Current children cumulated CPU time (s) 1172.71
Current children cumulated vsize (KiB) 193284

[startup+1173 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 28588
/proc/meminfo: memFree=25759416/32873648 swapFree=6864/6864
[pid=28576] ppid=28574 vsize=195648 CPUtime=1172.81 cores=1,3,5,7
/proc/28576/stat : 28576 (pbscip.linux.x8) R 28574 28576 19043 0 -1 4202496 229871 0 0 0 117014 267 0 0 20 0 1 0 334420771 200343552 47101 33554432000 4194304 7823515 140737447940272 140737447935784 5875083 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28576/statm: 48912 47101 569 887 0 48022 0
Current children cumulated CPU time (s) 1172.81
Current children cumulated vsize (KiB) 195648

Child status: 0
Real time (s): 1173.05
CPU time (s): 1172.87
CPU user time (s): 1170.18
CPU system time (s): 2.69059
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 198192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1170.18
system time used= 2.69059
maximum resident set size= 192640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229875
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= 3
involuntary context switches= 1209

runsolver used 1.86871 second user time and 5.84911 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 02:22:28
IDJOB=3730579
IDBENCH=1454
IDSOLVER=2321
FILE ID=node120/3730579-1338682948
RUNJOBID= node120-1338679216-27544
PBS_JOBID= 14636693
Free space on /tmp= 70732 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730579-1338682948/watcher-3730579-1338682948 -o /tmp/evaluation-result-3730579-1338682948/solver-3730579-1338682948 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730579-1338682948.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1550371115

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26055068 kB
Buffers:          554556 kB
Cached:          3143920 kB
SwapCached:         1572 kB
Active:          3903636 kB
Inactive:        1978256 kB
Active(anon):    2169440 kB
Inactive(anon):    15360 kB
Active(file):    1734196 kB
Inactive(file):  1962896 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             10408 kB
Writeback:             0 kB
AnonPages:       2189260 kB
Mapped:            12740 kB
Shmem:                32 kB
Slab:             793828 kB
SReclaimable:     238040 kB
SUnreclaim:       555788 kB
KernelStack:        1480 kB
PageTables:         8236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2453332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70724 MiB
End job on node120 at 2012-06-03 02:42:01