Trace number 3478901

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.13 1802.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-162.opb
MD5SUM7794df8d293fccdb0879a56da38b7284
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark64.4932
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26339
Total number of constraints612374
Number of constraints which are clauses549666
Number of constraints which are cardinality constraints (but not clauses)2270
Number of constraints which are nor clauses,nor cardinality constraints60438
Minimum length of a constraint1
Maximum length of a constraint1485
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1486
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3478901-1307442399.opb>
4.41/4.45	c original problem has 26339 variables (26339 bin, 0 int, 0 impl, 0 cont) and 612374 constraints
4.41/4.45	c problem read
4.41/4.45	c No objective function, only one solution is needed.
4.41/4.45	c presolving settings loaded
6.09/6.14	c presolving:
7.29/7.33	c (round 1) 8417 del vars, 133981 del conss, 0 add conss, 8416 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 333948 impls, 546 clqs
7.71/7.78	c (round 2) 13475 del vars, 256770 del conss, 0 add conss, 8416 chg bounds, 8585 chg sides, 10954 chg coeffs, 0 upgd conss, 400690 impls, 546 clqs
8.09/8.10	c (round 3) 13825 del vars, 271803 del conss, 0 add conss, 8416 chg bounds, 11554 chg sides, 14674 chg coeffs, 0 upgd conss, 401880 impls, 546 clqs
9.59/9.66	c (round 4) 13825 del vars, 271865 del conss, 0 add conss, 8416 chg bounds, 11566 chg sides, 14674 chg coeffs, 340558 upgd conss, 401880 impls, 546 clqs
9.99/10.08	c (round 5) 13825 del vars, 271865 del conss, 0 add conss, 8416 chg bounds, 11844 chg sides, 16112 chg coeffs, 340558 upgd conss, 401880 impls, 546 clqs
10.29/10.36	c presolving (6 rounds):
10.29/10.36	c  13825 deleted vars, 271865 deleted constraints, 0 added constraints, 8416 tightened bounds, 0 added holes, 11854 changed sides, 16417 changed coefficients
10.29/10.36	c  402856 implications, 546 cliques
10.29/10.36	c presolved problem has 12514 variables (12514 bin, 0 int, 0 impl, 0 cont) and 340509 constraints
10.29/10.36	c   53459 constraints of type <knapsack>
10.29/10.36	c   31812 constraints of type <setppc>
10.29/10.36	c       1 constraints of type <linear>
10.29/10.36	c  255237 constraints of type <logicor>
10.29/10.36	c transformed objective value is always integral (scale: 1)
10.29/10.36	c Presolving Time: 5.52
10.29/10.36	c - non default parameters ----------------------------------------------------------------------
10.29/10.36	c # SCIP version 2.0.1.4
10.29/10.36	c 
10.29/10.36	c # frequency for displaying node information lines
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 100]
10.29/10.36	c display/freq = 10000
10.29/10.36	c 
10.29/10.36	c # maximal time in seconds to run
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.29/10.36	c limits/time = 1800
10.29/10.36	c 
10.29/10.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.29/10.36	c limits/memory = 13950
10.29/10.36	c 
10.29/10.36	c # solving stops, if the given number of solutions were found (-1: no limit)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: -1]
10.29/10.36	c limits/solutions = 1
10.29/10.36	c 
10.29/10.36	c # maximal number of separation rounds per node (-1: unlimited)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 5]
10.29/10.36	c separating/maxrounds = 1
10.29/10.36	c 
10.29/10.36	c # maximal number of separation rounds in the root node (-1: unlimited)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: -1]
10.29/10.36	c separating/maxroundsroot = 5
10.29/10.36	c 
10.29/10.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.29/10.36	c # [type: int, range: [1,2], default: 1]
10.29/10.36	c timing/clocktype = 2
10.29/10.36	c 
10.29/10.36	c # belongs reading time to solving time?
10.29/10.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.29/10.36	c timing/reading = TRUE
10.29/10.36	c 
10.29/10.36	c # should presolving try to simplify inequalities
10.29/10.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.29/10.36	c constraints/linear/simplifyinequalities = TRUE
10.29/10.36	c 
10.29/10.36	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.29/10.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.29/10.36	c constraints/indicator/addCouplingCons = TRUE
10.29/10.36	c 
10.29/10.36	c # should disaggregation of knapsack constraints be allowed in preprocessing?
10.29/10.36	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
10.29/10.36	c constraints/knapsack/disaggregation = FALSE
10.29/10.36	c 
10.29/10.36	c # should presolving try to simplify knapsacks
10.29/10.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.29/10.36	c constraints/knapsack/simplifyinequalities = TRUE
10.29/10.36	c 
10.29/10.36	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: -1]
10.29/10.36	c presolving/probing/maxrounds = 0
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/coefdiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/coefdiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/coefdiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 30]
10.29/10.36	c heuristics/crossover/freq = -1
10.29/10.36	c 
10.29/10.36	c # number of nodes added to the contingent of the total nodes
10.29/10.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.29/10.36	c heuristics/crossover/nodesofs = 750
10.29/10.36	c 
10.29/10.36	c # number of nodes without incumbent change that heuristic should wait
10.29/10.36	c # [type: longint, range: [0,9223372036854775807], default: 200]
10.29/10.36	c heuristics/crossover/nwaitingnodes = 100
10.29/10.36	c 
10.29/10.36	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
10.29/10.36	c # [type: real, range: [0,1], default: 0.1]
10.29/10.36	c heuristics/crossover/nodesquot = 0.15
10.29/10.36	c 
10.29/10.36	c # minimum percentage of integer variables that have to be fixed 
10.29/10.36	c # [type: real, range: [0,1], default: 0.666]
10.29/10.36	c heuristics/crossover/minfixingrate = 0.5
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 20]
10.29/10.36	c heuristics/feaspump/freq = -1
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/feaspump/maxlpiterofs = 2000
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/fracdiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/fracdiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/fracdiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/guideddiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/guideddiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/guideddiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/intdiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/intshifting/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/linesearchdiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/linesearchdiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/linesearchdiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 20]
10.29/10.36	c heuristics/objpscostdiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to total iteration number
10.29/10.36	c # [type: real, range: [0,1], default: 0.01]
10.29/10.36	c heuristics/objpscostdiving/maxlpiterquot = 0.015
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/objpscostdiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 1]
10.29/10.36	c heuristics/oneopt/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/pscostdiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/pscostdiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/pscostdiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 0]
10.29/10.36	c heuristics/rens/freq = -1
10.29/10.36	c 
10.29/10.36	c # minimum percentage of integer variables that have to be fixable 
10.29/10.36	c # [type: real, range: [0,1], default: 0.5]
10.29/10.36	c heuristics/rens/minfixingrate = 0.3
10.29/10.36	c 
10.29/10.36	c # number of nodes added to the contingent of the total nodes
10.29/10.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
10.29/10.36	c heuristics/rens/nodesofs = 2000
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 20]
10.29/10.36	c heuristics/rootsoldiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
10.29/10.36	c heuristics/rootsoldiving/maxlpiterquot = 0.015
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/rootsoldiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 1]
10.29/10.36	c heuristics/rounding/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 0]
10.29/10.36	c heuristics/shiftandpropagate/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/shifting/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 1]
10.29/10.36	c heuristics/simplerounding/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 1]
10.29/10.36	c heuristics/subnlp/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 0]
10.29/10.36	c heuristics/trivial/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 1]
10.29/10.36	c heuristics/trysol/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 0]
10.29/10.36	c heuristics/undercover/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 10]
10.29/10.36	c heuristics/veclendiving/freq = -1
10.29/10.36	c 
10.29/10.36	c # maximal fraction of diving LP iterations compared to node LP iterations
10.29/10.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
10.29/10.36	c heuristics/veclendiving/maxlpiterquot = 0.075
10.29/10.36	c 
10.29/10.36	c # additional number of allowed LP iterations
10.29/10.36	c # [type: int, range: [0,2147483647], default: 1000]
10.29/10.36	c heuristics/veclendiving/maxlpiterofs = 1500
10.29/10.36	c 
10.29/10.36	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 1]
10.29/10.36	c heuristics/zirounding/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 0]
10.29/10.36	c separating/cmir/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: 0]
10.29/10.36	c separating/flowcover/freq = -1
10.29/10.36	c 
10.29/10.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.29/10.36	c # [type: int, range: [-1,2147483647], default: -1]
10.29/10.36	c separating/rapidlearning/freq = 0
10.29/10.36	c 
10.29/10.36	c -----------------------------------------------------------------------------------------------
10.29/10.36	c start solving
10.29/10.37	c 
20.59/20.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.59/20.67	c  20.7s|     1 |     0 |  3606 |     - | 614M|   0 | 345 |  12k| 340k|  12k| 340k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.28	c  26.3s|     1 |     0 |  3656 |     - | 615M|   0 | 326 |  12k| 340k|  12k| 340k|  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.60/38.64	c  38.6s|     1 |     0 |  3840 |     - | 616M|   0 | 382 |  12k| 340k|  12k| 340k|  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
46.59/46.69	c  46.7s|     1 |     0 |  3886 |     - | 622M|   0 | 348 |  12k| 340k|  12k| 340k|  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
100.70/100.77	c   101s|     1 |     0 |  3978 |     - | 625M|   0 | 296 |  12k| 340k|  12k| 340k|  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
257.90/257.98	c   258s|     1 |     0 |  4376 |     - | 632M|   0 | 206 |  12k| 340k|  12k| 340k|  88 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
367.80/367.85	c   368s|     1 |     2 |  4376 |     - | 632M|   0 | 206 |  12k| 340k|  12k| 340k|  88 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1801.26/1801.27	c 
1801.26/1801.27	c SCIP Status        : solving was interrupted [user interrupt]
1801.26/1801.27	c Solving Time (sec) : 1801.27
1801.26/1801.27	c Solving Nodes      : 8
1801.26/1801.27	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.26/1801.27	c Dual Bound         : +0.00000000000000e+00
1801.26/1801.27	c Gap                : infinite
1801.26/1801.27	s UNKNOWN
1801.26/1801.27	c SCIP Status        : solving was interrupted [user interrupt]
1801.26/1801.27	c Total Time         :    1801.27
1801.26/1801.27	c   solving          :    1801.27
1801.26/1801.27	c   presolving       :       5.52 (included in solving)
1801.26/1801.27	c   reading          :       4.45 (included in solving)
1801.26/1801.27	c Original Problem   :
1801.26/1801.27	c   Problem name     : HOME/instance-3478901-1307442399.opb
1801.26/1801.27	c   Variables        : 26339 (26339 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.26/1801.27	c   Constraints      : 612374 initial, 612374 maximal
1801.26/1801.27	c Presolved Problem  :
1801.26/1801.27	c   Problem name     : t_HOME/instance-3478901-1307442399.opb
1801.26/1801.27	c   Variables        : 12514 (12514 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.26/1801.27	c   Constraints      : 340509 initial, 340509 maximal
1801.26/1801.27	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.26/1801.27	c   trivial          :       0.01        350          0          0          0          0          0          0          0          0
1801.26/1801.27	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1801.26/1801.27	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1801.26/1801.27	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1801.26/1801.27	c   implics          :       0.03          0       3188          0          0          0          0          0          0          0
1801.26/1801.27	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1801.26/1801.27	c   knapsack         :       0.34          0          0          0          0          0          0          0        288       1743
1801.26/1801.27	c   setppc           :       0.07          0          0          0          0          0          0          0          0          0
1801.26/1801.27	c   linear           :       2.58       9870        417          0       8416          0     271815          0      11566      14674
1801.26/1801.27	c   logicor          :       0.56          0          0          0          0          0         50          0          0          0
1801.26/1801.27	c   root node        :          -          0          -          -          0          -          -          -          -          -
1801.26/1801.27	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1801.26/1801.27	c   integral         :          0          0          0         14          0          1          0          0         25          0          0         14
1801.26/1801.27	c   knapsack         :      53459          5         23          0          1          0          0          0          0         18          0          0
1801.26/1801.27	c   setppc           :      31812          5         23          0          1          0          0          0        102          0          0          0
1801.26/1801.27	c   linear           :          1          5         23          0          1          0          0          0          0          0          0          0
1801.26/1801.27	c   logicor          :     255237          5         11          0          1          0          0          0         36          0          0          0
1801.26/1801.27	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1801.26/1801.27	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1801.26/1801.27	c   integral         :    1465.76       0.00       0.00    1465.76       0.00       0.00       0.00
1801.26/1801.27	c   knapsack         :       0.22       0.17       0.05       0.00       0.00       0.00       0.00
1801.26/1801.27	c   setppc           :       0.05       0.01       0.04       0.00       0.01       0.00       0.00
1801.26/1801.27	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.26/1801.27	c   logicor          :       0.19       0.05       0.11       0.00       0.02       0.00       0.00
1801.26/1801.27	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.26/1801.27	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1801.26/1801.27	c   vbounds          :          0          0          0          0
1801.26/1801.27	c   rootredcost      :          0          0          0          0
1801.26/1801.27	c   pseudoobj        :          0          0          0          0
1801.26/1801.27	c Propagator Timings :  TotalTime  Propagate    Resprop
1801.26/1801.27	c   vbounds          :       0.00       0.00       0.00
1801.26/1801.27	c   rootredcost      :       0.00       0.00       0.00
1801.26/1801.27	c   pseudoobj        :       0.00       0.00       0.00
1801.26/1801.27	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.26/1801.27	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.26/1801.27	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.26/1801.27	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.26/1801.27	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.26/1801.27	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.26/1801.27	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.26/1801.27	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.26/1801.27	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.26/1801.27	c   cut pool         :       0.00          4          -          -         31          -    (maximal pool size: 625)
1801.26/1801.27	c   redcost          :       0.00         12          0          0          0          0
1801.26/1801.27	c   impliedbounds    :       0.00          5          0          0          0          0
1801.26/1801.27	c   intobj           :       0.00          0          0          0          0          0
1801.26/1801.27	c   gomory           :     120.86          5          0          0       2500          0
1801.26/1801.27	c   cgmip            :       0.00          0          0          0          0          0
1801.26/1801.27	c   closecuts        :       0.00          0          0          0          0          0
1801.26/1801.27	c   strongcg         :      98.64          5          0          0       2500          0
1801.26/1801.27	c   cmir             :       0.00          0          0          0          0          0
1801.26/1801.27	c   flowcover        :       0.00          0          0          0          0          0
1801.26/1801.27	c   clique           :       0.95          5          0          0         31          0
1801.26/1801.27	c   zerohalf         :       0.00          0          0          0          0          0
1801.26/1801.27	c   mcf              :       0.34          1          0          0          0          0
1801.26/1801.27	c   oddcycle         :       0.00          0          0          0          0          0
1801.26/1801.27	c   rapidlearning    :       0.00          0          0          0          0          0
1801.26/1801.27	c Pricers            :       Time      Calls       Vars
1801.26/1801.27	c   problem variables:       0.00          0          0
1801.26/1801.27	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.26/1801.27	c   relpscost        :    1465.76         14          0         25          0          0         14
1801.26/1801.27	c   pscost           :       0.00          0          0          0          0          0          0
1801.26/1801.27	c   inference        :       0.00          1          0          0          0          0          2
1801.26/1801.27	c   mostinf          :       0.00          0          0          0          0          0          0
1801.26/1801.27	c   leastinf         :       0.00          0          0          0          0          0          0
1801.26/1801.27	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.26/1801.27	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.26/1801.27	c   random           :       0.00          0          0          0          0          0          0
1801.26/1801.27	c Primal Heuristics  :       Time      Calls      Found
1801.26/1801.27	c   LP solutions     :       0.00          -          0
1801.26/1801.27	c   pseudo solutions :       0.00          -          0
1801.26/1801.27	c   trivial          :       0.01          1          0
1801.26/1801.27	c   shiftandpropagate:       0.00          0          0
1801.26/1801.27	c   simplerounding   :       0.00          0          0
1801.26/1801.27	c   zirounding       :       0.00          0          0
1801.26/1801.27	c   rounding         :       0.00          0          0
1801.26/1801.27	c   shifting         :       0.00          0          0
1801.26/1801.27	c   intshifting      :       0.00          0          0
1801.26/1801.27	c   oneopt           :       0.00          0          0
1801.26/1801.27	c   twoopt           :       0.00          0          0
1801.26/1801.27	c   fixandinfer      :       0.00          0          0
1801.26/1801.27	c   feaspump         :       0.00          0          0
1801.26/1801.27	c   clique           :       0.00          0          0
1801.26/1801.27	c   coefdiving       :       0.00          0          0
1801.26/1801.27	c   pscostdiving     :       0.00          0          0
1801.26/1801.27	c   fracdiving       :       0.00          0          0
1801.26/1801.27	c   veclendiving     :       0.00          0          0
1801.26/1801.27	c   intdiving        :       0.00          0          0
1801.26/1801.27	c   actconsdiving    :       0.00          0          0
1801.26/1801.27	c   objpscostdiving  :       0.00          0          0
1801.26/1801.27	c   rootsoldiving    :       0.00          0          0
1801.26/1801.27	c   linesearchdiving :       0.00          0          0
1801.26/1801.27	c   guideddiving     :       0.00          0          0
1801.26/1801.27	c   octane           :       0.00          0          0
1801.26/1801.27	c   rens             :       0.00          0          0
1801.26/1801.27	c   rins             :       0.00          0          0
1801.26/1801.27	c   localbranching   :       0.00          0          0
1801.26/1801.27	c   mutation         :       0.00          0          0
1801.26/1801.27	c   crossover        :       0.00          0          0
1801.26/1801.27	c   dins             :       0.00          0          0
1801.26/1801.27	c   vbounds          :       0.00          0          0
1801.26/1801.27	c   undercover       :       0.00          0          0
1801.26/1801.27	c   subnlp           :       0.00          0          0
1801.26/1801.27	c   trysol           :       0.00          0          0
1801.26/1801.27	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.26/1801.27	c   primal LP        :       1.48          0          0       0.00       0.00
1801.26/1801.27	c   dual LP          :     100.80         19       9949     523.63      98.70
1801.26/1801.27	c   lex dual LP      :       0.00          0          0       0.00          -
1801.26/1801.27	c   barrier LP       :       0.00          0          0       0.00          -
1801.26/1801.27	c   diving/probing LP:       0.00          0          0       0.00          -
1801.26/1801.27	c   strong branching :    1465.60        289      49571     171.53      33.82
1801.26/1801.27	c     (at root node) :          -         33        220       6.67          -
1801.26/1801.27	c   conflict analysis:       0.00          0          0       0.00          -
1801.26/1801.27	c B&B Tree           :
1801.26/1801.27	c   number of runs   :          1
1801.26/1801.27	c   nodes            :          8
1801.26/1801.27	c   nodes (total)    :          8
1801.26/1801.27	c   nodes left       :          9
1801.26/1801.27	c   max depth        :          7
1801.26/1801.27	c   max depth (total):          7
1801.26/1801.27	c   backtracks       :          0 (0.0%)
1801.26/1801.27	c   delayed cutoffs  :          0
1801.26/1801.27	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.26/1801.27	c   avg switch length:       1.00
1801.26/1801.27	c   switching time   :       1.52
1801.26/1801.27	c Solution           :
1801.26/1801.27	c   Solutions found  :          0 (0 improvements)
1801.26/1801.27	c   Primal Bound     :          -
1801.26/1801.27	c   Dual Bound       : +0.00000000000000e+00
1801.26/1801.27	c   Gap              :   infinite
1801.26/1801.27	c   Root Dual Bound  : +0.00000000000000e+00
1801.26/1801.27	c   Root Iterations  :       4376

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478901-1307442399/watcher-3478901-1307442399 -o /tmp/evaluation-result-3478901-1307442399/solver-3478901-1307442399 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3478901-1307442399.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.07 2.03 2.00 2/514 17066
/proc/meminfo: memFree=20962168/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=11100 CPUtime=0 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1756 0 0 0 0 0 0 0 24 0 1 0 836655552 11366400 1710 33554432000 4194304 9128323 140735950329392 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 2775 1710 397 1205 0 1566 0

[startup+0.051905 s]
/proc/loadavg: 2.07 2.03 2.00 2/514 17066
/proc/meminfo: memFree=20962168/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=13688 CPUtime=0.04 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 2405 0 0 0 4 0 0 0 24 0 1 0 836655552 14016512 2358 33554432000 4194304 9128323 140735950329392 18446744073709551615 8008930 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 3422 2358 397 1205 0 2213 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13688

[startup+0.100895 s]
/proc/loadavg: 2.07 2.03 2.00 2/514 17066
/proc/meminfo: memFree=20962168/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=16400 CPUtime=0.09 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 3097 0 0 0 9 0 0 0 24 0 1 0 836655552 16793600 3049 33554432000 4194304 9128323 140735950329392 18446744073709551615 6163855 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 4100 3049 397 1205 0 2891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16400

[startup+0.300857 s]
/proc/loadavg: 2.07 2.03 2.00 2/514 17066
/proc/meminfo: memFree=20962168/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=25880 CPUtime=0.29 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 5454 0 0 0 29 0 0 0 25 0 1 0 836655552 26501120 5399 33554432000 4194304 9128323 140735950329392 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 6470 5399 397 1205 0 5261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25880

[startup+0.70078 s]
/proc/loadavg: 2.07 2.03 2.00 2/514 17066
/proc/meminfo: memFree=20962168/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=45376 CPUtime=0.69 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 10335 0 0 0 68 1 0 0 25 0 1 0 836655552 46465024 10273 33554432000 4194304 9128323 140735950329392 18446744073709551615 7447725 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 11344 10273 397 1205 0 10135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45376

[startup+1.50064 s]
/proc/loadavg: 2.07 2.03 2.00 3/515 17067
/proc/meminfo: memFree=20908768/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=82576 CPUtime=1.49 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 19636 0 0 0 147 2 0 0 25 0 1 0 836655552 84557824 19560 33554432000 4194304 9128323 140735950329392 18446744073709551615 8008900 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 20644 19560 397 1205 0 19435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82576

[startup+3.10033 s]
/proc/loadavg: 2.07 2.03 2.00 3/515 17067
/proc/meminfo: memFree=20852844/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=157752 CPUtime=3.09 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 38397 0 0 0 303 6 0 0 25 0 1 0 836655552 161538048 38294 33554432000 4194304 9128323 140735950329392 18446744073709551615 7998096 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 39438 38294 397 1205 0 38229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 157752

[startup+6.30073 s]
/proc/loadavg: 2.23 2.06 2.02 3/515 17068
/proc/meminfo: memFree=20287104/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=737632 CPUtime=6.3 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 218183 0 0 0 601 29 0 0 25 0 1 0 836655552 755335168 178563 33554432000 4194304 9128323 140735950329392 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 184408 178563 511 1205 0 183199 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 737632

[startup+12.7005 s]
/proc/loadavg: 2.21 2.06 2.01 3/515 17068
/proc/meminfo: memFree=19802540/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1237596 CPUtime=12.69 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 390675 0 0 0 1220 49 0 0 25 0 1 0 836655552 1267298304 287943 33554432000 4194304 9128323 140735950329392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 309399 287943 697 1205 0 308190 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1237596

[startup+25.5011 s]
/proc/loadavg: 2.16 2.06 2.01 3/515 17068
/proc/meminfo: memFree=19721892/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1326188 CPUtime=25.49 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 437863 0 0 0 2492 57 0 0 25 0 1 0 836655552 1358016512 308753 33554432000 4194304 9128323 140735950329392 18446744073709551615 7077401 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 331547 308753 1254 1205 0 330338 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1326188

[startup+51.1003 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 17069
/proc/meminfo: memFree=19691820/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1353044 CPUtime=51.09 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 460800 0 0 0 5048 61 0 0 25 0 1 0 836655552 1385517056 315798 33554432000 4194304 9128323 140735950329392 18446744073709551615 8012585 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 338261 315798 860 1205 0 337052 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1353044

[startup+102.32 s]
/proc/loadavg: 2.04 2.04 2.01 3/515 17070
/proc/meminfo: memFree=19604356/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1465440 CPUtime=102.31 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 485257 0 0 0 10163 68 0 0 25 0 1 0 836655552 1500610560 339584 33554432000 4194304 9128323 140735950329392 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 366360 339584 2781 1205 0 365151 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1465440

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 17072
/proc/meminfo: memFree=19603040/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1465440 CPUtime=162.29 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 485257 0 0 0 16155 74 0 0 25 0 1 0 836655552 1500610560 339584 33554432000 4194304 9128323 140735950329392 18446744073709551615 6694354 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 366360 339584 2781 1205 0 365151 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1465440

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17073
/proc/meminfo: memFree=19603372/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1465440 CPUtime=222.3 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 485257 0 0 0 22150 80 0 0 25 0 1 0 836655552 1500610560 339584 33554432000 4194304 9128323 140735950329392 18446744073709551615 7018588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 366360 339584 2781 1205 0 365151 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1465440

[startup+282.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 17075
/proc/meminfo: memFree=19634472/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1440052 CPUtime=282.3 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 505988 0 0 0 28146 84 0 0 25 0 1 0 836655552 1474613248 337551 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 360013 337551 2784 1205 0 358804 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1440052

[startup+342.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 17077
/proc/meminfo: memFree=19634316/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1440052 CPUtime=342.31 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 552983 0 0 0 34142 89 0 0 25 0 1 0 836655552 1474613248 337551 33554432000 4194304 9128323 140735950329392 18446744073709551615 7342479 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 360013 337551 2784 1205 0 358804 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1440052

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 17078
/proc/meminfo: memFree=19553552/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1477652 CPUtime=402.3 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 641051 0 0 0 40131 99 0 0 25 0 1 0 836655552 1513115648 352557 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 369413 352557 4939 1205 0 368204 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1477652

[startup+462.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/515 17080
/proc/meminfo: memFree=19559844/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1478192 CPUtime=462.31 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 675299 0 0 0 46126 105 0 0 25 0 1 0 836655552 1513668608 350975 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 369548 350975 5041 1205 0 368339 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1478192

[startup+522.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/515 17081
/proc/meminfo: memFree=19615848/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1440996 CPUtime=522.31 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 708311 0 0 0 52121 110 0 0 25 0 1 0 836655552 1475579904 336074 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 360249 336074 1877 1205 0 359040 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1440996

[startup+582.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 17083
/proc/meminfo: memFree=19570328/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1478192 CPUtime=582.32 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 756731 0 0 0 58114 118 0 0 25 0 1 0 836655552 1513668608 351044 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 369548 351044 4119 1205 0 368339 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1478192

[startup+642.301 s]

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

/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 995460 0 0 0 100072 160 0 0 25 0 1 0 836655552 1507323904 350266 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 367999 350266 3659 1205 0 366790 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1471996

[startup+1062.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 17096
/proc/meminfo: memFree=19603308/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1438120 CPUtime=1062.33 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1159988 0 0 0 106052 181 0 0 25 0 1 0 836655552 1472634880 335270 33554432000 4194304 9128323 140735950329392 18446744073709551615 7315615 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 359530 335270 868 1205 0 358321 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1438120

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 17097
/proc/meminfo: memFree=19518832/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1503616 CPUtime=1122.33 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1250495 0 0 0 112038 195 0 0 25 0 1 0 836655552 1539702784 356313 33554432000 4194304 9128323 140735950329392 18446744073709551615 7315605 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 375904 356313 1000 1205 0 374695 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1503616

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 17099
/proc/meminfo: memFree=19562336/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1472972 CPUtime=1182.34 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1424810 0 0 0 118021 213 0 0 25 0 1 0 836655552 1508323328 351663 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 368243 351663 7653 1205 0 367034 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1472972

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 17101
/proc/meminfo: memFree=19615872/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1438280 CPUtime=1242.33 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1576224 0 0 0 124005 228 0 0 25 0 1 0 836655552 1472798720 331283 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 359570 331283 866 1205 0 358361 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1438280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17102
/proc/meminfo: memFree=19615956/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1438276 CPUtime=1302.35 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1626009 0 0 0 130002 233 0 0 25 0 1 0 836655552 1472794624 331281 33554432000 4194304 9128323 140735950329392 18446744073709551615 7342736 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 359569 331281 866 1205 0 358360 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 1438276

[startup+1362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 17104
/proc/meminfo: memFree=19615680/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1438272 CPUtime=1362.34 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1700642 0 0 0 135995 239 0 0 25 0 1 0 836655552 1472790528 331280 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 359568 331280 866 1205 0 358359 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1438272

[startup+1422.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 17105
/proc/meminfo: memFree=19615524/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1438272 CPUtime=1422.37 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1700643 0 0 0 141997 240 0 0 25 0 1 0 836655552 1472790528 331281 33554432000 4194304 9128323 140735950329392 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 359568 331281 866 1205 0 358359 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 1438272

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 17107
/proc/meminfo: memFree=19584864/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1461096 CPUtime=1482.35 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1837809 0 0 0 147981 254 0 0 25 0 1 0 836655552 1496162304 342425 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 365274 342425 3978 1205 0 364065 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 1461096

[startup+1542.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/515 17109
/proc/meminfo: memFree=19584460/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1461096 CPUtime=1542.35 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1837921 0 0 0 153980 255 0 0 25 0 1 0 836655552 1496162304 342427 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 365274 342427 3868 1205 0 364065 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 1461096

[startup+1602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/515 17138
/proc/meminfo: memFree=19666152/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1498044 CPUtime=1602.35 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1853957 0 0 0 159977 258 0 0 25 0 1 0 836655552 1533997056 357919 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 374511 357919 3331 1205 0 373302 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 1498044

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 17140
/proc/meminfo: memFree=13309352/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1469008 CPUtime=1662.35 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1868621 0 0 0 165975 260 0 0 25 0 1 0 836655552 1504264192 350689 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 367252 350689 3317 1205 0 366043 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1469008

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 17141
/proc/meminfo: memFree=11226756/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1431564 CPUtime=1722.36 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1901985 0 0 0 171969 267 0 0 25 0 1 0 836655552 1465921536 330773 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 357891 330773 866 1205 0 356682 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 1431564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 17171
/proc/meminfo: memFree=19658000/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1466308 CPUtime=1782.36 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1990215 0 0 0 177959 277 0 0 25 0 1 0 836655552 1501499392 339388 33554432000 4194304 9128323 140735950329392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 366577 339388 866 1205 0 365368 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 1466308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 17171
/proc/meminfo: memFree=19153196/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1431564 CPUtime=1800.07 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 1992185 0 0 0 179729 278 0 0 25 0 1 0 836655552 1465921536 330998 33554432000 4194304 9128323 140735950329392 18446744073709551615 7191083 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17066/statm: 357891 330998 866 1205 0 356682 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1431564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17066

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 17172
/proc/meminfo: memFree=19107060/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1466208 CPUtime=1801.46 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 2000447 0 0 0 179867 279 0 0 25 0 1 0 836655552 1501396992 339260 33554432000 4194304 9128323 140735950329392 18446744073709551615 6625861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 366552 339260 875 1205 0 365343 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 1466208

[startup+1801.82 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 17172
/proc/meminfo: memFree=19111524/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1430388 CPUtime=1801.88 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 2000449 0 0 0 179909 279 0 0 25 0 1 0 836655552 1464717312 330307 33554432000 4194304 9128323 140735950329392 18446744073709551615 6885359 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 357597 330307 877 1205 0 356388 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 1430388

[startup+1802 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 17172
/proc/meminfo: memFree=19111524/32951124 swapFree=62999000/67111528
[pid=17066] ppid=17064 vsize=1067936 CPUtime=1802.06 cores=1,3,5,7
/proc/17066/stat : 17066 (scip-2.0.1.4.li) R 17064 17066 16659 0 -1 4202496 2000452 0 0 0 179926 280 0 0 25 0 1 0 836655552 1093566464 260702 33554432000 4194304 9128323 140735950329392 18446744073709551615 4443902 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17066/statm: 266984 260702 880 1205 0 265775 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1067936

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1802.13
CPU user time (s): 1799.29
CPU system time (s): 2.84457
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1537780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 2.84457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2000452
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= 3
involuntary context switches= 2442

runsolver used 8.32173 second user time and 22.0826 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-07 12:26:39
IDJOB=3478901
IDBENCH=89759
IDSOLVER=1949
FILE ID=node141/3478901-1307442399
RUNJOBID= node141-1307436782-16678
PBS_JOBID= 13519947
Free space on /tmp= 73924 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-162.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478901-1307442399/watcher-3478901-1307442399 -o /tmp/evaluation-result-3478901-1307442399/solver-3478901-1307442399 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3478901-1307442399.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7794df8d293fccdb0879a56da38b7284
RANDOM SEED=1911172430

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20962324 kB
Buffers:        328080 kB
Cached:         951796 kB
SwapCached:       8848 kB
Active:       11015220 kB
Inactive:       690372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20962324 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:           38060 kB
Writeback:           0 kB
AnonPages:    10423412 kB
Mapped:          28424 kB
Slab:           142328 kB
PageTables:      70848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 151117108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73904 MiB
End job on node141 at 2011-06-07 12:56:42