Trace number 1883884

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? (TO) 1800.44 1800.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM8f6b9d215c54261c818e8073dc5975b0
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 variables3660
Total number of constraints109861
Number of constraints which are clauses109861
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 constraint2
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.29/1.39	c SCIP version 1.1.0.7
1.29/1.39	c LP-Solver Clp 1.8.2
1.29/1.39	c user parameter file <scip.set> not found - using default parameters
1.29/1.39	c read problem <HOME/instance-1883884-1245236354.opb>
1.29/1.39	c original problem has 3660 variables (3660 bin, 0 int, 0 impl, 0 cont) and 109861 constraints
1.59/1.63	c No objective function, only one solution is needed.
1.59/1.63	c start presolving problem
1.59/1.63	c presolving:
2.69/2.72	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 109861 upgd conss, 219600 impls, 0 clqs
2.79/2.87	c presolving (2 rounds):
2.79/2.87	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.79/2.87	c  219600 implications, 0 cliques
2.79/2.87	c presolved problem has 3660 variables (3660 bin, 0 int, 0 impl, 0 cont) and 109861 constraints
2.79/2.87	c  109861 constraints of type <logicor>
2.79/2.87	c transformed objective value is always integral (scale: 1)
2.79/2.87	c Presolving Time: 0.99
2.79/2.87	c PURESAT
2.79/2.87	c -----------------------------------------------------------------------------------------------
2.79/2.87	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.87	c separating/flowcover/freq = c -1
2.79/2.87	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.87	c separating/cmir/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/veclendiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/veclendiving/maxlpiterquot = c 0.075
2.79/2.87	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/veclendiving/freq = c -1
2.79/2.87	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.87	c heuristics/simplerounding/freq = c -1
2.79/2.87	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/shifting/freq = c -1
2.79/2.87	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.87	c heuristics/rounding/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/rootsoldiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.79/2.87	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
2.79/2.87	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.87	c heuristics/rootsoldiving/freq = c -1
2.79/2.87	c # number of nodes added to the contingent of the total nodes
2.79/2.87	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.79/2.87	c heuristics/rens/nodesofs = c 2000
2.79/2.87	c # minimum percentage of integer variables that have to be fixable 
2.79/2.87	c # [type: real, range: [0,1], default: 0.5]
2.79/2.87	c heuristics/rens/minfixingrate = c 0.3
2.79/2.87	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.87	c heuristics/rens/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/pscostdiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/pscostdiving/maxlpiterquot = c 0.075
2.79/2.87	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/pscostdiving/freq = c -1
2.79/2.87	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.87	c heuristics/oneopt/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/objpscostdiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to total iteration number
2.79/2.87	c # [type: real, range: [0,1], default: 0.01]
2.79/2.87	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
2.79/2.87	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.87	c heuristics/objpscostdiving/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/linesearchdiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
2.79/2.87	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/linesearchdiving/freq = c -1
2.79/2.87	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/intshifting/freq = c -1
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/intdiving/maxlpiterquot = c 0.075
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/guideddiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/guideddiving/maxlpiterquot = c 0.075
2.79/2.87	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/guideddiving/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/fracdiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/fracdiving/maxlpiterquot = c 0.075
2.79/2.87	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/fracdiving/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/feaspump/maxlpiterofs = c 2000
2.79/2.87	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.87	c heuristics/feaspump/freq = c -1
2.79/2.87	c # minimum percentage of integer variables that have to be fixed 
2.79/2.87	c # [type: real, range: [0,1], default: 0.666]
2.79/2.87	c heuristics/crossover/minfixingrate = c 0.5
2.79/2.87	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.79/2.87	c # [type: real, range: [0,1], default: 0.1]
2.79/2.87	c heuristics/crossover/nodesquot = c 0.15
2.79/2.87	c # number of nodes without incumbent change that heuristic should wait
2.79/2.87	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.79/2.87	c heuristics/crossover/nwaitingnodes = c 100
2.79/2.87	c # number of nodes added to the contingent of the total nodes
2.79/2.87	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.79/2.87	c heuristics/crossover/nodesofs = c 750
2.79/2.87	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 30]
2.79/2.87	c heuristics/crossover/freq = c -1
2.79/2.87	c # additional number of allowed LP iterations
2.79/2.87	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.87	c heuristics/coefdiving/maxlpiterofs = c 1500
2.79/2.87	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.87	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.87	c heuristics/coefdiving/maxlpiterquot = c 0.075
2.79/2.87	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.87	c heuristics/coefdiving/freq = c -1
2.79/2.87	c # priority of node selection rule <dfs> in standard mode
2.79/2.87	c # [type: int, range: [-536870912,536870911], default: 0]
2.79/2.87	c nodeselection/dfs/stdpriority = c 1000000
2.79/2.87	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.79/2.87	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.87	c presolving/probing/maxrounds = c 0
2.79/2.87	c # should presolving try to simplify knapsacks
2.79/2.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.87	c constraints/knapsack/simplifyinequalities = c TRUE
2.79/2.87	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.79/2.87	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.79/2.87	c constraints/knapsack/disaggregation = c FALSE
2.79/2.87	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.88	c constraints/knapsack/maxnumcardlift = c 0
2.79/2.88	c # should presolving try to simplify inequalities
2.79/2.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.88	c constraints/linear/simplifyinequalities = c TRUE
2.79/2.88	c # maximal number of separation rounds in the root node (-1: unlimited)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.88	c separating/maxroundsroot = c 5
2.79/2.88	c # maximal number of separation rounds per node (-1: unlimited)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 5]
2.79/2.88	c separating/maxrounds = c 1
2.79/2.88	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)
2.79/2.88	c # [type: char, range: {lafpsqd}, default: l]
2.79/2.88	c lp/pricing = c a
2.79/2.88	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.88	c lp/solvefreq = c 0
2.79/2.88	c # solving stops, if the given number of solutions were found (-1: no limit)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.88	c limits/solutions = c 1
2.79/2.88	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.88	c limits/memory = c 1620
2.79/2.88	c # maximal time in seconds to run
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.88	c limits/time = c 1791
2.79/2.88	c # frequency for displaying node information lines
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 100]
2.79/2.88	c display/freq = c 10000
2.79/2.88	c # should enforcement of pseudo solution be disabled?
2.79/2.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.88	c constraints/disableenfops = c TRUE
2.79/2.88	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.88	c constraints/agelimit = c 1
2.79/2.88	c # should binary conflicts be preferred?
2.79/2.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.88	c conflict/preferbinary = c TRUE
2.79/2.88	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.88	c conflict/interconss = c 0
2.79/2.88	c -----------------------------------------------------------------------------------------------
2.79/2.88	c start solving problem
2.79/2.88	c 
3.39/3.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.39/3.47	c   1.7s|     1 |     0 |   122 | 130M|   0 | 122 |3660 | 109k| 109k|3660 | 109k|   0 |   0 |   0 | 6.100000e+01 |      --      |    Inf 
5.69/5.73	c   3.8s|     1 |     0 |   616 | 130M|   0 | 114 |3660 | 109k| 109k|3660 | 109k|   3 |   0 |   0 | 6.100000e+01 |      --      |    Inf 
12.39/12.46	c  10.5s|     1 |     0 |  1336 | 130M|   0 | 108 |3660 | 109k| 109k|3660 | 109k|  15 |   0 |   0 | 6.100000e+01 |      --      |    Inf 
18.78/18.82	c  16.9s|     1 |     0 |  2061 | 130M|   0 | 100 |3660 | 109k| 109k|3660 | 109k|  22 |   0 |   0 | 6.100000e+01 |      --      |    Inf 
23.58/23.68	c  21.7s|     1 |     0 |  2534 | 130M|   0 |  92 |3660 | 109k| 109k|3660 | 109k|  31 |   0 |   0 | 6.100000e+01 |      --      |    Inf 
29.99/30.08	c  28.1s|     1 |     0 |  3095 | 131M|   0 |  86 |3660 | 109k| 109k|3660 | 109k|  44 |   0 |   0 | 6.100000e+01 |      --      |    Inf 
44.77/44.85	c  42.6s|     1 |     2 |  3095 | 131M|   0 |  86 |3660 | 109k| 109k|3660 | 109k|  44 |   0 |  33 | 6.100000e+01 |      --      |    Inf 
81.86/81.92	c  79.5s| 10000 |  2313 |  3095 | 134M|2344 |   - |3660 | 109k| 102k|   0 |   0 |  44 |5050 |  33 | 6.100000e+01 |      --      |    Inf 
126.25/126.40	c   124s| 20000 |  2304 |  3095 | 134M|2344 |   - |3660 | 109k| 101k|   0 |   0 |  44 |  11k|  33 | 6.100000e+01 |      --      |    Inf 
176.53/176.68	c   174s| 30000 |  2300 |  3095 | 134M|2344 |   - |3660 | 109k| 100k|   0 |   0 |  44 |  18k|  33 | 6.100000e+01 |      --      |    Inf 
226.42/226.55	c   223s| 40000 |  2301 |  3095 | 134M|2344 |   - |3660 | 109k|  99k|   0 |   0 |  44 |  24k|  33 | 6.100000e+01 |      --      |    Inf 
275.61/275.78	c   272s| 50000 |  2301 |  3095 | 134M|2344 |   - |3660 | 109k|  99k|   0 |   0 |  44 |  31k|  33 | 6.100000e+01 |      --      |    Inf 
322.50/322.62	c   319s| 60000 |  2304 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  37k|  33 | 6.100000e+01 |      --      |    Inf 
369.39/369.58	c   365s| 70000 |  2302 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  44k|  33 | 6.100000e+01 |      --      |    Inf 
417.17/417.32	c   413s| 80000 |  2300 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  51k|  33 | 6.100000e+01 |      --      |    Inf 
465.65/465.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
465.65/465.82	c   461s| 90000 |  2307 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  57k|  33 | 6.100000e+01 |      --      |    Inf 
513.45/513.61	c   509s|100000 |  2305 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  64k|  33 | 6.100000e+01 |      --      |    Inf 
560.53/560.75	c   555s|110000 |  2306 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  70k|  33 | 6.100000e+01 |      --      |    Inf 
608.72/608.92	c   603s|120000 |  2305 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  77k|  33 | 6.100000e+01 |      --      |    Inf 
656.41/656.65	c   651s|130000 |  2301 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  83k|  33 | 6.100000e+01 |      --      |    Inf 
704.50/704.74	c   699s|140000 |  2306 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  90k|  33 | 6.100000e+01 |      --      |    Inf 
754.18/754.43	c   748s|150000 |  2308 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 |  97k|  33 | 6.100000e+01 |      --      |    Inf 
804.07/804.38	c   798s|160000 |  2301 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 103k|  33 | 6.100000e+01 |      --      |    Inf 
853.75/854.06	c   847s|170000 |  2296 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 110k|  33 | 6.100000e+01 |      --      |    Inf 
903.04/903.32	c   896s|180000 |  2307 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 116k|  33 | 6.100000e+01 |      --      |    Inf 
947.43/947.71	c   940s|190000 |  2304 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 123k|  33 | 6.100000e+01 |      --      |    Inf 
995.32/995.61	c   988s|200000 |  2305 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 129k|  33 | 6.100000e+01 |      --      |    Inf 
1045.20/1045.51	c  1037s|210000 |  2311 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 136k|  33 | 6.100000e+01 |      --      |    Inf 
1095.99/1096.30	c  1088s|220000 |  2301 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 143k|  33 | 6.100000e+01 |      --      |    Inf 
1144.57/1144.93	c  1136s|230000 |  2295 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 149k|  33 | 6.100000e+01 |      --      |    Inf 
1191.66/1192.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.66/1192.02	c  1183s|240000 |  2296 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 156k|  33 | 6.100000e+01 |      --      |    Inf 
1237.15/1237.52	c  1228s|250000 |  2297 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 162k|  33 | 6.100000e+01 |      --      |    Inf 
1284.63/1285.07	c  1276s|260000 |  2307 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 169k|  33 | 6.100000e+01 |      --      |    Inf 
1332.22/1332.64	c  1323s|270000 |  2305 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 175k|  33 | 6.100000e+01 |      --      |    Inf 
1379.71/1380.13	c  1370s|280000 |  2308 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 182k|  33 | 6.100000e+01 |      --      |    Inf 
1426.70/1427.13	c  1417s|290000 |  2302 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 188k|  33 | 6.100000e+01 |      --      |    Inf 
1473.59/1474.02	c  1463s|300000 |  2297 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 195k|  33 | 6.100000e+01 |      --      |    Inf 
1521.58/1522.00	c  1511s|310000 |  2305 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 201k|  33 | 6.100000e+01 |      --      |    Inf 
1568.26/1568.71	c  1558s|320000 |  2299 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 208k|  33 | 6.100000e+01 |      --      |    Inf 
1613.75/1614.20	c  1603s|330000 |  2301 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 214k|  33 | 6.100000e+01 |      --      |    Inf 
1659.34/1659.85	c  1648s|340000 |  2304 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 220k|  33 | 6.100000e+01 |      --      |    Inf 
1706.13/1706.68	c  1695s|350000 |  2306 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 227k|  33 | 6.100000e+01 |      --      |    Inf 
1752.71/1753.28	c  1741s|360000 |  2303 |  3095 | 134M|2344 |   - |3660 | 109k|  97k|   0 |   0 |  44 | 233k|  33 | 6.100000e+01 |      --      |    Inf 
1800.00/1800.50	c 
1800.00/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.50	c Solving Time (sec) : 1788.02
1800.00/1800.50	c Solving Nodes      : 369852
1800.00/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.00/1800.50	c Dual Bound         : +6.10000000000000e+01
1800.00/1800.50	c Gap                : infinite
1800.00/1800.50	c NODE         369852
1800.00/1800.50	c DUAL BOUND   61
1800.00/1800.50	c PRIMAL BOUND 1e+20
1800.00/1800.50	c GAP          1e+20
1800.00/1800.50	s UNKNOWN
1800.00/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.50	c Solving Time       :    1788.02
1800.00/1800.50	c Original Problem   :
1800.00/1800.50	c   Problem name     : HOME/instance-1883884-1245236354.opb
1800.00/1800.50	c   Variables        : 3660 (3660 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.50	c   Constraints      : 109861 initial, 109861 maximal
1800.00/1800.50	c Presolved Problem  :
1800.00/1800.50	c   Problem name     : t_HOME/instance-1883884-1245236354.opb
1800.00/1800.50	c   Variables        : 3660 (3660 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.50	c   Constraints      : 109861 initial, 109928 maximal
1800.00/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.50	c   logicor          :       0.26          0          0          0          0          0          0          0          0
1800.00/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.50	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.00/1800.50	c   logicor          :     109861+         5    2546156          0          0     236538    7235434          0          0          0
1800.00/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.00/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.50	c   integral         :      14.56       0.00       0.00      14.56       0.00
1800.00/1800.50	c   logicor          :     922.26       0.05     922.21       0.00       0.00
1800.00/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.50	c   rootredcost      :       1.07          0          0          0
1800.00/1800.50	c   pseudoobj        :     646.46    2821521          0          0
1800.00/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.50	c   propagation      :     757.07     236538     236538     236538      636.9       6418      383.5          -
1800.00/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.50	c   applied globally :          -          -          -      24399      217.2          -          -          -
1800.00/1800.50	c   applied locally  :          -          -          -     215955      676.1          -          -          -
1800.00/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.50	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 203)
1800.00/1800.50	c   redcost          :       0.00          5          0          0          0          0
1800.00/1800.50	c   impliedbounds    :       0.00          5          0          0          0          0
1800.00/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.50	c   gomory           :       6.74          5          0          0       2122          0
1800.00/1800.50	c   strongcg         :       5.88          5          0          0       2122          0
1800.00/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.00/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.00/1800.50	c   clique           :       0.32          5          0          0         16          0
1800.00/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.50	c   mcf              :       0.22          1          0          0          0          0
1800.00/1800.50	c Pricers            :       Time      Calls       Vars
1800.00/1800.50	c   problem variables:       0.00          0          0
1800.00/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.50	c   relpscost        :      14.56          1          0          0          0          0          2
1800.00/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.50	c   inference        :       6.54     255823          0          0          0          0     511646
1800.00/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.50	c   LP solutions     :       0.00          -          0
1800.00/1800.50	c   pseudo solutions :       0.00          -          0
1800.00/1800.50	c   simplerounding   :       0.00          0          0
1800.00/1800.50	c   rounding         :       0.00          0          0
1800.00/1800.50	c   shifting         :       0.00          0          0
1800.00/1800.50	c   intshifting      :       0.00          0          0
1800.00/1800.50	c   oneopt           :       0.00          0          0
1800.00/1800.50	c   fixandinfer      :       0.00          0          0
1800.00/1800.50	c   feaspump         :       0.00          0          0
1800.00/1800.50	c   coefdiving       :       0.00          0          0
1800.00/1800.50	c   pscostdiving     :       0.00          0          0
1800.00/1800.50	c   fracdiving       :       0.00          0          0
1800.00/1800.50	c   veclendiving     :       0.00          0          0
1800.00/1800.50	c   intdiving        :       0.00          0          0
1800.00/1800.50	c   actconsdiving    :       0.00          0          0
1800.00/1800.50	c   objpscostdiving  :       0.00          0          0
1800.00/1800.50	c   rootsoldiving    :       0.00          0          0
1800.00/1800.50	c   linesearchdiving :       0.00          0          0
1800.00/1800.50	c   guideddiving     :       0.00          0          0
1800.00/1800.50	c   octane           :       0.00          0          0
1800.00/1800.50	c   rens             :       0.00          0          0
1800.00/1800.50	c   rins             :       0.00          0          0
1800.00/1800.50	c   localbranching   :       0.00          0          0
1800.00/1800.50	c   mutation         :       0.00          0          0
1800.00/1800.50	c   crossover        :       0.00          0          0
1800.00/1800.50	c   dins             :       0.00          0          0
1800.00/1800.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.50	c   primal LP        :       0.10          0          0       0.00       0.00
1800.00/1800.50	c   dual LP          :      13.11          6       3095     515.83     236.08
1800.00/1800.50	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.50	c   diving/probing LP:       0.00          0          0       0.00          -
1800.00/1800.50	c   strong branching :      14.56         33       4916     148.97     337.64
1800.00/1800.50	c     (at root node) :          -         33       4916     148.97          -
1800.00/1800.50	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.50	c B&B Tree           :
1800.00/1800.50	c   number of runs   :          1
1800.00/1800.50	c   nodes            :     369852
1800.00/1800.50	c   nodes (total)    :     369852
1800.00/1800.50	c   nodes left       :       2300
1800.00/1800.50	c   max depth        :       2344
1800.00/1800.50	c   max depth (total):       2344
1800.00/1800.50	c   backtracks       :     129660 (35.1%)
1800.00/1800.50	c   delayed cutoffs  :     139497
1800.00/1800.50	c   repropagations   :     313757 (3806792 domain reductions, 122510 cutoffs)
1800.00/1800.50	c   avg switch length:       2.50
1800.00/1800.50	c   switching time   :      94.68
1800.00/1800.50	c Solution           :
1800.00/1800.50	c   Solutions found  :          0 (0 improvements)
1800.00/1800.50	c   Primal Bound     :          -
1800.00/1800.50	c   Dual Bound       : +6.10000000000000e+01
1800.00/1800.50	c   Gap              :   infinite
1800.00/1800.50	c   Root Dual Bound  : +6.10000000000000e+01
1800.40/1800.93	c Time complete: 1800.42.

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-1883884-1245236354/watcher-1883884-1245236354 -o /tmp/evaluation-result-1883884-1245236354/solver-1883884-1245236354 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883884-1245236354.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.34 0.08 0.02 3/64 2419
/proc/meminfo: memFree=1812896/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=7616 CPUtime=0
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 586 0 0 0 0 0 0 0 20 0 1 0 191229667 7798784 570 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 1904 580 353 1256 0 643 0

[startup+0.05589 s]
/proc/loadavg: 0.34 0.08 0.02 3/64 2419
/proc/meminfo: memFree=1812896/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=15324 CPUtime=0.04
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 2796 0 0 0 4 0 0 0 20 0 1 0 191229667 15691776 2780 1992294400 4194304 9342243 548682068736 18446744073709551615 8240192 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 3831 2780 376 1256 0 2570 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15324

[startup+0.101893 s]
/proc/loadavg: 0.34 0.08 0.02 3/64 2419
/proc/meminfo: memFree=1812896/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=17044 CPUtime=0.09
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 3213 0 0 0 8 1 0 0 20 0 1 0 191229667 17453056 3198 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 4261 3205 376 1256 0 3000 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17044

[startup+0.301915 s]
/proc/loadavg: 0.34 0.08 0.02 3/64 2419
/proc/meminfo: memFree=1812896/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=22504 CPUtime=0.29
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 4609 0 0 0 28 1 0 0 22 0 1 0 191229667 23044096 4593 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 5626 4593 376 1256 0 4365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22504

[startup+0.701959 s]
/proc/loadavg: 0.34 0.08 0.02 3/64 2419
/proc/meminfo: memFree=1812896/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=33700 CPUtime=0.69
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 7362 0 0 0 66 3 0 0 25 0 1 0 191229667 34508800 7346 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 8425 7346 376 1256 0 7164 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33700

[startup+1.50105 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 2420
/proc/meminfo: memFree=1777112/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=87436 CPUtime=1.49
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 21133 0 0 0 140 9 0 0 25 0 1 0 191229667 89534464 20763 1992294400 4194304 9342243 548682068736 18446744073709551615 4207874 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 21859 20764 411 1256 0 20598 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87436

[startup+3.10123 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 2420
/proc/meminfo: memFree=1681176/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=179700 CPUtime=3.08
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 47836 0 0 0 270 38 0 0 18 0 1 0 191229667 184012800 43907 1992294400 4194304 9342243 548682068736 18446744073709551615 4229750 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 44925 43907 511 1256 0 43664 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 179700

[startup+6.3026 s]
/proc/loadavg: 0.39 0.09 0.03 2/65 2420
/proc/meminfo: memFree=1577688/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=271284 CPUtime=6.29
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 63773 0 0 0 571 58 0 0 25 0 1 0 191229667 277794816 59771 1992294400 4194304 9342243 548682068736 18446744073709551615 5990660 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 67821 59771 631 1256 0 66560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271284

[startup+12.7013 s]
/proc/loadavg: 0.44 0.11 0.03 2/65 2420
/proc/meminfo: memFree=1560608/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=278980 CPUtime=12.69
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 67887 0 0 0 1208 61 0 0 25 0 1 0 191229667 285675520 63885 1992294400 4194304 9342243 548682068736 18446744073709551615 6939179 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 69745 63885 633 1256 0 68484 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 278980

[startup+25.5017 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 2420
/proc/meminfo: memFree=1551072/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=284268 CPUtime=25.49
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 69908 0 0 0 2485 64 0 0 25 0 1 0 191229667 291090432 65906 1992294400 4194304 9342243 548682068736 18446744073709551615 4272716 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71067 65906 633 1256 0 69806 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 284268

[startup+51.1016 s]
/proc/loadavg: 0.71 0.22 0.07 2/65 2420
/proc/meminfo: memFree=1545120/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=287896 CPUtime=51.07
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 113157 0 0 0 5020 87 0 0 25 0 1 0 191229667 294805504 67422 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71974 67422 660 1256 0 70713 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 287896

[startup+102.305 s]
/proc/loadavg: 0.87 0.34 0.12 2/65 2420
/proc/meminfo: memFree=1543072/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=287896 CPUtime=102.26
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 113668 0 0 0 10106 120 0 0 25 0 1 0 191229667 294805504 67933 1992294400 4194304 9342243 548682068736 18446744073709551615 5752003 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71974 67933 660 1256 0 70713 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 287896

[startup+162.301 s]
/proc/loadavg: 0.95 0.45 0.17 2/65 2426
/proc/meminfo: memFree=1541728/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=287896 CPUtime=162.24
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 113972 0 0 0 16071 153 0 0 25 0 1 0 191229667 294805504 68237 1992294400 4194304 9342243 548682068736 18446744073709551615 5751971 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71974 68237 660 1256 0 70713 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 287896

[startup+222.302 s]
/proc/loadavg: 0.98 0.55 0.22 2/65 2426
/proc/meminfo: memFree=1540384/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=287896 CPUtime=222.22
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114303 0 0 0 22032 190 0 0 25 0 1 0 191229667 294805504 68568 1992294400 4194304 9342243 548682068736 18446744073709551615 5100844 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71974 68568 660 1256 0 70713 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 287896

[startup+282.302 s]
/proc/loadavg: 1.04 0.65 0.27 2/65 2426
/proc/meminfo: memFree=1540000/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=287896 CPUtime=282.2
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114386 0 0 0 27995 225 0 0 25 0 1 0 191229667 294805504 68651 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71974 68651 660 1256 0 70713 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 287896

[startup+342.301 s]
/proc/loadavg: 1.06 0.72 0.32 2/65 2426
/proc/meminfo: memFree=1539488/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=287896 CPUtime=342.19
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114498 0 0 0 33962 257 0 0 25 0 1 0 191229667 294805504 68763 1992294400 4194304 9342243 548682068736 18446744073709551615 4831908 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 71974 68763 660 1256 0 70713 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 287896

[startup+402.302 s]
/proc/loadavg: 1.06 0.79 0.37 2/65 2426
/proc/meminfo: memFree=1539040/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=288040 CPUtime=402.18
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114594 0 0 0 39928 290 0 0 25 0 1 0 191229667 294952960 68859 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72010 68859 660 1256 0 70749 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 288040

[startup+462.302 s]
/proc/loadavg: 1.06 0.84 0.41 2/65 2426
/proc/meminfo: memFree=1538656/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=288500 CPUtime=462.16
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114684 0 0 0 45890 326 0 0 25 0 1 0 191229667 295424000 68949 1992294400 4194304 9342243 548682068736 18446744073709551615 4363413 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72125 68949 660 1256 0 70864 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 288500

[startup+522.301 s]
/proc/loadavg: 1.05 0.88 0.45 2/65 2426
/proc/meminfo: memFree=1538144/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=288936 CPUtime=522.15
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114808 0 0 0 51857 358 0 0 25 0 1 0 191229667 295870464 69073 1992294400 4194304 9342243 548682068736 18446744073709551615 5752195 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72234 69073 660 1256 0 70973 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 288936

[startup+582.301 s]
/proc/loadavg: 1.13 0.93 0.49 2/65 2426
/proc/meminfo: memFree=1537760/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=289344 CPUtime=582.13
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114896 0 0 0 57822 391 0 0 25 0 1 0 191229667 296288256 69161 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72336 69161 660 1256 0 71075 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 289344

[startup+642.302 s]
/proc/loadavg: 1.12 0.96 0.52 2/65 2426
/proc/meminfo: memFree=1537312/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=289760 CPUtime=642.12
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 114992 0 0 0 63787 425 0 0 25 0 1 0 191229667 296714240 69257 1992294400 4194304 9342243 548682068736 18446744073709551615 5746112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72440 69257 660 1256 0 71179 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 289760

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.11 1.06 0.70 2/65 2426
/proc/meminfo: memFree=1535840/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=291120 CPUtime=1002.02
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115316 0 0 0 99575 627 0 0 25 0 1 0 191229667 298106880 69581 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72780 69581 660 1256 0 71519 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 291120

[startup+1062.3 s]
/proc/loadavg: 1.08 1.06 0.72 2/65 2426
/proc/meminfo: memFree=1535712/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=291120 CPUtime=1061.99
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115331 0 0 0 105537 662 0 0 25 0 1 0 191229667 298106880 69596 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72780 69596 660 1256 0 71519 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 291120

[startup+1122.3 s]
/proc/loadavg: 1.07 1.06 0.74 2/65 2426
/proc/meminfo: memFree=1535392/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=291524 CPUtime=1121.99
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115400 0 0 0 111506 693 0 0 25 0 1 0 191229667 298520576 69665 1992294400 4194304 9342243 548682068736 18446744073709551615 4831908 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72881 69665 660 1256 0 71620 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 291524

[startup+1182.3 s]
/proc/loadavg: 1.02 1.05 0.75 2/65 2426
/proc/meminfo: memFree=1535264/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=291524 CPUtime=1181.96
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115420 0 0 0 117472 724 0 0 25 0 1 0 191229667 298520576 69685 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72881 69685 660 1256 0 71620 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 291524

[startup+1242.3 s]
/proc/loadavg: 1.01 1.04 0.76 2/65 2426
/proc/meminfo: memFree=1535072/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=291664 CPUtime=1241.95
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115460 0 0 0 123439 756 0 0 25 0 1 0 191229667 298663936 69725 1992294400 4194304 9342243 548682068736 18446744073709551615 5768152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72916 69725 660 1256 0 71655 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 291664

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 0.77 2/65 2426
/proc/meminfo: memFree=1534880/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=291800 CPUtime=1301.94
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115491 0 0 0 129403 791 0 0 25 0 1 0 191229667 298803200 69756 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 72950 69756 660 1256 0 71689 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 291800

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 0.79 2/65 2426
/proc/meminfo: memFree=1534688/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=292072 CPUtime=1361.91
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115534 0 0 0 135369 822 0 0 25 0 1 0 191229667 299081728 69799 1992294400 4194304 9342243 548682068736 18446744073709551615 5751988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73018 69799 660 1256 0 71757 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 292072

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 0.80 2/65 2426
/proc/meminfo: memFree=1534496/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=292204 CPUtime=1421.9
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115563 0 0 0 141334 856 0 0 25 0 1 0 191229667 299216896 69828 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73051 69828 660 1256 0 71790 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 292204

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 0.81 2/65 2426
/proc/meminfo: memFree=1534112/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=292484 CPUtime=1481.89
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115658 0 0 0 147301 888 0 0 25 0 1 0 191229667 299503616 69923 1992294400 4194304 9342243 548682068736 18446744073709551615 5751947 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73121 69923 660 1256 0 71860 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 292484

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.82 2/65 2426
/proc/meminfo: memFree=1533408/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293340 CPUtime=1541.87
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115830 0 0 0 153266 921 0 0 25 0 1 0 191229667 300380160 70095 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73335 70095 660 1256 0 72074 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 293340

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 2426
/proc/meminfo: memFree=1533152/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293628 CPUtime=1601.86
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115883 0 0 0 159230 956 0 0 25 0 1 0 191229667 300675072 70148 1992294400 4194304 9342243 548682068736 18446744073709551615 5752245 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73407 70148 660 1256 0 72146 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 293628

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 2426
/proc/meminfo: memFree=1532960/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293760 CPUtime=1661.84
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115914 0 0 0 165198 986 0 0 25 0 1 0 191229667 300810240 70179 1992294400 4194304 9342243 548682068736 18446744073709551615 4562405 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73440 70179 660 1256 0 72179 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 293760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/65 2426
/proc/meminfo: memFree=1532960/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293760 CPUtime=1721.82
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115917 0 0 0 171162 1020 0 0 25 0 1 0 191229667 300810240 70182 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73440 70182 660 1256 0 72179 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 293760

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/65 2426
/proc/meminfo: memFree=1532896/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293760 CPUtime=1781.8
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115919 0 0 0 177125 1055 0 0 25 0 1 0 191229667 300810240 70184 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73440 70184 660 1256 0 72179 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 293760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.85 2/65 2426
/proc/meminfo: memFree=1532832/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293760 CPUtime=1800
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115935 0 0 0 178935 1065 0 0 25 0 1 0 191229667 300810240 70200 1992294400 4194304 9342243 548682068736 18446744073709551615 5746130 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2419/statm: 73440 70200 660 1256 0 72179 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 293760

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 0.85 2/66 2427
/proc/meminfo: memFree=1532824/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293924 CPUtime=1800.1
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115956 0 0 0 178945 1065 0 0 25 0 1 0 191229667 300978176 70221 1992294400 4194304 9342243 548682068736 18446744073709551615 4313112 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 73481 70221 664 1256 0 72220 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 293924

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 0.85 2/66 2427
/proc/meminfo: memFree=1532824/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=293928 CPUtime=1800.29
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115974 0 0 0 178964 1065 0 0 25 0 1 0 191229667 300982272 70239 1992294400 4194304 9342243 548682068736 18446744073709551615 4243063 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 73482 70239 666 1256 0 72221 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 293928

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 0.85 2/66 2427
/proc/meminfo: memFree=1532824/2055920 swapFree=4181640/4192956
[pid=2419] ppid=2417 vsize=216956 CPUtime=1800.4
/proc/2419/stat : 2419 (pbscip.linux.x8) R 2417 2419 2346 0 -1 4194304 115975 0 0 0 178973 1067 0 0 25 0 1 0 191229667 222162944 52441 1992294400 4194304 9342243 548682068736 18446744073709551615 8312599 0 0 4096 0 0 0 0 17 1 0 0
/proc/2419/statm: 54239 52441 667 1256 0 52978 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 216956

Child status: 0
Real time (s): 1800.94
CPU time (s): 1800.44
CPU user time (s): 1789.74
CPU system time (s): 10.7014
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 333324

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

runsolver used 2.10268 second user time and 3.98239 second system time

The end

Launcher Data

Begin job on node63 at 2009-06-17 12:59:14
IDJOB=1883884
IDBENCH=2575
IDSOLVER=684
FILE ID=node63/1883884-1245236354
PBS_JOBID= 9372284
Free space on /tmp= 66452 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.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-1883884-1245236354/watcher-1883884-1245236354 -o /tmp/evaluation-result-1883884-1245236354/solver-1883884-1245236354 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883884-1245236354.opb

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

MD5SUM BENCH= 8f6b9d215c54261c818e8073dc5975b0
RANDOM SEED=1238937332

node63.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.240
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.240
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:       1813376 kB
Buffers:         31116 kB
Cached:         139244 kB
SwapCached:       4604 kB
Active:          59844 kB
Inactive:       118372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813376 kB
SwapTotal:     4192956 kB
SwapFree:      4181640 kB
Dirty:           14656 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            50168 kB
Committed_AS:    99260 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node63 at 2009-06-17 13:29:17