Trace number 3730805

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.19 1792.47

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
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 benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-3730805-1338682484.opb>
1.09/1.19	c original problem has 62704 variables (62704 bin, 0 int, 0 impl, 0 cont) and 187107 constraints
1.09/1.19	c problem read
1.09/1.19	c No objective function, only one solution is needed.
1.09/1.20	c presolving settings loaded
1.49/1.57	c presolving:
3.48/3.50	c (round 1) 1178 del vars, 1155 del conss, 501 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5489521 impls, 0 clqs
3.68/3.70	c (round 2) 1531 del vars, 3559 del conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5493683 impls, 0 clqs
3.68/3.73	c (round 3) 1531 del vars, 3869 del conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5494539 impls, 0 clqs
4.28/4.30	c (round 4) 1531 del vars, 3882 del conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 183225 upgd conss, 5494539 impls, 0 clqs
4.50/4.51	c presolving (5 rounds):
4.50/4.51	c  1531 deleted vars, 3882 deleted constraints, 737 tightened bounds, 0 added holes, 252 changed sides, 876 changed coefficients
4.50/4.51	c  5494539 implications, 0 cliques
4.50/4.51	c presolved problem has 61173 variables (61173 bin, 0 int, 0 impl, 0 cont) and 183225 constraints
4.50/4.51	c     504 constraints of type <knapsack>
4.50/4.51	c  121885 constraints of type <setppc>
4.50/4.51	c   60836 constraints of type <logicor>
4.50/4.51	c transformed objective value is always integral (scale: 1)
4.50/4.51	c Presolving Time: 3.05
4.50/4.51	c - non default parameters ----------------------------------------------------------------------
4.50/4.51	c # SCIP version 1.2.1.3
4.50/4.51	c 
4.50/4.51	c # frequency for displaying node information lines
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 100]
4.50/4.51	c display/freq = 10000
4.50/4.51	c 
4.50/4.51	c # maximal time in seconds to run
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.50/4.51	c limits/time = 1788.81
4.50/4.51	c 
4.50/4.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.50/4.51	c limits/memory = 13950
4.50/4.51	c 
4.50/4.51	c # solving stops, if the given number of solutions were found (-1: no limit)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51	c limits/solutions = 1
4.50/4.51	c 
4.50/4.51	c # maximal number of separation rounds per node (-1: unlimited)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 5]
4.50/4.51	c separating/maxrounds = 1
4.50/4.51	c 
4.50/4.51	c # maximal number of separation rounds in the root node (-1: unlimited)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51	c separating/maxroundsroot = 5
4.50/4.51	c 
4.50/4.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.50/4.51	c # [type: int, range: [1,2], default: 1]
4.50/4.51	c timing/clocktype = 2
4.50/4.51	c 
4.50/4.51	c # should presolving try to simplify inequalities
4.50/4.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.50/4.51	c constraints/linear/simplifyinequalities = TRUE
4.50/4.51	c 
4.50/4.51	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.50/4.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.50/4.51	c constraints/indicator/addCouplingCons = TRUE
4.50/4.51	c 
4.50/4.51	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.50/4.51	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.50/4.51	c constraints/knapsack/disaggregation = FALSE
4.50/4.51	c 
4.50/4.51	c # should presolving try to simplify knapsacks
4.50/4.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.50/4.51	c constraints/knapsack/simplifyinequalities = TRUE
4.50/4.51	c 
4.50/4.51	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51	c presolving/probing/maxrounds = 0
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/coefdiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/coefdiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/coefdiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 30]
4.50/4.51	c heuristics/crossover/freq = -1
4.50/4.51	c 
4.50/4.51	c # number of nodes added to the contingent of the total nodes
4.50/4.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.50/4.51	c heuristics/crossover/nodesofs = 750
4.50/4.51	c 
4.50/4.51	c # number of nodes without incumbent change that heuristic should wait
4.50/4.51	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.50/4.51	c heuristics/crossover/nwaitingnodes = 100
4.50/4.51	c 
4.50/4.51	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.50/4.51	c # [type: real, range: [0,1], default: 0.1]
4.50/4.51	c heuristics/crossover/nodesquot = 0.15
4.50/4.51	c 
4.50/4.51	c # minimum percentage of integer variables that have to be fixed 
4.50/4.51	c # [type: real, range: [0,1], default: 0.666]
4.50/4.51	c heuristics/crossover/minfixingrate = 0.5
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 20]
4.50/4.51	c heuristics/feaspump/freq = -1
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/feaspump/maxlpiterofs = 2000
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/fracdiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/fracdiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/fracdiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/guideddiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/guideddiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/guideddiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/intdiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/intshifting/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/linesearchdiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51	c heuristics/nlp/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 20]
4.50/4.51	c heuristics/objpscostdiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to total iteration number
4.50/4.51	c # [type: real, range: [0,1], default: 0.01]
4.50/4.51	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51	c heuristics/oneopt/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/pscostdiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/pscostdiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51	c heuristics/rens/freq = -1
4.50/4.51	c 
4.50/4.51	c # minimum percentage of integer variables that have to be fixable 
4.50/4.51	c # [type: real, range: [0,1], default: 0.5]
4.50/4.51	c heuristics/rens/minfixingrate = 0.3
4.50/4.51	c 
4.50/4.51	c # number of nodes added to the contingent of the total nodes
4.50/4.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.50/4.51	c heuristics/rens/nodesofs = 2000
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 20]
4.50/4.51	c heuristics/rootsoldiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.50/4.51	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51	c heuristics/rounding/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/shifting/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51	c heuristics/simplerounding/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51	c heuristics/trivial/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51	c heuristics/trysol/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 10]
4.50/4.51	c heuristics/veclendiving/freq = -1
4.50/4.51	c 
4.50/4.51	c # maximal fraction of diving LP iterations compared to node LP iterations
4.50/4.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.50/4.51	c heuristics/veclendiving/maxlpiterquot = 0.075
4.50/4.51	c 
4.50/4.51	c # additional number of allowed LP iterations
4.50/4.51	c # [type: int, range: [0,2147483647], default: 1000]
4.50/4.51	c heuristics/veclendiving/maxlpiterofs = 1500
4.50/4.51	c 
4.50/4.51	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 1]
4.50/4.51	c heuristics/zirounding/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51	c separating/cmir/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: 0]
4.50/4.51	c separating/flowcover/freq = -1
4.50/4.51	c 
4.50/4.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.50/4.51	c # [type: int, range: [-1,2147483647], default: -1]
4.50/4.51	c separating/rapidlearning/freq = 0
4.50/4.51	c 
4.50/4.51	c -----------------------------------------------------------------------------------------------
4.50/4.51	c start solving
4.50/4.53	c 
26.29/26.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.29/26.36	c  25.2s|     1 |     0 |  6192 |     - | 487M|   0 |4103 |  61k| 183k|  61k| 183k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
78.08/78.17	c  77.0s|     1 |     0 | 12790 |     - | 488M|   0 |4670 |  61k| 183k|  61k| 183k|  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
164.86/164.94	c   164s|     1 |     0 | 23073 |     - | 488M|   0 |5877 |  61k| 183k|  61k| 183k|  96 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
252.05/252.12	c   251s|     1 |     0 | 35520 |     - | 489M|   0 |6719 |  61k| 183k|  61k| 183k| 202 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
335.04/335.12	c   334s|     1 |     0 | 45402 |     - | 489M|   0 |7072 |  61k| 183k|  61k| 183k| 285 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
609.50/609.64	c   608s|     1 |     0 | 63318 |     - | 489M|   0 |7454 |  61k| 183k|  61k| 183k| 391 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
789.27/789.45	c   788s|     1 |     2 | 63318 |     - | 489M|   0 |7454 |  61k| 183k|  61k| 183k| 391 |   0 |  23 | 0.000000e+00 |      --      |    Inf 
1791.51/1791.86	c 
1791.51/1791.86	c SCIP Status        : solving was interrupted [time limit reached]
1791.51/1791.86	c Solving Time (sec) : 1790.66
1791.51/1791.86	c Solving Nodes      : 6
1791.51/1791.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.51/1791.86	c Dual Bound         : +0.00000000000000e+00
1791.51/1791.86	c Gap                : infinite
1791.51/1791.86	s UNKNOWN
1791.51/1791.86	c SCIP Status        : solving was interrupted [time limit reached]
1791.51/1791.86	c Solving Time       :    1790.66
1791.51/1791.86	c Original Problem   :
1791.51/1791.86	c   Problem name     : HOME/instance-3730805-1338682484.opb
1791.51/1791.86	c   Variables        : 62704 (62704 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.51/1791.86	c   Constraints      : 187107 initial, 187107 maximal
1791.51/1791.86	c Presolved Problem  :
1791.51/1791.86	c   Problem name     : t_HOME/instance-3730805-1338682484.opb
1791.51/1791.86	c   Variables        : 61173 (61173 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.51/1791.86	c   Constraints      : 183225 initial, 183225 maximal
1791.51/1791.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.51/1791.86	c   trivial          :       0.01         64          0          0          0          0          0          0          0
1791.51/1791.86	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1791.51/1791.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.51/1791.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.51/1791.86	c   implics          :       0.25          0        735          0          0          0          0          0          0
1791.51/1791.86	c   probing          :       0.00          0          0          0          0          0          0          0          0
1791.51/1791.86	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1791.51/1791.86	c   setppc           :       0.15          0          0          0          0          0          0          0          0
1791.51/1791.86	c   linear           :       2.32        731          1          0        737          0       3882        252        876
1791.51/1791.86	c   logicor          :       0.08          0          0          0          0          0          0          0          0
1791.51/1791.86	c   root node        :          -          0          -          -          0          -          -          -          -
1791.51/1791.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.51/1791.86	c   integral         :          0          0          0          6          0          0          0          0          0         12
1791.51/1791.86	c   knapsack         :        504          5        313          0          0          0          0        995          0          0
1791.51/1791.86	c   setppc           :     121885          5        313          0          0          0       8712          0          0          0
1791.51/1791.86	c   logicor          :      60836          5        311          0          0          0        288          0          0          0
1791.51/1791.86	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1791.51/1791.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.51/1791.86	c   integral         :    1024.08       0.00       0.00    1024.08       0.00
1791.51/1791.86	c   knapsack         :       0.02       0.02       0.01       0.00       0.00
1791.51/1791.86	c   setppc           :       1.19       0.02       1.17       0.00       0.00
1791.51/1791.86	c   logicor          :       0.05       0.01       0.03       0.00       0.00
1791.51/1791.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.51/1791.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.51/1791.86	c   vbounds          :       0.00          1          0          0
1791.51/1791.86	c   rootredcost      :       0.00          0          0          0
1791.51/1791.86	c   pseudoobj        :       0.00          0          0          0
1791.51/1791.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.51/1791.86	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.51/1791.86	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.51/1791.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.51/1791.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.51/1791.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.51/1791.86	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.51/1791.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.51/1791.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.51/1791.86	c   cut pool         :       0.00          4          -          -         54          -    (maximal pool size: 854)
1791.51/1791.86	c   redcost          :       0.02         10          0          0          0          0
1791.51/1791.86	c   impliedbounds    :       0.11          5          0          0          0          0
1791.51/1791.86	c   intobj           :       0.00          0          0          0          0          0
1791.51/1791.86	c   cgmip            :       0.00          0          0          0          0          0
1791.51/1791.86	c   gomory           :     121.45          5          0          0       2500          0
1791.51/1791.86	c   strongcg         :     121.43          5          0          0       2500          0
1791.51/1791.86	c   cmir             :       0.00          0          0          0          0          0
1791.51/1791.86	c   flowcover        :       0.00          0          0          0          0          0
1791.51/1791.86	c   clique           :       6.25          5          0          0         40          0
1791.51/1791.86	c   zerohalf         :       0.00          0          0          0          0          0
1791.51/1791.86	c   mcf              :      11.81          1          0          0          0          0
1791.51/1791.86	c   rapidlearning    :       0.00          0          0          0          0          0
1791.51/1791.86	c Pricers            :       Time      Calls       Vars
1791.51/1791.86	c   problem variables:       0.00          0          0
1791.51/1791.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.51/1791.86	c   relpscost        :    1024.08          6          0          0          0          0         12
1791.51/1791.86	c   pscost           :       0.00          0          0          0          0          0          0
1791.51/1791.86	c   inference        :       0.00          0          0          0          0          0          0
1791.51/1791.86	c   mostinf          :       0.00          0          0          0          0          0          0
1791.51/1791.86	c   leastinf         :       0.00          0          0          0          0          0          0
1791.51/1791.86	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.51/1791.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.51/1791.86	c   random           :       0.00          0          0          0          0          0          0
1791.51/1791.86	c Primal Heuristics  :       Time      Calls      Found
1791.51/1791.86	c   LP solutions     :       0.00          -          0
1791.51/1791.86	c   pseudo solutions :       0.00          -          0
1791.51/1791.86	c   trivial          :       0.04          1          0
1791.51/1791.86	c   simplerounding   :       0.00          0          0
1791.51/1791.86	c   zirounding       :       0.00          0          0
1791.51/1791.86	c   rounding         :       0.00          0          0
1791.51/1791.86	c   shifting         :       0.00          0          0
1791.51/1791.86	c   intshifting      :       0.00          0          0
1791.51/1791.86	c   oneopt           :       0.00          0          0
1791.51/1791.86	c   twoopt           :       0.00          0          0
1791.51/1791.86	c   fixandinfer      :       0.00          0          0
1791.51/1791.86	c   feaspump         :       0.00          0          0
1791.51/1791.86	c   coefdiving       :       0.00          0          0
1791.51/1791.86	c   pscostdiving     :       0.00          0          0
1791.51/1791.86	c   fracdiving       :       0.00          0          0
1791.51/1791.86	c   veclendiving     :       0.00          0          0
1791.51/1791.86	c   intdiving        :       0.00          0          0
1791.51/1791.86	c   actconsdiving    :       0.00          0          0
1791.51/1791.86	c   objpscostdiving  :       0.00          0          0
1791.51/1791.86	c   rootsoldiving    :       0.00          0          0
1791.51/1791.86	c   linesearchdiving :       0.00          0          0
1791.51/1791.86	c   guideddiving     :       0.00          0          0
1791.51/1791.86	c   octane           :       0.00          0          0
1791.51/1791.86	c   rens             :       0.00          0          0
1791.51/1791.86	c   rins             :       0.00          0          0
1791.51/1791.86	c   localbranching   :       0.00          0          0
1791.51/1791.86	c   mutation         :       0.00          0          0
1791.51/1791.86	c   crossover        :       0.00          0          0
1791.51/1791.86	c   dins             :       0.00          0          0
1791.51/1791.86	c   undercover       :       0.00          0          0
1791.51/1791.86	c   nlp              :       0.00          0          0
1791.51/1791.86	c   trysol           :       0.00          0          0
1791.51/1791.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.51/1791.86	c   primal LP        :       0.10          0          0       0.00       0.00
1791.51/1791.86	c   dual LP          :     500.08         11      86796    7890.55     173.56
1791.51/1791.86	c   lex dual LP      :       0.00          0          0       0.00          -
1791.51/1791.86	c   barrier LP       :       0.00          0          0       0.00          -
1791.51/1791.86	c   diving/probing LP:       0.00          0          0       0.00          -
1791.51/1791.86	c   strong branching :    1024.07        134     133071     993.07     129.94
1791.51/1791.86	c     (at root node) :          -         23      23000    1000.00          -
1791.51/1791.86	c   conflict analysis:       0.00          0          0       0.00          -
1791.51/1791.86	c B&B Tree           :
1791.51/1791.86	c   number of runs   :          1
1791.51/1791.86	c   nodes            :          6
1791.51/1791.86	c   nodes (total)    :          6
1791.51/1791.86	c   nodes left       :          7
1791.51/1791.86	c   max depth        :          3
1791.51/1791.86	c   max depth (total):          3
1791.51/1791.86	c   backtracks       :          2 (33.3%)
1791.51/1791.86	c   delayed cutoffs  :          0
1791.51/1791.86	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.51/1791.86	c   avg switch length:       1.67
1791.51/1791.86	c   switching time   :       0.14
1791.51/1791.86	c Solution           :
1791.51/1791.86	c   Solutions found  :          0 (0 improvements)
1791.51/1791.86	c   Primal Bound     :          -
1791.51/1791.86	c   Dual Bound       : +0.00000000000000e+00
1791.51/1791.86	c   Gap              :   infinite
1791.51/1791.86	c   Root Dual Bound  : +0.00000000000000e+00
1791.51/1791.86	c   Root Iterations  :      63318
1792.11/1792.46	c Time complete: 1792.18.

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-3730805-1338682484/watcher-3730805-1338682484 -o /tmp/evaluation-result-3730805-1338682484/solver-3730805-1338682484 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730805-1338682484.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.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 1315 0 0 0 0 0 0 0 20 0 1 0 334374133 9158656 1262 33554432000 4194304 8395647 140733975842336 140733984743912 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 2236 1272 374 1026 0 1206 0

[startup+0.0935581 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=20732 CPUtime=0.08 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 4422 0 0 0 8 0 0 0 20 0 1 0 334374133 21229568 4369 33554432000 4194304 8395647 140733975842336 140733975707544 6766217 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 5183 4369 390 1026 0 4153 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20732

[startup+0.100225 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=20880 CPUtime=0.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 4456 0 0 0 9 0 0 0 20 0 1 0 334374133 21381120 4403 33554432000 4194304 8395647 140733975842336 140733975707544 6347101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 5220 4403 390 1026 0 4190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20880

[startup+0.300225 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=39872 CPUtime=0.29 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 9185 0 0 0 29 0 0 0 20 0 1 0 334374133 40828928 9132 33554432000 4194304 8395647 140733975842336 140733975707544 7301285 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 9968 9132 390 1026 0 8938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39872

[startup+0.700219 s]
/proc/loadavg: 2.01 2.00 1.93 2/176 14623
/proc/meminfo: memFree=25330088/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=75924 CPUtime=0.68 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 18242 0 0 0 67 1 0 0 20 0 1 0 334374133 77746176 18189 33554432000 4194304 8395647 140733975842336 140733975707544 7382031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 18981 18189 390 1026 0 17951 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75924

[startup+1.50024 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14624
/proc/meminfo: memFree=25232708/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=276236 CPUtime=1.49 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 68454 0 0 0 141 8 0 0 20 0 1 0 334374133 282865664 68047 33554432000 4194304 8395647 140733975842336 140733975838488 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14623/statm: 69059 68047 429 1026 0 68029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 276236

[startup+3.10024 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24983840/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=477940 CPUtime=3.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 116137 0 0 0 294 15 0 0 20 0 1 0 334374133 489410560 115730 33554432000 4194304 8395647 140733975842336 140733975838088 6347124 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 119485 115730 469 1026 0 118455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 477940

[startup+6.3003 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24585360/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=790116 CPUtime=6.28 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 170681 0 0 0 605 23 0 0 20 0 1 0 334374133 809078784 189636 33554432000 4194304 8395647 140733975842336 140733975837800 6696771 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 197529 189636 579 1026 0 196499 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 790116

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24559208/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=809700 CPUtime=12.69 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 172827 0 0 0 1245 24 0 0 20 0 1 0 334374133 829132800 193634 33554432000 4194304 8395647 140733975842336 140733975837464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 202425 193634 579 1026 0 201395 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 809700

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24542128/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=822252 CPUtime=25.49 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 175625 0 0 0 2523 26 0 0 20 0 1 0 334374133 841986048 197776 33554432000 4194304 8395647 140733975842336 140733975837464 6697978 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 205563 197776 579 1026 0 204533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 822252

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14624
/proc/meminfo: memFree=24511068/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=849684 CPUtime=51.08 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 179250 0 0 0 5081 27 0 0 20 0 1 0 334374133 870076416 205185 33554432000 4194304 8395647 140733975842336 140733975837464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 212421 205185 612 1026 0 211391 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 849684

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24501808/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=859752 CPUtime=102.28 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 180422 0 0 0 10196 32 0 0 20 0 1 0 334374133 880386048 207373 33554432000 4194304 8395647 140733975842336 140733975837576 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 214938 207373 612 1026 0 213908 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 859752

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24496068/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=861232 CPUtime=162.26 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 181058 0 0 0 16190 36 0 0 20 0 1 0 334374133 881901568 208520 33554432000 4194304 8395647 140733975842336 140733975837464 6698194 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 215308 208520 612 1026 0 214278 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 861232

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24481828/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=222.26 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182573 0 0 0 22184 42 0 0 20 0 1 0 334374133 894173184 211568 33554432000 4194304 8395647 140733975842336 140733975837464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211568 612 1026 0 217274 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 873216

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 14625
/proc/meminfo: memFree=24472000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=282.25 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182749 0 0 0 28179 46 0 0 20 0 1 0 334374133 894173184 211744 33554432000 4194304 8395647 140733975842336 140733975837464 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211744 612 1026 0 217274 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 873216

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14628
/proc/meminfo: memFree=24473464/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=342.24 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182758 0 0 0 34174 50 0 0 20 0 1 0 334374133 894173184 211753 33554432000 4194304 8395647 140733975842336 140733975837528 6202710 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211753 612 1026 0 217274 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 873216

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 14629
/proc/meminfo: memFree=24472012/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=402.23 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182765 0 0 0 40169 54 0 0 20 0 1 0 334374133 894173184 211760 33554432000 4194304 8395647 140733975842336 140733975837528 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211760 612 1026 0 217274 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 873216

[startup+462.3 s]
/proc/loadavg: 2.09 2.04 1.94 3/177 14629
/proc/meminfo: memFree=24467204/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=462.22 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182768 0 0 0 46163 59 0 0 20 0 1 0 334374133 894173184 211763 33554432000 4194304 8395647 140733975842336 140733975837576 7382046 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211763 612 1026 0 217274 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 873216

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/177 14629
/proc/meminfo: memFree=24464876/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=522.2 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182813 0 0 0 52157 63 0 0 20 0 1 0 334374133 894173184 211808 33554432000 4194304 8395647 140733975842336 140733975837464 6697980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211808 612 1026 0 217274 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 873216

[startup+582.3 s]
/proc/loadavg: 2.09 2.06 1.96 3/177 14629
/proc/meminfo: memFree=24464160/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=582.2 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182813 0 0 0 58152 68 0 0 20 0 1 0 334374133 894173184 211808 33554432000 4194304 8395647 140733975842336 140733975837464 6696767 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 211808 612 1026 0 217274 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 873216

[startup+642.3 s]

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

/proc/meminfo: memFree=24367844/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1062.13 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182887 0 0 0 106106 107 0 0 20 0 1 0 334374133 894173184 212393 33554432000 4194304 8395647 140733975842336 140733975836888 6635648 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212393 615 1026 0 217274 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 873216

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/177 14634
/proc/meminfo: memFree=24368000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1122.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182890 0 0 0 112100 111 0 0 20 0 1 0 334374133 894173184 212396 33554432000 4194304 8395647 140733975842336 140733975837208 6698227 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212396 615 1026 0 217274 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 873216

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/177 14634
/proc/meminfo: memFree=24352080/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1182.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182890 0 0 0 118095 116 0 0 20 0 1 0 334374133 894173184 212396 33554432000 4194304 8395647 140733975842336 140733975837208 6697355 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212396 615 1026 0 217274 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 873216

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/177 14634
/proc/meminfo: memFree=24342460/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1242.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182891 0 0 0 124090 119 0 0 20 0 1 0 334374133 894173184 212415 33554432000 4194304 8395647 140733975842336 140733975837208 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212415 615 1026 0 217274 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 873216

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 14634
/proc/meminfo: memFree=24341992/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1302.09 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182893 0 0 0 130085 124 0 0 20 0 1 0 334374133 894173184 212495 33554432000 4194304 8395647 140733975842336 140733975837544 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 212495 615 1026 0 217274 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 873216

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 14635
/proc/meminfo: memFree=24336316/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1362.07 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182893 0 0 0 136079 128 0 0 20 0 1 0 334374133 894173184 213863 33554432000 4194304 8395647 140733975842336 140733975837208 6698248 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 213863 615 1026 0 217274 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 873216

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14635
/proc/meminfo: memFree=24333368/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1422.08 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182894 0 0 0 142075 133 0 0 20 0 1 0 334374133 894173184 214683 33554432000 4194304 8395647 140733975842336 140733975837848 6698047 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 214683 615 1026 0 217274 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 873216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14673
/proc/meminfo: memFree=26263252/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1482.06 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182895 0 0 0 148069 137 0 0 20 0 1 0 334374133 894173184 215406 33554432000 4194304 8395647 140733975842336 140733975836488 7382152 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 215406 615 1026 0 217274 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 873216

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14676
/proc/meminfo: memFree=26182336/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1542.06 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182895 0 0 0 154064 142 0 0 20 0 1 0 334374133 894173184 215686 33554432000 4194304 8395647 140733975842336 140733975837640 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 215686 615 1026 0 217274 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 873216

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/177 14676
/proc/meminfo: memFree=26180196/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1602.04 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182904 0 0 0 160058 146 0 0 20 0 1 0 334374133 894173184 215993 33554432000 4194304 8395647 140733975842336 140733975837592 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 215993 615 1026 0 217274 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 873216

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 14677
/proc/meminfo: memFree=26178484/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1662.03 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182907 0 0 0 166052 151 0 0 20 0 1 0 334374133 894173184 216192 33554432000 4194304 8395647 140733975842336 140733975837640 6697390 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216192 615 1026 0 217274 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 873216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26176224/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1722.02 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182907 0 0 0 172047 155 0 0 20 0 1 0 334374133 894173184 216648 33554432000 4194304 8395647 140733975842336 140733975837544 6698220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216648 615 1026 0 217274 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 873216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173824/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1782.01 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178042 159 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837464 6698220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 873216

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173828/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1785.3 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178371 159 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 873216

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173828/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1788.51 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178691 160 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 6636327 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (KiB) 873216

[startup+1790.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173504/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1790.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178851 160 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 6697980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1790.11
Current children cumulated vsize (KiB) 873216

[startup+1791.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26173628/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1790.91 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182966 0 0 0 178931 160 0 0 20 0 1 0 334374133 894173184 216707 33554432000 4194304 8395647 140733975842336 140733975837208 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216707 615 1026 0 217274 0
Current children cumulated CPU time (s) 1790.91
Current children cumulated vsize (KiB) 873216

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26174000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=873216 CPUtime=1791.71 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182971 0 0 0 179011 160 0 0 20 0 1 0 334374133 894173184 216712 33554432000 4194304 8395647 140733975842336 140733975837208 6150509 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 218304 216712 620 1026 0 217274 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 873216

[startup+1792.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 14677
/proc/meminfo: memFree=26174000/32873660 swapFree=7120/7120
[pid=14623] ppid=14621 vsize=786016 CPUtime=1792.11 cores=0,2,4,6
/proc/14623/stat : 14623 (pbscip.linux.x8) R 14621 14623 13836 0 -1 4202496 182973 0 0 0 179051 160 0 0 20 0 1 0 334374133 804880384 195509 33554432000 4194304 8395647 140733975842336 140733975841720 4219918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14623/statm: 196504 195509 622 1026 0 195474 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 786016

Child status: 0
Real time (s): 1792.47
CPU time (s): 1792.19
CPU user time (s): 1790.57
CPU system time (s): 1.61575
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 873216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.57
system time used= 1.61575
maximum resident set size= 866856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182980
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= 17
involuntary context switches= 1918

runsolver used 2.6146 second user time and 7.16591 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 02:14:44
IDJOB=3730805
IDBENCH=1479
IDSOLVER=2326
FILE ID=node117/3730805-1338682484
RUNJOBID= node117-1338678620-13855
PBS_JOBID= 14636696
Free space on /tmp= 69092 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/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.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-3730805-1338682484/watcher-3730805-1338682484 -o /tmp/evaluation-result-3730805-1338682484/solver-3730805-1338682484 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730805-1338682484.opb -t 1800 -m 15500

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=592275195

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        25331072 kB
Buffers:          603692 kB
Cached:          4133708 kB
SwapCached:          776 kB
Active:          4185132 kB
Inactive:        2437080 kB
Active(anon):    1862836 kB
Inactive(anon):    18160 kB
Active(file):    2322296 kB
Inactive(file):  2418920 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             15940 kB
Writeback:             0 kB
AnonPages:       2095464 kB
Mapped:            14612 kB
Shmem:                80 kB
Slab:             775908 kB
SReclaimable:     220312 kB
SUnreclaim:       555596 kB
KernelStack:        1472 kB
PageTables:         7848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2078116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 69096 MiB
End job on node117 at 2012-06-03 02:44:36