Trace number 1884147

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1797.88 1798.61

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.22	c SCIP version 1.1.0.7
0.19/0.22	c LP-Solver SoPlex 1.4.1
0.19/0.22	c user parameter file <scip.set> not found - using default parameters
0.19/0.22	c read problem <HOME/instance-1884147-1245254884.opb>
0.19/0.22	c original problem has 6480 variables (6480 bin, 0 int, 0 impl, 0 cont) and 12722 constraints
0.29/0.32	c No objective function, only one solution is needed.
0.29/0.32	c start presolving problem
0.29/0.32	c presolving:
0.29/0.39	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.55	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.49/0.59	c presolving (3 rounds):
0.49/0.59	c  57 deleted vars, 57 deleted constraints, 2 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.59	c  168 implications, 0 cliques
0.49/0.59	c presolved problem has 6423 variables (6423 bin, 0 int, 0 impl, 0 cont) and 12665 constraints
0.49/0.59	c   12665 constraints of type <logicor>
0.49/0.59	c transformed objective value is always integral (scale: 1)
0.49/0.59	c Presolving Time: 0.24
0.49/0.59	c PURESAT
0.49/0.59	c -----------------------------------------------------------------------------------------------
0.49/0.59	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.59	c separating/flowcover/freq = c -1
0.49/0.59	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.59	c separating/cmir/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.59	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/veclendiving/freq = c -1
0.49/0.59	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.59	c heuristics/simplerounding/freq = c -1
0.49/0.59	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/shifting/freq = c -1
0.49/0.59	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.59	c heuristics/rounding/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.59	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.59	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.59	c heuristics/rootsoldiving/freq = c -1
0.49/0.59	c # number of nodes added to the contingent of the total nodes
0.49/0.59	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.59	c heuristics/rens/nodesofs = c 2000
0.49/0.59	c # minimum percentage of integer variables that have to be fixable 
0.49/0.59	c # [type: real, range: [0,1], default: 0.5]
0.49/0.59	c heuristics/rens/minfixingrate = c 0.3
0.49/0.59	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.59	c heuristics/rens/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.59	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/pscostdiving/freq = c -1
0.49/0.59	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.59	c heuristics/oneopt/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.59	c # [type: real, range: [0,1], default: 0.01]
0.49/0.59	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.59	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.59	c heuristics/objpscostdiving/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.59	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/linesearchdiving/freq = c -1
0.49/0.59	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/intshifting/freq = c -1
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.59	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/guideddiving/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.59	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/fracdiving/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.59	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.59	c heuristics/feaspump/freq = c -1
0.49/0.59	c # minimum percentage of integer variables that have to be fixed 
0.49/0.59	c # [type: real, range: [0,1], default: 0.666]
0.49/0.59	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.59	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.59	c # [type: real, range: [0,1], default: 0.1]
0.49/0.59	c heuristics/crossover/nodesquot = c 0.15
0.49/0.59	c # number of nodes without incumbent change that heuristic should wait
0.49/0.59	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.59	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.59	c # number of nodes added to the contingent of the total nodes
0.49/0.59	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.59	c heuristics/crossover/nodesofs = c 750
0.49/0.59	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.59	c heuristics/crossover/freq = c -1
0.49/0.59	c # additional number of allowed LP iterations
0.49/0.59	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.59	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.59	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.59	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.59	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.59	c heuristics/coefdiving/freq = c -1
0.49/0.59	c # priority of node selection rule <dfs> in standard mode
0.49/0.59	c # [type: int, range: [-536870912,536870911], default: 0]
0.49/0.59	c nodeselection/dfs/stdpriority = c 1000000
0.49/0.59	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c presolving/probing/maxrounds = c 0
0.49/0.59	c # should presolving try to simplify knapsacks
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.59	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.59	c constraints/knapsack/disaggregation = c FALSE
0.49/0.59	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.59	c # should presolving try to simplify inequalities
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.59	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c separating/maxroundsroot = c 5
0.49/0.59	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.59	c separating/maxrounds = c 1
0.49/0.59	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.49/0.59	c # [type: char, range: {lafpsqd}, default: l]
0.49/0.59	c lp/pricing = c a
0.49/0.59	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.59	c lp/solvefreq = c 0
0.49/0.59	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c limits/solutions = c 1
0.49/0.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/memory = c 1620
0.49/0.59	c # maximal time in seconds to run
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/time = c 1791
0.49/0.59	c # frequency for displaying node information lines
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.59	c display/freq = c 10000
0.49/0.59	c # should enforcement of pseudo solution be disabled?
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/disableenfops = c TRUE
0.49/0.59	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.59	c constraints/agelimit = c 1
0.49/0.59	c # should binary conflicts be preferred?
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c conflict/preferbinary = c TRUE
0.49/0.59	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c conflict/interconss = c 0
0.49/0.59	c -----------------------------------------------------------------------------------------------
0.49/0.59	c start solving problem
0.49/0.59	c 
1.29/1.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.30	c   1.0s|     1 |     0 |  1379 |  29M|   0 | 704 |6423 |  12k|  12k|6423 |  12k|   0 |   0 |   0 | 4.811904e+02 |      --      |    Inf 
1.79/1.90	c   1.6s|     1 |     0 |  1809 |  29M|   0 | 611 |6423 |  12k|  12k|6423 |  12k| 125 |   0 |   0 | 5.185079e+02 |      --      |    Inf 
2.38/2.40	c   2.1s|     1 |     0 |  2156 |  30M|   0 | 590 |6423 |  12k|  12k|6423 |  12k| 226 |   0 |   0 | 5.297945e+02 |      --      |    Inf 
2.89/2.93	c   2.6s|     1 |     0 |  2493 |  30M|   0 | 589 |6423 |  12k|  12k|6423 |  12k| 320 |   0 |   0 | 5.387747e+02 |      --      |    Inf 
3.48/3.50	c   3.2s|     1 |     0 |  2843 |  30M|   0 | 608 |6423 |  12k|  12k|6423 |  13k| 399 |   0 |   0 | 5.436747e+02 |      --      |    Inf 
3.99/4.07	c   3.7s|     1 |     0 |  3159 |  31M|   0 | 534 |6423 |  12k|  12k|6423 |  13k| 468 |   0 |   0 | 5.474800e+02 |      --      |    Inf 
4.78/4.89	c   4.5s|     1 |     2 |  3159 |  31M|   0 | 534 |6423 |  12k|  12k|6423 |  13k| 468 |   0 |  19 | 5.474800e+02 |      --      |    Inf 
48.13/48.25	c  47.7s| 10000 |   954 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 244 |  19 | 5.474939e+02 |      --      |    Inf 
93.52/93.63	c  92.9s| 20000 |   616 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |4270 |  19 | 5.474939e+02 |      --      |    Inf 
138.80/138.97	c   138s| 30000 |   608 |  3159 |  33M|2041 |   - |6423 |  13k|  11k|   0 |   0 | 468 |9032 |  19 | 5.474939e+02 |      --      |    Inf 
185.38/185.59	c   185s| 40000 |   614 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  13k|  19 | 5.474939e+02 |      --      |    Inf 
229.86/230.09	c   229s| 50000 |   601 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  17k|  19 | 5.474939e+02 |      --      |    Inf 
277.25/277.49	c   276s| 60000 |   597 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  22k|  19 | 5.474939e+02 |      --      |    Inf 
323.93/324.18	c   323s| 70000 |   599 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  27k|  19 | 5.474939e+02 |      --      |    Inf 
368.61/368.87	c   367s| 80000 |   601 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  31k|  19 | 5.474939e+02 |      --      |    Inf 
414.29/414.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.29/414.55	c   413s| 90000 |   602 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  35k|  19 | 5.474939e+02 |      --      |    Inf 
459.88/460.16	c   458s|100000 |   592 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  40k|  19 | 5.474939e+02 |      --      |    Inf 
505.07/505.39	c   503s|110000 |   592 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  44k|  19 | 5.474939e+02 |      --      |    Inf 
550.75/551.05	c   549s|120000 |   592 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  49k|  19 | 5.474939e+02 |      --      |    Inf 
597.63/597.95	c   595s|130000 |   586 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  53k|  19 | 5.474939e+02 |      --      |    Inf 
643.31/643.61	c   641s|140000 |   717 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  58k|  19 | 5.474939e+02 |      --      |    Inf 
688.60/688.94	c   686s|150000 |   583 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  63k|  19 | 5.474939e+02 |      --      |    Inf 
733.68/734.05	c   731s|160000 |   580 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  67k|  19 | 5.474939e+02 |      --      |    Inf 
779.96/780.32	c   777s|170000 |   578 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  72k|  19 | 5.474939e+02 |      --      |    Inf 
826.75/827.19	c   824s|180000 |   574 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  76k|  19 | 5.474939e+02 |      --      |    Inf 
874.44/874.89	c   871s|190000 |   575 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  81k|  19 | 5.474939e+02 |      --      |    Inf 
923.61/924.08	c   920s|200000 |   578 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  86k|  19 | 5.474939e+02 |      --      |    Inf 
971.09/971.56	c   967s|210000 |   577 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  91k|  19 | 5.474939e+02 |      --      |    Inf 
1018.87/1019.34	c  1015s|220000 |   467 |  3159 |  33M|2041 |   - |6423 |  12k|  12k|   0 |   0 | 468 |  95k|  19 | 5.474939e+02 |      --      |    Inf 
1068.45/1068.90	c  1064s|230000 |   461 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 |  99k|  19 | 5.474939e+02 |      --      |    Inf 
1115.94/1116.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1115.94/1116.46	c  1112s|240000 |   470 |  3159 |  33M|2041 |   - |6423 |  12k|  12k|   0 |   0 | 468 | 104k|  19 | 5.474939e+02 |      --      |    Inf 
1164.72/1165.27	c  1160s|250000 |   459 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 108k|  19 | 5.474939e+02 |      --      |    Inf 
1213.68/1214.27	c  1209s|260000 |   464 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 112k|  19 | 5.474939e+02 |      --      |    Inf 
1263.76/1264.37	c  1259s|270000 |   462 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 117k|  19 | 5.474939e+02 |      --      |    Inf 
1311.65/1312.30	c  1307s|280000 |   462 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 121k|  19 | 5.474939e+02 |      --      |    Inf 
1361.72/1362.33	c  1357s|290000 |   451 |  3159 |  33M|2041 |   - |6423 |  12k|  12k|   0 |   0 | 468 | 126k|  19 | 5.474939e+02 |      --      |    Inf 
1411.01/1411.64	c  1406s|300000 |   454 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 131k|  19 | 5.474939e+02 |      --      |    Inf 
1463.08/1463.77	c  1458s|310000 |   451 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 135k|  19 | 5.474939e+02 |      --      |    Inf 
1513.16/1513.88	c  1508s|320000 |   448 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 140k|  19 | 5.474939e+02 |      --      |    Inf 
1563.45/1564.20	c  1558s|330000 |   452 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 145k|  19 | 5.474939e+02 |      --      |    Inf 
1612.42/1613.17	c  1606s|340000 |   452 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 149k|  19 | 5.474939e+02 |      --      |    Inf 
1663.11/1663.84	c  1657s|350000 |   449 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 154k|  19 | 5.474939e+02 |      --      |    Inf 
1710.79/1711.53	c  1704s|360000 |   449 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 159k|  19 | 5.474939e+02 |      --      |    Inf 
1761.47/1762.29	c  1755s|370000 |   453 |  3159 |  33M|2041 |   - |6423 |  12k|  11k|   0 |   0 | 468 | 163k|  19 | 5.474939e+02 |      --      |    Inf 
1797.66/1798.47	c 
1797.66/1798.47	c SCIP Status        : solving was interrupted [time limit reached]
1797.66/1798.47	c Solving Time (sec) : 1791.00
1797.66/1798.47	c Solving Nodes      : 376966
1797.66/1798.47	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.66/1798.47	c Dual Bound         : +5.47493899549870e+02
1797.66/1798.47	c Gap                : infinite
1797.66/1798.47	c NODE         376966
1797.66/1798.47	c DUAL BOUND   547.494
1797.66/1798.47	c PRIMAL BOUND 1e+20
1797.66/1798.47	c GAP          1e+20
1797.66/1798.47	s UNKNOWN
1797.66/1798.47	c SCIP Status        : solving was interrupted [time limit reached]
1797.66/1798.47	c Solving Time       :    1791.00
1797.66/1798.47	c Original Problem   :
1797.66/1798.47	c   Problem name     : HOME/instance-1884147-1245254884.opb
1797.66/1798.47	c   Variables        : 6480 (6480 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.66/1798.47	c   Constraints      : 12722 initial, 12722 maximal
1797.66/1798.47	c Presolved Problem  :
1797.66/1798.47	c   Problem name     : t_HOME/instance-1884147-1245254884.opb
1797.66/1798.47	c   Variables        : 6423 (6423 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.66/1798.47	c   Constraints      : 12665 initial, 13265 maximal
1797.66/1798.47	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.66/1798.47	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.66/1798.47	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.66/1798.47	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.66/1798.47	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.66/1798.47	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.66/1798.47	c   probing          :       0.00          0          0          0          0          0          0          0          0
1797.66/1798.47	c   linear           :       0.13          2         55          0          2          0         57          0          0
1797.66/1798.47	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1797.66/1798.47	c   root node        :          -          0          -          -          0          -          -          -          -
1797.66/1798.47	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.66/1798.47	c   integral         :          0          0          0          1          0          0          0          0          0          2
1797.66/1798.47	c   logicor          :      12665+         5     890504          0          0     162427    1169712          0          0          0
1797.66/1798.47	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.66/1798.47	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.66/1798.47	c   integral         :       0.80       0.00       0.00       0.80       0.00
1797.66/1798.47	c   logicor          :      25.18       0.00      25.18       0.00       0.00
1797.66/1798.47	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.66/1798.47	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.66/1798.47	c   rootredcost      :       1.05          0          0          0
1797.66/1798.47	c   pseudoobj        :    1002.84    1293313          0          0
1797.66/1798.47	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.66/1798.47	c   propagation      :       7.46     162427     162427     162427       11.6       4822       11.4          -
1797.66/1798.47	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.66/1798.47	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.66/1798.47	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.66/1798.47	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.66/1798.47	c   applied globally :          -          -          -     167249       11.5          -          -          -
1797.66/1798.47	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.66/1798.47	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.66/1798.47	c   cut pool         :       0.00          4          -          -        190          -    (maximal pool size: 1292)
1797.66/1798.47	c   redcost          :       0.02          5          0          0          0          0
1797.66/1798.47	c   impliedbounds    :       0.00          5          0          0          0          0
1797.66/1798.47	c   intobj           :       0.00          0          0          0          0          0
1797.66/1798.47	c   gomory           :       0.75          5          0          0       2500          0
1797.66/1798.47	c   strongcg         :       0.77          5          0          0       2500          0
1797.66/1798.47	c   cmir             :       0.00          0          0          0          0          0
1797.66/1798.47	c   flowcover        :       0.00          0          0          0          0          0
1797.66/1798.47	c   clique           :       0.01          1          0          0          0          0
1797.66/1798.47	c   zerohalf         :       0.00          0          0          0          0          0
1797.66/1798.47	c   mcf              :       0.03          1          0          0          0          0
1797.66/1798.47	c Pricers            :       Time      Calls       Vars
1797.66/1798.47	c   problem variables:       0.00          0          0
1797.66/1798.47	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.66/1798.47	c   relpscost        :       0.80          1          0          0          0          0          2
1797.66/1798.47	c   pscost           :       0.00          0          0          0          0          0          0
1797.66/1798.47	c   inference        :     716.08     290895          0          0          0          0     581790
1797.66/1798.47	c   mostinf          :       0.00          0          0          0          0          0          0
1797.66/1798.47	c   leastinf         :       0.00          0          0          0          0          0          0
1797.66/1798.47	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.66/1798.47	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.66/1798.47	c   random           :       0.00          0          0          0          0          0          0
1797.66/1798.47	c Primal Heuristics  :       Time      Calls      Found
1797.66/1798.47	c   LP solutions     :       0.00          -          0
1797.66/1798.47	c   pseudo solutions :       0.00          -          0
1797.66/1798.47	c   simplerounding   :       0.00          0          0
1797.66/1798.47	c   rounding         :       0.00          0          0
1797.66/1798.47	c   shifting         :       0.00          0          0
1797.66/1798.47	c   intshifting      :       0.00          0          0
1797.66/1798.47	c   oneopt           :       0.00          0          0
1797.66/1798.47	c   fixandinfer      :       0.00          0          0
1797.66/1798.47	c   feaspump         :       0.00          0          0
1797.66/1798.47	c   coefdiving       :       0.00          0          0
1797.66/1798.47	c   pscostdiving     :       0.00          0          0
1797.66/1798.47	c   fracdiving       :       0.00          0          0
1797.66/1798.47	c   veclendiving     :       0.00          0          0
1797.66/1798.47	c   intdiving        :       0.00          0          0
1797.66/1798.47	c   actconsdiving    :       0.00          0          0
1797.66/1798.47	c   objpscostdiving  :       0.00          0          0
1797.66/1798.47	c   rootsoldiving    :       0.00          0          0
1797.66/1798.47	c   linesearchdiving :       0.00          0          0
1797.66/1798.47	c   guideddiving     :       0.00          0          0
1797.66/1798.47	c   octane           :       0.00          0          0
1797.66/1798.47	c   rens             :       0.00          0          0
1797.66/1798.47	c   rins             :       0.00          0          0
1797.66/1798.47	c   localbranching   :       0.00          0          0
1797.66/1798.47	c   mutation         :       0.00          0          0
1797.66/1798.47	c   crossover        :       0.00          0          0
1797.66/1798.47	c   dins             :       0.00          0          0
1797.66/1798.47	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.66/1798.47	c   primal LP        :       0.02          0          0       0.00       0.00
1797.66/1798.47	c   dual LP          :       1.63          6       3159     526.50    1938.04
1797.66/1798.47	c   barrier LP       :       0.00          0          0       0.00          -
1797.66/1798.47	c   diving/probing LP:       0.00          0          0       0.00          -
1797.66/1798.47	c   strong branching :       0.80         19        204      10.74     255.00
1797.66/1798.47	c     (at root node) :          -         19        204      10.74          -
1797.66/1798.47	c   conflict analysis:       0.00          0          0       0.00          -
1797.66/1798.47	c B&B Tree           :
1797.66/1798.47	c   number of runs   :          1
1797.66/1798.47	c   nodes            :     376966
1797.66/1798.47	c   nodes (total)    :     376966
1797.66/1798.47	c   nodes left       :        450
1797.66/1798.47	c   max depth        :       2041
1797.66/1798.47	c   max depth (total):       2041
1797.66/1798.47	c   backtracks       :      79254 (21.0%)
1797.66/1798.47	c   delayed cutoffs  :     204377
1797.66/1798.47	c   repropagations   :     357201 (636245 domain reductions, 76357 cutoffs)
1797.66/1798.47	c   avg switch length:       3.06
1797.66/1798.47	c   switching time   :      15.72
1797.66/1798.47	c Solution           :
1797.66/1798.47	c   Solutions found  :          0 (0 improvements)
1797.66/1798.47	c   Primal Bound     :          -
1797.66/1798.47	c   Dual Bound       : +5.47493899549870e+02
1797.66/1798.47	c   Gap              :   infinite
1797.66/1798.47	c   Root Dual Bound  : +5.47480010660981e+02
1797.86/1798.60	c Time complete: 1797.86.

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-1884147-1245254884/watcher-1884147-1245254884 -o /tmp/evaluation-result-1884147-1245254884/solver-1884147-1245254884 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884147-1245254884.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.53 3/65 7870
/proc/meminfo: memFree=1839472/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=6100 CPUtime=0
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 546 0 0 0 0 0 0 0 18 0 1 0 193087041 6246400 528 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/7870/statm: 1525 537 325 886 0 635 0

[startup+0.096835 s]
/proc/loadavg: 0.99 0.91 0.53 3/65 7870
/proc/meminfo: memFree=1839472/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=15824 CPUtime=0.08
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 3292 0 0 0 8 0 0 0 18 0 1 0 193087041 16203776 3274 1992294400 4194304 7823515 548682068736 18446744073709551615 5538028 0 0 4096 0 0 0 0 17 0 0 0
/proc/7870/statm: 3956 3274 351 886 0 3066 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15824

[startup+0.101834 s]
/proc/loadavg: 0.99 0.91 0.53 3/65 7870
/proc/meminfo: memFree=1839472/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=15824 CPUtime=0.09
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 3292 0 0 0 9 0 0 0 18 0 1 0 193087041 16203776 3274 1992294400 4194304 7823515 548682068736 18446744073709551615 5542232 0 0 4096 0 0 0 0 17 0 0 0
/proc/7870/statm: 3956 3274 351 886 0 3066 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15824

[startup+0.301855 s]
/proc/loadavg: 0.99 0.91 0.53 3/65 7870
/proc/meminfo: memFree=1839472/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=35076 CPUtime=0.29
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 8402 0 0 0 26 3 0 0 19 0 1 0 193087041 35917824 8030 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 8769 8030 375 886 0 7879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35076

[startup+0.701895 s]
/proc/loadavg: 0.99 0.91 0.53 3/65 7870
/proc/meminfo: memFree=1839472/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=53456 CPUtime=0.69
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 13059 0 0 0 61 8 0 0 17 0 1 0 193087041 54738944 12594 1992294400 4194304 7823515 548682068736 18446744073709551615 4308700 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 13364 12594 487 886 0 12474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53456

[startup+1.50197 s]
/proc/loadavg: 0.99 0.91 0.53 2/66 7871
/proc/meminfo: memFree=1783464/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=65456 CPUtime=1.49
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 16106 0 0 0 140 9 0 0 24 0 1 0 193087041 67026944 15314 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 16364 15314 531 886 0 15474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65456

[startup+3.10215 s]
/proc/loadavg: 0.99 0.91 0.53 2/66 7871
/proc/meminfo: memFree=1777896/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=69768 CPUtime=3.09
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 17740 0 0 0 298 11 0 0 25 0 1 0 193087041 71442432 16663 1992294400 4194304 7823515 548682068736 18446744073709551615 5965398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7870/statm: 17442 16663 540 886 0 16552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69768

[startup+6.30146 s]
/proc/loadavg: 1.07 0.92 0.54 2/66 7871
/proc/meminfo: memFree=1773288/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=70928 CPUtime=6.28
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18055 0 0 0 616 12 0 0 25 0 1 0 193087041 72630272 16978 1992294400 4194304 7823515 548682068736 18446744073709551615 4768324 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17732 16978 545 886 0 16842 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70928

[startup+12.7011 s]
/proc/loadavg: 1.07 0.93 0.54 2/66 7871
/proc/meminfo: memFree=1773416/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=70928 CPUtime=12.68
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18062 0 0 0 1255 13 0 0 25 0 1 0 193087041 72630272 16985 1992294400 4194304 7823515 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17732 16985 550 886 0 16842 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70928

[startup+25.5014 s]
/proc/loadavg: 1.05 0.93 0.55 2/66 7871
/proc/meminfo: memFree=1773672/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=70928 CPUtime=25.47
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18062 0 0 0 2528 19 0 0 25 0 1 0 193087041 72630272 16985 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17732 16985 550 886 0 16842 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 70928

[startup+51.102 s]
/proc/loadavg: 1.03 0.93 0.56 2/66 7871
/proc/meminfo: memFree=1773160/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=51.04
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18203 0 0 0 5076 28 0 0 25 0 1 0 193087041 72810496 17126 1992294400 4194304 7823515 548682068736 18446744073709551615 4769447 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17126 550 886 0 16886 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 71104

[startup+102.305 s]
/proc/loadavg: 1.01 0.94 0.58 2/66 7871
/proc/meminfo: memFree=1773032/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=102.23
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18203 0 0 0 10179 44 0 0 25 0 1 0 193087041 72810496 17126 1992294400 4194304 7823515 548682068736 18446744073709551615 5433128 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17126 550 886 0 16886 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 71104

[startup+162.301 s]
/proc/loadavg: 1.04 0.96 0.61 2/66 7871
/proc/meminfo: memFree=1773032/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=162.19
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 16156 63 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 71104

[startup+222.301 s]
/proc/loadavg: 1.05 0.98 0.63 2/66 7871
/proc/meminfo: memFree=1772968/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=222.17
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 22131 86 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433094 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 71104

[startup+282.301 s]
/proc/loadavg: 1.10 1.01 0.66 2/66 7871
/proc/meminfo: memFree=1772968/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=282.14
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 28106 108 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 71104

[startup+342.301 s]
/proc/loadavg: 1.07 1.02 0.69 2/66 7871
/proc/meminfo: memFree=1773032/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=342.12
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 34083 129 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433182 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 71104

[startup+402.301 s]
/proc/loadavg: 1.02 1.02 0.70 2/66 7871
/proc/meminfo: memFree=1772968/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=402.09
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 40059 150 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4538331 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 71104

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 0.72 2/66 7871
/proc/meminfo: memFree=1772968/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=462.08
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 46035 173 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 71104

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 0.74 2/66 7871
/proc/meminfo: memFree=1772904/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=522.05
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 52011 194 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770551 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 71104

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.75 2/66 7871
/proc/meminfo: memFree=1772840/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=582.03
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 57986 217 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770417 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 71104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.76 2/66 7871
/proc/meminfo: memFree=1772840/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=642.02
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 63965 237 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 71104

[startup+702.302 s]

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

/proc/meminfo: memFree=1772392/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1121.83
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 111774 409 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 71104

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/66 7871
/proc/meminfo: memFree=1772392/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1181.82
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 117751 431 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5432881 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 71104

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.85 2/66 7871
/proc/meminfo: memFree=1772264/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1241.76
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 123722 454 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770535 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 71104

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.85 2/66 7871
/proc/meminfo: memFree=1772200/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1301.75
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 129700 475 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 71104

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.86 2/66 7871
/proc/meminfo: memFree=1772136/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1361.72
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 135676 496 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433182 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 71104

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.86 2/66 7871
/proc/meminfo: memFree=1772200/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1421.69
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 141651 518 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 71104

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.87 2/66 7871
/proc/meminfo: memFree=1772136/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1481.67
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 147626 541 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 71104

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/66 7871
/proc/meminfo: memFree=1772072/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1541.65
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 153603 562 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 71104

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/66 7871
/proc/meminfo: memFree=1772072/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1601.63
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 159578 585 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433489 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 71104

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 7871
/proc/meminfo: memFree=1772008/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1661.61
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 165555 606 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 71104

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 7871
/proc/meminfo: memFree=1772072/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1721.59
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 171533 626 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433173 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 71104

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1781.57
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 177510 647 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433480 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 71104

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1791.17
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 178467 650 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1791.17
Current children cumulated vsize (KiB) 71104

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1794.37
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 178785 652 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1794.37
Current children cumulated vsize (KiB) 71104

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1795.96
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 178944 652 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (KiB) 71104

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1796.76
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 179024 652 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 4538331 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 71104

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1797.56
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18204 0 0 0 179104 652 0 0 25 0 1 0 193087041 72810496 17127 1992294400 4194304 7823515 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17127 550 886 0 16886 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (KiB) 71104

[startup+1798.51 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=71104 CPUtime=1797.76
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18209 0 0 0 179124 652 0 0 24 0 1 0 193087041 72810496 17132 1992294400 4194304 7823515 548682068736 18446744073709551615 4302065 0 0 4096 0 0 0 0 17 0 0 0
/proc/7870/statm: 17776 17132 555 886 0 16886 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 71104

[startup+1798.6 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 7871
/proc/meminfo: memFree=1771880/2055920 swapFree=4169972/4192956
[pid=7870] ppid=7868 vsize=44564 CPUtime=1797.86
/proc/7870/stat : 7870 (pbscip.linux.x8) R 7868 7870 7790 0 -1 4194304 18210 0 0 0 179133 653 0 0 25 0 1 0 193087041 45633536 10642 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 0 0 0
/proc/7870/statm: 11141 10642 1675 886 0 10251 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 44564

Child status: 0
Real time (s): 1798.61
CPU time (s): 1797.88
CPU user time (s): 1791.34
CPU system time (s): 6.53801
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 71104

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

runsolver used 2.05669 second user time and 4.44732 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-17 18:08:04
IDJOB=1884147
IDBENCH=71928
IDSOLVER=683
FILE ID=node84/1884147-1245254884
PBS_JOBID= 9372378
Free space on /tmp= 66520 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
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.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884147-1245254884/watcher-1884147-1245254884 -o /tmp/evaluation-result-1884147-1245254884/solver-1884147-1245254884 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884147-1245254884.opb

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

MD5SUM BENCH= ca772161d4d71fd5eefb258039b169a6
RANDOM SEED=1533543891

node84.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840664 kB
Buffers:         13324 kB
Cached:         123832 kB
SwapCached:      16864 kB
Active:          37208 kB
Inactive:       119056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840664 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           10364 kB
Writeback:           0 kB
Mapped:          24820 kB
Slab:            44960 kB
Committed_AS:   122904 kB
PageTables:       1396 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= 66512 MiB
End job on node84 at 2009-06-17 18:38:03