Trace number 3742433

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1790 1790.29

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3742433-1338771032.opb>
0.18/0.23	c original problem has 21539 variables (21539 bin, 0 int, 0 impl, 0 cont) and 21903 constraints
0.18/0.23	c problem read
0.18/0.23	c No objective function, only one solution is needed.
0.18/0.23	c presolving settings loaded
0.29/0.37	c presolving:
0.39/0.46	c (round 1) 2 del vars, 2 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 20942 impls, 181 clqs
0.39/0.47	c (round 2) 238 del vars, 13 del conss, 238 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 20942 impls, 179 clqs
0.49/0.50	c (round 3) 367 del vars, 260 del conss, 367 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21050 impls, 179 clqs
0.49/0.52	c (round 4) 475 del vars, 368 del conss, 475 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21248 impls, 179 clqs
0.49/0.54	c (round 5) 562 del vars, 455 del conss, 562 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21470 impls, 179 clqs
0.49/0.56	c (round 6) 626 del vars, 519 del conss, 626 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21696 impls, 179 clqs
0.49/0.58	c (round 7) 669 del vars, 562 del conss, 669 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21856 impls, 179 clqs
0.59/0.60	c (round 8) 696 del vars, 589 del conss, 696 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21982 impls, 179 clqs
0.59/0.61	c (round 9) 714 del vars, 607 del conss, 714 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 22024 impls, 179 clqs
0.59/0.63	c (round 10) 728 del vars, 621 del conss, 728 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 22070 impls, 179 clqs
0.59/0.65	c (round 11) 737 del vars, 630 del conss, 737 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 22126 impls, 179 clqs
0.59/0.67	c (round 12) 742 del vars, 635 del conss, 742 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 22156 impls, 179 clqs
0.79/0.85	c (round 13) 742 del vars, 814 del conss, 742 chg bounds, 0 chg sides, 0 chg coeffs, 20910 upgd conss, 22172 impls, 179 clqs
0.89/0.92	c (round 14) 742 del vars, 814 del conss, 742 chg bounds, 0 chg sides, 0 chg coeffs, 21089 upgd conss, 22172 impls, 179 clqs
0.89/0.96	c presolving (15 rounds):
0.89/0.96	c  742 deleted vars, 814 deleted constraints, 742 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.96	c  22172 implications, 179 cliques
0.89/0.96	c presolved problem has 20797 variables (20797 bin, 0 int, 0 impl, 0 cont) and 21089 constraints
0.89/0.96	c    2575 constraints of type <setppc>
0.89/0.96	c   18514 constraints of type <logicor>
0.89/0.96	c transformed objective value is always integral (scale: 1)
0.89/0.96	c Presolving Time: 0.65
0.89/0.96	c - non default parameters ----------------------------------------------------------------------
0.89/0.96	c # SCIP version 1.2.1.3
0.89/0.96	c 
0.89/0.96	c # frequency for displaying node information lines
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.96	c display/freq = 10000
0.89/0.96	c 
0.89/0.96	c # maximal time in seconds to run
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.96	c limits/time = 1789.77
0.89/0.96	c 
0.89/0.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.96	c limits/memory = 13950
0.89/0.96	c 
0.89/0.96	c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.96	c limits/solutions = 1
0.89/0.96	c 
0.89/0.96	c # maximal number of separation rounds per node (-1: unlimited)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 5]
0.89/0.96	c separating/maxrounds = 1
0.89/0.96	c 
0.89/0.96	c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.96	c separating/maxroundsroot = 5
0.89/0.96	c 
0.89/0.96	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.96	c # [type: int, range: [1,2], default: 1]
0.89/0.96	c timing/clocktype = 2
0.89/0.96	c 
0.89/0.96	c # should presolving try to simplify inequalities
0.89/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.96	c constraints/linear/simplifyinequalities = TRUE
0.89/0.96	c 
0.89/0.96	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.96	c constraints/indicator/addCouplingCons = TRUE
0.89/0.96	c 
0.89/0.96	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/0.96	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/0.96	c constraints/knapsack/disaggregation = FALSE
0.89/0.96	c 
0.89/0.96	c # should presolving try to simplify knapsacks
0.89/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.96	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.96	c 
0.89/0.96	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.96	c presolving/probing/maxrounds = 0
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/coefdiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/coefdiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/coefdiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 30]
0.89/0.96	c heuristics/crossover/freq = -1
0.89/0.96	c 
0.89/0.96	c # number of nodes added to the contingent of the total nodes
0.89/0.96	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.96	c heuristics/crossover/nodesofs = 750
0.89/0.96	c 
0.89/0.96	c # number of nodes without incumbent change that heuristic should wait
0.89/0.96	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/0.96	c heuristics/crossover/nwaitingnodes = 100
0.89/0.96	c 
0.89/0.96	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/0.96	c # [type: real, range: [0,1], default: 0.1]
0.89/0.96	c heuristics/crossover/nodesquot = 0.15
0.89/0.96	c 
0.89/0.96	c # minimum percentage of integer variables that have to be fixed 
0.89/0.96	c # [type: real, range: [0,1], default: 0.666]
0.89/0.96	c heuristics/crossover/minfixingrate = 0.5
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.96	c heuristics/feaspump/freq = -1
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/feaspump/maxlpiterofs = 2000
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/fracdiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/fracdiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/fracdiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/guideddiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/guideddiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/guideddiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/intdiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/intshifting/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/linesearchdiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.96	c heuristics/nlp/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.96	c heuristics/objpscostdiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to total iteration number
0.89/0.96	c # [type: real, range: [0,1], default: 0.01]
0.89/0.96	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.96	c heuristics/oneopt/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/pscostdiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/pscostdiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.96	c heuristics/rens/freq = -1
0.89/0.96	c 
0.89/0.96	c # minimum percentage of integer variables that have to be fixable 
0.89/0.96	c # [type: real, range: [0,1], default: 0.5]
0.89/0.96	c heuristics/rens/minfixingrate = 0.3
0.89/0.96	c 
0.89/0.96	c # number of nodes added to the contingent of the total nodes
0.89/0.96	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.96	c heuristics/rens/nodesofs = 2000
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.96	c heuristics/rootsoldiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/0.96	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.96	c heuristics/rounding/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/shifting/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.96	c heuristics/simplerounding/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.96	c heuristics/trivial/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.96	c heuristics/trysol/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.96	c heuristics/veclendiving/freq = -1
0.89/0.96	c 
0.89/0.96	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.96	c heuristics/veclendiving/maxlpiterquot = 0.075
0.89/0.96	c 
0.89/0.96	c # additional number of allowed LP iterations
0.89/0.96	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.96	c heuristics/veclendiving/maxlpiterofs = 1500
0.89/0.96	c 
0.89/0.96	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.96	c heuristics/zirounding/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.96	c separating/cmir/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.96	c separating/flowcover/freq = -1
0.89/0.96	c 
0.89/0.96	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.96	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.96	c separating/rapidlearning/freq = 0
0.89/0.96	c 
0.89/0.96	c -----------------------------------------------------------------------------------------------
0.89/0.96	c start solving
0.89/0.96	c 
27.58/27.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.58/27.67	c  27.4s|     1 |     0 | 11357 |     - |  83M|   0 |3711 |  20k|  21k|  20k|  21k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
47.58/47.67	c  47.4s|     1 |     0 | 16533 |     - |  83M|   0 |4240 |  20k|  21k|  20k|  21k|   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
76.58/76.69	c  76.5s|     1 |     0 | 23440 |     - |  83M|   0 |4226 |  20k|  21k|  20k|  21k|  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
115.17/115.28	c   115s|     1 |     0 | 32227 |     - |  83M|   0 |4545 |  20k|  21k|  20k|  21k|  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
155.95/156.10	c   156s|     1 |     0 | 41181 |     - |  83M|   0 |4751 |  20k|  21k|  20k|  21k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
194.85/194.99	c   195s|     1 |     0 | 49634 |     - |  83M|   0 |4742 |  20k|  21k|  20k|  21k|  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
275.14/275.25	c   275s|     1 |     2 | 49634 |     - |  83M|   0 |4742 |  20k|  21k|  20k|  21k|  27 |   0 |  18 | 0.000000e+00 |      --      |    Inf 
1789.79/1790.14	c 
1789.79/1790.14	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.14	c Solving Time (sec) : 1789.91
1789.79/1790.14	c Solving Nodes      : 13
1789.79/1790.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.79/1790.14	c Dual Bound         : +0.00000000000000e+00
1789.79/1790.14	c Gap                : infinite
1789.79/1790.14	s UNKNOWN
1789.79/1790.14	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.14	c Solving Time       :    1789.91
1789.79/1790.14	c Original Problem   :
1789.79/1790.14	c   Problem name     : HOME/instance-3742433-1338771032.opb
1789.79/1790.14	c   Variables        : 21539 (21539 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.14	c   Constraints      : 21903 initial, 21903 maximal
1789.79/1790.14	c Presolved Problem  :
1789.79/1790.14	c   Problem name     : t_HOME/instance-3742433-1338771032.opb
1789.79/1790.14	c   Variables        : 20797 (20797 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.14	c   Constraints      : 21089 initial, 21091 maximal
1789.79/1790.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.79/1790.14	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.79/1790.14	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.79/1790.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.14	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.79/1790.14	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.14	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1789.79/1790.14	c   linear           :       0.39        742          0          0        742          0        814          0          0
1789.79/1790.14	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1789.79/1790.14	c   root node        :          -          0          -          -          0          -          -          -          -
1789.79/1790.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.14	c   integral         :          0          0          0         11          0          0          0          0          0         22
1789.79/1790.14	c   setppc           :       2575          5        200          0          1          0      15606          0          0          0
1789.79/1790.14	c   logicor          :      18514+         5        147          0          1          0       2536          0          0          0
1789.79/1790.14	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.79/1790.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.79/1790.14	c   integral         :     913.09       0.00       0.00     913.09       0.00
1789.79/1790.14	c   setppc           :       0.03       0.00       0.03       0.00       0.00
1789.79/1790.14	c   logicor          :       0.03       0.00       0.03       0.00       0.00
1789.79/1790.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.14	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.79/1790.14	c   vbounds          :       0.00          1          0          0
1789.79/1790.14	c   rootredcost      :       0.00          0          0          0
1789.79/1790.14	c   pseudoobj        :       0.00          0          0          0
1789.79/1790.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.79/1790.14	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.14	c   infeasible LP    :       0.01          1          1          3      182.7          0        0.0          0
1789.79/1790.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.14	c   applied globally :          -          -          -          2        5.0          -          -          -
1789.79/1790.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.79/1790.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.79/1790.14	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 29)
1789.79/1790.14	c   redcost          :       0.01         15          0          0          0          0
1789.79/1790.14	c   impliedbounds    :       0.01          5          0          0          0          0
1789.79/1790.14	c   intobj           :       0.00          0          0          0          0          0
1789.79/1790.14	c   cgmip            :       0.00          0          0          0          0          0
1789.79/1790.14	c   gomory           :       5.61          5          0          0          0          0
1789.79/1790.14	c   strongcg         :       5.37          5          0          0          0          0
1789.79/1790.14	c   cmir             :       0.00          0          0          0          0          0
1789.79/1790.14	c   flowcover        :       0.00          0          0          0          0          0
1789.79/1790.14	c   clique           :       0.94          5          0          0         29          0
1789.79/1790.14	c   zerohalf         :       0.00          0          0          0          0          0
1789.79/1790.14	c   mcf              :       0.02          1          0          0          0          0
1789.79/1790.14	c   rapidlearning    :       0.00          0          0          0          0          0
1789.79/1790.14	c Pricers            :       Time      Calls       Vars
1789.79/1790.14	c   problem variables:       0.00          0          0
1789.79/1790.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.14	c   relpscost        :     913.09         11          0          0          0          0         22
1789.79/1790.14	c   pscost           :       0.00          0          0          0          0          0          0
1789.79/1790.14	c   inference        :       0.00          1          0          0          0          0          2
1789.79/1790.14	c   mostinf          :       0.00          0          0          0          0          0          0
1789.79/1790.14	c   leastinf         :       0.00          0          0          0          0          0          0
1789.79/1790.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.79/1790.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.79/1790.14	c   random           :       0.00          0          0          0          0          0          0
1789.79/1790.14	c Primal Heuristics  :       Time      Calls      Found
1789.79/1790.14	c   LP solutions     :       0.00          -          0
1789.79/1790.14	c   pseudo solutions :       0.00          -          0
1789.79/1790.14	c   trivial          :       0.03          1          0
1789.79/1790.14	c   simplerounding   :       0.00          0          0
1789.79/1790.14	c   zirounding       :       0.00          0          0
1789.79/1790.14	c   rounding         :       0.00          0          0
1789.79/1790.14	c   shifting         :       0.00          0          0
1789.79/1790.14	c   intshifting      :       0.00          0          0
1789.79/1790.14	c   oneopt           :       0.00          0          0
1789.79/1790.14	c   twoopt           :       0.00          0          0
1789.79/1790.14	c   fixandinfer      :       0.00          0          0
1789.79/1790.14	c   feaspump         :       0.00          0          0
1789.79/1790.14	c   coefdiving       :       0.00          0          0
1789.79/1790.14	c   pscostdiving     :       0.00          0          0
1789.79/1790.14	c   fracdiving       :       0.00          0          0
1789.79/1790.14	c   veclendiving     :       0.00          0          0
1789.79/1790.14	c   intdiving        :       0.00          0          0
1789.79/1790.14	c   actconsdiving    :       0.00          0          0
1789.79/1790.14	c   objpscostdiving  :       0.00          0          0
1789.79/1790.14	c   rootsoldiving    :       0.00          0          0
1789.79/1790.14	c   linesearchdiving :       0.00          0          0
1789.79/1790.14	c   guideddiving     :       0.00          0          0
1789.79/1790.14	c   octane           :       0.00          0          0
1789.79/1790.14	c   rens             :       0.00          0          0
1789.79/1790.14	c   rins             :       0.00          0          0
1789.79/1790.14	c   localbranching   :       0.00          0          0
1789.79/1790.14	c   mutation         :       0.00          0          0
1789.79/1790.14	c   crossover        :       0.00          0          0
1789.79/1790.14	c   dins             :       0.00          0          0
1789.79/1790.14	c   undercover       :       0.00          0          0
1789.79/1790.14	c   nlp              :       0.00          0          0
1789.79/1790.14	c   trysol           :       0.00          0          0
1789.79/1790.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.79/1790.14	c   primal LP        :       0.06          0          0       0.00       0.00
1789.79/1790.14	c   dual LP          :     863.72         18     199321   11073.39     230.77
1789.79/1790.14	c   lex dual LP      :       0.00          0          0       0.00          -
1789.79/1790.14	c   barrier LP       :       0.00          0          0       0.00          -
1789.79/1790.14	c   diving/probing LP:       0.00          0          0       0.00          -
1789.79/1790.14	c   strong branching :     913.07        212     202828     956.74     222.14
1789.79/1790.14	c     (at root node) :          -         18      18000    1000.00          -
1789.79/1790.14	c   conflict analysis:       0.00          0          0       0.00          -
1789.79/1790.14	c B&B Tree           :
1789.79/1790.14	c   number of runs   :          1
1789.79/1790.14	c   nodes            :         13
1789.79/1790.14	c   nodes (total)    :         13
1789.79/1790.14	c   nodes left       :         12
1789.79/1790.14	c   max depth        :          5
1789.79/1790.14	c   max depth (total):          5
1789.79/1790.14	c   backtracks       :          6 (46.2%)
1789.79/1790.14	c   delayed cutoffs  :          0
1789.79/1790.14	c   repropagations   :          5 (101 domain reductions, 0 cutoffs)
1789.79/1790.14	c   avg switch length:       2.31
1789.79/1790.14	c   switching time   :       0.10
1789.79/1790.14	c Solution           :
1789.79/1790.14	c   Solutions found  :          0 (0 improvements)
1789.79/1790.14	c   Primal Bound     :          -
1789.79/1790.14	c   Dual Bound       : +0.00000000000000e+00
1789.79/1790.14	c   Gap              :   infinite
1789.79/1790.14	c   Root Dual Bound  : +0.00000000000000e+00
1789.79/1790.14	c   Root Iterations  :      49634
1789.89/1790.29	c Time complete: 1789.98.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12571
/proc/meminfo: memFree=27487972/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 1479 0 0 0 0 0 0 0 20 0 1 0 343170233 9158656 1425 33554432000 4194304 8395647 140733524014656 140736538418936 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 2236 1434 374 1026 0 1206 0

[startup+0.019985 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12571
/proc/meminfo: memFree=27487972/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=17496 CPUtime=0.01 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 3605 0 0 0 1 0 0 0 20 0 1 0 343170233 17915904 3552 33554432000 4194304 8395647 140733524014656 140736538418936 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 4374 3560 390 1026 0 3344 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17496

[startup+0.100348 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12571
/proc/meminfo: memFree=27487972/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=29916 CPUtime=0.08 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 6717 0 0 0 8 0 0 0 20 0 1 0 343170233 30633984 6663 33554432000 4194304 8395647 140733524014656 140736538418936 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 7479 6663 390 1026 0 6449 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29916

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12571
/proc/meminfo: memFree=27487972/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=72956 CPUtime=0.29 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 17747 0 0 0 27 2 0 0 20 0 1 0 343170233 74706944 17339 33554432000 4194304 8395647 140733524014656 140736538418936 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 18239 17339 419 1026 0 17209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72956

[startup+0.700335 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12571
/proc/meminfo: memFree=27487972/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=88032 CPUtime=0.68 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 21733 0 0 0 66 2 0 0 20 0 1 0 343170233 90144768 20571 33554432000 4194304 8395647 140733524014656 140733524011896 7435351 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 22008 20571 470 1026 0 20978 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 88032

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12572
/proc/meminfo: memFree=27385856/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=149260 CPUtime=1.49 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 36720 0 0 0 144 5 0 0 20 0 1 0 343170233 152842240 35382 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 37315 35382 565 1026 0 36285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149260

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12572
/proc/meminfo: memFree=27348468/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=150008 CPUtime=3.09 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 37148 0 0 0 304 5 0 0 20 0 1 0 343170233 153608192 35810 33554432000 4194304 8395647 140733524014656 140733524010216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 37502 35810 565 1026 0 36472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150008

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12572
/proc/meminfo: memFree=27347708/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=152004 CPUtime=6.29 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 37686 0 0 0 624 5 0 0 20 0 1 0 343170233 155652096 36347 33554432000 4194304 8395647 140733524014656 140733524010120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 38001 36347 565 1026 0 36971 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12572
/proc/meminfo: memFree=27342880/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=153484 CPUtime=12.69 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 38051 0 0 0 1263 6 0 0 20 0 1 0 343170233 157167616 36712 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 38371 36712 565 1026 0 37341 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153484

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12572
/proc/meminfo: memFree=27344624/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=155488 CPUtime=25.49 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 38575 0 0 0 2542 7 0 0 20 0 1 0 343170233 159219712 37236 33554432000 4194304 8395647 140733524014656 140733524010120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 38872 37236 565 1026 0 37842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155488

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12572
/proc/meminfo: memFree=27335388/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=161344 CPUtime=51.09 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 39981 0 0 0 5099 10 0 0 20 0 1 0 343170233 165216256 38588 33554432000 4194304 8395647 140733524014656 140733524010120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 40336 38588 585 1026 0 39306 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 161344

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12572
/proc/meminfo: memFree=27322792/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=165088 CPUtime=102.28 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 41287 0 0 0 10213 15 0 0 20 0 1 0 343170233 169050112 40509 33554432000 4194304 8395647 140733524014656 140733524010216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 41272 40509 585 1026 0 40242 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 165088

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12572
/proc/meminfo: memFree=27330224/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=163248 CPUtime=162.25 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 42648 0 0 0 16203 22 0 0 20 0 1 0 343170233 167165952 40227 33554432000 4194304 8395647 140733524014656 140733524010168 6696913 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 40812 40227 585 1026 0 39782 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 163248

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12572
/proc/meminfo: memFree=27326504/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=164356 CPUtime=222.24 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 57966 0 0 0 22191 33 0 0 20 0 1 0 343170233 168300544 40479 33554432000 4194304 8395647 140733524014656 140733524009912 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 41089 40479 588 1026 0 40059 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 164356

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12572
/proc/meminfo: memFree=27322708/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=169176 CPUtime=282.23 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 85536 0 0 0 28178 45 0 0 20 0 1 0 343170233 173236224 41393 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 42294 41393 589 1026 0 41264 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 169176

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12573
/proc/meminfo: memFree=27324624/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=169176 CPUtime=342.23 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 85556 0 0 0 34172 51 0 0 20 0 1 0 343170233 173236224 41701 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 42294 41701 589 1026 0 41264 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 169176

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12573
/proc/meminfo: memFree=27324444/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=161104 CPUtime=402.22 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 91019 0 0 0 40166 56 0 0 20 0 1 0 343170233 164970496 39313 33554432000 4194304 8395647 140733524014656 140733524009528 6741407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 40276 39313 589 1026 0 39246 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 161104

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12573
/proc/meminfo: memFree=27325800/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=164652 CPUtime=462.21 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 99431 0 0 0 46157 64 0 0 20 0 1 0 343170233 168603648 40552 33554432000 4194304 8395647 140733524014656 140733524009960 6667456 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 41163 40552 589 1026 0 40133 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 164652

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12573
/proc/meminfo: memFree=27326736/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=167524 CPUtime=522.2 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 102005 0 0 0 52149 71 0 0 20 0 1 0 343170233 171544576 41256 33554432000 4194304 8395647 140733524014656 140733524009784 6693047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 41881 41256 589 1026 0 40851 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 167524

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12614
/proc/meminfo: memFree=27333572/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=166140 CPUtime=582.19 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 103901 0 0 0 58143 76 0 0 20 0 1 0 343170233 170127360 40923 33554432000 4194304 8395647 140733524014656 140733524008808 6693729 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 41535 40923 589 1026 0 40505 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 166140

[startup+642.3 s]

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

/proc/meminfo: memFree=27323592/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=167336 CPUtime=1062.11 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 177787 0 0 0 106074 137 0 0 20 0 1 0 343170233 171352064 41224 33554432000 4194304 8395647 140733524014656 140733524009864 6741183 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 41834 41224 589 1026 0 40804 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 167336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12638
/proc/meminfo: memFree=27319428/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=170456 CPUtime=1122.1 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 180321 0 0 0 112067 143 0 0 20 0 1 0 343170233 174546944 41832 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 42614 41832 594 1026 0 41584 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 170456

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12641
/proc/meminfo: memFree=27315328/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=173820 CPUtime=1182.09 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 192361 0 0 0 118058 151 0 0 20 0 1 0 343170233 177991680 42819 33554432000 4194304 8395647 140733524014656 140733524009912 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43455 42819 594 1026 0 42425 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 173820

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 12642
/proc/meminfo: memFree=27323644/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=169160 CPUtime=1242.08 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 213841 0 0 0 124046 162 0 0 20 0 1 0 343170233 173219840 41594 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 42290 41594 594 1026 0 41260 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 169160

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12642
/proc/meminfo: memFree=27316328/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=174920 CPUtime=1302.08 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 215291 0 0 0 130041 167 0 0 20 0 1 0 343170233 179118080 43044 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43730 43044 594 1026 0 42700 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 174920

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12642
/proc/meminfo: memFree=27318060/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172776 CPUtime=1362.06 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 226916 0 0 0 136032 174 0 0 20 0 1 0 343170233 176922624 42587 33554432000 4194304 8395647 140733524014656 140733524009528 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43194 42587 594 1026 0 42164 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 172776

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12642
/proc/meminfo: memFree=27318548/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172808 CPUtime=1422.06 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 242445 0 0 0 142024 182 0 0 20 0 1 0 343170233 176955392 42534 33554432000 4194304 8395647 140733524014656 140733524010216 6693740 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43202 42534 594 1026 0 42172 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 172808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12642
/proc/meminfo: memFree=27318300/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=169816 CPUtime=1482.04 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 248683 0 0 0 148014 190 0 0 20 0 1 0 343170233 173891584 41752 33554432000 4194304 8395647 140733524014656 140733524009912 6697416 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 42454 41752 594 1026 0 41424 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 169816

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 12643
/proc/meminfo: memFree=27314640/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172960 CPUtime=1542.03 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 265993 0 0 0 154005 198 0 0 20 0 1 0 343170233 177111040 42597 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43240 42597 594 1026 0 42210 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 172960

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 12643
/proc/meminfo: memFree=27314640/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172960 CPUtime=1602.03 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 265999 0 0 0 159999 204 0 0 20 0 1 0 343170233 177111040 42603 33554432000 4194304 8395647 140733524014656 140733524009064 6742667 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43240 42603 594 1026 0 42210 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 172960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12643
/proc/meminfo: memFree=27315132/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1662.02 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269938 0 0 0 165991 211 0 0 20 0 1 0 343170233 176807936 42460 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42460 594 1026 0 42136 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 172664

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12643
/proc/meminfo: memFree=27314564/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1722 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 171985 215 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524009784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 172664

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314308/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1782 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 177980 220 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524009784 6692859 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 172664

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314680/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1785.2 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 178300 220 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524009784 6693397 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 172664

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314680/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1788.4 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 178620 220 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524010216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 172664

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314680/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1789.19 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 178699 220 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524010216 6696666 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 172664

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314680/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1789.59 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 178739 220 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524010216 6696983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 172664

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314680/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1789.79 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269942 0 0 0 178759 220 0 0 20 0 1 0 343170233 176807936 42570 33554432000 4194304 8395647 140733524014656 140733524010216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42570 594 1026 0 42136 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 172664

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12646
/proc/meminfo: memFree=27314680/32873844 swapFree=7128/7128
[pid=12571] ppid=12569 vsize=172664 CPUtime=1789.89 cores=1,3,5,7
/proc/12571/stat : 12571 (pbscip.linux.x8) R 12569 12571 11206 0 -1 4202496 269948 0 0 0 178769 220 0 0 20 0 1 0 343170233 176807936 42576 33554432000 4194304 8395647 140733524014656 140733524010216 4425271 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12571/statm: 43166 42576 600 1026 0 42136 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 172664

Child status: 0
Real time (s): 1790.29
CPU time (s): 1790
CPU user time (s): 1787.79
CPU system time (s): 2.20666
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 174920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.79
system time used= 2.20666
maximum resident set size= 172176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269956
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= 38
involuntary context switches= 1837

runsolver used 3.11253 second user time and 9.53255 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 02:50:32
IDJOB=3742433
IDBENCH=90184
IDSOLVER=2326
FILE ID=node105/3742433-1338771032
RUNJOBID= node105-1338749876-11223
PBS_JOBID= 14636807
Free space on /tmp= 71264 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K181.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742433-1338771032/watcher-3742433-1338771032 -o /tmp/evaluation-result-3742433-1338771032/solver-3742433-1338771032 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3742433-1338771032.opb -t 1800 -m 15500

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=630832508

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27488616 kB
Buffers:          570352 kB
Cached:          3761320 kB
SwapCached:         1700 kB
Active:          1260396 kB
Inactive:        3239908 kB
Active(anon):     164848 kB
Inactive(anon):     4880 kB
Active(file):    1095548 kB
Inactive(file):  3235028 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             11676 kB
Writeback:             0 kB
AnonPages:        283376 kB
Mapped:            11380 kB
Shmem:                 0 kB
Slab:             744096 kB
SReclaimable:     185904 kB
SUnreclaim:       558192 kB
KernelStack:        1488 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     288688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71252 MiB
End job on node105 at 2012-06-04 03:20:23