Trace number 3741165

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1801.47 1801.75

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-70.opb
MD5SUM4f155d4f8b05885565510d4fbd89c993
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 variables12552
Total number of constraints283802
Number of constraints which are clauses254979
Number of constraints which are cardinality constraints (but not clauses)914
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint1
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
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.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3741165-1338771916.opb>
1.59/1.63	c original problem has 12552 variables (12552 bin, 0 int, 0 impl, 0 cont) and 283802 constraints
1.59/1.63	c problem read
1.59/1.63	c No objective function, only one solution is needed.
1.59/1.63	c presolving settings loaded
1.89/1.98	c presolving:
2.29/2.39	c (round 1) 132 del vars, 3468 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 136216 impls, 457 clqs
2.39/2.41	c (round 2) 132 del vars, 4908 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 136216 impls, 457 clqs
3.29/3.36	c (round 3) 132 del vars, 4943 del conss, 0 add conss, 132 chg bounds, 15 chg sides, 0 chg coeffs, 278876 upgd conss, 136216 impls, 457 clqs
3.49/3.58	c presolving (4 rounds):
3.49/3.58	c  132 deleted vars, 4943 deleted constraints, 0 added constraints, 132 tightened bounds, 0 added holes, 15 changed sides, 0 changed coefficients
3.49/3.58	c  136216 implications, 457 cliques
3.49/3.58	c presolved problem has 12420 variables (12420 bin, 0 int, 0 impl, 0 cont) and 278859 constraints
3.49/3.58	c   28351 constraints of type <knapsack>
3.49/3.58	c   58981 constraints of type <setppc>
3.49/3.58	c       3 constraints of type <linear>
3.49/3.58	c  191524 constraints of type <logicor>
3.49/3.58	c transformed objective value is always integral (scale: 1)
3.49/3.58	c Presolving Time: 1.62
3.49/3.58	c - non default parameters ----------------------------------------------------------------------
3.49/3.58	c # SCIP version 2.0.1.5
3.49/3.58	c 
3.49/3.58	c # frequency for displaying node information lines
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 100]
3.49/3.58	c display/freq = 10000
3.49/3.58	c 
3.49/3.58	c # maximal time in seconds to run
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.58	c limits/time = 1797
3.49/3.58	c 
3.49/3.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.58	c limits/memory = 13950
3.49/3.58	c 
3.49/3.58	c # solving stops, if the given number of solutions were found (-1: no limit)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.58	c limits/solutions = 1
3.49/3.58	c 
3.49/3.58	c # maximal number of separation rounds per node (-1: unlimited)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 5]
3.49/3.58	c separating/maxrounds = 1
3.49/3.58	c 
3.49/3.58	c # maximal number of separation rounds in the root node (-1: unlimited)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.58	c separating/maxroundsroot = 5
3.49/3.58	c 
3.49/3.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.49/3.58	c # [type: int, range: [1,2], default: 1]
3.49/3.58	c timing/clocktype = 2
3.49/3.58	c 
3.49/3.58	c # belongs reading time to solving time?
3.49/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.58	c timing/reading = TRUE
3.49/3.58	c 
3.49/3.58	c # should presolving try to simplify inequalities
3.49/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.58	c constraints/linear/simplifyinequalities = TRUE
3.49/3.58	c 
3.49/3.58	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.49/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.58	c constraints/indicator/addCouplingCons = TRUE
3.49/3.58	c 
3.49/3.58	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.49/3.58	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.49/3.58	c constraints/knapsack/disaggregation = FALSE
3.49/3.58	c 
3.49/3.58	c # should presolving try to simplify knapsacks
3.49/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.58	c constraints/knapsack/simplifyinequalities = TRUE
3.49/3.58	c 
3.49/3.58	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.58	c presolving/probing/maxrounds = 0
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/coefdiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/coefdiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/coefdiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 30]
3.49/3.58	c heuristics/crossover/freq = -1
3.49/3.58	c 
3.49/3.58	c # number of nodes added to the contingent of the total nodes
3.49/3.58	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.58	c heuristics/crossover/nodesofs = 750
3.49/3.58	c 
3.49/3.58	c # number of nodes without incumbent change that heuristic should wait
3.49/3.58	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.49/3.58	c heuristics/crossover/nwaitingnodes = 100
3.49/3.58	c 
3.49/3.58	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.49/3.58	c # [type: real, range: [0,1], default: 0.1]
3.49/3.58	c heuristics/crossover/nodesquot = 0.15
3.49/3.58	c 
3.49/3.58	c # minimum percentage of integer variables that have to be fixed 
3.49/3.58	c # [type: real, range: [0,1], default: 0.666]
3.49/3.58	c heuristics/crossover/minfixingrate = 0.5
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.58	c heuristics/feaspump/freq = -1
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/feaspump/maxlpiterofs = 2000
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/fracdiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/fracdiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/fracdiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/guideddiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/guideddiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/guideddiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/intdiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/intshifting/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/linesearchdiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.58	c heuristics/objpscostdiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to total iteration number
3.49/3.58	c # [type: real, range: [0,1], default: 0.01]
3.49/3.58	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.58	c heuristics/oneopt/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/pscostdiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/pscostdiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.58	c heuristics/rens/freq = -1
3.49/3.58	c 
3.49/3.58	c # minimum percentage of integer variables that have to be fixable 
3.49/3.58	c # [type: real, range: [0,1], default: 0.5]
3.49/3.58	c heuristics/rens/minfixingrate = 0.3
3.49/3.58	c 
3.49/3.58	c # number of nodes added to the contingent of the total nodes
3.49/3.58	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.58	c heuristics/rens/nodesofs = 2000
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.58	c heuristics/rootsoldiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.49/3.58	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.58	c heuristics/rounding/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.58	c heuristics/shiftandpropagate/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/shifting/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.58	c heuristics/simplerounding/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.58	c heuristics/subnlp/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.58	c heuristics/trivial/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.58	c heuristics/trysol/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.58	c heuristics/undercover/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.58	c heuristics/veclendiving/freq = -1
3.49/3.58	c 
3.49/3.58	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.58	c heuristics/veclendiving/maxlpiterquot = 0.075
3.49/3.58	c 
3.49/3.58	c # additional number of allowed LP iterations
3.49/3.58	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.58	c heuristics/veclendiving/maxlpiterofs = 1500
3.49/3.58	c 
3.49/3.58	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.58	c heuristics/zirounding/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.58	c separating/cmir/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.58	c separating/flowcover/freq = -1
3.49/3.58	c 
3.49/3.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.49/3.58	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.58	c separating/rapidlearning/freq = 0
3.49/3.58	c 
3.49/3.58	c -----------------------------------------------------------------------------------------------
3.49/3.58	c start solving
3.49/3.59	c 
8.89/8.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.97	c   9.0s|     1 |     0 |  3377 |     - | 414M|   0 |1103 |  12k| 278k|  12k| 278k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.09/13.14	c  13.1s|     1 |     0 |  3897 |     - | 414M|   0 |1591 |  12k| 278k|  12k| 278k|  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.38/19.43	c  19.4s|     1 |     0 |  5674 |     - | 415M|   0 |1937 |  12k| 278k|  12k| 278k|  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.39/26.42	c  26.4s|     1 |     0 |  6812 |     - | 417M|   0 |2437 |  12k| 278k|  12k| 278k|  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
37.69/37.76	c  37.8s|     1 |     0 |  8830 |     - | 418M|   0 |3291 |  12k| 278k|  12k| 278k|  75 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
49.78/49.83	c  49.8s|     1 |     0 | 10539 |     - | 419M|   0 |3289 |  12k| 278k|  12k| 278k| 102 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
166.07/166.13	c   166s|     1 |     2 | 10539 |     - | 419M|   0 |3289 |  12k| 278k|  12k| 278k| 102 |   0 |  34 | 0.000000e+00 |      --      |    Inf 
1800.71/1801.06	c 
1800.71/1801.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.71/1801.06	c Solving Time (sec) : 1801.05
1800.71/1801.06	c Solving Nodes      : 120
1800.71/1801.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.71/1801.06	c Dual Bound         : +0.00000000000000e+00
1800.71/1801.06	c Gap                : infinite
1800.71/1801.06	s UNKNOWN
1800.71/1801.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.71/1801.06	c Total Time         :    1801.05
1800.71/1801.06	c   solving          :    1801.05
1800.71/1801.06	c   presolving       :       1.62 (included in solving)
1800.71/1801.06	c   reading          :       1.63 (included in solving)
1800.71/1801.06	c Original Problem   :
1800.71/1801.06	c   Problem name     : HOME/instance-3741165-1338771916.opb
1800.71/1801.06	c   Variables        : 12552 (12552 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.71/1801.06	c   Constraints      : 283802 initial, 283802 maximal
1800.71/1801.06	c Presolved Problem  :
1800.71/1801.06	c   Problem name     : t_HOME/instance-3741165-1338771916.opb
1800.71/1801.06	c   Variables        : 12420 (12420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.71/1801.06	c   Constraints      : 278859 initial, 278899 maximal
1800.71/1801.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.71/1801.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   knapsack         :       0.09          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   setppc           :       0.04          0          0          0          0          0          0          0          0          0
1800.71/1801.06	c   linear           :       1.05        132          0          0        132          0       4923          0         15          0
1800.71/1801.06	c   logicor          :       0.22          0          0          0          0          0         20          0          0          0
1800.71/1801.06	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.71/1801.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.71/1801.06	c   integral         :          0          0          0        117          0          1          0          0          7          0          0        230
1800.71/1801.06	c   knapsack         :      28351          5        241          0          1          0          0          0         25         79          0          0
1800.71/1801.06	c   setppc           :      58981          5        241          0          1          0        211          1       8839          0          0          0
1800.71/1801.06	c   linear           :          3          5        240          0          1          0          0          0          0          0          0          0
1800.71/1801.06	c   logicor          :     191524+         5        124          0          1          0          4          0        517          0          0          0
1800.71/1801.06	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.71/1801.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.71/1801.06	c   integral         :    1116.05       0.00       0.00    1116.05       0.00       0.00       0.00
1800.71/1801.06	c   knapsack         :       0.31       0.08       0.22       0.00       0.00       0.00       0.00
1800.71/1801.06	c   setppc           :       0.34       0.01       0.33       0.00       0.00       0.00       0.00
1800.71/1801.06	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.71/1801.06	c   logicor          :       0.16       0.03       0.11       0.00       0.02       0.00       0.00
1800.71/1801.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.71/1801.06	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.71/1801.06	c   vbounds          :          0          0          0          0
1800.71/1801.06	c   rootredcost      :          0          0          0          0
1800.71/1801.06	c   pseudoobj        :          0          0          0          0
1800.71/1801.06	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.71/1801.06	c   vbounds          :       0.00       0.00       0.00
1800.71/1801.06	c   rootredcost      :       0.00       0.00       0.00
1800.71/1801.06	c   pseudoobj        :       0.00       0.00       0.00
1800.71/1801.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.71/1801.06	c   propagation      :       0.00          1          1         15       28.8          0        0.0          -
1800.71/1801.06	c   infeasible LP    :       0.02          3          3         48       38.5          0        0.0          0
1800.71/1801.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.71/1801.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.71/1801.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.71/1801.06	c   applied globally :          -          -          -         40       31.2          -          -          -
1800.71/1801.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.71/1801.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.71/1801.06	c   cut pool         :       0.00          4          -          -        124          -    (maximal pool size: 1046)
1800.71/1801.06	c   redcost          :       0.03        120          0          0          0          0
1800.71/1801.06	c   impliedbounds    :       0.01          5          0          0          0          0
1800.71/1801.06	c   intobj           :       0.00          0          0          0          0          0
1800.71/1801.06	c   gomory           :      10.54          5          0          0       2500          0
1800.71/1801.06	c   cgmip            :       0.00          0          0          0          0          0
1800.71/1801.06	c   closecuts        :       0.00          0          0          0          0          0
1800.71/1801.06	c   strongcg         :       8.18          5          0          0       2500          0
1800.71/1801.06	c   cmir             :       0.00          0          0          0          0          0
1800.71/1801.06	c   flowcover        :       0.00          0          0          0          0          0
1800.71/1801.06	c   clique           :       0.43          5          0          0         41          0
1800.71/1801.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.71/1801.06	c   mcf              :       0.24          1          0          0          0          0
1800.71/1801.06	c   oddcycle         :       0.00          0          0          0          0          0
1800.71/1801.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.71/1801.06	c Pricers            :       Time      Calls       Vars
1800.71/1801.06	c   problem variables:       0.00          0          0
1800.71/1801.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.71/1801.06	c   relpscost        :    1116.05        117          0          7          0          0        230
1800.71/1801.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.71/1801.06	c   inference        :       0.00          1          0          0          0          0          2
1800.71/1801.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.71/1801.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.71/1801.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.71/1801.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.71/1801.06	c   random           :       0.00          0          0          0          0          0          0
1800.71/1801.06	c Primal Heuristics  :       Time      Calls      Found
1800.71/1801.06	c   LP solutions     :       0.00          -          0
1800.71/1801.06	c   pseudo solutions :       0.00          -          0
1800.71/1801.06	c   trivial          :       0.01          1          0
1800.71/1801.06	c   shiftandpropagate:       0.00          0          0
1800.71/1801.06	c   simplerounding   :       0.00          0          0
1800.71/1801.06	c   zirounding       :       0.00          0          0
1800.71/1801.06	c   rounding         :       0.00          0          0
1800.71/1801.06	c   shifting         :       0.00          0          0
1800.71/1801.06	c   intshifting      :       0.00          0          0
1800.71/1801.06	c   oneopt           :       0.00          0          0
1800.71/1801.06	c   twoopt           :       0.00          0          0
1800.71/1801.06	c   fixandinfer      :       0.00          0          0
1800.71/1801.06	c   feaspump         :       0.00          0          0
1800.71/1801.06	c   clique           :       0.00          0          0
1800.71/1801.06	c   coefdiving       :       0.00          0          0
1800.71/1801.06	c   pscostdiving     :       0.00          0          0
1800.71/1801.06	c   fracdiving       :       0.00          0          0
1800.71/1801.06	c   veclendiving     :       0.00          0          0
1800.71/1801.06	c   intdiving        :       0.00          0          0
1800.71/1801.06	c   actconsdiving    :       0.00          0          0
1800.71/1801.06	c   objpscostdiving  :       0.00          0          0
1800.71/1801.06	c   rootsoldiving    :       0.00          0          0
1800.71/1801.06	c   linesearchdiving :       0.00          0          0
1800.71/1801.06	c   guideddiving     :       0.00          0          0
1800.71/1801.06	c   octane           :       0.00          0          0
1800.71/1801.06	c   rens             :       0.00          0          0
1800.71/1801.06	c   rins             :       0.00          0          0
1800.71/1801.06	c   localbranching   :       0.00          0          0
1800.71/1801.06	c   mutation         :       0.00          0          0
1800.71/1801.06	c   crossover        :       0.00          0          0
1800.71/1801.06	c   dins             :       0.00          0          0
1800.71/1801.06	c   vbounds          :       0.00          0          0
1800.71/1801.06	c   undercover       :       0.00          0          0
1800.71/1801.06	c   subnlp           :       0.00          0          0
1800.71/1801.06	c   trysol           :       0.00          0          0
1800.71/1801.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.71/1801.06	c   primal LP        :       0.19          0          0       0.00       0.00
1800.71/1801.06	c   dual LP          :     656.26        125     162020    1296.16     246.88
1800.71/1801.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.71/1801.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.71/1801.06	c   diving/probing LP:       0.00          0          0       0.00          -
1800.71/1801.06	c   strong branching :    1115.75        336     211241     628.69     189.33
1800.71/1801.06	c     (at root node) :          -         34      23573     693.32          -
1800.71/1801.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.71/1801.06	c B&B Tree           :
1800.71/1801.06	c   number of runs   :          1
1800.71/1801.06	c   nodes            :        120
1800.71/1801.06	c   nodes (total)    :        120
1800.71/1801.06	c   nodes left       :        113
1800.71/1801.06	c   max depth        :         47
1800.71/1801.06	c   max depth (total):         47
1800.71/1801.06	c   backtracks       :          9 (7.5%)
1800.71/1801.06	c   delayed cutoffs  :          0
1800.71/1801.06	c   repropagations   :          5 (268 domain reductions, 0 cutoffs)
1800.71/1801.06	c   avg switch length:       1.67
1800.71/1801.06	c   switching time   :       0.58
1800.71/1801.06	c Solution           :
1800.71/1801.06	c   Solutions found  :          0 (0 improvements)
1800.71/1801.06	c   Primal Bound     :          -
1800.71/1801.06	c   Dual Bound       : +0.00000000000000e+00
1800.71/1801.06	c   Gap              :   infinite
1800.71/1801.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.71/1801.06	c   Root Iterations  :      10539
1801.41/1801.75	c Time complete: 1801.45.

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-3741165-1338771916/watcher-3741165-1338771916 -o /tmp/evaluation-result-3741165-1338771916/solver-3741165-1338771916 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741165-1338771916.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: 1.92 1.98 1.99 3/177 31808
/proc/meminfo: memFree=26416772/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=10952 CPUtime=0 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 1818 0 0 0 0 0 0 0 20 0 1 0 343317365 11214848 1772 33554432000 4194304 9016284 140736811536752 140736811533208 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 2738 1783 340 1178 0 1556 0

[startup+0.016194 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 31808
/proc/meminfo: memFree=26416772/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=13736 CPUtime=0.01 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 2419 0 0 0 1 0 0 0 20 0 1 0 343317365 14065664 2373 33554432000 4194304 9016284 140736811536752 140736811533208 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 3434 2373 357 1178 0 2252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13736

[startup+0.100217 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 31808
/proc/meminfo: memFree=26416772/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=21508 CPUtime=0.09 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 4365 0 0 0 9 0 0 0 20 0 1 0 343317365 22024192 4319 33554432000 4194304 9016284 140736811536752 140736811400200 7870493 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 5377 4319 357 1178 0 4195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21508

[startup+0.300203 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 31808
/proc/meminfo: memFree=26416772/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=36816 CPUtime=0.29 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 8192 0 0 0 28 1 0 0 20 0 1 0 343317365 37699584 8146 33554432000 4194304 9016284 140736811536752 140736811400200 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 9204 8147 357 1178 0 8022 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36816

[startup+0.700221 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 31808
/proc/meminfo: memFree=26416772/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=66384 CPUtime=0.69 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 15565 0 0 0 67 2 0 0 20 0 1 0 343317365 67977216 15519 33554432000 4194304 9016284 140736811536752 140736811400200 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 16596 15519 357 1178 0 15414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66384

[startup+1.50022 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 31809
/proc/meminfo: memFree=26333304/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=124764 CPUtime=1.49 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 30147 0 0 0 145 4 0 0 20 0 1 0 343317365 127758336 30101 33554432000 4194304 9016284 140736811536752 140736811400648 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 31191 30101 357 1178 0 30009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124764

[startup+3.10023 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 31809
/proc/meminfo: memFree=26074384/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=438740 CPUtime=3.08 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 113591 0 0 0 293 15 0 0 20 0 1 0 343317365 449269760 106189 33554432000 4194304 9016284 140736811536752 140736811532408 6812662 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 109685 106189 498 1178 0 108503 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 438740

[startup+6.30024 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 31809
/proc/meminfo: memFree=25660448/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=861656 CPUtime=6.29 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 173872 0 0 0 601 28 0 0 20 0 1 0 343317365 882335744 201413 33554432000 4194304 9016284 140736811536752 140736811530616 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 215414 201413 625 1178 0 214232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 861656

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 31809
/proc/meminfo: memFree=25546800/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=892092 CPUtime=12.68 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 181181 0 0 0 1239 29 0 0 20 0 1 0 343317365 913502208 217608 33554432000 4194304 9016284 140736811536752 140736811530616 6855197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 223023 217608 661 1178 0 221841 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 892092

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 31810
/proc/meminfo: memFree=25543312/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=897268 CPUtime=25.49 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 181466 0 0 0 2518 31 0 0 20 0 1 0 343317365 918802432 218404 33554432000 4194304 9016284 140736811536752 140736811530616 7181022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 224317 218404 661 1178 0 223135 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 897268

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 32012
/proc/meminfo: memFree=25500144/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=928312 CPUtime=51.08 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 182873 0 0 0 5074 34 0 0 20 0 1 0 343317365 950591488 228498 33554432000 4194304 9016284 140736811536752 140736811530504 7180592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 232078 228498 662 1178 0 230896 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 928312

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 32012
/proc/meminfo: memFree=25511292/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=920768 CPUtime=102.28 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 190577 0 0 0 10185 43 0 0 20 0 1 0 343317365 942866432 224277 33554432000 4194304 9016284 140736811536752 140736811530504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 230192 224277 662 1178 0 229010 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 920768

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 32012
/proc/meminfo: memFree=25510708/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=872972 CPUtime=162.27 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 198725 0 0 0 16176 51 0 0 20 0 1 0 343317365 893923328 214871 33554432000 4194304 9016284 140736811536752 140736811530504 7152960 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 218243 214871 662 1178 0 217061 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 872972

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 32012
/proc/meminfo: memFree=25512964/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=914360 CPUtime=222.26 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 209565 0 0 0 22163 63 0 0 20 0 1 0 343317365 936304640 223813 33554432000 4194304 9016284 140736811536752 140736811530504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 228590 223813 667 1178 0 227408 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 914360

[startup+282.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 32012
/proc/meminfo: memFree=25507616/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=921196 CPUtime=282.24 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 223517 0 0 0 28150 74 0 0 20 0 1 0 343317365 943304704 224328 33554432000 4194304 9016284 140736811536752 140736811530504 7080773 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 230299 224328 667 1178 0 229117 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 921196

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 32016
/proc/meminfo: memFree=25516088/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=918240 CPUtime=342.23 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 231692 0 0 0 34142 81 0 0 20 0 1 0 343317365 940277760 222522 33554432000 4194304 9016284 140736811536752 140736811530504 7204769 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 229560 222525 667 1178 0 228378 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 918240

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32016
/proc/meminfo: memFree=25515096/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=930624 CPUtime=402.23 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 257082 0 0 0 40124 99 0 0 20 0 1 0 343317365 952958976 225858 33554432000 4194304 9016284 140736811536752 140736811530600 7214222 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 232656 225858 667 1178 0 231474 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 930624

[startup+462.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 32016
/proc/meminfo: memFree=25553696/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=899124 CPUtime=462.22 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 272131 0 0 0 46110 112 0 0 20 0 1 0 343317365 920702976 216939 33554432000 4194304 9016284 140736811536752 140736811530504 7227746 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 224781 216939 667 1178 0 223599 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 899124

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 32016
/proc/meminfo: memFree=25516140/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=946264 CPUtime=522.2 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 291894 0 0 0 52093 127 0 0 20 0 1 0 343317365 968974336 230039 33554432000 4194304 9016284 140736811536752 140736811530808 6855197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 236566 230039 667 1178 0 235384 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 946264

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 32016
/proc/meminfo: memFree=25506032/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=933516 CPUtime=582.2 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 303941 0 0 0 58082 138 0 0 20 0 1 0 343317365 955920384 227207 33554432000 4194304 9016284 140736811536752 140736811530504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 233379 227207 667 1178 0 232197 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 933516

[startup+642.3 s]

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

[startup+1062.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 32021
/proc/meminfo: memFree=25532940/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=951080 CPUtime=1062.11 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 380513 0 0 0 105996 215 0 0 20 0 1 0 343317365 973905920 227161 33554432000 4194304 9016284 140736811536752 140736811530504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 237770 227161 667 1178 0 236588 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 951080

[startup+1122.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/177 32021
/proc/meminfo: memFree=25491556/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=977348 CPUtime=1122.1 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 411937 0 0 0 111970 240 0 0 20 0 1 0 343317365 1000804352 234754 33554432000 4194304 9016284 140736811536752 140736811529672 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 244337 234754 667 1178 0 243155 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 977348

[startup+1182.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/177 32021
/proc/meminfo: memFree=25465312/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=985940 CPUtime=1182.09 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 415060 0 0 0 117963 246 0 0 20 0 1 0 343317365 1009602560 238384 33554432000 4194304 9016284 140736811536752 140736811530616 7181032 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 246485 238384 667 1178 0 245303 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 985940

[startup+1242.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 32060
/proc/meminfo: memFree=26054260/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=969712 CPUtime=1242.09 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 421847 0 0 0 123956 253 0 0 20 0 1 0 343317365 992985088 236223 33554432000 4194304 9016284 140736811536752 140736811530504 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 242428 236223 673 1178 0 241246 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 969712

[startup+1302.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/178 32061
/proc/meminfo: memFree=26083028/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=919000 CPUtime=1302.08 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 438120 0 0 0 129941 267 0 0 20 0 1 0 343317365 941056000 226524 33554432000 4194304 9016284 140736811536752 140736811530008 7227411 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 229750 226524 673 1178 0 228568 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 919000

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 32061
/proc/meminfo: memFree=26021792/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=917272 CPUtime=1362.07 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 444176 0 0 0 135934 273 0 0 20 0 1 0 343317365 939286528 223714 33554432000 4194304 9016284 140736811536752 140736811530120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 229318 223714 673 1178 0 228136 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 917272

[startup+1422.31 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 32061
/proc/meminfo: memFree=26105000/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=916808 CPUtime=1422.06 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 456894 0 0 0 141920 286 0 0 20 0 1 0 343317365 938811392 220934 33554432000 4194304 9016284 140736811536752 140736811530552 7082034 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 229202 220934 673 1178 0 228020 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 916808

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 32061
/proc/meminfo: memFree=26043072/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=988508 CPUtime=1482.05 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 474179 0 0 0 147901 304 0 0 20 0 1 0 343317365 1012232192 236564 33554432000 4194304 9016284 140736811536752 140736811530616 7178509 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 247127 236564 673 1178 0 245945 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 988508

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 32064
/proc/meminfo: memFree=26075596/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=929976 CPUtime=1542.04 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 485684 0 0 0 153889 315 0 0 20 0 1 0 343317365 952295424 228502 33554432000 4194304 9016284 140736811536752 140736811530664 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 232494 228502 673 1178 0 231312 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 929976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32103
/proc/meminfo: memFree=25971444/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=937856 CPUtime=1602.04 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 489469 0 0 0 159881 323 0 0 20 0 1 0 343317365 960364544 228498 33554432000 4194304 9016284 140736811536752 140736811529560 7178120 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 234464 228498 673 1178 0 233282 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 937856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32103
/proc/meminfo: memFree=25917216/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=977300 CPUtime=1662.02 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 498920 0 0 0 165871 331 0 0 20 0 1 0 343317365 1000755200 238809 33554432000 4194304 9016284 140736811536752 140736811529672 7180872 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 244325 238809 673 1178 0 243143 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 977300

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 32103
/proc/meminfo: memFree=25953992/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=952612 CPUtime=1722.01 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 523042 0 0 0 171848 353 0 0 20 0 1 0 343317365 975474688 229131 33554432000 4194304 9016284 140736811536752 140736811530616 7214178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 238153 229131 673 1178 0 236971 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 952612

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 32103
/proc/meminfo: memFree=25931604/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=885600 CPUtime=1782.01 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 535680 0 0 0 177836 365 0 0 20 0 1 0 343317365 906854400 219946 33554432000 4194304 9016284 140736811536752 140736811530008 7082034 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 221400 219946 673 1178 0 220218 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 885600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 32103
/proc/meminfo: memFree=25969144/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=915800 CPUtime=1800.01 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 541894 0 0 0 179632 369 0 0 20 0 1 0 343317365 937779200 224877 33554432000 4194304 9016284 140736811536752 140736811529208 6863428 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 228950 224877 673 1178 0 227768 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915800

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

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

[startup+1800.6 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 32104
/proc/meminfo: memFree=25969144/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=915800 CPUtime=1800.31 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 541894 0 0 0 179662 369 0 0 20 0 1 0 343317365 937779200 224877 33554432000 4194304 9016284 140736811536752 140736811529208 7180942 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 228950 224877 673 1178 0 227768 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 915800

[startup+1801.4 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 32104
/proc/meminfo: memFree=25969144/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=947288 CPUtime=1801.11 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 543540 0 0 0 179741 370 0 0 20 0 1 0 343317365 970022912 231146 33554432000 4194304 9016284 140736811536752 140736811530968 6812833 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 236822 231146 680 1178 0 235640 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 947288

[startup+1801.6 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 32104
/proc/meminfo: memFree=25969144/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=947092 CPUtime=1801.3 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 543540 0 0 0 179760 370 0 0 20 0 1 0 343317365 969822208 231097 33554432000 4194304 9016284 140736811536752 140736811530968 5517768 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 236773 231097 680 1178 0 235591 0
Current children cumulated CPU time (s) 1801.3
Current children cumulated vsize (KiB) 947092

[startup+1801.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 32104
/proc/meminfo: memFree=26128036/32873660 swapFree=7120/7120
[pid=31808] ppid=31806 vsize=737560 CPUtime=1801.41 cores=0,2,4,6
/proc/31808/stat : 31808 (scip-2.0.1.4b_2) R 31806 31808 31309 0 -1 4202496 543540 0 0 0 179770 371 0 0 20 0 1 0 343317365 755261440 183045 33554432000 4194304 9016284 140736811536752 140736811530968 4330032 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31808/statm: 184390 183045 680 1178 0 183208 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 737560

Child status: 0
Real time (s): 1801.75
CPU time (s): 1801.47
CPU user time (s): 1797.74
CPU system time (s): 3.72843
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 990064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.74
system time used= 3.72843
maximum resident set size= 967192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543548
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= 22
involuntary context switches= 1858

runsolver used 3.80042 second user time and 8.80366 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-04 03:05:16
IDJOB=3741165
IDBENCH=89796
IDSOLVER=2329
FILE ID=node117/3741165-1338771916
RUNJOBID= node117-1338764718-31325
PBS_JOBID= 14636813
Free space on /tmp= 69084 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-70.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741165-1338771916/watcher-3741165-1338771916 -o /tmp/evaluation-result-3741165-1338771916/solver-3741165-1338771916 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741165-1338771916.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4f155d4f8b05885565510d4fbd89c993
RANDOM SEED=1647942638

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26417036 kB
Buffers:          635328 kB
Cached:          4275112 kB
SwapCached:          776 kB
Active:          3061428 kB
Inactive:        2476208 kB
Active(anon):     613276 kB
Inactive(anon):     9972 kB
Active(file):    2448152 kB
Inactive(file):  2466236 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             28752 kB
Writeback:             0 kB
AnonPages:        629040 kB
Mapped:            15004 kB
Shmem:                80 kB
Slab:             779884 kB
SReclaimable:     223988 kB
SUnreclaim:       555896 kB
KernelStack:        1464 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     746888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69080 MiB
End job on node117 at 2012-06-04 03:35:19