Trace number 2665705

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.14 1800.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2665705-1276270663.opb>
0.00/0.02	c original problem has 490 variables (490 bin, 0 int, 0 impl, 0 cont) and 737 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 737 upgd conss, 522 impls, 0 clqs
0.00/0.09	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 737 upgd conss, 19274 impls, 0 clqs
0.00/0.10	c presolving (3 rounds):
0.00/0.10	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.10	c  19274 implications, 0 cliques
0.00/0.10	c presolved problem has 482 variables (482 bin, 0 int, 0 impl, 0 cont) and 737 constraints
0.00/0.10	c     340 constraints of type <knapsack>
0.00/0.10	c     397 constraints of type <logicor>
0.00/0.10	c transformed objective value is always integral (scale: 1)
0.00/0.10	c Presolving Time: 0.05
0.00/0.10	c - non default parameters ----------------------------------------------------------------------
0.00/0.10	c # SCIP version 1.2.1.2
0.00/0.10	c 
0.00/0.10	c # frequency for displaying node information lines
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.10	c display/freq = 10000
0.00/0.10	c 
0.00/0.10	c # maximal time in seconds to run
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.10	c limits/time = 1799.98
0.00/0.10	c 
0.00/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.10	c limits/memory = 1620
0.00/0.10	c 
0.00/0.10	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c limits/solutions = 1
0.00/0.10	c 
0.00/0.10	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.10	c separating/maxrounds = 1
0.00/0.10	c 
0.00/0.10	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c separating/maxroundsroot = 5
0.00/0.10	c 
0.00/0.10	c # should presolving try to simplify inequalities
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.10	c constraints/linear/simplifyinequalities = TRUE
0.00/0.10	c 
0.00/0.10	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.10	c constraints/knapsack/disaggregation = FALSE
0.00/0.10	c 
0.00/0.10	c # should presolving try to simplify knapsacks
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.10	c 
0.00/0.10	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c presolving/probing/maxrounds = 0
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/coefdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.10	c heuristics/crossover/freq = -1
0.00/0.10	c 
0.00/0.10	c # number of nodes added to the contingent of the total nodes
0.00/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.10	c heuristics/crossover/nodesofs = 750
0.00/0.10	c 
0.00/0.10	c # number of nodes without incumbent change that heuristic should wait
0.00/0.10	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.10	c heuristics/crossover/nwaitingnodes = 100
0.00/0.10	c 
0.00/0.10	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.10	c # [type: real, range: [0,1], default: 0.1]
0.00/0.10	c heuristics/crossover/nodesquot = 0.15
0.00/0.10	c 
0.00/0.10	c # minimum percentage of integer variables that have to be fixed 
0.00/0.10	c # [type: real, range: [0,1], default: 0.666]
0.00/0.10	c heuristics/crossover/minfixingrate = 0.5
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.10	c heuristics/feaspump/freq = -1
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/fracdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/guideddiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/intshifting/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/linesearchdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/nlp/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.10	c heuristics/objpscostdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.10	c # [type: real, range: [0,1], default: 0.01]
0.00/0.10	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/oneopt/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/pscostdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c heuristics/rens/freq = -1
0.00/0.10	c 
0.00/0.10	c # minimum percentage of integer variables that have to be fixable 
0.00/0.10	c # [type: real, range: [0,1], default: 0.5]
0.00/0.10	c heuristics/rens/minfixingrate = 0.3
0.00/0.10	c 
0.00/0.10	c # number of nodes added to the contingent of the total nodes
0.00/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.10	c heuristics/rens/nodesofs = 2000
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.10	c heuristics/rootsoldiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.10	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/rounding/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/shifting/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/simplerounding/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c heuristics/trivial/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/trysol/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/veclendiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/zirounding/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c separating/cmir/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c separating/flowcover/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c separating/rapidlearning/freq = 0
0.00/0.10	c 
0.00/0.10	c -----------------------------------------------------------------------------------------------
0.00/0.10	c start solving
0.09/0.10	c 
0.09/0.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.12	c   0.1s|     1 |     0 |   184 |     - |3066k|   0 | 105 | 482 | 737 | 482 | 729 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   377 |     - |4112k|   0 | 200 | 482 | 737 | 482 |1132 | 403 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.04	c   0.9s|     1 |     0 |   707 |     - |8450k|   0 | 204 | 482 | 737 | 482 |1618 | 889 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.60	c   1.5s|     1 |     0 |   960 |     - |  11M|   0 | 223 | 482 | 737 | 482 |1665 | 936 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.11	c   2.0s|     1 |     0 |  1018 |     - |  15M|   0 | 222 | 482 | 737 | 482 |1747 |1018 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.54	c   2.4s|     1 |     0 |  1128 |     - |  17M|   0 | 222 | 482 | 737 | 482 |1751 |1022 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.33	c   3.2s|     1 |     2 |  1128 |     - |  17M|   0 | 222 | 482 | 737 | 482 |1751 |1022 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
69.77/69.85	c  67.0s| 10000 |   225 |231499 |  23.0 |  18M|  46 |   - | 482 | 862 |   0 |   0 |1022 | 282 |2246 | 0.000000e+00 |      --      |    Inf 
121.94/122.01	c   117s| 20000 |   311 |478033 |  23.8 |  18M|  47 |  34 | 482 | 863 | 482 | 920 |1022 | 576 |2520 | 0.000000e+00 |      --      |    Inf 
176.32/176.40	c   169s| 30000 |   330 |718788 |  23.9 |  18M|  48 |   - | 482 | 872 | 482 | 920 |1022 | 820 |3192 | 0.000000e+00 |      --      |    Inf 
231.21/231.38	c   222s| 40000 |   364 |944655 |  23.6 |  19M|  48 |  63 | 482 | 867 | 482 | 920 |1022 |1074 |4314 | 0.000000e+00 |      --      |    Inf 
284.39/284.53	c   273s| 50000 |   398 |  1173k|  23.5 |  19M|  48 |  57 | 482 | 911 | 482 | 920 |1022 |1324 |5146 | 0.000000e+00 |      --      |    Inf 
337.47/337.68	c   324s| 60000 |   419 |  1421k|  23.7 |  19M|  52 |  54 | 482 | 884 | 482 | 920 |1022 |1493 |5688 | 0.000000e+00 |      --      |    Inf 
387.95/388.10	c   373s| 70000 |   470 |  1649k|  23.5 |  19M|  55 |  40 | 482 | 900 | 482 | 920 |1022 |1702 |6239 | 0.000000e+00 |      --      |    Inf 
440.93/441.15	c   424s| 80000 |   522 |  1894k|  23.7 |  19M|  55 |   - | 482 | 955 |   0 |   0 |1022 |1985 |6686 | 0.000000e+00 |      --      |    Inf 
493.71/493.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.71/493.94	c   475s| 90000 |   618 |  2145k|  23.8 |  20M|  55 |   - | 482 | 930 |   0 |   0 |1022 |2214 |7038 | 0.000000e+00 |      --      |    Inf 
545.08/545.31	c   524s|100000 |   676 |  2377k|  23.8 |  20M|  55 |   - | 482 | 947 | 482 | 920 |1022 |2481 |7590 | 0.000000e+00 |      --      |    Inf 
598.06/598.33	c   575s|110000 |   753 |  2624k|  23.9 |  20M|  55 |  45 | 482 | 931 | 482 | 920 |1022 |2650 |7972 | 0.000000e+00 |      --      |    Inf 
647.75/648.02	c   623s|120000 |   762 |  2851k|  23.8 |  20M|  55 |  42 | 482 | 993 | 482 | 920 |1022 |2960 |8379 | 0.000000e+00 |      --      |    Inf 
700.12/700.40	c   673s|130000 |   744 |  3099k|  23.8 |  20M|  55 |   - | 482 | 899 | 482 | 920 |1022 |3186 |8624 | 0.000000e+00 |      --      |    Inf 
755.40/755.74	c   727s|140000 |   799 |  3362k|  24.0 |  20M|  57 |   - | 482 | 967 |   0 |   0 |1022 |3414 |8964 | 0.000000e+00 |      --      |    Inf 
816.57/816.92	c   786s|150000 |   891 |  3650k|  24.3 |  20M|  57 |   - | 482 | 983 |   0 |   0 |1022 |3618 |9378 | 0.000000e+00 |      --      |    Inf 
868.06/868.46	c   835s|160000 |   999 |  3894k|  24.3 |  21M|  57 |   - | 482 |1026 | 482 | 920 |1022 |3875 |9612 | 0.000000e+00 |      --      |    Inf 
918.34/918.79	c   884s|170000 |  1103 |  4133k|  24.3 |  21M|  57 |   - | 482 |1088 | 482 | 920 |1022 |4124 |9885 | 0.000000e+00 |      --      |    Inf 
972.62/973.05	c   936s|180000 |  1188 |  4399k|  24.4 |  21M|  57 |   - | 482 |1012 | 482 | 920 |1022 |4306 |  10k| 0.000000e+00 |      --      |    Inf 
1024.00/1024.40	c   985s|190000 |  1182 |  4637k|  24.4 |  21M|  57 |   - | 482 |1027 |   0 |   0 |1022 |4504 |  10k| 0.000000e+00 |      --      |    Inf 
1079.98/1080.42	c  1039s|200000 |  1214 |  4901k|  24.5 |  22M|  57 |   - | 482 |1050 |   0 |   0 |1022 |4724 |  10k| 0.000000e+00 |      --      |    Inf 
1133.46/1133.95	c  1091s|210000 |  1299 |  5152k|  24.5 |  22M|  57 |  52 | 482 | 899 | 482 | 920 |1022 |4905 |  11k| 0.000000e+00 |      --      |    Inf 
1186.55/1187.09	c  1142s|220000 |  1309 |  5405k|  24.6 |  22M|  57 |  75 | 482 | 911 | 482 | 920 |1022 |5073 |  11k| 0.000000e+00 |      --      |    Inf 
1235.62/1236.15	c  1189s|230000 |  1302 |  5638k|  24.5 |  22M|  57 |   - | 482 | 982 |   0 |   0 |1022 |5303 |  11k| 0.000000e+00 |      --      |    Inf 
1288.90/1289.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.90/1289.49	c  1240s|240000 |  1322 |  5894k|  24.6 |  22M|  57 |  58 | 482 | 983 | 482 | 920 |1022 |5514 |  11k| 0.000000e+00 |      --      |    Inf 
1346.98/1347.54	c  1296s|250000 |  1368 |  6174k|  24.7 |  22M|  57 |  36 | 482 | 943 | 482 | 920 |1022 |5720 |  12k| 0.000000e+00 |      --      |    Inf 
1395.76/1396.38	c  1343s|260000 |  1403 |  6407k|  24.6 |  22M|  57 |  40 | 482 |1022 | 482 | 920 |1022 |5950 |  12k| 0.000000e+00 |      --      |    Inf 
1441.42/1442.10	c  1387s|270000 |  1419 |  6625k|  24.5 |  22M|  57 |  59 | 482 |1064 | 482 | 920 |1022 |6189 |  12k| 0.000000e+00 |      --      |    Inf 
1495.21/1495.81	c  1439s|280000 |  1558 |  6879k|  24.6 |  23M|  59 |  40 | 482 |1045 | 482 | 920 |1022 |6447 |  12k| 0.000000e+00 |      --      |    Inf 
1544.69/1545.32	c  1487s|290000 |  1650 |  7117k|  24.5 |  23M|  59 |   - | 482 |1086 |   0 |   0 |1022 |6712 |  13k| 0.000000e+00 |      --      |    Inf 
1593.37/1594.06	c  1534s|300000 |  1722 |  7350k|  24.5 |  23M|  59 |   - | 482 |1060 | 482 | 920 |1022 |6962 |  13k| 0.000000e+00 |      --      |    Inf 
1644.25/1644.97	c  1582s|310000 |  1616 |  7594k|  24.5 |  23M|  59 |   - | 482 |1072 |   0 |   0 |1022 |7179 |  13k| 0.000000e+00 |      --      |    Inf 
1692.42/1693.16	c  1629s|320000 |  1667 |  7824k|  24.4 |  23M|  59 |  40 | 482 |1175 | 482 | 920 |1022 |7375 |  13k| 0.000000e+00 |      --      |    Inf 
1741.21/1741.97	c  1676s|330000 |  1756 |  8058k|  24.4 |  24M|  59 |  58 | 482 |1178 | 482 | 920 |1022 |7591 |  13k| 0.000000e+00 |      --      |    Inf 
1790.69/1791.47	c  1724s|340000 |  1860 |  8296k|  24.4 |  24M|  59 |   - | 482 |1226 | 482 | 920 |1022 |7756 |  13k| 0.000000e+00 |      --      |    Inf 
1800.10/1800.81	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.81	c 
1800.10/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.81	c Solving Time (sec) : 1732.51
1800.10/1800.81	c Solving Nodes      : 341926
1800.10/1800.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.10/1800.81	c Dual Bound         : +0.00000000000000e+00
1800.10/1800.81	c Gap                : infinite
1800.10/1800.81	s UNKNOWN
1800.10/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.81	c Solving Time       :    1732.51
1800.10/1800.81	c Original Problem   :
1800.10/1800.81	c   Problem name     : HOME/instance-2665705-1276270663.opb
1800.10/1800.81	c   Variables        : 490 (490 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.81	c   Constraints      : 737 initial, 737 maximal
1800.10/1800.81	c Presolved Problem  :
1800.10/1800.81	c   Problem name     : t_HOME/instance-2665705-1276270663.opb
1800.10/1800.81	c   Variables        : 482 (482 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.81	c   Constraints      : 737 initial, 1236 maximal
1800.10/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.81	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.81	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.10/1800.81	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.81	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.10/1800.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.81	c   integral         :          0          0          0     174274          0        192       4418          0          0     343872
1800.10/1800.81	c   knapsack         :        340          5     860981          0          0      86980    5435615        571          0          0
1800.10/1800.81	c   logicor          :        397+         5     576443          0          0       1100    2114923          0          0          0
1800.10/1800.81	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.81	c   integral         :     109.63       0.00       0.00     109.63       0.00
1800.10/1800.81	c   knapsack         :      47.69       0.07      47.62       0.00       0.00
1800.10/1800.81	c   logicor          :      15.12       0.00      15.12       0.00       0.00
1800.10/1800.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.81	c   vbounds          :       0.46          1          0          0
1800.10/1800.81	c   rootredcost      :       0.44          0          0          0
1800.10/1800.81	c   pseudoobj        :       0.39          0          0          0
1800.10/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.81	c   propagation      :       4.98       8193       7676      70269      107.9         17       92.9          -
1800.10/1800.81	c   infeasible LP    :      24.85      81801          0          0        0.0          0        0.0          0
1800.10/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.10/1800.81	c   applied globally :          -          -          -       7798       16.0          -          -          -
1800.10/1800.81	c   applied locally  :          -          -          -          4       98.8          -          -          -
1800.10/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.81	c   cut pool         :       0.01          4          -          -        120          -    (maximal pool size: 2858)
1800.10/1800.81	c   redcost          :       2.37     172549          0          0          0          0
1800.10/1800.81	c   impliedbounds    :       0.02          5          0          0       1859          0
1800.10/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.81	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.81	c   gomory           :       0.97          5          0          0        397          0
1800.10/1800.81	c   strongcg         :       0.61          5          0          0       2251          0
1800.10/1800.81	c   cmir             :       0.00          0          0          0          0          0
1800.10/1800.81	c   flowcover        :       0.00          0          0          0          0          0
1800.10/1800.81	c   clique           :       0.01          1          0          0          0          0
1800.10/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.81	c   mcf              :       0.00          1          0          0          0          0
1800.10/1800.81	c   rapidlearning    :       0.14          1          0          0          0          0
1800.10/1800.81	c Pricers            :       Time      Calls       Vars
1800.10/1800.81	c   problem variables:       0.00          0          0
1800.10/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.81	c   relpscost        :     109.35     174274        192       4418          0          0     343872
1800.10/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.81	c   inference        :       0.00          0          0          0          0          0          0
1800.10/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.81	c   LP solutions     :       0.00          -          0
1800.10/1800.81	c   pseudo solutions :       0.00          -          0
1800.10/1800.81	c   trivial          :       0.00          1          0
1800.10/1800.81	c   simplerounding   :       0.00          0          0
1800.10/1800.81	c   zirounding       :       0.00          0          0
1800.10/1800.81	c   rounding         :       0.00          0          0
1800.10/1800.81	c   shifting         :       0.00          0          0
1800.10/1800.81	c   intshifting      :       0.00          0          0
1800.10/1800.81	c   oneopt           :       0.00          0          0
1800.10/1800.81	c   twoopt           :       0.00          0          0
1800.10/1800.81	c   fixandinfer      :       0.00          0          0
1800.10/1800.81	c   feaspump         :       0.00          0          0
1800.10/1800.81	c   coefdiving       :       0.00          0          0
1800.10/1800.81	c   pscostdiving     :       0.00          0          0
1800.10/1800.81	c   fracdiving       :       0.00          0          0
1800.10/1800.81	c   veclendiving     :       0.00          0          0
1800.10/1800.81	c   intdiving        :       0.00          0          0
1800.10/1800.81	c   actconsdiving    :       0.00          0          0
1800.10/1800.81	c   objpscostdiving  :       0.00          0          0
1800.10/1800.81	c   rootsoldiving    :       0.00          0          0
1800.10/1800.81	c   linesearchdiving :       0.00          0          0
1800.10/1800.81	c   guideddiving     :       0.00          0          0
1800.10/1800.81	c   octane           :       0.00          0          0
1800.10/1800.81	c   rens             :       0.00          0          0
1800.10/1800.81	c   rins             :       0.00          0          0
1800.10/1800.81	c   localbranching   :       0.00          0          0
1800.10/1800.81	c   mutation         :       0.00          0          0
1800.10/1800.81	c   crossover        :       0.00          0          0
1800.10/1800.81	c   dins             :       0.00          0          0
1800.10/1800.81	c   undercover       :       0.00          0          0
1800.10/1800.81	c   nlp              :       0.00          0          0
1800.10/1800.81	c   trysol           :       0.00          0          0
1800.10/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.81	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.81	c   dual LP          :    1437.62     255989    8340799      32.58    5801.81
1800.10/1800.81	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.81	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.81	c   strong branching :     101.75      13970     583942      41.80    5738.99
1800.10/1800.81	c     (at root node) :          -         10       1895     189.50          -
1800.10/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.81	c B&B Tree           :
1800.10/1800.81	c   number of runs   :          1
1800.10/1800.81	c   nodes            :     341926
1800.10/1800.81	c   nodes (total)    :     341926
1800.10/1800.81	c   nodes left       :       1853
1800.10/1800.81	c   max depth        :         59
1800.10/1800.81	c   max depth (total):         59
1800.10/1800.81	c   backtracks       :      60494 (17.7%)
1800.10/1800.81	c   delayed cutoffs  :         94
1800.10/1800.81	c   repropagations   :      30128 (39989 domain reductions, 83 cutoffs)
1800.10/1800.81	c   avg switch length:       3.27
1800.10/1800.81	c   switching time   :      30.37
1800.10/1800.81	c Solution           :
1800.10/1800.81	c   Solutions found  :          0 (0 improvements)
1800.10/1800.81	c   Primal Bound     :          -
1800.10/1800.81	c   Dual Bound       : +0.00000000000000e+00
1800.10/1800.81	c   Gap              :   infinite
1800.10/1800.81	c   Root Dual Bound  : +0.00000000000000e+00
1800.10/1800.81	c   Root Iterations  :       1128
1800.10/1800.85	c Time complete: 1800.13.

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-2665705-1276270663/watcher-2665705-1276270663 -o /tmp/evaluation-result-2665705-1276270663/solver-2665705-1276270663 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665705-1276270663.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: 0.92 0.98 0.96 3/106 3368
/proc/meminfo: memFree=1580824/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=9288 CPUtime=0
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 1175 0 0 0 0 0 0 0 25 0 1 0 718126 9510912 1097 1992294400 4194304 9819077 140737101574864 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3368/statm: 2322 1107 371 1374 0 943 0

[startup+0.102465 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3368
/proc/meminfo: memFree=1580824/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=17584 CPUtime=0.09
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 4853 0 0 0 7 2 0 0 18 0 1 0 718126 18006016 3135 1992294400 4194304 9819077 140737101574864 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 4396 3135 515 1374 0 3017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17584

[startup+0.201288 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3368
/proc/meminfo: memFree=1580824/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=22716 CPUtime=0.19
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 5922 0 0 0 16 3 0 0 18 0 1 0 718126 23261184 4133 1992294400 4194304 9819077 140737101574864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 5679 4133 658 1374 0 4300 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22716

[startup+0.301311 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3368
/proc/meminfo: memFree=1580824/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=34120 CPUtime=0.29
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 9829 0 0 0 24 5 0 0 18 0 1 0 718126 34938880 6755 1992294400 4194304 9819077 140737101574864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 8530 6755 677 1374 0 7151 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34120

[startup+0.701404 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3368
/proc/meminfo: memFree=1580824/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=24016 CPUtime=0.7
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 10294 0 0 0 63 7 0 0 18 0 1 0 718126 24592384 4403 1992294400 4194304 9819077 140737101574864 18446744073709551615 5818332 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 6004 4403 693 1374 0 4625 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 24016

[startup+1.50059 s]
/proc/loadavg: 0.92 0.98 0.96 2/107 3371
/proc/meminfo: memFree=1558992/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=35584 CPUtime=1.49
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 13591 0 0 0 141 8 0 0 19 0 1 0 718126 36438016 7185 1992294400 4194304 9819077 140737101574864 18446744073709551615 6093244 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 8896 7185 693 1374 0 7517 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35584

[startup+3.10095 s]
/proc/loadavg: 0.92 0.98 0.96 2/107 3371
/proc/meminfo: memFree=1550684/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=47104 CPUtime=3.09
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 18772 0 0 0 298 11 0 0 24 0 1 0 718126 48234496 9338 1992294400 4194304 9819077 140737101574864 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11776 9338 699 1374 0 10397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47104

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.96 2/107 3371
/proc/meminfo: memFree=1545848/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=44916 CPUtime=6.29
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 45791 0 0 0 604 25 0 0 25 0 1 0 718126 45993984 9239 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11229 9239 720 1374 0 9850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44916

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.96 2/107 3371
/proc/meminfo: memFree=1545724/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=44580 CPUtime=12.68
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 96364 0 0 0 1218 50 0 0 25 0 1 0 718126 45649920 9266 1992294400 4194304 9819077 140737101574864 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11079 9252 722 1374 0 9700 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44580

[startup+25.5009 s]
/proc/loadavg: 0.95 0.98 0.96 2/107 3371
/proc/meminfo: memFree=1544732/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=44308 CPUtime=25.48
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 188698 0 0 0 2442 106 0 0 25 0 1 0 718126 45371392 9538 1992294400 4194304 9819077 140737101574864 18446744073709551615 6568822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11077 9538 722 1374 0 9698 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44308

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.96 2/107 3371
/proc/meminfo: memFree=1544236/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=44484 CPUtime=51.07
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 332108 0 0 0 4907 200 0 0 25 0 1 0 718126 45551616 9624 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11121 9624 722 1374 0 9742 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44484

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.96 2/107 3376
/proc/meminfo: memFree=1543368/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=45420 CPUtime=102.25
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 609059 0 0 0 9822 403 0 0 25 0 1 0 718126 46510080 9833 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11355 9833 722 1374 0 9976 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 45420

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/107 3378
/proc/meminfo: memFree=1542624/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=47732 CPUtime=162.23
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 927277 0 0 0 15592 631 0 0 25 0 1 0 718126 48877568 9992 1992294400 4194304 9819077 140737101574864 18446744073709551615 7312676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11933 9992 722 1374 0 10554 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 47732

[startup+222.31 s]
/proc/loadavg: 0.99 0.98 0.96 2/107 3378
/proc/meminfo: memFree=1542500/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=45792 CPUtime=222.22
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 1255599 0 0 0 21359 863 0 0 25 0 1 0 718126 46891008 9969 1992294400 4194304 9819077 140737101574864 18446744073709551615 6361832 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11448 9969 722 1374 0 10069 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45792

[startup+282.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/107 3380
/proc/meminfo: memFree=1542500/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=45888 CPUtime=282.19
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 1607018 0 0 0 27109 1110 0 0 25 0 1 0 718126 46989312 9980 1992294400 4194304 9819077 140737101574864 18446744073709551615 7297844 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11472 9980 722 1374 0 10093 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 45888

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/107 3382
/proc/meminfo: memFree=1542252/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=45900 CPUtime=342.16
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 1927178 0 0 0 32884 1332 0 0 25 0 1 0 718126 47001600 10030 1992294400 4194304 9819077 140737101574864 18446744073709551615 7324493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11475 10031 722 1374 0 10096 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 45900

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/107 3384
/proc/meminfo: memFree=1541756/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=46656 CPUtime=402.14
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 2258900 0 0 0 38644 1570 0 0 25 0 1 0 718126 47775744 10176 1992294400 4194304 9819077 140737101574864 18446744073709551615 7291882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11664 10176 722 1374 0 10285 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 46656

[startup+462.301 s]
/proc/loadavg: 1.07 1.00 0.96 2/107 3386
/proc/meminfo: memFree=1541384/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=47304 CPUtime=462.12
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 2562224 0 0 0 44421 1791 0 0 25 0 1 0 718126 48439296 10325 1992294400 4194304 9819077 140737101574864 18446744073709551615 7311902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11826 10325 722 1374 0 10447 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 47304

[startup+522.302 s]
/proc/loadavg: 1.03 1.00 0.96 2/107 3386
/proc/meminfo: memFree=1541012/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=47436 CPUtime=522.09
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 2860651 0 0 0 50206 2003 0 0 25 0 1 0 718126 48574464 10372 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11859 10373 722 1374 0 10480 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 47436

[startup+582.301 s]
/proc/loadavg: 1.01 1.00 0.96 2/107 3388
/proc/meminfo: memFree=1540888/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=47612 CPUtime=582.07
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 3175321 0 0 0 55972 2235 0 0 25 0 1 0 718126 48754688 10396 1992294400 4194304 9819077 140737101574864 18446744073709551615 7324005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11903 10396 722 1374 0 10524 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 47612

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3390
/proc/meminfo: memFree=1540640/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=47612 CPUtime=642.04
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 3501636 0 0 0 61735 2469 0 0 25 0 1 0 718126 48754688 10399 1992294400 4194304 9819077 140737101574864 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 11903 10399 722 1374 0 10524 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 47612

[startup+702.302 s]

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

[startup+882.309 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3396
/proc/meminfo: memFree=1538532/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=49120 CPUtime=881.96
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 4720783 0 0 0 84856 3340 0 0 25 0 1 0 718126 50298880 10925 1992294400 4194304 9819077 140737101574864 18446744073709551615 7226852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12280 10925 722 1374 0 10901 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 49120

[startup+942.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3398
/proc/meminfo: memFree=1538036/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=49636 CPUtime=941.93
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 5024330 0 0 0 90633 3560 0 0 25 0 1 0 718126 50827264 11044 1992294400 4194304 9819077 140737101574864 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12409 11051 722 1374 0 11030 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 49636

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3400
/proc/meminfo: memFree=1537540/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=50628 CPUtime=1001.91
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 5332562 0 0 0 96398 3793 0 0 25 0 1 0 718126 51843072 11159 1992294400 4194304 9819077 140737101574864 18446744073709551615 6391502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12657 11159 722 1374 0 11278 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 50628

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3402
/proc/meminfo: memFree=1537292/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=50964 CPUtime=1061.89
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 5643772 0 0 0 102170 4019 0 0 25 0 1 0 718126 52187136 11222 1992294400 4194304 9819077 140737101574864 18446744073709551615 6628188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12741 11222 722 1374 0 11362 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 50964

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3402
/proc/meminfo: memFree=1537168/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=50844 CPUtime=1121.86
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 5950419 0 0 0 107956 4230 0 0 25 0 1 0 718126 52064256 11220 1992294400 4194304 9819077 140737101574864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12711 11220 722 1374 0 11332 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 50844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3404
/proc/meminfo: memFree=1536796/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=51364 CPUtime=1181.84
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 6266583 0 0 0 113731 4453 0 0 25 0 1 0 718126 52596736 11338 1992294400 4194304 9819077 140737101574864 18446744073709551615 7311663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12841 11338 722 1374 0 11462 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 51364

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3406
/proc/meminfo: memFree=1536672/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=51180 CPUtime=1241.81
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 6577106 0 0 0 119497 4684 0 0 25 0 1 0 718126 52408320 11326 1992294400 4194304 9819077 140737101574864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12795 11326 722 1374 0 11416 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 51180

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3408
/proc/meminfo: memFree=1536300/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=51564 CPUtime=1301.79
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 6877095 0 0 0 125275 4904 0 0 25 0 1 0 718126 52801536 11385 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12891 11385 722 1374 0 11512 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 51564

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3410
/proc/meminfo: memFree=1536176/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=50952 CPUtime=1361.77
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 7178345 0 0 0 131063 5114 0 0 25 0 1 0 718126 52174848 11384 1992294400 4194304 9819077 140737101574864 18446744073709551615 7226459 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12738 11384 722 1374 0 11359 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 50952

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3419
/proc/meminfo: memFree=1535928/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=51588 CPUtime=1421.74
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 7491976 0 0 0 136822 5352 0 0 25 0 1 0 718126 52826112 11392 1992294400 4194304 9819077 140737101574864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12897 11392 722 1374 0 11518 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 51588

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3421
/proc/meminfo: memFree=1535804/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=51752 CPUtime=1481.71
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 7805849 0 0 0 142589 5582 0 0 25 0 1 0 718126 52994048 11465 1992294400 4194304 9819077 140737101574864 18446744073709551615 4454968 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 12938 11465 722 1374 0 11559 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 51752

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3423
/proc/meminfo: memFree=1535432/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=52168 CPUtime=1541.7
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 8098982 0 0 0 148363 5807 0 0 25 0 1 0 718126 53420032 11562 1992294400 4194304 9819077 140737101574864 18446744073709551615 7317712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13042 11562 722 1374 0 11663 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 52168

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3425
/proc/meminfo: memFree=1534936/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=52660 CPUtime=1601.66
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 8396064 0 0 0 154145 6021 0 0 25 0 1 0 718126 53923840 11685 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13165 11685 722 1374 0 11786 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 52660

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3427
/proc/meminfo: memFree=1534936/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=52716 CPUtime=1661.64
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 8692735 0 0 0 159925 6239 0 0 25 0 1 0 718126 53981184 11696 1992294400 4194304 9819077 140737101574864 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13179 11696 722 1374 0 11800 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 52716

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3427
/proc/meminfo: memFree=1534688/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=52936 CPUtime=1721.62
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 9003965 0 0 0 165698 6464 0 0 25 0 1 0 718126 54206464 11744 1992294400 4194304 9819077 140737101574864 18446744073709551615 6699025 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13109 11737 722 1374 0 11730 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 52936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3429
/proc/meminfo: memFree=1534316/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=53004 CPUtime=1781.59
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 9310358 0 0 0 171473 6686 0 0 25 0 1 0 718126 54276096 11769 1992294400 4194304 9819077 140737101574864 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13251 11769 722 1374 0 11872 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 53004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3431
/proc/meminfo: memFree=1534316/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=52784 CPUtime=1800.1
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 9406006 0 0 0 173253 6757 0 0 25 0 1 0 718126 54050816 11774 1992294400 4194304 9819077 140737101574864 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13258 11775 722 1374 0 11879 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 52784

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

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 3431
/proc/meminfo: memFree=1534316/2059040 swapFree=4192956/4192956
[pid=3368] ppid=3366 vsize=52784 CPUtime=1800.1
/proc/3368/stat : 3368 (pbscip.linux.x8) R 3366 3368 2439 0 -1 4202496 9406006 0 0 0 173253 6757 0 0 25 0 1 0 718126 54050816 11774 1992294400 4194304 9819077 140737101574864 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3368/statm: 13258 11775 722 1374 0 11879 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 52784

Child status: 0
Real time (s): 1800.85
CPU time (s): 1800.14
CPU user time (s): 1732.57
CPU system time (s): 67.5777
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 55204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1732.57
system time used= 67.5777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9406015
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= 2
involuntary context switches= 3523

runsolver used 3.85941 second user time and 8.89965 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-11 17:37:43
IDJOB=2665705
IDBENCH=1167
IDSOLVER=1168
FILE ID=node027/2665705-1276270663
PBS_JOBID= 11172190
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665705-1276270663/watcher-2665705-1276270663 -o /tmp/evaluation-result-2665705-1276270663/solver-2665705-1276270663 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665705-1276270663.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1585379034

node027.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		: 2800.261
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	: 5600.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		: 2800.261
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	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581476 kB
Buffers:         42368 kB
Cached:         309168 kB
SwapCached:          0 kB
Active:         156496 kB
Inactive:       254292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581476 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6216 kB
Writeback:           0 kB
AnonPages:       59260 kB
Mapped:          15392 kB
Slab:            45044 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62440 MiB
End job on node027 at 2010-06-11 18:07:46