Trace number 1884148

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.1.0.7 with CLP 1.8.2? 1799.22 1799.87

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/
pebbling/unsat-grid-pbl-0080.sat05-1344.reshuffled-07.opb
MD5SUMca772161d4d71fd5eefb258039b169a6
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints12722
Number of constraints which are clauses12722
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.23	c SCIP version 1.1.0.7
0.19/0.23	c LP-Solver Clp 1.8.2
0.19/0.23	c user parameter file <scip.set> not found - using default parameters
0.19/0.23	c read problem <HOME/instance-1884148-1245254910.opb>
0.19/0.23	c original problem has 6480 variables (6480 bin, 0 int, 0 impl, 0 cont) and 12722 constraints
0.29/0.34	c No objective function, only one solution is needed.
0.29/0.34	c start presolving problem
0.29/0.34	c presolving:
0.39/0.40	c (round 1) 57 del vars, 57 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 162 impls, 0 clqs
0.49/0.57	c (round 2) 57 del vars, 57 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 12665 upgd conss, 168 impls, 0 clqs
0.59/0.61	c presolving (3 rounds):
0.59/0.61	c  57 deleted vars, 57 deleted constraints, 2 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.61	c  168 implications, 0 cliques
0.59/0.61	c presolved problem has 6423 variables (6423 bin, 0 int, 0 impl, 0 cont) and 12665 constraints
0.59/0.61	c   12665 constraints of type <logicor>
0.59/0.61	c transformed objective value is always integral (scale: 1)
0.59/0.61	c Presolving Time: 0.25
0.59/0.61	c PURESAT
0.59/0.61	c -----------------------------------------------------------------------------------------------
0.59/0.61	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.61	c separating/flowcover/freq = c -1
0.59/0.61	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.61	c separating/cmir/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/veclendiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.59/0.61	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/veclendiving/freq = c -1
0.59/0.61	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.61	c heuristics/simplerounding/freq = c -1
0.59/0.61	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/shifting/freq = c -1
0.59/0.61	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.61	c heuristics/rounding/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.59/0.61	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.59/0.61	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.61	c heuristics/rootsoldiving/freq = c -1
0.59/0.61	c # number of nodes added to the contingent of the total nodes
0.59/0.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.61	c heuristics/rens/nodesofs = c 2000
0.59/0.61	c # minimum percentage of integer variables that have to be fixable 
0.59/0.61	c # [type: real, range: [0,1], default: 0.5]
0.59/0.61	c heuristics/rens/minfixingrate = c 0.3
0.59/0.61	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.61	c heuristics/rens/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.59/0.61	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/pscostdiving/freq = c -1
0.59/0.61	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.61	c heuristics/oneopt/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to total iteration number
0.59/0.61	c # [type: real, range: [0,1], default: 0.01]
0.59/0.61	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.59/0.61	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.61	c heuristics/objpscostdiving/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.59/0.61	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/linesearchdiving/freq = c -1
0.59/0.61	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/intshifting/freq = c -1
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/intdiving/maxlpiterquot = c 0.075
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/guideddiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.59/0.61	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/guideddiving/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/fracdiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.59/0.61	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/fracdiving/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/feaspump/maxlpiterofs = c 2000
0.59/0.61	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.61	c heuristics/feaspump/freq = c -1
0.59/0.61	c # minimum percentage of integer variables that have to be fixed 
0.59/0.61	c # [type: real, range: [0,1], default: 0.666]
0.59/0.61	c heuristics/crossover/minfixingrate = c 0.5
0.59/0.61	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.59/0.61	c # [type: real, range: [0,1], default: 0.1]
0.59/0.61	c heuristics/crossover/nodesquot = c 0.15
0.59/0.61	c # number of nodes without incumbent change that heuristic should wait
0.59/0.61	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.59/0.61	c heuristics/crossover/nwaitingnodes = c 100
0.59/0.61	c # number of nodes added to the contingent of the total nodes
0.59/0.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.61	c heuristics/crossover/nodesofs = c 750
0.59/0.61	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 30]
0.59/0.61	c heuristics/crossover/freq = c -1
0.59/0.61	c # additional number of allowed LP iterations
0.59/0.61	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.61	c heuristics/coefdiving/maxlpiterofs = c 1500
0.59/0.61	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.61	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.59/0.61	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.61	c heuristics/coefdiving/freq = c -1
0.59/0.61	c # priority of node selection rule <dfs> in standard mode
0.59/0.61	c # [type: int, range: [-536870912,536870911], default: 0]
0.59/0.61	c nodeselection/dfs/stdpriority = c 1000000
0.59/0.61	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.61	c presolving/probing/maxrounds = c 0
0.59/0.61	c # should presolving try to simplify knapsacks
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c constraints/knapsack/simplifyinequalities = c TRUE
0.59/0.61	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.59/0.61	c constraints/knapsack/disaggregation = c FALSE
0.59/0.61	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.62	c constraints/knapsack/maxnumcardlift = c 0
0.59/0.62	c # should presolving try to simplify inequalities
0.59/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.62	c constraints/linear/simplifyinequalities = c TRUE
0.59/0.62	c # maximal number of separation rounds in the root node (-1: unlimited)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.62	c separating/maxroundsroot = c 5
0.59/0.62	c # maximal number of separation rounds per node (-1: unlimited)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: 5]
0.59/0.62	c separating/maxrounds = c 1
0.59/0.62	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.59/0.62	c # [type: char, range: {lafpsqd}, default: l]
0.59/0.62	c lp/pricing = c a
0.59/0.62	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.62	c lp/solvefreq = c 0
0.59/0.62	c # solving stops, if the given number of solutions were found (-1: no limit)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.62	c limits/solutions = c 1
0.59/0.62	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.62	c limits/memory = c 1620
0.59/0.62	c # maximal time in seconds to run
0.59/0.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.62	c limits/time = c 1791
0.59/0.62	c # frequency for displaying node information lines
0.59/0.62	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.62	c display/freq = c 10000
0.59/0.62	c # should enforcement of pseudo solution be disabled?
0.59/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.62	c constraints/disableenfops = c TRUE
0.59/0.62	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.62	c constraints/agelimit = c 1
0.59/0.62	c # should binary conflicts be preferred?
0.59/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.62	c conflict/preferbinary = c TRUE
0.59/0.62	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.59/0.62	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.62	c conflict/interconss = c 0
0.59/0.62	c -----------------------------------------------------------------------------------------------
0.59/0.62	c start solving problem
0.59/0.62	c 
0.80/0.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.80/0.85	c   0.6s|     1 |     0 |  1361 |  29M|   0 | 675 |6423 |  12k|  12k|6423 |  12k|   0 |   0 |   0 | 4.811904e+02 |      --      |    Inf 
1.20/1.26	c   0.9s|     1 |     0 |  1701 |  29M|   0 | 534 |6423 |  12k|  12k|6423 |  12k| 116 |   0 |   0 | 5.159383e+02 |      --      |    Inf 
1.59/1.66	c   1.3s|     1 |     0 |  2025 |  30M|   0 | 491 |6423 |  12k|  12k|6423 |  12k| 206 |   0 |   0 | 5.283900e+02 |      --      |    Inf 
1.99/2.05	c   1.7s|     1 |     0 |  2292 |  30M|   0 | 474 |6423 |  12k|  12k|6423 |  12k| 283 |   0 |   0 | 5.359026e+02 |      --      |    Inf 
2.39/2.45	c   2.1s|     1 |     0 |  2572 |  30M|   0 | 532 |6423 |  12k|  12k|6423 |  13k| 351 |   0 |   0 | 5.448826e+02 |      --      |    Inf 
2.79/2.87	c   2.5s|     1 |     0 |  2863 |  30M|   0 | 516 |6423 |  12k|  12k|6423 |  13k| 412 |   0 |   0 | 5.495393e+02 |      --      |    Inf 
3.20/3.27	c   2.9s|     1 |     2 |  2863 |  30M|   0 | 516 |6423 |  12k|  12k|6423 |  13k| 412 |   0 |  19 | 5.495393e+02 |      --      |    Inf 
47.18/47.26	c  46.7s| 10000 |  1014 |  2863 |  33M|2093 |   - |6423 |  12k|  11k|   0 |   0 | 412 | 334 |  19 | 5.496250e+02 |      --      |    Inf 
92.86/92.93	c  92.1s| 20000 |  2121 |  2863 |  33M|2727 |   - |6423 |  12k|9389 |   0 |   0 | 412 |1292 |  19 | 5.496250e+02 |      --      |    Inf 
142.95/143.01	c   142s| 30000 |  1638 |  2863 |  33M|2863 |   - |6423 |  12k|  10k|   0 |   0 | 412 |1600 |  19 | 5.496250e+02 |      --      |    Inf 
188.73/188.85	c   188s| 40000 |   861 |  2863 |  33M|2982 |   - |6423 |  12k|  10k|   0 |   0 | 412 |5837 |  19 | 5.496250e+02 |      --      |    Inf 
233.41/233.59	c   232s| 50000 |   964 |  2863 |  33M|2982 |   - |6423 |  12k|  10k|   0 |   0 | 412 |  11k|  19 | 5.496250e+02 |      --      |    Inf 
276.99/277.17	c   276s| 60000 |  1413 |  2863 |  33M|2982 |   - |6423 |  12k|8961 |   0 |   0 | 412 |  13k|  19 | 5.496250e+02 |      --      |    Inf 
320.77/320.99	c   319s| 70000 |  2026 |  2863 |  34M|3026 |   - |6423 |  12k|8364 |   0 |   0 | 412 |  17k|  19 | 5.496250e+02 |      --      |    Inf 
368.96/369.14	c   367s| 80000 |  1132 |  2863 |  33M|3072 |   - |6423 |  12k|9636 |   0 |   0 | 412 |  20k|  19 | 5.496250e+02 |      --      |    Inf 
414.64/414.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.64/414.86	c   413s| 90000 |  1125 |  2863 |  33M|3072 |   - |6423 |  12k|9655 |   0 |   0 | 412 |  25k|  19 | 5.496250e+02 |      --      |    Inf 
459.82/460.08	c   458s|100000 |  1116 |  2863 |  33M|3072 |   - |6423 |  12k|9660 |   0 |   0 | 412 |  29k|  19 | 5.496250e+02 |      --      |    Inf 
506.31/506.53	c   504s|110000 |  1115 |  2863 |  33M|3072 |   - |6423 |  12k|9663 |   0 |   0 | 412 |  33k|  19 | 5.496250e+02 |      --      |    Inf 
553.49/553.71	c   551s|120000 |  1037 |  2863 |  33M|3072 |   - |6423 |  12k|9774 |   0 |   0 | 412 |  38k|  19 | 5.496250e+02 |      --      |    Inf 
604.88/605.13	c   602s|130000 |  1039 |  2863 |  33M|3072 |   - |6423 |  12k|9755 |   0 |   0 | 412 |  43k|  19 | 5.496250e+02 |      --      |    Inf 
652.46/652.72	c   649s|140000 |  1032 |  2863 |  33M|3072 |   - |6423 |  12k|9752 |   0 |   0 | 412 |  47k|  19 | 5.496250e+02 |      --      |    Inf 
699.04/699.37	c   696s|150000 |  1033 |  2863 |  33M|3072 |   - |6423 |  12k|9780 |   0 |   0 | 412 |  51k|  19 | 5.496250e+02 |      --      |    Inf 
747.02/747.38	c   744s|160000 |  1041 |  2863 |  33M|3072 |   - |6423 |  12k|9766 |   0 |   0 | 412 |  56k|  19 | 5.496250e+02 |      --      |    Inf 
794.40/794.71	c   791s|170000 |  1147 |  2863 |  33M|3072 |   - |6423 |  12k|9524 |   0 |   0 | 412 |  59k|  19 | 5.496250e+02 |      --      |    Inf 
839.28/839.65	c   835s|180000 |  1031 |  2863 |  33M|3072 |   - |6423 |  12k|9779 |   0 |   0 | 412 |  63k|  19 | 5.496250e+02 |      --      |    Inf 
885.07/885.48	c   881s|190000 |  1034 |  2863 |  33M|3072 |   - |6423 |  12k|9785 |   0 |   0 | 412 |  67k|  19 | 5.496250e+02 |      --      |    Inf 
933.45/933.84	c   929s|200000 |  1025 |  2863 |  33M|3072 |   - |6423 |  12k|9770 |   0 |   0 | 412 |  72k|  19 | 5.496250e+02 |      --      |    Inf 
984.63/985.07	c   980s|210000 |  1028 |  2863 |  33M|3072 |   - |6423 |  12k|9782 |   0 |   0 | 412 |  76k|  19 | 5.496250e+02 |      --      |    Inf 
1037.01/1037.46	c  1032s|220000 |  1030 |  2863 |  33M|3072 |   - |6423 |  12k|9773 |   0 |   0 | 412 |  81k|  19 | 5.496250e+02 |      --      |    Inf 
1085.70/1086.15	c  1081s|230000 |  1477 |  2863 |  34M|3072 |   - |6423 |  12k|9404 |   0 |   0 | 412 |  85k|  19 | 5.496250e+02 |      --      |    Inf 
1134.17/1134.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.17/1134.67	c  1129s|240000 |  1034 |  2863 |  33M|3072 |   - |6423 |  12k|9777 |   0 |   0 | 412 |  89k|  19 | 5.496250e+02 |      --      |    Inf 
1182.96/1183.40	c  1178s|250000 |  1030 |  2863 |  33M|3072 |   - |6423 |  12k|9785 |   0 |   0 | 412 |  94k|  19 | 5.496250e+02 |      --      |    Inf 
1232.64/1233.15	c  1227s|260000 |  1026 |  2863 |  33M|3072 |   - |6423 |  12k|9766 |   0 |   0 | 412 |  98k|  19 | 5.496250e+02 |      --      |    Inf 
1280.82/1281.39	c  1275s|270000 |  1026 |  2863 |  33M|3072 |   - |6423 |  12k|9751 |   0 |   0 | 412 | 102k|  19 | 5.496250e+02 |      --      |    Inf 
1329.71/1330.23	c  1324s|280000 |  1035 |  2863 |  33M|3072 |   - |6423 |  12k|9775 |   0 |   0 | 412 | 107k|  19 | 5.496250e+02 |      --      |    Inf 
1379.09/1379.61	c  1373s|290000 |  1026 |  2863 |  33M|3072 |   - |6423 |  12k|9801 |   0 |   0 | 412 | 111k|  19 | 5.496250e+02 |      --      |    Inf 
1430.57/1431.12	c  1424s|300000 |  1027 |  2863 |  33M|3072 |   - |6423 |  12k|9793 |   0 |   0 | 412 | 116k|  19 | 5.496250e+02 |      --      |    Inf 
1478.85/1479.45	c  1472s|310000 |  1029 |  2863 |  33M|3072 |   - |6423 |  12k|9781 |   0 |   0 | 412 | 120k|  19 | 5.496250e+02 |      --      |    Inf 
1529.73/1530.34	c  1523s|320000 |  1024 |  2863 |  33M|3072 |   - |6423 |  12k|9766 |   0 |   0 | 412 | 125k|  19 | 5.496250e+02 |      --      |    Inf 
1576.72/1577.34	c  1570s|330000 |  1031 |  2863 |  33M|3072 |   - |6423 |  12k|9771 |   0 |   0 | 412 | 128k|  19 | 5.496250e+02 |      --      |    Inf 
1625.29/1625.96	c  1618s|340000 |  1028 |  2863 |  33M|3072 |   - |6423 |  12k|9887 |   0 |   0 | 412 | 132k|  19 | 5.496250e+02 |      --      |    Inf 
1674.38/1675.07	c  1667s|350000 |  1027 |  2863 |  33M|3072 |   - |6423 |  12k|9870 |   0 |   0 | 412 | 137k|  19 | 5.496250e+02 |      --      |    Inf 
1724.76/1725.44	c  1717s|360000 |  1021 |  2863 |  33M|3072 |   - |6423 |  12k|9874 |   0 |   0 | 412 | 142k|  19 | 5.496250e+02 |      --      |    Inf 
1773.74/1774.46	c  1766s|370000 |  1020 |  2863 |  33M|3072 |   - |6423 |  12k|9866 |   0 |   0 | 412 | 146k|  19 | 5.496250e+02 |      --      |    Inf 
1799.04/1799.73	c 
1799.04/1799.73	c SCIP Status        : solving was interrupted [time limit reached]
1799.04/1799.73	c Solving Time (sec) : 1791.00
1799.04/1799.73	c Solving Nodes      : 375299
1799.04/1799.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.04/1799.73	c Dual Bound         : +5.49625000000000e+02
1799.04/1799.73	c Gap                : infinite
1799.04/1799.73	c NODE         375299
1799.04/1799.73	c DUAL BOUND   549.625
1799.04/1799.73	c PRIMAL BOUND 1e+20
1799.04/1799.73	c GAP          1e+20
1799.04/1799.73	s UNKNOWN
1799.04/1799.73	c SCIP Status        : solving was interrupted [time limit reached]
1799.04/1799.73	c Solving Time       :    1791.00
1799.04/1799.73	c Original Problem   :
1799.04/1799.73	c   Problem name     : HOME/instance-1884148-1245254910.opb
1799.04/1799.73	c   Variables        : 6480 (6480 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.04/1799.73	c   Constraints      : 12722 initial, 12722 maximal
1799.04/1799.73	c Presolved Problem  :
1799.04/1799.73	c   Problem name     : t_HOME/instance-1884148-1245254910.opb
1799.04/1799.73	c   Variables        : 6423 (6423 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.04/1799.73	c   Constraints      : 12665 initial, 13023 maximal
1799.04/1799.73	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.04/1799.73	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1799.04/1799.73	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.04/1799.73	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.04/1799.73	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.04/1799.73	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.04/1799.73	c   probing          :       0.00          0          0          0          0          0          0          0          0
1799.04/1799.73	c   linear           :       0.13          2         55          0          2          0         57          0          0
1799.04/1799.73	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1799.04/1799.73	c   root node        :          -          0          -          -          0          -          -          -          -
1799.04/1799.73	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.04/1799.73	c   integral         :          0          0          0          1          0          0          0          0          0          2
1799.04/1799.73	c   logicor          :      12665+         5     961098          0          0     144142    1264967          0          0          0
1799.04/1799.73	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1799.04/1799.73	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.04/1799.73	c   integral         :       0.37       0.00       0.00       0.37       0.00
1799.04/1799.73	c   logicor          :      26.51       0.02      26.49       0.00       0.00
1799.04/1799.73	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.04/1799.73	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.04/1799.73	c   rootredcost      :       0.76          0          0          0
1799.04/1799.73	c   pseudoobj        :    1028.63    1432748          0          0
1799.04/1799.73	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.04/1799.73	c   propagation      :       7.36     144142     144142     144142       13.9       4828       13.8          -
1799.04/1799.73	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.04/1799.73	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.04/1799.73	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.04/1799.73	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.04/1799.73	c   applied globally :          -          -          -     148970       13.9          -          -          -
1799.04/1799.73	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.04/1799.73	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.04/1799.73	c   cut pool         :       0.00          4          -          -        150          -    (maximal pool size: 1238)
1799.04/1799.73	c   redcost          :       0.00          5          0          0          0          0
1799.04/1799.73	c   impliedbounds    :       0.01          5          0          0          0          0
1799.04/1799.73	c   intobj           :       0.00          0          0          0          0          0
1799.04/1799.73	c   gomory           :       0.76          5          0          0       2500          0
1799.04/1799.73	c   strongcg         :       0.77          5          0          0       2500          0
1799.04/1799.73	c   cmir             :       0.00          0          0          0          0          0
1799.04/1799.73	c   flowcover        :       0.00          0          0          0          0          0
1799.04/1799.73	c   clique           :       0.01          1          0          0          0          0
1799.04/1799.73	c   zerohalf         :       0.00          0          0          0          0          0
1799.04/1799.73	c   mcf              :       0.03          1          0          0          0          0
1799.04/1799.73	c Pricers            :       Time      Calls       Vars
1799.04/1799.73	c   problem variables:       0.00          0          0
1799.04/1799.73	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.04/1799.73	c   relpscost        :       0.37          1          0          0          0          0          2
1799.04/1799.73	c   pscost           :       0.00          0          0          0          0          0          0
1799.04/1799.73	c   inference        :     691.71     301289          0          0          0          0     602578
1799.04/1799.73	c   mostinf          :       0.00          0          0          0          0          0          0
1799.04/1799.73	c   leastinf         :       0.00          0          0          0          0          0          0
1799.04/1799.73	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.04/1799.73	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.04/1799.73	c   random           :       0.00          0          0          0          0          0          0
1799.04/1799.73	c Primal Heuristics  :       Time      Calls      Found
1799.04/1799.73	c   LP solutions     :       0.00          -          0
1799.04/1799.73	c   pseudo solutions :       0.00          -          0
1799.04/1799.73	c   simplerounding   :       0.00          0          0
1799.04/1799.73	c   rounding         :       0.00          0          0
1799.04/1799.73	c   shifting         :       0.00          0          0
1799.04/1799.73	c   intshifting      :       0.00          0          0
1799.04/1799.73	c   oneopt           :       0.00          0          0
1799.04/1799.73	c   fixandinfer      :       0.00          0          0
1799.04/1799.73	c   feaspump         :       0.00          0          0
1799.04/1799.73	c   coefdiving       :       0.00          0          0
1799.04/1799.73	c   pscostdiving     :       0.00          0          0
1799.04/1799.73	c   fracdiving       :       0.00          0          0
1799.04/1799.73	c   veclendiving     :       0.00          0          0
1799.04/1799.73	c   intdiving        :       0.00          0          0
1799.04/1799.73	c   actconsdiving    :       0.00          0          0
1799.04/1799.73	c   objpscostdiving  :       0.00          0          0
1799.04/1799.73	c   rootsoldiving    :       0.00          0          0
1799.04/1799.73	c   linesearchdiving :       0.00          0          0
1799.04/1799.73	c   guideddiving     :       0.00          0          0
1799.04/1799.73	c   octane           :       0.00          0          0
1799.04/1799.73	c   rens             :       0.00          0          0
1799.04/1799.73	c   rins             :       0.00          0          0
1799.04/1799.73	c   localbranching   :       0.00          0          0
1799.04/1799.73	c   mutation         :       0.00          0          0
1799.04/1799.73	c   crossover        :       0.00          0          0
1799.04/1799.73	c   dins             :       0.00          0          0
1799.04/1799.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.04/1799.73	c   primal LP        :       0.03          0          0       0.00       0.00
1799.04/1799.73	c   dual LP          :       0.37          6       2863     477.17    7737.84
1799.04/1799.73	c   barrier LP       :       0.00          0          0       0.00          -
1799.04/1799.73	c   diving/probing LP:       0.00          0          0       0.00          -
1799.04/1799.73	c   strong branching :       0.37         19        207      10.89     559.46
1799.04/1799.73	c     (at root node) :          -         19        207      10.89          -
1799.04/1799.73	c   conflict analysis:       0.00          0          0       0.00          -
1799.04/1799.73	c B&B Tree           :
1799.04/1799.73	c   number of runs   :          1
1799.04/1799.73	c   nodes            :     375299
1799.04/1799.73	c   nodes (total)    :     375299
1799.04/1799.73	c   nodes left       :       1026
1799.04/1799.73	c   max depth        :       3072
1799.04/1799.73	c   max depth (total):       3072
1799.04/1799.73	c   backtracks       :      72699 (19.4%)
1799.04/1799.73	c   delayed cutoffs  :     226256
1799.04/1799.73	c   repropagations   :     428145 (695344 domain reductions, 70133 cutoffs)
1799.04/1799.73	c   avg switch length:       3.54
1799.04/1799.73	c   switching time   :      17.73
1799.04/1799.73	c Solution           :
1799.04/1799.73	c   Solutions found  :          0 (0 improvements)
1799.04/1799.73	c   Primal Bound     :          -
1799.04/1799.73	c   Dual Bound       : +5.49625000000000e+02
1799.04/1799.73	c   Gap              :   infinite
1799.04/1799.73	c   Root Dual Bound  : +5.49539285714286e+02
1799.14/1799.87	c Time complete: 1799.21.

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-1884148-1245254910/watcher-1884148-1245254910 -o /tmp/evaluation-result-1884148-1245254910/solver-1884148-1245254910 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884148-1245254910.opb 

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.99 0.91 0.54 3/64 12425
/proc/meminfo: memFree=1360584/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=5812 CPUtime=0
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 193091673 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/12425/statm: 1453 515 344 1256 0 192 0

[startup+0.0463109 s]
/proc/loadavg: 0.99 0.91 0.54 3/64 12425
/proc/meminfo: memFree=1360584/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=15712 CPUtime=0.03
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 2888 0 0 0 3 0 0 0 18 0 1 0 193091673 16089088 2872 1992294400 4194304 9342243 548682068736 18446744073709551615 4512305 0 0 4096 0 0 0 0 17 1 0 0
/proc/12425/statm: 3928 2872 376 1256 0 2667 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15712

[startup+0.102321 s]
/proc/loadavg: 0.99 0.91 0.54 3/64 12425
/proc/meminfo: memFree=1360584/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=17340 CPUtime=0.1
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 3323 0 0 0 9 1 0 0 18 0 1 0 193091673 17756160 3307 1992294400 4194304 9342243 548682068736 18446744073709551615 4204004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12425/statm: 4335 3307 376 1256 0 3074 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17340

[startup+0.301363 s]
/proc/loadavg: 0.99 0.91 0.54 3/64 12425
/proc/meminfo: memFree=1360584/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=35428 CPUtime=0.29
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 8156 0 0 0 27 2 0 0 19 0 1 0 193091673 36278272 7786 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 8857 7797 416 1256 0 7596 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35428

[startup+0.702461 s]
/proc/loadavg: 0.99 0.91 0.54 3/64 12425
/proc/meminfo: memFree=1360584/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=52448 CPUtime=0.69
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 12552 0 0 0 63 6 0 0 17 0 1 0 193091673 53706752 12157 1992294400 4194304 9342243 548682068736 18446744073709551615 4801943 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 13112 12157 524 1256 0 11851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52448

[startup+1.50162 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 12426
/proc/meminfo: memFree=1302912/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=68952 CPUtime=1.49
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 16293 0 0 0 140 9 0 0 23 0 1 0 193091673 70606848 15573 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 17238 15573 642 1256 0 15977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68952

[startup+3.10196 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 12426
/proc/meminfo: memFree=1299328/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=79152 CPUtime=3.09
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 21036 0 0 0 297 12 0 0 25 0 1 0 193091673 81051648 16548 1992294400 4194304 9342243 548682068736 18446744073709551615 6018146 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 19788 16548 647 1256 0 18527 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79152

[startup+6.30165 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 12426
/proc/meminfo: memFree=1297344/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=71504 CPUtime=6.29
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24247 0 0 0 614 15 0 0 25 0 1 0 193091673 73220096 16304 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 17876 16304 661 1256 0 16615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71504

[startup+12.701 s]
/proc/loadavg: 0.99 0.91 0.55 2/65 12426
/proc/meminfo: memFree=1296712/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=71504 CPUtime=12.69
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24468 0 0 0 1251 18 0 0 25 0 1 0 193091673 73220096 16525 1992294400 4194304 9342243 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 17876 16525 666 1256 0 16615 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71504

[startup+25.5018 s]
/proc/loadavg: 0.99 0.92 0.55 2/65 12426
/proc/meminfo: memFree=1296840/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=71504 CPUtime=25.48
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24468 0 0 0 2525 23 0 0 25 0 1 0 193091673 73220096 16525 1992294400 4194304 9342243 548682068736 18446744073709551615 4770417 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 17876 16525 666 1256 0 16615 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71504

[startup+51.1012 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 12426
/proc/meminfo: memFree=1295816/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=51.07
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24737 0 0 0 5073 34 0 0 25 0 1 0 193091673 74268672 16794 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16794 666 1256 0 16871 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 72528

[startup+102.305 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 12426
/proc/meminfo: memFree=1295432/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=102.26
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24839 0 0 0 10168 58 0 0 25 0 1 0 193091673 74268672 16896 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16896 666 1256 0 16871 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72528

[startup+162.302 s]
/proc/loadavg: 0.99 0.94 0.60 2/65 12426
/proc/meminfo: memFree=1295432/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=162.23
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 16141 82 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 4538340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 72528

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 12426
/proc/meminfo: memFree=1295432/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=222.21
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 22117 104 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 72528

[startup+282.302 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 12426
/proc/meminfo: memFree=1295368/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=282.19
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 28086 133 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 72528

[startup+342.302 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 12426
/proc/meminfo: memFree=1295368/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=342.16
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 34056 160 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 72528

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 12426
/proc/meminfo: memFree=1295368/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=402.14
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 40027 187 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 72528

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.70 2/65 12426
/proc/meminfo: memFree=1295368/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=462.13
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 46000 213 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 72528

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 12426
/proc/meminfo: memFree=1295304/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=522.1
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24840 0 0 0 51970 240 0 0 25 0 1 0 193091673 74268672 16897 1992294400 4194304 9342243 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16897 666 1256 0 16871 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 72528

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 12426
/proc/meminfo: memFree=1295304/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=582.08
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24841 0 0 0 57941 267 0 0 25 0 1 0 193091673 74268672 16898 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16898 666 1256 0 16871 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 72528

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 12426
/proc/meminfo: memFree=1295304/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=642.06
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24841 0 0 0 63915 291 0 0 25 0 1 0 193091673 74268672 16898 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16898 666 1256 0 16871 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 72528

[startup+702.302 s]

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

/proc/meminfo: memFree=1295304/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1121.88
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24849 0 0 0 111691 497 0 0 25 0 1 0 193091673 74268672 16906 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16906 666 1256 0 16871 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 72528

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 12426
/proc/meminfo: memFree=1295304/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1181.86
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24849 0 0 0 117664 522 0 0 25 0 1 0 193091673 74268672 16906 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16906 666 1256 0 16871 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 72528

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 12426
/proc/meminfo: memFree=1295176/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1241.84
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24849 0 0 0 123638 546 0 0 25 0 1 0 193091673 74268672 16906 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16906 666 1256 0 16871 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 72528

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 12426
/proc/meminfo: memFree=1295176/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1301.82
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 129613 569 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 72528

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 12426
/proc/meminfo: memFree=1295176/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1361.8
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 135584 596 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 72528

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 12426
/proc/meminfo: memFree=1295176/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1421.78
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 141555 623 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 72528

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 12426
/proc/meminfo: memFree=1295176/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1481.75
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 147525 650 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 4769447 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 72528

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1541.73
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 153497 676 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 72528

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1601.7
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 159468 702 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 72528

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1661.68
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 165441 727 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 4769422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 72528

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1721.66
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 171414 752 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 72528

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1781.64
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 177387 777 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 72528

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1791.24
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 178344 780 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1791.24
Current children cumulated vsize (KiB) 72528

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1794.44
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 178662 782 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (KiB) 72528

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1797.63
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 178979 784 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (KiB) 72528

[startup+1799.1 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1798.43
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 179059 784 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (KiB) 72528

[startup+1799.5 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1798.83
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 179099 784 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1798.83
Current children cumulated vsize (KiB) 72528

[startup+1799.7 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1799.04
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24850 0 0 0 179119 785 0 0 25 0 1 0 193091673 74268672 16907 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16907 666 1256 0 16871 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 72528

[startup+1799.8 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12426
/proc/meminfo: memFree=1295112/2055920 swapFree=4192812/4192956
[pid=12425] ppid=12423 vsize=72528 CPUtime=1799.14
/proc/12425/stat : 12425 (pbscip.linux.x8) R 12423 12425 12342 0 -1 4194304 24856 0 0 0 179129 785 0 0 25 0 1 0 193091673 74268672 16913 1992294400 4194304 9342243 548682068736 18446744073709551615 4802841 0 0 4096 0 0 0 0 17 1 0 0
/proc/12425/statm: 18132 16913 672 1256 0 16871 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 72528

Child status: 0
Real time (s): 1799.87
CPU time (s): 1799.22
CPU user time (s): 1791.35
CPU system time (s): 7.8628
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 79152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.35
system time used= 7.8628
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24861
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= 5
involuntary context switches= 2652

runsolver used 1.14582 second user time and 3.9354 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-17 18:08:30
IDJOB=1884148
IDBENCH=71928
IDSOLVER=684
FILE ID=node10/1884148-1245254910
PBS_JOBID= 9372443
Free space on /tmp= 65988 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/unsat-grid-pbl-0080.sat05-1344.reshuffled-07.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884148-1245254910/watcher-1884148-1245254910 -o /tmp/evaluation-result-1884148-1245254910/solver-1884148-1245254910 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884148-1245254910.opb

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

MD5SUM BENCH= ca772161d4d71fd5eefb258039b169a6
RANDOM SEED=413794116

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1361064 kB
Buffers:         63116 kB
Cached:         561056 kB
SwapCached:          0 kB
Active:         100320 kB
Inactive:       537324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12264 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            43228 kB
Committed_AS:   208152 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65976 MiB
End job on node10 at 2009-06-17 18:38:30