Trace number 3691782

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
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1800.04 1800.34

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
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 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3691782-1338041230.opb>
2.39/2.47	c original problem has 36611 variables (36611 bin, 0 int, 0 impl, 0 cont) and 853935 constraints
2.39/2.47	c problem read in 2.47
2.39/2.49	c No objective function, only one solution is needed.
2.39/2.49	c presolving settings loaded
3.79/3.82	c presolving:
7.59/7.64	c (round 1) 7530 del vars, 136260 del conss, 0 add conss, 7530 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 452674 impls, 1192 clqs
8.79/8.80	c (round 2) 9468 del vars, 236968 del conss, 0 add conss, 7530 chg bounds, 4074 chg sides, 5544 chg coeffs, 0 upgd conss, 478276 impls, 1192 clqs
9.59/9.60	c (round 3) 9532 del vars, 241435 del conss, 0 add conss, 7530 chg bounds, 4753 chg sides, 6468 chg coeffs, 0 upgd conss, 478294 impls, 1192 clqs
14.89/14.95	c (round 4) 9532 del vars, 241476 del conss, 0 add conss, 7530 chg bounds, 4760 chg sides, 6468 chg coeffs, 612746 upgd conss, 478294 impls, 1192 clqs
16.89/16.97	c (round 5) 9532 del vars, 241731 del conss, 0 add conss, 7530 chg bounds, 4809 chg sides, 6566 chg coeffs, 612746 upgd conss, 478294 impls, 1192 clqs
23.38/23.42	c presolving (6 rounds):
23.38/23.42	c  9532 deleted vars, 241731 deleted constraints, 0 added constraints, 7530 tightened bounds, 0 added holes, 4809 changed sides, 6566 changed coefficients
23.38/23.42	c  478294 implications, 1192 cliques
23.38/23.42	c presolved problem has 27079 variables (27079 bin, 0 int, 0 impl, 0 cont) and 612204 constraints
23.38/23.42	c   82250 constraints of type <knapsack>
23.38/23.42	c   97627 constraints of type <setppc>
23.38/23.42	c       2 constraints of type <linear>
23.38/23.42	c  432325 constraints of type <logicor>
23.38/23.42	c transformed objective value is always integral (scale: 1)
23.38/23.42	c Presolving Time: 19.70
23.38/23.42	c - non default parameters ----------------------------------------------------------------------
23.38/23.42	c # SCIP version 2.1.1.4
23.38/23.42	c 
23.38/23.42	c # maximal time in seconds to run
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.38/23.42	c limits/time = 1797
23.38/23.42	c 
23.38/23.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.38/23.42	c limits/memory = 13950
23.38/23.42	c 
23.38/23.42	c # solving stops, if the given number of solutions were found (-1: no limit)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: -1]
23.38/23.42	c limits/solutions = 1
23.38/23.42	c 
23.38/23.42	c # maximal number of separation rounds per node (-1: unlimited)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 5]
23.38/23.42	c separating/maxrounds = 1
23.38/23.42	c 
23.38/23.42	c # maximal number of separation rounds in the root node (-1: unlimited)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: -1]
23.38/23.42	c separating/maxroundsroot = 5
23.38/23.42	c 
23.38/23.42	c # default clock type (1: CPU user seconds, 2: wall clock time)
23.38/23.42	c # [type: int, range: [1,2], default: 1]
23.38/23.42	c timing/clocktype = 2
23.38/23.42	c 
23.38/23.42	c # belongs reading time to solving time?
23.38/23.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.38/23.42	c timing/reading = TRUE
23.38/23.42	c 
23.38/23.42	c # should disaggregation of knapsack constraints be allowed in preprocessing?
23.38/23.42	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
23.38/23.42	c constraints/knapsack/disaggregation = FALSE
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/coefdiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/coefdiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/coefdiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 30]
23.38/23.42	c heuristics/crossover/freq = -1
23.38/23.42	c 
23.38/23.42	c # number of nodes added to the contingent of the total nodes
23.38/23.42	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.38/23.42	c heuristics/crossover/nodesofs = 750
23.38/23.42	c 
23.38/23.42	c # number of nodes without incumbent change that heuristic should wait
23.38/23.42	c # [type: longint, range: [0,9223372036854775807], default: 200]
23.38/23.42	c heuristics/crossover/nwaitingnodes = 100
23.38/23.42	c 
23.38/23.42	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
23.38/23.42	c # [type: real, range: [0,1], default: 0.1]
23.38/23.42	c heuristics/crossover/nodesquot = 0.15
23.38/23.42	c 
23.38/23.42	c # minimum percentage of integer variables that have to be fixed 
23.38/23.42	c # [type: real, range: [0,1], default: 0.666]
23.38/23.42	c heuristics/crossover/minfixingrate = 0.5
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 20]
23.38/23.42	c heuristics/feaspump/freq = -1
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/feaspump/maxlpiterofs = 2000
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/fracdiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/fracdiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/fracdiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/guideddiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/guideddiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/guideddiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/intdiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/intshifting/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/linesearchdiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/linesearchdiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/linesearchdiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 20]
23.38/23.42	c heuristics/objpscostdiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to total iteration number
23.38/23.42	c # [type: real, range: [0,1], default: 0.01]
23.38/23.42	c heuristics/objpscostdiving/maxlpiterquot = 0.015
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/objpscostdiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/oneopt/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/pscostdiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/pscostdiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/pscostdiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 0]
23.38/23.42	c heuristics/rens/freq = -1
23.38/23.42	c 
23.38/23.42	c # minimum percentage of integer variables that have to be fixable 
23.38/23.42	c # [type: real, range: [0,1], default: 0.5]
23.38/23.42	c heuristics/rens/minfixingrate = 0.3
23.38/23.42	c 
23.38/23.42	c # number of nodes added to the contingent of the total nodes
23.38/23.42	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.38/23.42	c heuristics/rens/nodesofs = 2000
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 20]
23.38/23.42	c heuristics/rootsoldiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
23.38/23.42	c heuristics/rootsoldiving/maxlpiterquot = 0.015
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/rootsoldiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/rounding/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 0]
23.38/23.42	c heuristics/shiftandpropagate/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/shifting/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/simplerounding/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/subnlp/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 0]
23.38/23.42	c heuristics/trivial/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/trysol/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 0]
23.38/23.42	c heuristics/undercover/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 10]
23.38/23.42	c heuristics/veclendiving/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal fraction of diving LP iterations compared to node LP iterations
23.38/23.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.38/23.42	c heuristics/veclendiving/maxlpiterquot = 0.075
23.38/23.42	c 
23.38/23.42	c # additional number of allowed LP iterations
23.38/23.42	c # [type: int, range: [0,2147483647], default: 1000]
23.38/23.42	c heuristics/veclendiving/maxlpiterofs = 1500
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/zirounding/freq = -1
23.38/23.42	c 
23.38/23.42	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: -1]
23.38/23.42	c propagating/probing/maxprerounds = 0
23.38/23.42	c 
23.38/23.42	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 0]
23.38/23.42	c separating/cmir/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 0]
23.38/23.42	c separating/flowcover/freq = -1
23.38/23.42	c 
23.38/23.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: -1]
23.38/23.42	c separating/rapidlearning/freq = 0
23.38/23.42	c 
23.38/23.42	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
23.38/23.42	c # [type: int, range: [-1,2147483647], default: 1]
23.38/23.42	c heuristics/indoneopt/freq = -1
23.38/23.42	c 
23.38/23.42	c -----------------------------------------------------------------------------------------------
23.38/23.42	c start solving
23.38/23.45	c 
43.47/43.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.47/43.50	c  43.5s|     1 |     0 |  5942 |     - |1166M|   0 | 650 |  27k| 612k|  27k| 612k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
51.37/51.45	c  51.4s|     1 |     0 |  6038 |     - |1166M|   0 | 526 |  27k| 612k|  27k| 612k|  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
67.67/67.70	c  67.7s|     1 |     0 |  7677 |     - |1166M|   0 |1617 |  27k| 612k|  27k| 612k|  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
88.67/88.79	c  88.8s|     1 |     0 |  9549 |     - |1167M|   0 |3063 |  27k| 612k|  27k| 612k|  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
130.26/130.33	c   130s|     1 |     0 | 11941 |     - |1168M|   0 |2716 |  27k| 612k|  27k| 612k|  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
154.96/155.09	c   155s|     1 |     0 | 12791 |     - |1168M|   0 |3325 |  27k| 612k|  27k| 612k|  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
230.04/230.19	c   230s|     1 |     2 | 12791 |     - |1168M|   0 |3325 |  27k| 612k|  27k| 612k|  67 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
1799.49/1799.88	c 
1799.49/1799.88	c SCIP Status        : solving was interrupted [time limit reached]
1799.49/1799.88	c Solving Time (sec) : 1799.86
1799.49/1799.88	c Solving Nodes      : 8
1799.49/1799.88	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.49/1799.88	c Dual Bound         : +0.00000000000000e+00
1799.49/1799.88	c Gap                : infinite
1799.49/1799.88	s UNKNOWN
1799.49/1799.88	c SCIP Status        : solving was interrupted [time limit reached]
1799.49/1799.88	c Total Time         :    1799.86
1799.49/1799.88	c   solving          :    1799.86
1799.49/1799.88	c   presolving       :      19.70 (included in solving)
1799.49/1799.88	c   reading          :       2.47 (included in solving)
1799.49/1799.88	c   copying          :       0.00 (0 times copied the problem)
1799.49/1799.88	c Original Problem   :
1799.49/1799.88	c   Problem name     : HOME/instance-3691782-1338041230.opb
1799.49/1799.88	c   Variables        : 36611 (36611 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.49/1799.88	c   Constraints      : 853935 initial, 853935 maximal
1799.49/1799.88	c   Objective sense  : minimize
1799.49/1799.88	c Presolved Problem  :
1799.49/1799.88	c   Problem name     : t_HOME/instance-3691782-1338041230.opb
1799.49/1799.88	c   Variables        : 27079 (27079 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.49/1799.88	c   Constraints      : 612204 initial, 612204 maximal
1799.49/1799.88	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.49/1799.88	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   trivial          :       0.01       0.00         64          0          0          0          0          0          0          0          0
1799.49/1799.88	c   dualfix          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   gateextraction   :       0.18       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   implics          :       0.03       0.00          0       1232          0          0          0          0          0          0          0
1799.49/1799.88	c   components       :       0.33       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   knapsack         :       0.55       0.00          0          0          0          0          0          0          0         49         98
1799.49/1799.88	c   setppc           :       0.43       0.00          0          0          0          0          0        255          0          0          0
1799.49/1799.88	c   linear           :       8.49       0.49       8082        154          0       7530          0     241442          0       4760       6468
1799.49/1799.88	c   logicor          :       4.05       4.39          0          0          0          0          0         34          0          0          0
1799.49/1799.88	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1799.49/1799.88	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1799.49/1799.88	c   integral         :          0          0          0          0         11          0          1          0          0         15          0          0         16
1799.49/1799.88	c   knapsack         :      82250      82250          5         20          0          0          0          0          0         24         51          0          0
1799.49/1799.88	c   setppc           :      97627      97627          5         20          0          0          0          0          0       3648          0          0          0
1799.49/1799.88	c   linear           :          2          2          5         20          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c   logicor          :     432325     432325          5         12          0          0          0          0          0        358          0          0          0
1799.49/1799.88	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1799.49/1799.88	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1799.49/1799.88	c   integral         :    1546.94       0.00       0.00       0.00    1546.94       0.00       0.00       0.00
1799.49/1799.88	c   knapsack         :       0.62       0.00       0.55       0.07       0.00       0.00       0.00       0.00
1799.49/1799.88	c   setppc           :       0.12       0.00       0.03       0.09       0.00       0.00       0.00       0.00
1799.49/1799.88	c   linear           :       0.49       0.49       0.00       0.00       0.00       0.00       0.00       0.00
1799.49/1799.88	c   logicor          :       4.66       4.39       0.12       0.16       0.00       0.00       0.00       0.00
1799.49/1799.88	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.49/1799.88	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1799.49/1799.88	c   rootredcost      :          0          0          0          0
1799.49/1799.88	c   pseudoobj        :          0          0          0          0
1799.49/1799.88	c   vbounds          :          0          0          0          0
1799.49/1799.88	c   redcost          :         16          0          0          0
1799.49/1799.88	c   probing          :          0          0          0          0
1799.49/1799.88	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1799.49/1799.88	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1799.49/1799.88	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1799.49/1799.88	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1799.49/1799.88	c   redcost          :       0.02       0.00       0.00       0.02       0.00
1799.49/1799.88	c   probing          :       0.00       0.00       0.00       0.00       0.00
1799.49/1799.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.49/1799.88	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.49/1799.88	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.49/1799.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.49/1799.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.49/1799.88	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.49/1799.88	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.49/1799.88	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.49/1799.88	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1799.49/1799.88	c   cut pool         :       0.00                     4          -          -         23          -    (maximal pool size: 281)
1799.49/1799.88	c   closecuts        :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   impliedbounds    :       0.01       0.00          5          0          0          0          0
1799.49/1799.88	c   intobj           :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   gomory           :       4.13       0.00          5          0          0        250          0
1799.49/1799.88	c   cgmip            :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   strongcg         :      41.27       0.00          5          0          0       2500          0
1799.49/1799.88	c   cmir             :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   flowcover        :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   clique           :       3.56       0.00          5          0          0         33          0
1799.49/1799.88	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   mcf              :       0.60       0.00          1          0          0          0          0
1799.49/1799.88	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1799.49/1799.88	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1799.49/1799.88	c   problem variables:       0.00          -          0          0
1799.49/1799.88	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.49/1799.88	c   relpscost        :    1546.94       0.00         11          0         15          0          0         16
1799.49/1799.88	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c   inference        :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c   random           :       0.00       0.00          0          0          0          0          0          0
1799.49/1799.88	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1799.49/1799.88	c   LP solutions     :       0.00          -          -          0
1799.49/1799.88	c   pseudo solutions :       0.00          -          -          0
1799.49/1799.88	c   smallcard        :       0.00       0.00          0          0
1799.49/1799.88	c   trivial          :       0.02       0.00          1          0
1799.49/1799.88	c   shiftandpropagate:       0.00       0.00          0          0
1799.49/1799.88	c   simplerounding   :       0.00       0.00          0          0
1799.49/1799.88	c   zirounding       :       0.00       0.00          0          0
1799.49/1799.88	c   rounding         :       0.00       0.00          0          0
1799.49/1799.88	c   shifting         :       0.00       0.00          0          0
1799.49/1799.88	c   intshifting      :       0.00       0.00          0          0
1799.49/1799.88	c   oneopt           :       0.00       0.00          0          0
1799.49/1799.88	c   twoopt           :       0.00       0.00          0          0
1799.49/1799.88	c   indtwoopt        :       0.00       0.00          0          0
1799.49/1799.88	c   indoneopt        :       0.00       0.00          0          0
1799.49/1799.88	c   fixandinfer      :       0.00       0.00          0          0
1799.49/1799.88	c   feaspump         :       0.00       0.00          0          0
1799.49/1799.88	c   clique           :       0.00       0.00          0          0
1799.49/1799.88	c   indrounding      :       0.00       0.00          0          0
1799.49/1799.88	c   indcoefdiving    :       0.00       0.00          0          0
1799.49/1799.88	c   coefdiving       :       0.00       0.00          0          0
1799.49/1799.88	c   pscostdiving     :       0.00       0.00          0          0
1799.49/1799.88	c   nlpdiving        :       0.00       0.00          0          0
1799.49/1799.88	c   fracdiving       :       0.00       0.00          0          0
1799.49/1799.88	c   veclendiving     :       0.00       0.00          0          0
1799.49/1799.88	c   intdiving        :       0.00       0.00          0          0
1799.49/1799.88	c   actconsdiving    :       0.00       0.00          0          0
1799.49/1799.88	c   objpscostdiving  :       0.00       0.00          0          0
1799.49/1799.88	c   rootsoldiving    :       0.00       0.00          0          0
1799.49/1799.88	c   linesearchdiving :       0.00       0.00          0          0
1799.49/1799.88	c   guideddiving     :       0.00       0.00          0          0
1799.49/1799.88	c   octane           :       0.00       0.00          0          0
1799.49/1799.88	c   rens             :       0.00       0.00          0          0
1799.49/1799.88	c   rins             :       0.00       0.00          0          0
1799.49/1799.88	c   localbranching   :       0.00       0.00          0          0
1799.49/1799.88	c   mutation         :       0.00       0.00          0          0
1799.49/1799.88	c   crossover        :       0.00       0.00          0          0
1799.49/1799.88	c   dins             :       0.00       0.00          0          0
1799.49/1799.88	c   vbounds          :       0.00       0.00          0          0
1799.49/1799.88	c   undercover       :       0.00       0.00          0          0
1799.49/1799.88	c   subnlp           :       0.00       0.00          0          0
1799.49/1799.88	c   trysol           :       0.00       0.00          0          0
1799.49/1799.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1799.49/1799.88	c   primal LP        :       0.93          1          0       0.00       0.00       0.93          1
1799.49/1799.88	c   dual LP          :     174.72         16      21868    1366.75     125.16       0.00          0
1799.49/1799.88	c   lex dual LP      :       0.00          0          0       0.00          -
1799.49/1799.88	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1799.49/1799.88	c   diving/probing LP:       0.00          0          0       0.00          -
1799.49/1799.88	c   strong branching :    1546.66        222      95937     432.15      62.03
1799.49/1799.88	c     (at root node) :          -         19       4755     250.26          -
1799.49/1799.88	c   conflict analysis:       0.00          0          0       0.00          -
1799.49/1799.88	c B&B Tree           :
1799.49/1799.88	c   number of runs   :          1
1799.49/1799.88	c   nodes            :          8
1799.49/1799.88	c   nodes (total)    :          8
1799.49/1799.88	c   nodes left       :          9
1799.49/1799.88	c   max depth        :          7
1799.49/1799.88	c   max depth (total):          7
1799.49/1799.88	c   backtracks       :          0 (0.0%)
1799.49/1799.88	c   delayed cutoffs  :          0
1799.49/1799.88	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.49/1799.88	c   avg switch length:       1.00
1799.49/1799.88	c   switching time   :       1.10
1799.49/1799.88	c Solution           :
1799.49/1799.88	c   Solutions found  :          0 (0 improvements)
1799.49/1799.88	c   Primal Bound     :          -
1799.49/1799.88	c   Dual Bound       : +0.00000000000000e+00
1799.49/1799.88	c   Gap              :   infinite
1799.49/1799.88	c   Root Dual Bound  : +0.00000000000000e+00
1799.49/1799.88	c   Root Iterations  :      12791

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1134
/proc/meminfo: memFree=28545056/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=9332 CPUtime=0 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 1155 0 0 0 0 0 0 0 20 0 1 0 270248389 9555968 1110 33554432000 4194304 10219143 140735018291936 140737480856216 6647088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 2366 1114 293 1471 0 886 0

[startup+0.0459719 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1134
/proc/meminfo: memFree=28545056/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=21244 CPUtime=0.03 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 4067 0 0 0 3 0 0 0 20 0 1 0 270248389 21753856 4022 33554432000 4194304 10219143 140735018291936 140735018156600 5347024 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 5311 4022 419 1471 0 3831 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21244

[startup+0.100329 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1134
/proc/meminfo: memFree=28545056/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=29372 CPUtime=0.09 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 6094 0 0 0 8 1 0 0 20 0 1 0 270248389 30076928 6049 33554432000 4194304 10219143 140735018291936 140735018156600 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 7343 6049 419 1471 0 5863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29372

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1134
/proc/meminfo: memFree=28545056/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=64964 CPUtime=0.29 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 14983 0 0 0 27 2 0 0 20 0 1 0 270248389 66523136 14938 33554432000 4194304 10219143 140735018291936 140735018156600 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 16241 14938 419 1471 0 14761 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64964

[startup+0.700295 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1134
/proc/meminfo: memFree=28545056/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=130928 CPUtime=0.68 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 31409 0 0 0 64 4 0 0 20 0 1 0 270248389 134070272 31364 33554432000 4194304 10219143 140735018291936 140735018156600 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 32732 31364 419 1471 0 31252 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 130928

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1135
/proc/meminfo: memFree=28372084/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=263752 CPUtime=1.49 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 64564 0 0 0 139 10 0 0 20 0 1 0 270248389 270082048 64521 33554432000 4194304 10219143 140735018291936 140735018157112 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 65938 64526 419 1471 0 64458 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263752

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1135
/proc/meminfo: memFree=28190284/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=798600 CPUtime=3.09 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 198035 0 0 0 278 31 0 0 20 0 1 0 270248389 817766400 197934 33554432000 4194304 10219143 140735018291936 140735018287784 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 199650 197940 472 1471 0 198170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 798600

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1135
/proc/meminfo: memFree=27465504/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=1107672 CPUtime=6.29 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 270659 0 0 0 459 170 0 0 20 0 1 0 270248389 1134256128 270557 33554432000 4194304 10219143 140735018291936 140735018288936 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 276918 270557 560 1471 0 275438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1107672

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 1173
/proc/meminfo: memFree=27094640/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=1368732 CPUtime=12.69 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 336649 0 0 0 831 438 0 0 20 0 1 0 270248389 1401581568 334449 33554432000 4194304 10219143 140735018291936 140735018288936 4964685 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 342183 334449 579 1471 0 340703 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1368732

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 1173
/proc/meminfo: memFree=26188388/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=1969768 CPUtime=25.48 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 446221 0 0 0 1853 695 0 0 20 0 1 0 270248389 2017042432 464883 33554432000 4194304 10219143 140735018291936 140735018287576 7934720 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 492442 464883 693 1471 0 490962 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1969768

[startup+51.1003 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 1173
/proc/meminfo: memFree=25350732/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2130644 CPUtime=51.08 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 524935 0 0 0 4374 734 0 0 20 0 1 0 270248389 2181779456 505172 33554432000 4194304 10219143 140735018291936 140735018285192 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 532661 505172 791 1471 0 531181 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2130644

[startup+102.308 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 1173
/proc/meminfo: memFree=25206024/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2284036 CPUtime=102.27 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 532005 0 0 0 9460 767 0 0 20 0 1 0 270248389 2338852864 529404 33554432000 4194304 10219143 140735018291936 140735018286776 7698849 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 571009 529404 791 1471 0 569529 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2284036

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 1173
/proc/meminfo: memFree=25243176/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2212984 CPUtime=162.25 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 540407 0 0 0 15439 786 0 0 20 0 1 0 270248389 2266095616 525648 33554432000 4194304 10219143 140735018291936 140735018284648 7750281 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 553246 525648 794 1471 0 551766 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2212984

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1176
/proc/meminfo: memFree=25230992/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2212984 CPUtime=222.25 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 570434 0 0 0 21411 814 0 0 20 0 1 0 270248389 2266095616 526014 33554432000 4194304 10219143 140735018291936 140735018285064 8091525 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 553246 526014 794 1471 0 551766 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2212984

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 1176
/proc/meminfo: memFree=25177004/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2259428 CPUtime=282.23 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 587298 0 0 0 27388 835 0 0 20 0 1 0 270248389 2313654272 529051 33554432000 4194304 10219143 140735018291936 140735018284648 7750260 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 564857 529051 797 1471 0 563377 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2259428

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 1177
/proc/meminfo: memFree=25173872/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2270268 CPUtime=342.23 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 596784 0 0 0 33365 858 0 0 20 0 1 0 270248389 2324754432 535652 33554432000 4194304 10219143 140735018291936 140735018284648 8108176 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 567567 535652 797 1471 0 566087 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2270268

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1177
/proc/meminfo: memFree=25190432/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2297188 CPUtime=402.22 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 606934 0 0 0 39344 878 0 0 20 0 1 0 270248389 2352320512 534081 33554432000 4194304 10219143 140735018291936 140735018284648 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 574297 534081 797 1471 0 572817 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2297188

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1177
/proc/meminfo: memFree=25176664/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2259316 CPUtime=462.21 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 617227 0 0 0 45320 901 0 0 20 0 1 0 270248389 2313539584 530401 33554432000 4194304 10219143 140735018291936 140735018284648 8107859 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 564829 530401 797 1471 0 563349 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2259316

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1177
/proc/meminfo: memFree=25188024/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2259372 CPUtime=522.2 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 626799 0 0 0 51295 925 0 0 20 0 1 0 270248389 2313596928 530763 33554432000 4194304 10219143 140735018291936 140735018285384 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 564843 530763 797 1471 0 563363 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2259372

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1177
/proc/meminfo: memFree=25212296/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2297188 CPUtime=582.19 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 637270 0 0 0 57271 948 0 0 20 0 1 0 270248389 2352320512 534872 33554432000 4194304 10219143 140735018291936 140735018285384 8056777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 574297 534872 797 1471 0 572817 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2297188

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1181
/proc/meminfo: memFree=25196188/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2259764 CPUtime=882.13 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 682196 0 0 0 87140 1073 0 0 20 0 1 0 270248389 2313998336 532147 33554432000 4194304 10219143 140735018291936 140735018285112 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 564941 532147 798 1471 0 563461 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 2259764

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1182
/proc/meminfo: memFree=25188992/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2259152 CPUtime=942.13 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 695354 0 0 0 93110 1103 0 0 20 0 1 0 270248389 2313371648 533000 33554432000 4194304 10219143 140735018291936 140735018285768 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 564788 533000 798 1471 0 563308 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 2259152

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1182
/proc/meminfo: memFree=25186724/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2270268 CPUtime=1002.11 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 708868 0 0 0 99079 1132 0 0 20 0 1 0 270248389 2324754432 537590 33554432000 4194304 10219143 140735018291936 140735018285064 7694237 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 567567 537590 798 1471 0 566087 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 2270268

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1182
/proc/meminfo: memFree=25177532/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2323436 CPUtime=1062.1 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 722226 0 0 0 105050 1160 0 0 20 0 1 0 270248389 2379198464 538459 33554432000 4194304 10219143 140735018291936 140735018284632 7954738 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 580859 538459 798 1471 0 579379 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 2323436

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1182
/proc/meminfo: memFree=25142136/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2342872 CPUtime=1122.1 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 737985 0 0 0 111030 1180 0 0 20 0 1 0 270248389 2399100928 542598 33554432000 4194304 10219143 140735018291936 140735018284648 7694120 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 585718 542598 798 1471 0 584238 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 2342872

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 1182
/proc/meminfo: memFree=25151924/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2323436 CPUtime=1182.09 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 750505 0 0 0 117008 1201 0 0 20 0 1 0 270248389 2379198464 543807 33554432000 4194304 10219143 140735018291936 140735018285112 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 580859 543807 798 1471 0 579379 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 2323436

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1183
/proc/meminfo: memFree=25129160/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2286268 CPUtime=1242.08 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 769660 0 0 0 122985 1223 0 0 20 0 1 0 270248389 2341138432 533495 33554432000 4194304 10219143 140735018291936 140735018285768 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 571567 533495 798 1471 0 570087 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 2286268

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 1183
/proc/meminfo: memFree=25162604/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2286584 CPUtime=1302.07 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 787741 0 0 0 128962 1245 0 0 20 0 1 0 270248389 2341462016 534086 33554432000 4194304 10219143 140735018291936 140735018284920 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 571646 534086 798 1471 0 570166 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 2286584

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1183
/proc/meminfo: memFree=25135472/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2328288 CPUtime=1362.06 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 807599 0 0 0 134931 1275 0 0 20 0 1 0 270248389 2384166912 540856 33554432000 4194304 10219143 140735018291936 140735018284648 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 582072 540856 798 1471 0 580592 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2328288

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1186
/proc/meminfo: memFree=25138456/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2328288 CPUtime=1422.05 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 817359 0 0 0 140912 1293 0 0 20 0 1 0 270248389 2384166912 538743 33554432000 4194304 10219143 140735018291936 140735018285768 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 582072 538743 798 1471 0 580592 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 2328288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1186
/proc/meminfo: memFree=25139652/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2328288 CPUtime=1482.04 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 837024 0 0 0 146883 1321 0 0 20 0 1 0 270248389 2384166912 538743 33554432000 4194304 10219143 140735018291936 140735018284632 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 582072 538743 798 1471 0 580592 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2328288

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 1187
/proc/meminfo: memFree=25151044/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2328072 CPUtime=1542.03 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 848366 0 0 0 152861 1342 0 0 20 0 1 0 270248389 2383945728 538706 33554432000 4194304 10219143 140735018291936 140735018285768 8056857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 582018 538706 798 1471 0 580538 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2328072

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1187
/proc/meminfo: memFree=25143720/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2328072 CPUtime=1602.02 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 861634 0 0 0 158839 1363 0 0 20 0 1 0 270248389 2383945728 539218 33554432000 4194304 10219143 140735018291936 140735018285768 7956090 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 582018 539218 798 1471 0 580538 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2328072

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1187
/proc/meminfo: memFree=25171456/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2292044 CPUtime=1662.01 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 880821 0 0 0 164817 1384 0 0 20 0 1 0 270248389 2347053056 539218 33554432000 4194304 10219143 140735018291936 140735018284680 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 573011 539218 798 1471 0 571531 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2292044

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 1187
/proc/meminfo: memFree=25198256/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2291632 CPUtime=1722 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 900011 0 0 0 170790 1410 0 0 20 0 1 0 270248389 2346631168 538679 33554432000 4194304 10219143 140735018291936 140735018285848 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 572908 538679 798 1471 0 571428 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2291632

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 1187
/proc/meminfo: memFree=25189040/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2330412 CPUtime=1781.99 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 919363 0 0 0 176758 1441 0 0 20 0 1 0 270248389 2386341888 538512 33554432000 4194304 10219143 140735018291936 140735018284456 8077156 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 582603 538512 798 1471 0 581123 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 2330412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/179 1187
/proc/meminfo: memFree=25201504/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2212868 CPUtime=1800 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 923626 0 0 0 178553 1447 0 0 20 0 1 0 270248389 2265976832 529655 33554432000 4194304 10219143 140735018291936 140735018284344 7589255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 553217 529655 806 1471 0 551737 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2212868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/179 1187
/proc/meminfo: memFree=25201504/32873844 swapFree=7096/7096
[pid=1134] ppid=1132 vsize=2212868 CPUtime=1800 cores=1,3,5,7
/proc/1134/stat : 1134 (scip-2.1.1.4exp) R 1132 1134 29822 0 -1 4202496 923626 0 0 0 178553 1447 0 0 20 0 1 0 270248389 2265976832 529655 33554432000 4194304 10219143 140735018291936 140735018284344 7589255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1134/statm: 553217 529655 806 1471 0 551737 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2212868

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.34
CPU time (s): 1800.04
CPU user time (s): 1785.54
CPU system time (s): 14.4988
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 2423972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.54
system time used= 14.4988
maximum resident set size= 2257764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 923626
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= 32
involuntary context switches= 1869

runsolver used 3.56046 second user time and 10.0755 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 16:07:11
IDJOB=3691782
IDBENCH=89740
IDSOLVER=2271
FILE ID=node132/3691782-1338041230
RUNJOBID= node132-1338028003-30918
PBS_JOBID= 14624340
Free space on /tmp= 71520 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-123.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691782-1338041230/watcher-3691782-1338041230 -o /tmp/evaluation-result-3691782-1338041230/solver-3691782-1338041230 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691782-1338041230.opb -t 1800 -m 15500

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=1633822663

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28545320 kB
Buffers:          259140 kB
Cached:          3042040 kB
SwapCached:            0 kB
Active:          1080220 kB
Inactive:        2473972 kB
Active(anon):     255520 kB
Inactive(anon):        0 kB
Active(file):     824700 kB
Inactive(file):  2473972 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50692 kB
Writeback:             0 kB
AnonPages:        261992 kB
Mapped:            17760 kB
Shmem:               212 kB
Slab:             636352 kB
SReclaimable:      78060 kB
SUnreclaim:       558292 kB
KernelStack:        1464 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     367640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71484 MiB
End job on node132 at 2012-05-26 16:37:13