Trace number 3741071

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? 1798.21 1798.61

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-164.opb
MD5SUM81ec1ddcd163131a26e4e6f9286dd205
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark97.5382
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26339
Total number of constraints612374
Number of constraints which are clauses549666
Number of constraints which are cardinality constraints (but not clauses)2270
Number of constraints which are nor clauses,nor cardinality constraints60438
Minimum length of a constraint1
Maximum length of a constraint1485
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1486
Number of bits of the biggest sum of numbers11
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-3741071-1338748971.opb>
4.39/4.42	c original problem has 26339 variables (26339 bin, 0 int, 0 impl, 0 cont) and 612374 constraints
4.39/4.42	c problem read
4.39/4.42	c No objective function, only one solution is needed.
4.39/4.42	c presolving settings loaded
5.09/5.17	c presolving:
6.18/6.25	c (round 1) 8289 del vars, 133981 del conss, 8288 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 337806 impls, 596 clqs
6.58/6.60	c (round 2) 12741 del vars, 253596 del conss, 8288 chg bounds, 8238 chg sides, 10432 chg coeffs, 0 upgd conss, 401608 impls, 596 clqs
6.79/6.88	c (round 3) 13047 del vars, 264647 del conss, 8288 chg bounds, 9939 chg sides, 12640 chg coeffs, 0 upgd conss, 402290 impls, 596 clqs
8.09/8.12	c (round 4) 13047 del vars, 264677 del conss, 8288 chg bounds, 9951 chg sides, 12640 chg coeffs, 347714 upgd conss, 402290 impls, 596 clqs
8.49/8.50	c (round 5) 13047 del vars, 264677 del conss, 8288 chg bounds, 10013 chg sides, 13512 chg coeffs, 347714 upgd conss, 402290 impls, 596 clqs
8.59/8.68	c presolving (6 rounds):
8.59/8.68	c  13047 deleted vars, 264689 deleted constraints, 8288 tightened bounds, 0 added holes, 10013 changed sides, 13670 changed coefficients
8.59/8.68	c  402290 implications, 596 cliques
8.59/8.68	c presolved problem has 13292 variables (13292 bin, 0 int, 0 impl, 0 cont) and 347685 constraints
8.59/8.68	c   54593 constraints of type <knapsack>
8.59/8.68	c   34536 constraints of type <setppc>
8.59/8.68	c       1 constraints of type <linear>
8.59/8.68	c  258555 constraints of type <logicor>
8.59/8.68	c transformed objective value is always integral (scale: 1)
8.59/8.68	c Presolving Time: 3.56
8.59/8.68	c - non default parameters ----------------------------------------------------------------------
8.59/8.68	c # SCIP version 1.2.1.3
8.59/8.68	c 
8.59/8.68	c # frequency for displaying node information lines
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 100]
8.59/8.68	c display/freq = 10000
8.59/8.68	c 
8.59/8.68	c # maximal time in seconds to run
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.59/8.68	c limits/time = 1785.58
8.59/8.68	c 
8.59/8.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.59/8.68	c limits/memory = 13950
8.59/8.68	c 
8.59/8.68	c # solving stops, if the given number of solutions were found (-1: no limit)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: -1]
8.59/8.68	c limits/solutions = 1
8.59/8.68	c 
8.59/8.68	c # maximal number of separation rounds per node (-1: unlimited)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 5]
8.59/8.68	c separating/maxrounds = 1
8.59/8.68	c 
8.59/8.68	c # maximal number of separation rounds in the root node (-1: unlimited)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: -1]
8.59/8.68	c separating/maxroundsroot = 5
8.59/8.68	c 
8.59/8.68	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.59/8.68	c # [type: int, range: [1,2], default: 1]
8.59/8.68	c timing/clocktype = 2
8.59/8.68	c 
8.59/8.68	c # should presolving try to simplify inequalities
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.59/8.68	c constraints/linear/simplifyinequalities = TRUE
8.59/8.68	c 
8.59/8.68	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.59/8.68	c constraints/indicator/addCouplingCons = TRUE
8.59/8.68	c 
8.59/8.68	c # should disaggregation of knapsack constraints be allowed in preprocessing?
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
8.59/8.68	c constraints/knapsack/disaggregation = FALSE
8.59/8.68	c 
8.59/8.68	c # should presolving try to simplify knapsacks
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.59/8.68	c constraints/knapsack/simplifyinequalities = TRUE
8.59/8.68	c 
8.59/8.68	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: -1]
8.59/8.68	c presolving/probing/maxrounds = 0
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/coefdiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/coefdiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/coefdiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 30]
8.59/8.68	c heuristics/crossover/freq = -1
8.59/8.68	c 
8.59/8.68	c # number of nodes added to the contingent of the total nodes
8.59/8.68	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.59/8.68	c heuristics/crossover/nodesofs = 750
8.59/8.68	c 
8.59/8.68	c # number of nodes without incumbent change that heuristic should wait
8.59/8.68	c # [type: longint, range: [0,9223372036854775807], default: 200]
8.59/8.68	c heuristics/crossover/nwaitingnodes = 100
8.59/8.68	c 
8.59/8.68	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
8.59/8.68	c # [type: real, range: [0,1], default: 0.1]
8.59/8.68	c heuristics/crossover/nodesquot = 0.15
8.59/8.68	c 
8.59/8.68	c # minimum percentage of integer variables that have to be fixed 
8.59/8.68	c # [type: real, range: [0,1], default: 0.666]
8.59/8.68	c heuristics/crossover/minfixingrate = 0.5
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 20]
8.59/8.68	c heuristics/feaspump/freq = -1
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/feaspump/maxlpiterofs = 2000
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/fracdiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/fracdiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/fracdiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/guideddiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/guideddiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/guideddiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/intdiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/intshifting/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/linesearchdiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/linesearchdiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/linesearchdiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 1]
8.59/8.68	c heuristics/nlp/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 20]
8.59/8.68	c heuristics/objpscostdiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to total iteration number
8.59/8.68	c # [type: real, range: [0,1], default: 0.01]
8.59/8.68	c heuristics/objpscostdiving/maxlpiterquot = 0.015
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/objpscostdiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 1]
8.59/8.68	c heuristics/oneopt/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/pscostdiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/pscostdiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/pscostdiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 0]
8.59/8.68	c heuristics/rens/freq = -1
8.59/8.68	c 
8.59/8.68	c # minimum percentage of integer variables that have to be fixable 
8.59/8.68	c # [type: real, range: [0,1], default: 0.5]
8.59/8.68	c heuristics/rens/minfixingrate = 0.3
8.59/8.68	c 
8.59/8.68	c # number of nodes added to the contingent of the total nodes
8.59/8.68	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.59/8.68	c heuristics/rens/nodesofs = 2000
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 20]
8.59/8.68	c heuristics/rootsoldiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
8.59/8.68	c heuristics/rootsoldiving/maxlpiterquot = 0.015
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/rootsoldiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 1]
8.59/8.68	c heuristics/rounding/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/shifting/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 1]
8.59/8.68	c heuristics/simplerounding/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 0]
8.59/8.68	c heuristics/trivial/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 1]
8.59/8.68	c heuristics/trysol/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 10]
8.59/8.68	c heuristics/veclendiving/freq = -1
8.59/8.68	c 
8.59/8.68	c # maximal fraction of diving LP iterations compared to node LP iterations
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.59/8.68	c heuristics/veclendiving/maxlpiterquot = 0.075
8.59/8.68	c 
8.59/8.68	c # additional number of allowed LP iterations
8.59/8.68	c # [type: int, range: [0,2147483647], default: 1000]
8.59/8.68	c heuristics/veclendiving/maxlpiterofs = 1500
8.59/8.68	c 
8.59/8.68	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 1]
8.59/8.68	c heuristics/zirounding/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 0]
8.59/8.68	c separating/cmir/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 0]
8.59/8.68	c separating/flowcover/freq = -1
8.59/8.68	c 
8.59/8.68	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: -1]
8.59/8.68	c separating/rapidlearning/freq = 0
8.59/8.68	c 
8.59/8.68	c -----------------------------------------------------------------------------------------------
8.59/8.68	c start solving
8.59/8.69	c 
20.99/21.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.99/21.05	c  16.6s|     1 |     0 |  4127 |     - | 620M|   0 | 339 |  13k| 347k|  13k| 347k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.28/26.36	c  21.9s|     1 |     0 |  4197 |     - | 620M|   0 | 297 |  13k| 347k|  13k| 347k|  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
32.98/33.03	c  28.6s|     1 |     0 |  4216 |     - | 622M|   0 | 259 |  13k| 347k|  13k| 347k|  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
45.78/45.82	c  41.4s|     1 |     0 |  4393 |     - | 622M|   0 | 263 |  13k| 347k|  13k| 347k|  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
63.88/63.98	c  59.6s|     1 |     0 |  4878 |     - | 623M|   0 | 309 |  13k| 347k|  13k| 347k|  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
82.18/82.25	c  77.8s|     1 |     0 |  5418 |     - | 623M|   0 |1165 |  13k| 347k|  13k| 347k|  59 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
169.96/170.01	c   166s|     1 |     2 |  5418 |     - | 623M|   0 |1165 |  13k| 347k|  13k| 347k|  59 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1797.51/1797.81	c 
1797.51/1797.81	c SCIP Status        : solving was interrupted [time limit reached]
1797.51/1797.81	c Solving Time (sec) : 1793.39
1797.51/1797.81	c Solving Nodes      : 6
1797.51/1797.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.51/1797.81	c Dual Bound         : +0.00000000000000e+00
1797.51/1797.81	c Gap                : infinite
1797.51/1797.81	s UNKNOWN
1797.51/1797.81	c SCIP Status        : solving was interrupted [time limit reached]
1797.51/1797.81	c Solving Time       :    1793.39
1797.51/1797.81	c Original Problem   :
1797.51/1797.81	c   Problem name     : HOME/instance-3741071-1338748971.opb
1797.51/1797.81	c   Variables        : 26339 (26339 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.51/1797.81	c   Constraints      : 612374 initial, 612374 maximal
1797.51/1797.81	c Presolved Problem  :
1797.51/1797.81	c   Problem name     : t_HOME/instance-3741071-1338748971.opb
1797.51/1797.81	c   Variables        : 13292 (13292 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.51/1797.81	c   Constraints      : 347685 initial, 347685 maximal
1797.51/1797.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.51/1797.81	c   trivial          :       0.01        306          0          0          0          0          0          0          0
1797.51/1797.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.51/1797.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.51/1797.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.51/1797.81	c   implics          :       0.03          0       2916          0          0          0          0          0          0
1797.51/1797.81	c   probing          :       0.00          0          0          0          0          0          0          0          0
1797.51/1797.81	c   knapsack         :       0.27          0          0          0          0          0          0         62       1030
1797.51/1797.81	c   setppc           :       0.05          0          0          0          0          0          0          0          0
1797.51/1797.81	c   linear           :       2.25       9458        367          0       8288          0     264659       9951      12640
1797.51/1797.81	c   logicor          :       0.40          0          0          0          0          0         30          0          0
1797.51/1797.81	c   root node        :          -          0          -          -          0          -          -          -          -
1797.51/1797.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.51/1797.81	c   integral         :          0          0          0          6          0          0          0          0          0         12
1797.51/1797.81	c   knapsack         :      54593          5         10          0          0          0          0         16          0          0
1797.51/1797.81	c   setppc           :      34536          5         10          0          0          0        283          0          0          0
1797.51/1797.81	c   linear           :          1          5         10          0          0          0          0          0          0          0
1797.51/1797.81	c   logicor          :     258555          5          5          0          0          0          0          0          0          0
1797.51/1797.81	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.51/1797.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.51/1797.81	c   integral         :    1629.16       0.00       0.00    1629.16       0.00
1797.51/1797.81	c   knapsack         :       0.19       0.16       0.02       0.00       0.00
1797.51/1797.81	c   setppc           :       0.03       0.01       0.02       0.00       0.00
1797.51/1797.81	c   linear           :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.81	c   logicor          :       0.13       0.06       0.07       0.00       0.00
1797.51/1797.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.51/1797.81	c   vbounds          :       0.00          1          0          0
1797.51/1797.81	c   rootredcost      :       0.00          0          0          0
1797.51/1797.81	c   pseudoobj        :       0.00          0          0          0
1797.51/1797.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.51/1797.81	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.51/1797.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.51/1797.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.51/1797.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.51/1797.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.51/1797.81	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.51/1797.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.51/1797.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.51/1797.81	c   cut pool         :       0.00          4          -          -          8          -    (maximal pool size: 143)
1797.51/1797.81	c   redcost          :       0.00         10          0          0          0          0
1797.51/1797.81	c   impliedbounds    :       0.00          5          0          0          0          0
1797.51/1797.81	c   intobj           :       0.00          0          0          0          0          0
1797.51/1797.81	c   cgmip            :       0.00          0          0          0          0          0
1797.51/1797.81	c   gomory           :      18.74          5          0          0       2500          0
1797.51/1797.81	c   strongcg         :      19.84          5          0          0       2500          0
1797.51/1797.81	c   cmir             :       0.00          0          0          0          0          0
1797.51/1797.81	c   flowcover        :       0.00          0          0          0          0          0
1797.51/1797.81	c   clique           :       0.86          5          0          0         31          0
1797.51/1797.81	c   zerohalf         :       0.00          0          0          0          0          0
1797.51/1797.81	c   mcf              :       0.32          1          0          0          0          0
1797.51/1797.81	c   rapidlearning    :       0.00          0          0          0          0          0
1797.51/1797.81	c Pricers            :       Time      Calls       Vars
1797.51/1797.81	c   problem variables:       0.00          0          0
1797.51/1797.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.51/1797.81	c   relpscost        :    1629.16          6          0          0          0          0         12
1797.51/1797.81	c   pscost           :       0.00          0          0          0          0          0          0
1797.51/1797.81	c   inference        :       0.00          0          0          0          0          0          0
1797.51/1797.81	c   mostinf          :       0.00          0          0          0          0          0          0
1797.51/1797.81	c   leastinf         :       0.00          0          0          0          0          0          0
1797.51/1797.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.51/1797.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.51/1797.81	c   random           :       0.00          0          0          0          0          0          0
1797.51/1797.81	c Primal Heuristics  :       Time      Calls      Found
1797.51/1797.81	c   LP solutions     :       0.00          -          0
1797.51/1797.81	c   pseudo solutions :       0.00          -          0
1797.51/1797.81	c   trivial          :       0.01          1          0
1797.51/1797.81	c   simplerounding   :       0.00          0          0
1797.51/1797.81	c   zirounding       :       0.00          0          0
1797.51/1797.81	c   rounding         :       0.00          0          0
1797.51/1797.81	c   shifting         :       0.00          0          0
1797.51/1797.81	c   intshifting      :       0.00          0          0
1797.51/1797.81	c   oneopt           :       0.00          0          0
1797.51/1797.81	c   twoopt           :       0.00          0          0
1797.51/1797.81	c   fixandinfer      :       0.00          0          0
1797.51/1797.81	c   feaspump         :       0.00          0          0
1797.51/1797.81	c   coefdiving       :       0.00          0          0
1797.51/1797.81	c   pscostdiving     :       0.00          0          0
1797.51/1797.81	c   fracdiving       :       0.00          0          0
1797.51/1797.81	c   veclendiving     :       0.00          0          0
1797.51/1797.81	c   intdiving        :       0.00          0          0
1797.51/1797.81	c   actconsdiving    :       0.00          0          0
1797.51/1797.81	c   objpscostdiving  :       0.00          0          0
1797.51/1797.81	c   rootsoldiving    :       0.00          0          0
1797.51/1797.81	c   linesearchdiving :       0.00          0          0
1797.51/1797.81	c   guideddiving     :       0.00          0          0
1797.51/1797.81	c   octane           :       0.00          0          0
1797.51/1797.81	c   rens             :       0.00          0          0
1797.51/1797.81	c   rins             :       0.00          0          0
1797.51/1797.81	c   localbranching   :       0.00          0          0
1797.51/1797.81	c   mutation         :       0.00          0          0
1797.51/1797.81	c   crossover        :       0.00          0          0
1797.51/1797.81	c   dins             :       0.00          0          0
1797.51/1797.81	c   undercover       :       0.00          0          0
1797.51/1797.81	c   nlp              :       0.00          0          0
1797.51/1797.81	c   trysol           :       0.00          0          0
1797.51/1797.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.51/1797.81	c   primal LP        :       0.99          0          0       0.00       0.00
1797.51/1797.81	c   dual LP          :     117.53         11       9905     900.45      84.27
1797.51/1797.81	c   lex dual LP      :       0.00          0          0       0.00          -
1797.51/1797.81	c   barrier LP       :       0.00          0          0       0.00          -
1797.51/1797.81	c   diving/probing LP:       0.00          0          0       0.00          -
1797.51/1797.81	c   strong branching :    1629.16        177      63475     358.62      38.96
1797.51/1797.81	c     (at root node) :          -         33        429      13.00          -
1797.51/1797.81	c   conflict analysis:       0.00          0          0       0.00          -
1797.51/1797.81	c B&B Tree           :
1797.51/1797.81	c   number of runs   :          1
1797.51/1797.81	c   nodes            :          6
1797.51/1797.81	c   nodes (total)    :          6
1797.51/1797.81	c   nodes left       :          7
1797.51/1797.81	c   max depth        :          5
1797.51/1797.81	c   max depth (total):          5
1797.51/1797.81	c   backtracks       :          0 (0.0%)
1797.51/1797.81	c   delayed cutoffs  :          0
1797.51/1797.81	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.51/1797.81	c   avg switch length:       1.00
1797.51/1797.81	c   switching time   :       1.05
1797.51/1797.81	c Solution           :
1797.51/1797.81	c   Solutions found  :          0 (0 improvements)
1797.51/1797.81	c   Primal Bound     :          -
1797.51/1797.81	c   Dual Bound       : +0.00000000000000e+00
1797.51/1797.81	c   Gap              :   infinite
1797.51/1797.81	c   Root Dual Bound  : +0.00000000000000e+00
1797.51/1797.81	c   Root Iterations  :       5418
1798.21/1798.60	c Time complete: 1798.31.

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-3741071-1338748971/watcher-3741071-1338748971 -o /tmp/evaluation-result-3741071-1338748971/solver-3741071-1338748971 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741071-1338748971.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: 0.55 0.53 0.79 3/173 30307
/proc/meminfo: memFree=26573956/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 1515 0 0 0 0 0 0 0 20 0 1 0 341025756 9158656 1461 33554432000 4194304 8395647 140734868830144 140734868762200 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 2493 1472 374 1026 0 1463 0

[startup+0.033498 s]
/proc/loadavg: 0.55 0.53 0.79 3/173 30307
/proc/meminfo: memFree=26573956/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=12840 CPUtime=0.02 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 2456 0 0 0 2 0 0 0 20 0 1 0 341025756 13148160 2402 33554432000 4194304 8395647 140734868830144 140734868762200 4245991 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 3210 2402 390 1026 0 2180 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12840

[startup+0.100257 s]
/proc/loadavg: 0.55 0.53 0.79 3/173 30307
/proc/meminfo: memFree=26573956/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=17592 CPUtime=0.09 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 3662 0 0 0 9 0 0 0 20 0 1 0 341025756 18014208 3608 33554432000 4194304 8395647 140734868830144 140734868762200 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 4398 3608 390 1026 0 3368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17592

[startup+0.300253 s]
/proc/loadavg: 0.55 0.53 0.79 3/173 30307
/proc/meminfo: memFree=26573956/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=29004 CPUtime=0.29 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 6496 0 0 0 28 1 0 0 20 0 1 0 341025756 29700096 6442 33554432000 4194304 8395647 140734868830144 140734868695352 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 7251 6442 390 1026 0 6221 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29004

[startup+0.700252 s]
/proc/loadavg: 0.55 0.53 0.79 3/173 30307
/proc/meminfo: memFree=26573956/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=52540 CPUtime=0.69 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 12359 0 0 0 67 2 0 0 20 0 1 0 341025756 53800960 12305 33554432000 4194304 8395647 140734868830144 140734868695352 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 13135 12305 390 1026 0 12105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52540

[startup+1.50025 s]
/proc/loadavg: 0.55 0.53 0.79 3/177 30318
/proc/meminfo: memFree=26448136/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=95840 CPUtime=1.48 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 23167 0 0 0 145 3 0 0 20 0 1 0 341025756 98140160 23113 33554432000 4194304 8395647 140734868830144 140734868695016 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 23960 23113 390 1026 0 22930 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95840

[startup+3.10025 s]
/proc/loadavg: 0.55 0.53 0.79 3/177 30318
/proc/meminfo: memFree=26305280/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=184588 CPUtime=3.09 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 45275 0 0 0 302 7 0 0 20 0 1 0 341025756 189018112 45331 33554432000 4194304 8395647 140734868830144 140734868695352 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 46147 45331 390 1026 0 45117 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 184588

[startup+6.30028 s]
/proc/loadavg: 0.67 0.55 0.80 3/177 30318
/proc/meminfo: memFree=25578416/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=708564 CPUtime=6.28 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 173144 0 0 0 603 25 0 0 20 0 1 0 341025756 725569536 172846 33554432000 4194304 8395647 140734868830144 140734868826952 4720872 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 177141 172846 475 1026 0 176111 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 708564

[startup+12.7003 s]
/proc/loadavg: 0.86 0.59 0.81 3/177 30318
/proc/meminfo: memFree=24106216/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1226136 CPUtime=12.68 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 239375 0 0 0 1229 39 0 0 20 0 1 0 341025756 1255563264 280048 33554432000 4194304 8395647 140734868830144 140734868825608 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 306534 280048 578 1026 0 305504 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1226136

[startup+25.5065 s]
/proc/loadavg: 1.11 0.66 0.83 3/177 30318
/proc/meminfo: memFree=22927784/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1298116 CPUtime=25.49 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 247868 0 0 0 2507 42 0 0 20 0 1 0 341025756 1329270784 306420 33554432000 4194304 8395647 140734868830144 140734868825432 6587229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 324529 306420 613 1026 0 323499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1298116

[startup+51.1003 s]
/proc/loadavg: 1.41 0.77 0.86 3/177 30318
/proc/meminfo: memFree=22763900/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1345796 CPUtime=51.08 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 252941 0 0 0 5064 44 0 0 20 0 1 0 341025756 1378095104 318136 33554432000 4194304 8395647 140734868830144 140734868825384 6197330 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 336449 318136 613 1026 0 335419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1345796

[startup+102.3 s]
/proc/loadavg: 1.81 0.97 0.92 3/177 30318
/proc/meminfo: memFree=22664908/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1401804 CPUtime=102.27 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 256993 0 0 0 10178 49 0 0 20 0 1 0 341025756 1435447296 332779 33554432000 4194304 8395647 140734868830144 140734868824696 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 350451 332779 615 1026 0 349421 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1401804

[startup+162.3 s]
/proc/loadavg: 1.93 1.16 0.99 3/177 30319
/proc/meminfo: memFree=22559712/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1401804 CPUtime=162.26 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 256994 0 0 0 16176 50 0 0 20 0 1 0 341025756 1435447296 332780 33554432000 4194304 8395647 140734868830144 140734868824696 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 350451 332780 615 1026 0 349421 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1401804

[startup+222.3 s]
/proc/loadavg: 1.97 1.31 1.05 3/177 30319
/proc/meminfo: memFree=22492896/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1404632 CPUtime=222.26 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 261006 0 0 0 22171 55 0 0 20 0 1 0 341025756 1438343168 334714 33554432000 4194304 8395647 140734868830144 140734868825016 6635663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 351158 334714 616 1026 0 350128 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1404632

[startup+282.3 s]
/proc/loadavg: 2.02 1.44 1.11 3/177 30319
/proc/meminfo: memFree=22547132/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1400536 CPUtime=282.25 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 265714 0 0 0 28165 60 0 0 20 0 1 0 341025756 1434148864 332780 33554432000 4194304 8395647 140734868830144 140734868824696 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 350134 332780 616 1026 0 349104 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1400536

[startup+342.306 s]
/proc/loadavg: 2.04 1.56 1.17 3/177 30319
/proc/meminfo: memFree=22498192/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1428320 CPUtime=342.25 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 265718 0 0 0 34164 61 0 0 20 0 1 0 341025756 1462599680 333295 33554432000 4194304 8395647 140734868830144 140734868823864 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 357080 333295 616 1026 0 356050 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 1428320

[startup+402.3 s]
/proc/loadavg: 2.01 1.64 1.22 3/177 30319
/proc/meminfo: memFree=22475340/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1411472 CPUtime=402.22 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 269317 0 0 0 40158 64 0 0 20 0 1 0 341025756 1445347328 337752 33554432000 4194304 8395647 140734868830144 140734868824696 6587243 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 352868 337752 616 1026 0 351838 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1411472

[startup+462.3 s]
/proc/loadavg: 2.00 1.70 1.26 3/178 30323
/proc/meminfo: memFree=22474048/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1392972 CPUtime=462.22 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 273925 0 0 0 46153 69 0 0 20 0 1 0 341025756 1426403328 326858 33554432000 4194304 8395647 140734868830144 140734868824696 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 348243 326858 616 1026 0 347213 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1392972

[startup+522.3 s]
/proc/loadavg: 2.05 1.77 1.31 3/177 30323
/proc/meminfo: memFree=22465652/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1392972 CPUtime=522.2 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 277585 0 0 0 52150 70 0 0 20 0 1 0 341025756 1426403328 326858 33554432000 4194304 8395647 140734868830144 140734868824696 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 348243 326858 616 1026 0 347213 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1392972

[startup+582.3 s]
/proc/loadavg: 2.02 1.81 1.35 3/177 30323
/proc/meminfo: memFree=22437448/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1426368 CPUtime=582.2 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 284429 0 0 0 58144 76 0 0 20 0 1 0 341025756 1460600832 332998 33554432000 4194304 8395647 140734868830144 140734868825400 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 356592 332998 616 1026 0 355562 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1426368

[startup+642.3 s]

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

[pid=30307] ppid=30305 vsize=1479384 CPUtime=1422.07 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 376822 0 0 0 142027 180 0 0 20 0 1 0 341025756 1514889216 347074 33554432000 4194304 8395647 140734868830144 140734868824296 6721251 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 369846 347074 616 1026 0 368816 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1479384

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.73 3/177 30352
/proc/meminfo: memFree=22356256/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1484548 CPUtime=1482.06 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 389827 0 0 0 148013 193 0 0 20 0 1 0 341025756 1520177152 352580 33554432000 4194304 8395647 140734868830144 140734868825016 6697342 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 371137 352580 616 1026 0 370107 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1484548

[startup+1542.3 s]
/proc/loadavg: 2.06 2.00 1.75 3/177 30352
/proc/meminfo: memFree=22426460/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1407768 CPUtime=1542.06 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 398825 0 0 0 154003 203 0 0 20 0 1 0 341025756 1441554432 333859 33554432000 4194304 8395647 140734868830144 140734868824696 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 351942 333859 616 1026 0 350912 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1407768

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 1.76 3/177 30352
/proc/meminfo: memFree=22444500/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1414928 CPUtime=1602.04 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 410086 0 0 0 159989 215 0 0 20 0 1 0 341025756 1448886272 329905 33554432000 4194304 8395647 140734868830144 140734868825352 6697246 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 353732 329905 616 1026 0 352702 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1414928

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 30355
/proc/meminfo: memFree=22383544/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1449792 CPUtime=1662.04 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 419686 0 0 0 165978 226 0 0 20 0 1 0 341025756 1484587008 344093 33554432000 4194304 8395647 140734868830144 140734868825016 6698030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 362448 344093 616 1026 0 361418 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1449792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 30356
/proc/meminfo: memFree=22403060/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1418032 CPUtime=1722.03 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 433045 0 0 0 171962 241 0 0 20 0 1 0 341025756 1452064768 339559 33554432000 4194304 8395647 140734868830144 140734868824696 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 354508 339559 616 1026 0 353478 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1418032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30356
/proc/meminfo: memFree=22463212/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1403616 CPUtime=1782.02 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 442383 0 0 0 177951 251 0 0 20 0 1 0 341025756 1437302784 324057 33554432000 4194304 8395647 140734868830144 140734868824264 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 350904 324057 616 1026 0 349874 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1403616

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1798.21 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1798.21 s) to the 'lost time'.

[startup+1798.5 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=25153192/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=967800 CPUtime=1798.21 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445356 0 0 0 179566 255 0 0 20 0 1 0 341025756 991027200 237684 33554432000 4194304 8395647 140734868830144 140734868825976 6345887 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 241950 237684 623 1026 0 240920 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 967800

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=26367332/32873844 swapFree=7116/7116
[pid=30307] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/30307/stat : -- couldn't open stat file --/proc/30307/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1792.11 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30356
/proc/meminfo: memFree=22400332/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1437572 CPUtime=1791.82 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445349 0 0 0 178929 253 0 0 20 0 1 0 341025756 1472073728 339346 33554432000 4194304 8395647 140734868830144 140734868825016 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 359393 339346 616 1026 0 358363 0
Current children cumulated CPU time (s) 1791.82
Current children cumulated vsize (KiB) 1437572

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30356
/proc/meminfo: memFree=23077500/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1437572 CPUtime=1795.02 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445349 0 0 0 179249 253 0 0 20 0 1 0 341025756 1472073728 339346 33554432000 4194304 8395647 140734868830144 140734868824296 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 359393 339346 616 1026 0 358363 0
Current children cumulated CPU time (s) 1795.02
Current children cumulated vsize (KiB) 1437572

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.80 3/174 30384
/proc/meminfo: memFree=25217324/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1437572 CPUtime=1796.61 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445349 0 0 0 179408 253 0 0 20 0 1 0 341025756 1472073728 339346 33554432000 4194304 8395647 140734868830144 140734868824296 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 359393 339346 616 1026 0 358363 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 1437572

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=25153192/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1437572 CPUtime=1797.41 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445349 0 0 0 179488 253 0 0 20 0 1 0 341025756 1472073728 339346 33554432000 4194304 8395647 140734868830144 140734868824744 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 359393 339346 616 1026 0 358363 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 1437572

[startup+1798.1 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=25153192/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=1358424 CPUtime=1797.81 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445354 0 0 0 179528 253 0 0 20 0 1 0 341025756 1391026176 326215 33554432000 4194304 8395647 140734868830144 140734868824744 6345214 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 339606 326215 621 1026 0 338576 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 1358424

[startup+1798.5 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=25153192/32873844 swapFree=7116/7116
[pid=30307] ppid=30305 vsize=967800 CPUtime=1798.21 cores=0,2,4,6
/proc/30307/stat : 30307 (pbscip.linux.x8) R 30305 30307 30273 0 -1 4202496 445356 0 0 0 179566 255 0 0 20 0 1 0 341025756 991027200 237684 33554432000 4194304 8395647 140734868830144 140734868825976 6345887 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30307/statm: 241950 237684 623 1026 0 240920 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 967800

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 30394
/proc/meminfo: memFree=26367332/32873844 swapFree=7116/7116
[pid=30307] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/30307/stat : -- couldn't open stat file --/proc/30307/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30307 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=727008
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=601604
# CPU time returned by wait4() is 1798.33
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.21
#  lost CPU user time (s): 1795.66
#  lost CPU system time (s): 2.55

Real time (s): 1798.61
CPU time (s): 1798.21
CPU user time (s): 1795.66
CPU system time (s): 2.55
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 1517544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.73
system time used= 2.6016
maximum resident set size= 1444516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445363
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= 6
involuntary context switches= 1864

runsolver used 4.74928 second user time and 13.8939 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-03 20:42:52
IDJOB=3741071
IDBENCH=89748
IDSOLVER=2326
FILE ID=node108/3741071-1338748971
RUNJOBID= node108-1338748971-30289
PBS_JOBID= 14636793
Free space on /tmp= 71420 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= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-164.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-3741071-1338748971/watcher-3741071-1338748971 -o /tmp/evaluation-result-3741071-1338748971/solver-3741071-1338748971 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741071-1338748971.opb -t 1800 -m 15500

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

MD5SUM BENCH= 81ec1ddcd163131a26e4e6f9286dd205
RANDOM SEED=123225346

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.55
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.273
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.90
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.273
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:       32873844 kB
MemFree:        26575228 kB
Buffers:         1775396 kB
Cached:          3644416 kB
SwapCached:          112 kB
Active:          3386316 kB
Inactive:        2055780 kB
Active(anon):       5812 kB
Inactive(anon):    13072 kB
Active(file):    3380504 kB
Inactive(file):  2042708 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             71520 kB
Writeback:             0 kB
AnonPages:         21632 kB
Mapped:            13500 kB
Shmem:               172 kB
Slab:             718496 kB
SReclaimable:     158400 kB
SUnreclaim:       560096 kB
KernelStack:        1384 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71380 MiB
End job on node108 at 2012-06-03 21:12:50