Trace number 3729921

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1792.07 1792.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3729921-1338680009.opb>
0.89/0.95	c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
0.89/0.95	c problem read
0.89/0.95	c No objective function, only one solution is needed.
0.89/0.95	c presolving settings loaded
1.10/1.15	c presolving:
1.59/1.64	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 550 clqs
1.59/1.68	c presolving (2 rounds):
1.59/1.68	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.59/1.68	c  0 implications, 550 cliques
1.59/1.68	c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
1.59/1.68	c     550 constraints of type <setppc>
1.59/1.68	c  112614 constraints of type <logicor>
1.59/1.68	c transformed objective value is always integral (scale: 1)
1.59/1.68	c Presolving Time: 0.54
1.59/1.68	c - non default parameters ----------------------------------------------------------------------
1.59/1.68	c # SCIP version 1.2.1.3
1.59/1.68	c 
1.59/1.68	c # frequency for displaying node information lines
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 100]
1.59/1.68	c display/freq = 10000
1.59/1.68	c 
1.59/1.68	c # maximal time in seconds to run
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.68	c limits/time = 1789.06
1.59/1.68	c 
1.59/1.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.68	c limits/memory = 13950
1.59/1.68	c 
1.59/1.68	c # solving stops, if the given number of solutions were found (-1: no limit)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.68	c limits/solutions = 1
1.59/1.68	c 
1.59/1.68	c # maximal number of separation rounds per node (-1: unlimited)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 5]
1.59/1.68	c separating/maxrounds = 1
1.59/1.68	c 
1.59/1.68	c # maximal number of separation rounds in the root node (-1: unlimited)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.68	c separating/maxroundsroot = 5
1.59/1.68	c 
1.59/1.68	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.59/1.68	c # [type: int, range: [1,2], default: 1]
1.59/1.68	c timing/clocktype = 2
1.59/1.68	c 
1.59/1.68	c # should presolving try to simplify inequalities
1.59/1.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.68	c constraints/linear/simplifyinequalities = TRUE
1.59/1.68	c 
1.59/1.68	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.59/1.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.68	c constraints/indicator/addCouplingCons = TRUE
1.59/1.68	c 
1.59/1.68	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.59/1.68	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.59/1.68	c constraints/knapsack/disaggregation = FALSE
1.59/1.68	c 
1.59/1.68	c # should presolving try to simplify knapsacks
1.59/1.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.68	c constraints/knapsack/simplifyinequalities = TRUE
1.59/1.68	c 
1.59/1.68	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.68	c presolving/probing/maxrounds = 0
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/coefdiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/coefdiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/coefdiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 30]
1.59/1.68	c heuristics/crossover/freq = -1
1.59/1.68	c 
1.59/1.68	c # number of nodes added to the contingent of the total nodes
1.59/1.68	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.59/1.68	c heuristics/crossover/nodesofs = 750
1.59/1.68	c 
1.59/1.68	c # number of nodes without incumbent change that heuristic should wait
1.59/1.68	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.59/1.68	c heuristics/crossover/nwaitingnodes = 100
1.59/1.68	c 
1.59/1.68	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.59/1.68	c # [type: real, range: [0,1], default: 0.1]
1.59/1.68	c heuristics/crossover/nodesquot = 0.15
1.59/1.68	c 
1.59/1.68	c # minimum percentage of integer variables that have to be fixed 
1.59/1.68	c # [type: real, range: [0,1], default: 0.666]
1.59/1.68	c heuristics/crossover/minfixingrate = 0.5
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 20]
1.59/1.68	c heuristics/feaspump/freq = -1
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/feaspump/maxlpiterofs = 2000
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/fracdiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/fracdiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/fracdiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/guideddiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/guideddiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/guideddiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/intdiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/intshifting/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/linesearchdiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.68	c heuristics/nlp/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 20]
1.59/1.68	c heuristics/objpscostdiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to total iteration number
1.59/1.68	c # [type: real, range: [0,1], default: 0.01]
1.59/1.68	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.68	c heuristics/oneopt/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/pscostdiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/pscostdiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.68	c heuristics/rens/freq = -1
1.59/1.68	c 
1.59/1.68	c # minimum percentage of integer variables that have to be fixable 
1.59/1.68	c # [type: real, range: [0,1], default: 0.5]
1.59/1.68	c heuristics/rens/minfixingrate = 0.3
1.59/1.68	c 
1.59/1.68	c # number of nodes added to the contingent of the total nodes
1.59/1.68	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.59/1.68	c heuristics/rens/nodesofs = 2000
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 20]
1.59/1.68	c heuristics/rootsoldiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.59/1.68	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.68	c heuristics/rounding/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/shifting/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.68	c heuristics/simplerounding/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.68	c heuristics/trivial/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.68	c heuristics/trysol/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.68	c heuristics/veclendiving/freq = -1
1.59/1.68	c 
1.59/1.68	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.68	c heuristics/veclendiving/maxlpiterquot = 0.075
1.59/1.68	c 
1.59/1.68	c # additional number of allowed LP iterations
1.59/1.68	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.68	c heuristics/veclendiving/maxlpiterofs = 1500
1.59/1.68	c 
1.59/1.68	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.68	c heuristics/zirounding/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.68	c separating/cmir/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.68	c separating/flowcover/freq = -1
1.59/1.68	c 
1.59/1.68	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.59/1.68	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.68	c separating/rapidlearning/freq = 0
1.59/1.68	c 
1.59/1.68	c -----------------------------------------------------------------------------------------------
1.59/1.68	c start solving
1.59/1.68	c 
15.69/15.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.76	c  14.8s|     1 |     0 |  2342 |     - | 155M|   0 |1090 |1650 | 113k|1650 | 113k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.67/43.74	c  42.8s|     1 |     0 |  2516 |     - | 161M|   0 |1090 |1650 | 113k|1650 | 113k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
74.06/74.11	c  73.2s|     1 |     0 |  2827 |     - | 165M|   0 |1090 |1650 | 113k|1650 | 113k|   2 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
104.35/104.47	c   104s|     1 |     0 |  3077 |     - | 169M|   0 |1090 |1650 | 113k|1650 | 113k|   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
142.62/142.72	c   142s|     1 |     0 |  4138 |     - | 174M|   0 |1090 |1650 | 113k|1650 | 113k|   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
186.41/186.56	c   186s|     1 |     0 |  5653 |     - | 178M|   0 |1090 |1650 | 113k|1650 | 113k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
394.17/394.30	c   393s|     1 |     2 |  5653 |     - | 178M|   0 |1090 |1650 | 113k|1650 | 113k|   5 |   0 |  21 | 0.000000e+00 |      --      |    Inf 
1791.85/1792.22	c 
1791.85/1792.22	c SCIP Status        : solving was interrupted [time limit reached]
1791.85/1792.22	c Solving Time (sec) : 1791.28
1791.85/1792.22	c Solving Nodes      : 6
1791.85/1792.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.85/1792.22	c Dual Bound         : +0.00000000000000e+00
1791.85/1792.22	c Gap                : infinite
1791.85/1792.22	s UNKNOWN
1791.85/1792.22	c SCIP Status        : solving was interrupted [time limit reached]
1791.85/1792.22	c Solving Time       :    1791.28
1791.85/1792.22	c Original Problem   :
1791.85/1792.22	c   Problem name     : HOME/instance-3729921-1338680009.opb
1791.85/1792.22	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.85/1792.22	c   Constraints      : 113164 initial, 113164 maximal
1791.85/1792.22	c Presolved Problem  :
1791.85/1792.22	c   Problem name     : t_HOME/instance-3729921-1338680009.opb
1791.85/1792.22	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.85/1792.22	c   Constraints      : 113164 initial, 113164 maximal
1791.85/1792.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.85/1792.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   probing          :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.85/1792.22	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1791.85/1792.22	c   root node        :          -          0          -          -          0          -          -          -          -
1791.85/1792.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.85/1792.22	c   integral         :          0          0          0          6          0          0          0          0          0         12
1791.85/1792.22	c   setppc           :        550          5         11          0          0          0         10          0          0          0
1791.85/1792.22	c   logicor          :     112614          5          6          0          0          0          0          0          0          0
1791.85/1792.22	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1791.85/1792.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.85/1792.22	c   integral         :    1229.19       0.00       0.00    1229.19       0.00
1791.85/1792.22	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.85/1792.22	c   logicor          :       0.06       0.02       0.04       0.00       0.00
1791.85/1792.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.85/1792.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.85/1792.22	c   vbounds          :       0.00          1          0          0
1791.85/1792.22	c   rootredcost      :       0.00          0          0          0
1791.85/1792.22	c   pseudoobj        :       0.00          0          0          0
1791.85/1792.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.85/1792.22	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.85/1792.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.85/1792.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.85/1792.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.85/1792.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.85/1792.22	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.85/1792.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.85/1792.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.85/1792.22	c   cut pool         :       0.01          4          -          -          7          -    (maximal pool size: 1712)
1791.85/1792.22	c   redcost          :       0.00         10          0          0          0          0
1791.85/1792.22	c   impliedbounds    :       0.00          5          0          0          0          0
1791.85/1792.22	c   intobj           :       0.00          0          0          0          0          0
1791.85/1792.22	c   cgmip            :       0.00          0          0          0          0          0
1791.85/1792.22	c   gomory           :     131.84          5          0          0          0          0
1791.85/1792.22	c   strongcg         :       3.74          5          0          0       2500          0
1791.85/1792.22	c   cmir             :       0.00          0          0          0          0          0
1791.85/1792.22	c   flowcover        :       0.00          0          0          0          0          0
1791.85/1792.22	c   clique           :       0.07          5          0          0          0          0
1791.85/1792.22	c   zerohalf         :       0.00          0          0          0          0          0
1791.85/1792.22	c   mcf              :       0.10          1          0          0          0          0
1791.85/1792.22	c   rapidlearning    :       0.00          0          0          0          0          0
1791.85/1792.22	c Pricers            :       Time      Calls       Vars
1791.85/1792.22	c   problem variables:       0.00          0          0
1791.85/1792.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.85/1792.22	c   relpscost        :    1229.19          6          0          0          0          0         12
1791.85/1792.22	c   pscost           :       0.00          0          0          0          0          0          0
1791.85/1792.22	c   inference        :       0.00          0          0          0          0          0          0
1791.85/1792.22	c   mostinf          :       0.00          0          0          0          0          0          0
1791.85/1792.22	c   leastinf         :       0.00          0          0          0          0          0          0
1791.85/1792.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.85/1792.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.85/1792.22	c   random           :       0.00          0          0          0          0          0          0
1791.85/1792.22	c Primal Heuristics  :       Time      Calls      Found
1791.85/1792.22	c   LP solutions     :       0.00          -          0
1791.85/1792.22	c   pseudo solutions :       0.00          -          0
1791.85/1792.22	c   trivial          :       0.00          1          0
1791.85/1792.22	c   simplerounding   :       0.00          0          0
1791.85/1792.22	c   zirounding       :       0.00          0          0
1791.85/1792.22	c   rounding         :       0.00          0          0
1791.85/1792.22	c   shifting         :       0.00          0          0
1791.85/1792.22	c   intshifting      :       0.00          0          0
1791.85/1792.22	c   oneopt           :       0.00          0          0
1791.85/1792.22	c   twoopt           :       0.00          0          0
1791.85/1792.22	c   fixandinfer      :       0.00          0          0
1791.85/1792.22	c   feaspump         :       0.00          0          0
1791.85/1792.22	c   coefdiving       :       0.00          0          0
1791.85/1792.22	c   pscostdiving     :       0.00          0          0
1791.85/1792.22	c   fracdiving       :       0.00          0          0
1791.85/1792.22	c   veclendiving     :       0.00          0          0
1791.85/1792.22	c   intdiving        :       0.00          0          0
1791.85/1792.22	c   actconsdiving    :       0.00          0          0
1791.85/1792.22	c   objpscostdiving  :       0.00          0          0
1791.85/1792.22	c   rootsoldiving    :       0.00          0          0
1791.85/1792.22	c   linesearchdiving :       0.00          0          0
1791.85/1792.22	c   guideddiving     :       0.00          0          0
1791.85/1792.22	c   octane           :       0.00          0          0
1791.85/1792.22	c   rens             :       0.00          0          0
1791.85/1792.22	c   rins             :       0.00          0          0
1791.85/1792.22	c   localbranching   :       0.00          0          0
1791.85/1792.22	c   mutation         :       0.00          0          0
1791.85/1792.22	c   crossover        :       0.00          0          0
1791.85/1792.22	c   dins             :       0.00          0          0
1791.85/1792.22	c   undercover       :       0.00          0          0
1791.85/1792.22	c   nlp              :       0.00          0          0
1791.85/1792.22	c   trysol           :       0.00          0          0
1791.85/1792.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.85/1792.22	c   primal LP        :       0.00          0          0       0.00          -
1791.85/1792.22	c   dual LP          :     425.12         11      44517    4047.00     104.72
1791.85/1792.22	c   lex dual LP      :       0.00          0          0       0.00          -
1791.85/1792.22	c   barrier LP       :       0.00          0          0       0.00          -
1791.85/1792.22	c   diving/probing LP:       0.00          0          0       0.00          -
1791.85/1792.22	c   strong branching :    1229.19        134     132703     990.32     107.96
1791.85/1792.22	c     (at root node) :          -         21      21000    1000.00          -
1791.85/1792.22	c   conflict analysis:       0.00          0          0       0.00          -
1791.85/1792.22	c B&B Tree           :
1791.85/1792.22	c   number of runs   :          1
1791.85/1792.22	c   nodes            :          6
1791.85/1792.22	c   nodes (total)    :          6
1791.85/1792.22	c   nodes left       :          7
1791.85/1792.22	c   max depth        :          5
1791.85/1792.22	c   max depth (total):          5
1791.85/1792.22	c   backtracks       :          0 (0.0%)
1791.85/1792.22	c   delayed cutoffs  :          0
1791.85/1792.22	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.85/1792.22	c   avg switch length:       1.00
1791.85/1792.22	c   switching time   :       0.01
1791.85/1792.22	c Solution           :
1791.85/1792.22	c   Solutions found  :          0 (0 improvements)
1791.85/1792.22	c   Primal Bound     :          -
1791.85/1792.22	c   Dual Bound       : +0.00000000000000e+00
1791.85/1792.22	c   Gap              :   infinite
1791.85/1792.22	c   Root Dual Bound  : +0.00000000000000e+00
1791.85/1792.22	c   Root Iterations  :       5653
1792.05/1792.41	c Time complete: 1792.06.

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-3729921-1338680009/watcher-3729921-1338680009 -o /tmp/evaluation-result-3729921-1338680009/solver-3729921-1338680009 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729921-1338680009.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 1.97 1.61 2/177 4789
/proc/meminfo: memFree=25518760/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 1320 0 0 0 0 0 0 0 20 0 1 0 334128195 9158656 1267 33554432000 4194304 8395647 140734673594000 140733294817384 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 2236 1278 374 1026 0 1206 0

[startup+0.0455741 s]
/proc/loadavg: 2.00 1.97 1.61 2/177 4789
/proc/meminfo: memFree=25518760/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=13596 CPUtime=0.04 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 2653 0 0 0 4 0 0 0 20 0 1 0 334128195 13922304 2599 33554432000 4194304 8395647 140734673594000 140733294817384 5758034 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 3399 2599 390 1026 0 2369 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13596

[startup+0.10022 s]
/proc/loadavg: 2.00 1.97 1.61 2/177 4789
/proc/meminfo: memFree=25518760/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=17372 CPUtime=0.09 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 3601 0 0 0 9 0 0 0 20 0 1 0 334128195 17788928 3547 33554432000 4194304 8395647 140734673594000 140733294817384 7373216 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 4343 3547 390 1026 0 3313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17372

[startup+0.300203 s]
/proc/loadavg: 2.00 1.97 1.61 2/177 4789
/proc/meminfo: memFree=25518760/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=26724 CPUtime=0.29 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 5911 0 0 0 29 0 0 0 20 0 1 0 334128195 27365376 5857 33554432000 4194304 8395647 140734673594000 140734673459208 7382041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 6681 5857 390 1026 0 5651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26724

[startup+0.700198 s]
/proc/loadavg: 2.00 1.97 1.61 2/177 4789
/proc/meminfo: memFree=25518760/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=45512 CPUtime=0.69 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 10592 0 0 0 68 1 0 0 20 0 1 0 334128195 46604288 10538 33554432000 4194304 8395647 140734673594000 140734673459208 7301452 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 11378 10538 390 1026 0 10348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45512

[startup+1.50024 s]
/proc/loadavg: 2.00 1.97 1.61 3/178 4790
/proc/meminfo: memFree=25435780/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=217416 CPUtime=1.48 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 54029 0 0 0 141 7 0 0 20 0 1 0 334128195 222633984 53283 33554432000 4194304 8395647 140734673594000 140734673589800 4218868 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 54434 53304 465 1026 0 53404 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 217416

[startup+3.10025 s]
/proc/loadavg: 2.00 1.97 1.62 3/178 4790
/proc/meminfo: memFree=25178492/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=395380 CPUtime=3.09 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 80099 0 0 0 296 13 0 0 20 0 1 0 334128195 404869120 92403 33554432000 4194304 8395647 140734673594000 140734673589464 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 98845 92403 549 1026 0 97815 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 395380

[startup+6.30024 s]
/proc/loadavg: 2.00 1.97 1.62 3/178 4790
/proc/meminfo: memFree=25102368/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=442560 CPUtime=6.29 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 83612 0 0 0 615 14 0 0 20 0 1 0 334128195 453181440 104736 33554432000 4194304 8395647 140734673594000 140734673589128 6701841 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 110640 104736 555 1026 0 109610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 442560

[startup+12.7002 s]
/proc/loadavg: 2.00 1.97 1.62 3/178 4790
/proc/meminfo: memFree=25083840/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=456888 CPUtime=12.69 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 84936 0 0 0 1254 15 0 0 20 0 1 0 334128195 467853312 108831 33554432000 4194304 8395647 140734673594000 140734673588408 6390525 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 114222 108831 555 1026 0 113192 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 456888

[startup+25.5002 s]
/proc/loadavg: 2.00 1.97 1.62 3/177 4790
/proc/meminfo: memFree=25083832/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=456888 CPUtime=25.48 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 85069 0 0 0 2532 16 0 0 20 0 1 0 334128195 467853312 108960 33554432000 4194304 8395647 140734673594000 140734673589240 6440888 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 114222 108960 566 1026 0 113192 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 456888

[startup+51.1002 s]
/proc/loadavg: 2.00 1.97 1.63 3/177 4790
/proc/meminfo: memFree=25074852/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=456888 CPUtime=51.06 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 85782 0 0 0 5088 18 0 0 20 0 1 0 334128195 467853312 111322 33554432000 4194304 8395647 140734673594000 140734673589192 6440888 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 114222 111322 581 1026 0 113192 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 456888

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.65 3/177 4790
/proc/meminfo: memFree=25045608/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=493416 CPUtime=102.25 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 86839 0 0 0 10202 23 0 0 20 0 1 0 334128195 505257984 118498 33554432000 4194304 8395647 140734673594000 140734673589128 6697246 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 123354 118498 581 1026 0 122324 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 493416

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 4791
/proc/meminfo: memFree=25033524/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=493416 CPUtime=162.22 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 87820 0 0 0 16196 26 0 0 20 0 1 0 334128195 505257984 121505 33554432000 4194304 8395647 140734673594000 140734673589240 6197326 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 123354 121505 581 1026 0 122324 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 493416

[startup+222.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/177 4791
/proc/meminfo: memFree=25009584/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=222.21 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88028 0 0 0 22191 30 0 0 20 0 1 0 334128195 531632128 127475 33554432000 4194304 8395647 140734673594000 140734673588872 6698001 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4789/statm: 129793 127475 583 1026 0 128763 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 519172

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/177 4791
/proc/meminfo: memFree=25009076/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=282.19 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88029 0 0 0 28186 33 0 0 20 0 1 0 334128195 531632128 127475 33554432000 4194304 8395647 140734673594000 140734673588872 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4789/statm: 129793 127475 583 1026 0 128763 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 519172

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.72 3/177 4791
/proc/meminfo: memFree=25009112/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=342.18 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88029 0 0 0 34181 37 0 0 20 0 1 0 334128195 531632128 127479 33554432000 4194304 8395647 140734673594000 140734673589208 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4789/statm: 129793 127479 583 1026 0 128763 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 519172

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4794
/proc/meminfo: memFree=25008828/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=402.16 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88031 0 0 0 40176 40 0 0 20 0 1 0 334128195 531632128 127481 33554432000 4194304 8395647 140734673594000 140734673589128 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127481 585 1026 0 128763 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 519172

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 4833
/proc/meminfo: memFree=22932796/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=462.15 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88031 0 0 0 46172 43 0 0 20 0 1 0 334128195 531632128 127481 33554432000 4194304 8395647 140734673594000 140734673589128 6698063 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127481 585 1026 0 128763 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 519172

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/177 4833
/proc/meminfo: memFree=22846288/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=522.14 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 52167 47 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 519172

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/177 4833
/proc/meminfo: memFree=22828780/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=582.13 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 58163 50 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 519172

[startup+642.3 s]

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

/proc/meminfo: memFree=22768548/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1122.05 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 112125 80 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588408 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 519172

[startup+1182.3 s]
/proc/loadavg: 2.08 2.00 1.86 3/177 4838
/proc/meminfo: memFree=22765884/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1182.04 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 118121 83 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673589304 6697289 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 519172

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 1.87 3/177 4838
/proc/meminfo: memFree=22766996/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1242.04 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 124117 87 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673589208 6698043 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 519172

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/177 4838
/proc/meminfo: memFree=22765796/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1302.04 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 130114 90 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673589208 6664892 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 519172

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 4839
/proc/meminfo: memFree=22754792/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1362.02 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 136109 93 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673589128 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 519172

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 4839
/proc/meminfo: memFree=22745652/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1422.02 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 142105 97 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 519172

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 4839
/proc/meminfo: memFree=22746256/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1482 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 148099 101 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6472197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 519172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 4839
/proc/meminfo: memFree=22747596/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1541.99 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 154095 104 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6698030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 519172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 4842
/proc/meminfo: memFree=22747096/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1601.98 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 160091 107 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6587036 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 519172

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 1.92 3/178 4866
/proc/meminfo: memFree=22745332/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1661.97 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 166086 111 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673589128 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 519172

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/177 4866
/proc/meminfo: memFree=22743932/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1721.96 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 172081 115 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6697355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 519172

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/177 4866
/proc/meminfo: memFree=22744980/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1781.95 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 178077 118 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 519172

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.02 1.92 3/177 4866
/proc/meminfo: memFree=22745104/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1785.15 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 178397 118 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1785.15
Current children cumulated vsize (KiB) 519172

[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1788.35 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 178717 118 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6698034 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1788.35
Current children cumulated vsize (KiB) 519172

[startup+1790.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1789.96 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 178877 119 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 519172

[startup+1791.1 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1790.75 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 178956 119 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1790.75
Current children cumulated vsize (KiB) 519172

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1791.56 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88032 0 0 0 179037 119 0 0 20 0 1 0 334128195 531632128 127497 33554432000 4194304 8395647 140734673594000 140734673588872 6697246 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127497 585 1026 0 128763 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 519172

[startup+1792.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=519172 CPUtime=1791.95 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88037 0 0 0 179076 119 0 0 20 0 1 0 334128195 531632128 127502 33554432000 4194304 8395647 140734673594000 140734673588872 6345238 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 129793 127502 590 1026 0 128763 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 519172

[startup+1792.4 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 4866
/proc/meminfo: memFree=22744668/32873648 swapFree=6852/6852
[pid=4789] ppid=4787 vsize=365192 CPUtime=1792.05 cores=0,2,4,6
/proc/4789/stat : 4789 (pbscip.linux.x8) R 4787 4789 4046 0 -1 4202496 88040 0 0 0 179086 119 0 0 20 0 1 0 334128195 373956608 89697 33554432000 4194304 8395647 140734673594000 140734673588872 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4789/statm: 91217 89535 593 1026 0 90187 0
Current children cumulated CPU time (s) 1792.05
Current children cumulated vsize (KiB) 365192

Child status: 0
Real time (s): 1792.41
CPU time (s): 1792.07
CPU user time (s): 1790.88
CPU system time (s): 1.19782
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 519172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.88
system time used= 1.19782
maximum resident set size= 510016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88047
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= 49
involuntary context switches= 2365

runsolver used 3.01054 second user time and 8.39572 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 01:33:29
IDJOB=3729921
IDBENCH=1370
IDSOLVER=2326
FILE ID=node112/3729921-1338680009
RUNJOBID= node112-1338678625-4065
PBS_JOBID= 14636701
Free space on /tmp= 71200 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729921-1338680009/watcher-3729921-1338680009 -o /tmp/evaluation-result-3729921-1338680009/solver-3729921-1338680009 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729921-1338680009.opb -t 1800 -m 15500

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1027861953

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.92
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.763
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.763
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:        25519024 kB
Buffers:          536500 kB
Cached:          5907140 kB
SwapCached:            0 kB
Active:          1770264 kB
Inactive:        4724888 kB
Active(anon):      40776 kB
Inactive(anon):    10936 kB
Active(file):    1729488 kB
Inactive(file):  4713952 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16028 kB
Writeback:             8 kB
AnonPages:         55912 kB
Mapped:            16812 kB
Shmem:               200 kB
Slab:             723296 kB
SReclaimable:     166996 kB
SUnreclaim:       556300 kB
KernelStack:        1432 kB
PageTables:         3608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     163196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71160 MiB
End job on node112 at 2012-06-03 02:03:22