Trace number 2704223

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.6 1790.08

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
MD5SUM72bb077846a4d869a09744c0b238b13c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.041993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2340
Total number of constraints1678
Number of constraints which are clauses1599
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
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-2704223-1278550118.opb>
0.00/0.08	c original problem has 2340 variables (2340 bin, 0 int, 0 impl, 0 cont) and 1678 constraints
0.00/0.08	c problem read
0.00/0.08	c No objective function, only one solution is needed.
0.00/0.08	c presolving settings loaded
0.09/0.12	c presolving:
0.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1678 upgd conss, 0 impls, 79 clqs
0.19/0.22	c presolving (2 rounds):
0.19/0.22	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  0 implications, 79 cliques
0.19/0.22	c presolved problem has 2340 variables (2340 bin, 0 int, 0 impl, 0 cont) and 1678 constraints
0.19/0.22	c      79 constraints of type <setppc>
0.19/0.22	c    1599 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.10
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 1.2.1.3
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1789.92
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 1620
0.19/0.22	c 
0.19/0.22	c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c limits/solutions = 1
0.19/0.22	c 
0.19/0.22	c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.22	c separating/maxrounds = 1
0.19/0.22	c 
0.19/0.22	c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/maxroundsroot = 5
0.19/0.22	c 
0.19/0.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.22	c # [type: int, range: [1,2], default: 1]
0.19/0.22	c timing/clocktype = 2
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/indicator/addCouplingCons = TRUE
0.19/0.22	c 
0.19/0.22	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.22	c constraints/knapsack/disaggregation = FALSE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c presolving/probing/maxrounds = 0
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/coefdiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/coefdiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/coefdiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.22	c heuristics/crossover/freq = -1
0.19/0.22	c 
0.19/0.22	c # number of nodes added to the contingent of the total nodes
0.19/0.22	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.22	c heuristics/crossover/nodesofs = 750
0.19/0.22	c 
0.19/0.22	c # number of nodes without incumbent change that heuristic should wait
0.19/0.22	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.22	c heuristics/crossover/nwaitingnodes = 100
0.19/0.22	c 
0.19/0.22	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.22	c # [type: real, range: [0,1], default: 0.1]
0.19/0.22	c heuristics/crossover/nodesquot = 0.15
0.19/0.22	c 
0.19/0.22	c # minimum percentage of integer variables that have to be fixed 
0.19/0.22	c # [type: real, range: [0,1], default: 0.666]
0.19/0.22	c heuristics/crossover/minfixingrate = 0.5
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.22	c heuristics/feaspump/freq = -1
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/feaspump/maxlpiterofs = 2000
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/fracdiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/fracdiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/fracdiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/guideddiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/guideddiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/guideddiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/intdiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/intshifting/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/linesearchdiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c heuristics/nlp/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.22	c heuristics/objpscostdiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.22	c # [type: real, range: [0,1], default: 0.01]
0.19/0.22	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c heuristics/oneopt/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/pscostdiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/pscostdiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c heuristics/rens/freq = -1
0.19/0.22	c 
0.19/0.22	c # minimum percentage of integer variables that have to be fixable 
0.19/0.22	c # [type: real, range: [0,1], default: 0.5]
0.19/0.22	c heuristics/rens/minfixingrate = 0.3
0.19/0.22	c 
0.19/0.22	c # number of nodes added to the contingent of the total nodes
0.19/0.22	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.22	c heuristics/rens/nodesofs = 2000
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.22	c heuristics/rootsoldiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.22	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c heuristics/rounding/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/shifting/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c heuristics/simplerounding/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c heuristics/trivial/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c heuristics/trysol/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.22	c heuristics/veclendiving/freq = -1
0.19/0.22	c 
0.19/0.22	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.22	c heuristics/veclendiving/maxlpiterquot = 0.075
0.19/0.22	c 
0.19/0.22	c # additional number of allowed LP iterations
0.19/0.22	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.22	c heuristics/veclendiving/maxlpiterofs = 1500
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c heuristics/zirounding/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c separating/cmir/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c separating/flowcover/freq = -1
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	c 
0.39/0.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.47	c   0.4s|     1 |     0 |  1091 |     - |  10M|   0 | 315 |2340 |1678 |2340 |1678 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.11	c   1.0s|     1 |     0 |  1625 |     - |  10M|   0 | 378 |2340 |1678 |2340 |1695 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.55	c   1.5s|     1 |     0 |  2105 |     - |  10M|   0 | 434 |2340 |1678 |2340 |1707 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.02	c   1.9s|     1 |     0 |  2649 |     - |  10M|   0 | 477 |2340 |1678 |2340 |1724 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.54	c   2.5s|     1 |     0 |  3200 |     - |  10M|   0 | 493 |2340 |1678 |2340 |1740 |  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.08	c   3.0s|     1 |     0 |  3830 |     - |  10M|   0 | 493 |2340 |1678 |2340 |1756 |  78 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.99/4.09	c   4.0s|     1 |     2 |  3830 |     - |  10M|   0 | 493 |2340 |1678 |2340 |1756 |  78 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
127.84/127.93	c   128s| 10000 |   320 | 66787 |   6.3 |  15M|  97 |   9 |2340 |5091 |2340 |1716 |  78 |  10k|2165 | 0.000000e+00 |      --      |    Inf 
198.62/198.79	c   199s| 20000 |   315 |124779 |   6.0 |  17M| 101 |  10 |2340 |6315 |2340 |1716 |  78 |  19k|2297 | 0.000000e+00 |      --      |    Inf 
269.71/269.85	c   270s| 30000 |   315 |179066 |   5.8 |  18M| 101 |   - |2340 |7596 |2340 |1716 |  78 |  28k|2439 | 0.000000e+00 |      --      |    Inf 
342.39/342.54	c   342s| 40000 |   317 |234805 |   5.8 |  19M| 104 |   - |2340 |9116 |2340 |1716 |  78 |  36k|2510 | 0.000000e+00 |      --      |    Inf 
420.46/420.64	c   421s| 50000 |   313 |289891 |   5.7 |  19M| 106 |   - |2340 |8537 |2340 |1716 |  78 |  44k|2520 | 0.000000e+00 |      --      |    Inf 
493.35/493.59	c   494s| 60000 |   311 |343287 |   5.7 |  19M| 106 |   - |2340 |8459 |2340 |1716 |  78 |  52k|2803 | 0.000000e+00 |      --      |    Inf 
564.63/564.86	c   565s| 70000 |   304 |392547 |   5.6 |  18M| 106 |   - |2340 |7413 |2340 |1716 |  78 |  62k|2813 | 0.000000e+00 |      --      |    Inf 
634.42/634.62	c   635s| 80000 |   307 |443111 |   5.5 |  19M| 106 |   - |2340 |8315 |2340 |1716 |  78 |  71k|2818 | 0.000000e+00 |      --      |    Inf 
704.29/704.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.29/704.55	c   704s| 90000 |   313 |491351 |   5.4 |  19M| 106 |  11 |2340 |8998 |2340 |1716 |  78 |  80k|2853 | 0.000000e+00 |      --      |    Inf 
779.27/779.57	c   779s|100000 |   311 |539540 |   5.4 |  20M| 106 |   - |2340 |  10k|2340 |1716 |  78 |  88k|2897 | 0.000000e+00 |      --      |    Inf 
852.95/853.26	c   853s|110000 |   305 |590000 |   5.3 |  19M| 106 |   - |2340 |8893 |2340 |1716 |  78 |  96k|2941 | 0.000000e+00 |      --      |    Inf 
926.03/926.37	c   926s|120000 |   305 |648546 |   5.4 |  18M| 106 |  19 |2340 |7830 |2340 |1716 |  78 | 105k|3859 | 0.000000e+00 |      --      |    Inf 
990.32/990.66	c   991s|130000 |   308 |711179 |   5.4 |  18M| 106 |  24 |2340 |7587 |2340 |1716 |  78 | 113k|4019 | 0.000000e+00 |      --      |    Inf 
1056.50/1056.88	c  1057s|140000 |   305 |773075 |   5.5 |  21M| 106 |   - |2340 |  10k|2340 |1716 |  78 | 120k|4147 | 0.000000e+00 |      --      |    Inf 
1123.39/1123.77	c  1124s|150000 |   308 |840481 |   5.6 |  22M| 106 |   - |2340 |  11k|2340 |1716 |  78 | 128k|4253 | 0.000000e+00 |      --      |    Inf 
1188.78/1189.16	c  1189s|160000 |   318 |894426 |   5.6 |  24M| 106 |  11 |2340 |  13k|2340 |1716 |  78 | 136k|4318 | 0.000000e+00 |      --      |    Inf 
1257.35/1257.76	c  1258s|170000 |   307 |965286 |   5.7 |  23M| 106 |  17 |2340 |  13k|2340 |1716 |  78 | 145k|4439 | 0.000000e+00 |      --      |    Inf 
1327.84/1328.28	c  1328s|180000 |   303 |  1038k|   5.8 |  23M| 106 |   - |2340 |  12k|2340 |1716 |  78 | 155k|4607 | 0.000000e+00 |      --      |    Inf 
1398.21/1398.66	c  1399s|190000 |   307 |  1097k|   5.8 |  20M| 106 |   - |2340 |8589 |2340 |1716 |  78 | 163k|4795 | 0.000000e+00 |      --      |    Inf 
1460.70/1461.19	c  1461s|200000 |   308 |  1157k|   5.8 |  20M| 106 |   - |2340 |9117 |2340 |1716 |  78 | 171k|4917 | 0.000000e+00 |      --      |    Inf 
1524.28/1524.77	c  1525s|210000 |   312 |  1220k|   5.8 |  20M| 106 |  18 |2340 |9705 |2340 |1716 |  78 | 179k|4993 | 0.000000e+00 |      --      |    Inf 
1589.36/1589.80	c  1590s|220000 |   316 |  1283k|   5.8 |  22M| 106 |   - |2340 |  11k|2340 |1716 |  78 | 186k|5111 | 0.000000e+00 |      --      |    Inf 
1657.16/1657.68	c  1658s|230000 |   312 |  1348k|   5.8 |  21M| 106 |  17 |2340 |  10k|2340 |1716 |  78 | 193k|5184 | 0.000000e+00 |      --      |    Inf 
1726.53/1727.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.53/1727.03	c  1727s|240000 |   319 |  1402k|   5.8 |  22M| 106 |  12 |2340 |  12k|2340 |1716 |  78 | 200k|5249 | 0.000000e+00 |      --      |    Inf 
1789.52/1790.01	c 
1789.52/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.01	c Solving Time (sec) : 1789.92
1789.52/1790.01	c Solving Nodes      : 248753
1789.52/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.52/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.52/1790.01	c Gap                : infinite
1789.52/1790.01	s UNKNOWN
1789.52/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.01	c Solving Time       :    1789.92
1789.52/1790.01	c Original Problem   :
1789.52/1790.01	c   Problem name     : HOME/instance-2704223-1278550118.opb
1789.52/1790.01	c   Variables        : 2340 (2340 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.01	c   Constraints      : 1678 initial, 1678 maximal
1789.52/1790.01	c Presolved Problem  :
1789.52/1790.01	c   Problem name     : t_HOME/instance-2704223-1278550118.opb
1789.52/1790.01	c   Variables        : 2340 (2340 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.01	c   Constraints      : 1678 initial, 15710 maximal
1789.52/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.52/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.01	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1789.52/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.52/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.01	c   integral         :          0          0          0     125379          0        147        503          0          0     249614
1789.52/1790.01	c   setppc           :         79          5     930083          0          1        163    8277782          0          0          0
1789.52/1790.01	c   logicor          :       1599+         5     310692          0          1        293     311363          0          0          0
1789.52/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.52/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.52/1790.01	c   integral         :      77.69       0.00       0.00      77.69       0.00
1789.52/1790.01	c   setppc           :      24.07       0.00      24.07       0.00       0.00
1789.52/1790.01	c   logicor          :      69.14       0.00      69.13       0.00       0.00
1789.52/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.52/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.52/1790.01	c   vbounds          :       0.40          1          0          0
1789.52/1790.01	c   rootredcost      :       0.45          0          0          0
1789.52/1790.01	c   pseudoobj        :       0.30          0          0          0
1789.52/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.52/1790.01	c   propagation      :       1.03        456        454      22261      160.2          3      126.3          -
1789.52/1790.01	c   infeasible LP    :     673.19     123513     121986    6232372      215.4        462       90.5          0
1789.52/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.52/1790.01	c   applied globally :          -          -          -     205537      106.7          -          -          -
1789.52/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.52/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.52/1790.01	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 156)
1789.52/1790.01	c   redcost          :       9.62     124993          0          0          0          0
1789.52/1790.01	c   impliedbounds    :       0.00          5          0          0          0          0
1789.52/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.52/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.52/1790.01	c   gomory           :       0.42          5          0          0       2481          0
1789.52/1790.01	c   strongcg         :       0.41          5          0          0       2481          0
1789.52/1790.01	c   cmir             :       0.00          0          0          0          0          0
1789.52/1790.01	c   flowcover        :       0.00          0          0          0          0          0
1789.52/1790.01	c   clique           :       0.03          5          0          0          0          0
1789.52/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.52/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.52/1790.01	c   rapidlearning    :       0.20          1          0          0          0          0
1789.52/1790.01	c Pricers            :       Time      Calls       Vars
1789.52/1790.01	c   problem variables:       0.00          0          0
1789.52/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.01	c   relpscost        :      77.37     125379        147        503          0          0     249614
1789.52/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.52/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.52/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.52/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.52/1790.01	c   LP solutions     :       0.00          -          0
1789.52/1790.01	c   pseudo solutions :       0.00          -          0
1789.52/1790.01	c   trivial          :       0.00          1          0
1789.52/1790.01	c   simplerounding   :       0.00          0          0
1789.52/1790.01	c   zirounding       :       0.00          0          0
1789.52/1790.01	c   rounding         :       0.00          0          0
1789.52/1790.01	c   shifting         :       0.00          0          0
1789.52/1790.01	c   intshifting      :       0.00          0          0
1789.52/1790.01	c   oneopt           :       0.00          0          0
1789.52/1790.01	c   twoopt           :       0.00          0          0
1789.52/1790.01	c   fixandinfer      :       0.00          0          0
1789.52/1790.01	c   feaspump         :       0.00          0          0
1789.52/1790.01	c   coefdiving       :       0.00          0          0
1789.52/1790.01	c   pscostdiving     :       0.00          0          0
1789.52/1790.01	c   fracdiving       :       0.00          0          0
1789.52/1790.01	c   veclendiving     :       0.00          0          0
1789.52/1790.01	c   intdiving        :       0.00          0          0
1789.52/1790.01	c   actconsdiving    :       0.00          0          0
1789.52/1790.01	c   objpscostdiving  :       0.00          0          0
1789.52/1790.01	c   rootsoldiving    :       0.00          0          0
1789.52/1790.01	c   linesearchdiving :       0.00          0          0
1789.52/1790.01	c   guideddiving     :       0.00          0          0
1789.52/1790.01	c   octane           :       0.00          0          0
1789.52/1790.01	c   rens             :       0.00          0          0
1789.52/1790.01	c   rins             :       0.00          0          0
1789.52/1790.01	c   localbranching   :       0.00          0          0
1789.52/1790.01	c   mutation         :       0.00          0          0
1789.52/1790.01	c   crossover        :       0.00          0          0
1789.52/1790.01	c   dins             :       0.00          0          0
1789.52/1790.01	c   undercover       :       0.00          0          0
1789.52/1790.01	c   nlp              :       0.00          0          0
1789.52/1790.01	c   trysol           :       0.00          0          0
1789.52/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.52/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.52/1790.01	c   dual LP          :     674.18     246285    1449984       5.89    2150.73
1789.52/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.52/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.52/1790.01	c   diving/probing LP:       0.00          0          0       0.00          -
1789.52/1790.01	c   strong branching :      73.20       5384     146117      27.14    1996.11
1789.52/1790.01	c     (at root node) :          -         33       1954      59.21          -
1789.52/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.52/1790.01	c B&B Tree           :
1789.52/1790.01	c   number of runs   :          1
1789.52/1790.01	c   nodes            :     248753
1789.52/1790.01	c   nodes (total)    :     248753
1789.52/1790.01	c   nodes left       :        318
1789.52/1790.01	c   max depth        :        106
1789.52/1790.01	c   max depth (total):        106
1789.52/1790.01	c   backtracks       :      47329 (19.0%)
1789.52/1790.01	c   delayed cutoffs  :        546
1789.52/1790.01	c   repropagations   :     330003 (2032661 domain reductions, 171 cutoffs)
1789.52/1790.01	c   avg switch length:       4.13
1789.52/1790.01	c   switching time   :      81.70
1789.52/1790.01	c Solution           :
1789.52/1790.01	c   Solutions found  :          0 (0 improvements)
1789.52/1790.01	c   Primal Bound     :          -
1789.52/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.52/1790.01	c   Gap              :   infinite
1789.52/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.52/1790.01	c   Root Iterations  :       3830
1789.52/1790.07	c Time complete: 1789.59.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2704223-1278550118/watcher-2704223-1278550118 -o /tmp/evaluation-result-2704223-1278550118/solver-2704223-1278550118 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704223-1278550118.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.09 0.98 3/105 30996
/proc/meminfo: memFree=1956600/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=7904 CPUtime=0
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 1107 0 0 0 0 0 0 0 25 0 1 0 23219998 8093696 1018 1992294400 4194304 8395647 140736160996912 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30996/statm: 1976 1027 365 1026 0 946 0

[startup+0.0969269 s]
/proc/loadavg: 1.05 1.09 0.98 3/105 30996
/proc/meminfo: memFree=1956600/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=18668 CPUtime=0.09
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 4118 0 0 0 8 1 0 0 25 0 1 0 23219998 19116032 3676 1992294400 4194304 8395647 140736160996912 18446744073709551615 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 4667 3691 407 1026 0 3637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18668

[startup+0.100928 s]
/proc/loadavg: 1.05 1.09 0.98 3/105 30996
/proc/meminfo: memFree=1956600/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=19452 CPUtime=0.09
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 4420 0 0 0 8 1 0 0 25 0 1 0 23219998 19918848 3978 1992294400 4194304 8395647 140736160996912 18446744073709551615 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 4863 3990 410 1026 0 3833 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19452

[startup+0.300949 s]
/proc/loadavg: 1.05 1.09 0.98 3/105 30996
/proc/meminfo: memFree=1956600/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=38164 CPUtime=0.29
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 8798 0 0 0 26 3 0 0 25 0 1 0 23219998 39079936 8321 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 9541 8321 552 1026 0 8511 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38164

[startup+0.700991 s]
/proc/loadavg: 1.05 1.09 0.98 3/105 30996
/proc/meminfo: memFree=1956600/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=60984 CPUtime=0.69
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 14333 0 0 0 64 5 0 0 25 0 1 0 23219998 62447616 13854 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 15246 13854 584 1026 0 14216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60984

[startup+1.50108 s]
/proc/loadavg: 1.05 1.09 0.98 2/106 30997
/proc/meminfo: memFree=1903396/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=1.49
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15323 0 0 0 143 6 0 0 25 0 1 0 23219998 60694528 13755 1992294400 4194304 8395647 140736160996912 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13755 598 1026 0 13788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59272

[startup+3.10024 s]
/proc/loadavg: 1.05 1.09 0.98 2/106 30997
/proc/meminfo: memFree=1903148/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=3.08
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15630 0 0 0 301 7 0 0 25 0 1 0 23219998 60694528 13914 1992294400 4194304 8395647 140736160996912 18446744073709551615 6741190 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13914 598 1026 0 13788 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59272

[startup+6.30058 s]
/proc/loadavg: 1.04 1.09 0.98 2/106 30997
/proc/meminfo: memFree=1902404/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=6.28
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15632 0 0 0 619 9 0 0 25 0 1 0 23219998 60694528 13916 1992294400 4194304 8395647 140736160996912 18446744073709551615 6696700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13916 600 1026 0 13788 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59272

[startup+12.7013 s]
/proc/loadavg: 1.04 1.09 0.98 2/106 30997
/proc/meminfo: memFree=1902404/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=12.69
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15632 0 0 0 1255 14 0 0 25 0 1 0 23219998 60694528 13916 1992294400 4194304 8395647 140736160996912 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13916 600 1026 0 13788 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59272

[startup+25.5016 s]
/proc/loadavg: 1.03 1.08 0.98 2/106 30997
/proc/meminfo: memFree=1902404/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=25.48
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15632 0 0 0 2526 22 0 0 25 0 1 0 23219998 60694528 13916 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13916 600 1026 0 13788 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59272

[startup+51.1013 s]
/proc/loadavg: 1.09 1.09 0.98 2/106 30998
/proc/meminfo: memFree=1902404/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=51.07
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15632 0 0 0 5063 44 0 0 25 0 1 0 23219998 60694528 13916 1992294400 4194304 8395647 140736160996912 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13916 600 1026 0 13788 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59272

[startup+102.309 s]
/proc/loadavg: 1.11 1.09 0.99 2/106 30999
/proc/meminfo: memFree=1902404/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=102.26
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15639 0 0 0 10152 74 0 0 25 0 1 0 23219998 60694528 13923 1992294400 4194304 8395647 140736160996912 18446744073709551615 6023215 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13923 605 1026 0 13788 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59272

[startup+162.301 s]
/proc/loadavg: 1.11 1.09 1.00 2/106 31001
/proc/meminfo: memFree=1902404/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59272 CPUtime=162.24
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15640 0 0 0 16122 102 0 0 25 0 1 0 23219998 60694528 13924 1992294400 4194304 8395647 140736160996912 18446744073709551615 6752391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14818 13924 605 1026 0 13788 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 59272

[startup+222.301 s]
/proc/loadavg: 1.10 1.09 1.00 2/106 31003
/proc/meminfo: memFree=1901784/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=59436 CPUtime=222.22
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15769 0 0 0 22095 127 0 0 25 0 1 0 23219998 60862464 14053 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 14859 14053 605 1026 0 13829 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 59436

[startup+282.302 s]
/proc/loadavg: 1.09 1.08 1.00 2/106 31005
/proc/meminfo: memFree=1900916/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=60396 CPUtime=282.21
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 15995 0 0 0 28065 156 0 0 25 0 1 0 23219998 61845504 14279 1992294400 4194304 8395647 140736160996912 18446744073709551615 6003097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 15099 14279 605 1026 0 14069 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 60396

[startup+342.301 s]
/proc/loadavg: 1.08 1.08 1.00 2/106 31006
/proc/meminfo: memFree=1899552/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=61784 CPUtime=342.19
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 16341 0 0 0 34039 180 0 0 25 0 1 0 23219998 63266816 14625 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 15446 14625 605 1026 0 14416 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 61784

[startup+402.301 s]
/proc/loadavg: 1.08 1.08 1.00 2/106 31007
/proc/meminfo: memFree=1898188/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=63092 CPUtime=402.17
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 16681 0 0 0 40012 205 0 0 25 0 1 0 23219998 64606208 14965 1992294400 4194304 8395647 140736160996912 18446744073709551615 6023215 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 15773 14965 605 1026 0 14743 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 63092

[startup+462.302 s]
/proc/loadavg: 1.14 1.09 1.01 2/106 31009
/proc/meminfo: memFree=1896576/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=64720 CPUtime=462.16
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 17063 0 0 0 45980 236 0 0 25 0 1 0 23219998 66273280 15347 1992294400 4194304 8395647 140736160996912 18446744073709551615 6034175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 16180 15347 605 1026 0 15150 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 64720

[startup+522.301 s]
/proc/loadavg: 1.19 1.12 1.02 2/106 31011
/proc/meminfo: memFree=1896204/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=65168 CPUtime=522.14
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 17196 0 0 0 51952 262 0 0 25 0 1 0 23219998 66732032 15480 1992294400 4194304 8395647 140736160996912 18446744073709551615 6023224 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 16292 15480 605 1026 0 15262 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 65168

[startup+582.301 s]
/proc/loadavg: 1.10 1.11 1.02 2/106 31013
/proc/meminfo: memFree=1895708/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=65648 CPUtime=582.13
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 17286 0 0 0 57927 286 0 0 25 0 1 0 23219998 67223552 15570 1992294400 4194304 8395647 140736160996912 18446744073709551615 6343294 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 16412 15570 605 1026 0 15382 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 65648

[startup+642.302 s]
/proc/loadavg: 1.03 1.08 1.01 2/106 31014
/proc/meminfo: memFree=1895460/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=65784 CPUtime=642.12
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 17332 0 0 0 63901 311 0 0 25 0 1 0 23219998 67362816 15616 1992294400 4194304 8395647 140736160996912 18446744073709551615 6107960 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 16446 15616 605 1026 0 15416 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 65784

[startup+702.301 s]

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

/proc/meminfo: memFree=1889236/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=70280 CPUtime=1062
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 18465 0 0 0 105684 516 0 0 25 0 1 0 23219998 71966720 16748 1992294400 4194304 8395647 140736160996912 18446744073709551615 6585873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 17570 16748 605 1026 0 16540 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 70280

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 31036
/proc/meminfo: memFree=1888864/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=70548 CPUtime=1121.98
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 18541 0 0 0 111652 546 0 0 25 0 1 0 23219998 72241152 16824 1992294400 4194304 8395647 140736160996912 18446744073709551615 6119680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 17637 16824 605 1026 0 16607 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 70548

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 31038
/proc/meminfo: memFree=1887748/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=71648 CPUtime=1181.97
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 18817 0 0 0 117620 577 0 0 25 0 1 0 23219998 73367552 17100 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 17912 17100 605 1026 0 16882 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 71648

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31039
/proc/meminfo: memFree=1886880/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=72524 CPUtime=1241.95
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19032 0 0 0 123584 611 0 0 25 0 1 0 23219998 74264576 17315 1992294400 4194304 8395647 140736160996912 18446744073709551615 6669622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18131 17315 605 1026 0 17101 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 72524

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31040
/proc/meminfo: memFree=1884648/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=74788 CPUtime=1301.95
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19592 0 0 0 129546 649 0 0 25 0 1 0 23219998 76582912 17875 1992294400 4194304 8395647 140736160996912 18446744073709551615 6021655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18697 17875 605 1026 0 17667 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 74788

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31042
/proc/meminfo: memFree=1884152/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75248 CPUtime=1361.93
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19718 0 0 0 135517 676 0 0 25 0 1 0 23219998 77053952 18001 1992294400 4194304 8395647 140736160996912 18446744073709551615 4635385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18812 18001 605 1026 0 17782 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 75248

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31044
/proc/meminfo: memFree=1884028/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75420 CPUtime=1421.92
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19743 0 0 0 141485 707 0 0 25 0 1 0 23219998 77230080 18026 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18855 18026 605 1026 0 17825 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 75420

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31046
/proc/meminfo: memFree=1884028/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75420 CPUtime=1481.9
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19743 0 0 0 147450 740 0 0 25 0 1 0 23219998 77230080 18026 1992294400 4194304 8395647 140736160996912 18446744073709551615 6025591 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18855 18026 605 1026 0 17825 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 75420

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31047
/proc/meminfo: memFree=1883904/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75420 CPUtime=1541.87
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19744 0 0 0 153413 774 0 0 25 0 1 0 23219998 77230080 18027 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18855 18027 605 1026 0 17825 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 75420

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31048
/proc/meminfo: memFree=1883904/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75420 CPUtime=1601.86
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19744 0 0 0 159377 809 0 0 25 0 1 0 23219998 77230080 18027 1992294400 4194304 8395647 140736160996912 18446744073709551615 6585873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18855 18027 605 1026 0 17825 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 75420

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31050
/proc/meminfo: memFree=1883904/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75420 CPUtime=1661.85
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19746 0 0 0 165345 840 0 0 25 0 1 0 23219998 77230080 18029 1992294400 4194304 8395647 140736160996912 18446744073709551615 6721251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18855 18029 605 1026 0 17825 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 75420

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31052
/proc/meminfo: memFree=1883780/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75420 CPUtime=1721.83
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19746 0 0 0 171315 868 0 0 25 0 1 0 23219998 77230080 18029 1992294400 4194304 8395647 140736160996912 18446744073709551615 6023153 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18855 18029 605 1026 0 17825 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 75420

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1781.81
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19786 0 0 0 177286 895 0 0 25 0 1 0 23219998 77373440 18069 1992294400 4194304 8395647 140736160996912 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18069 605 1026 0 17860 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 75560

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1785.02
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19786 0 0 0 177605 897 0 0 25 0 1 0 23219998 77373440 18069 1992294400 4194304 8395647 140736160996912 18446744073709551615 6652348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18069 605 1026 0 17860 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 75560

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1786.62
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19788 0 0 0 177764 898 0 0 25 0 1 0 23219998 77373440 18071 1992294400 4194304 8395647 140736160996912 18446744073709551615 6003060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18071 605 1026 0 17860 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (KiB) 75560

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1788.22
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19788 0 0 0 177923 899 0 0 25 0 1 0 23219998 77373440 18071 1992294400 4194304 8395647 140736160996912 18446744073709551615 6025591 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18071 605 1026 0 17860 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 75560

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1789.01
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19788 0 0 0 178002 899 0 0 25 0 1 0 23219998 77373440 18071 1992294400 4194304 8395647 140736160996912 18446744073709551615 4697166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18071 605 1026 0 17860 0
Current children cumulated CPU time (s) 1789.01
Current children cumulated vsize (KiB) 75560

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1789.42
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19788 0 0 0 178042 900 0 0 25 0 1 0 23219998 77373440 18071 1992294400 4194304 8395647 140736160996912 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18071 605 1026 0 17860 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (KiB) 75560

[startup+1790 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 31054
/proc/meminfo: memFree=1883408/2059040 swapFree=4136016/4192956
[pid=30996] ppid=30994 vsize=75560 CPUtime=1789.52
/proc/30996/stat : 30996 (pbscip.linux.x8) R 30994 30996 30219 0 -1 4202496 19788 0 0 0 178052 900 0 0 25 0 1 0 23219998 77373440 18071 1992294400 4194304 8395647 140736160996912 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30996/statm: 18890 18071 605 1026 0 17860 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 75560

Child status: 0
Real time (s): 1790.08
CPU time (s): 1789.6
CPU user time (s): 1780.59
CPU system time (s): 9.01163
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 75560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.59
system time used= 9.01163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19794
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= 7368

runsolver used 2.92455 second user time and 8.48671 second system time

The end

Launcher Data

Begin job on node082 at 2010-07-08 02:48:38
IDJOB=2704223
IDBENCH=1430
IDSOLVER=1213
FILE ID=node082/2704223-1278550118
PBS_JOBID= 11239481
Free space on /tmp= 62388 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.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-2704223-1278550118/watcher-2704223-1278550118 -o /tmp/evaluation-result-2704223-1278550118/solver-2704223-1278550118 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704223-1278550118.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 72bb077846a4d869a09744c0b238b13c
RANDOM SEED=1825667254

node082.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1957004 kB
Buffers:           960 kB
Cached:          34236 kB
SwapCached:       8844 kB
Active:          42212 kB
Inactive:         4876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1957004 kB
SwapTotal:     4192956 kB
SwapFree:      4136016 kB
Dirty:           10644 kB
Writeback:           0 kB
AnonPages:       10720 kB
Mapped:           6896 kB
Slab:            33064 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62380 MiB
End job on node082 at 2010-07-08 03:18:29