Trace number 1884728

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.31 1800.82

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/parity-games/
instance_n5_i6_pp_ci_ce.opb
MD5SUM3cd92adc9cf54d1dc3dad55ee2840a98
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.87626
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4380
Total number of constraints31980
Number of constraints which are clauses31980
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 constraint20
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 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.47	c SCIP version 1.1.0.7
0.39/0.47	c LP-Solver Clp 1.8.2
0.39/0.47	c user parameter file <scip.set> not found - using default parameters
0.39/0.47	c read problem <HOME/instance-1884728-1245260286.opb>
0.39/0.47	c original problem has 4380 variables (4380 bin, 0 int, 0 impl, 0 cont) and 31980 constraints
0.49/0.58	c No objective function, only one solution is needed.
0.49/0.58	c start presolving problem
0.49/0.58	c presolving:
0.69/0.78	c (round 1) 946 del vars, 190 del conss, 90 chg bounds, 0 chg sides, 72 chg coeffs, 0 upgd conss, 73262 impls, 0 clqs
0.79/0.88	c (round 2) 946 del vars, 3162 del conss, 90 chg bounds, 960 chg sides, 1032 chg coeffs, 0 upgd conss, 75182 impls, 0 clqs
1.20/1.24	c (round 3) 946 del vars, 5086 del conss, 90 chg bounds, 960 chg sides, 1032 chg coeffs, 27127 upgd conss, 75182 impls, 0 clqs
1.29/1.30	c (round 4) 946 del vars, 5094 del conss, 90 chg bounds, 960 chg sides, 1032 chg coeffs, 27127 upgd conss, 75182 impls, 0 clqs
1.29/1.36	c presolving (5 rounds):
1.29/1.36	c  946 deleted vars, 5094 deleted constraints, 90 tightened bounds, 0 added holes, 960 changed sides, 1032 changed coefficients
1.29/1.36	c  75182 implications, 0 cliques
1.29/1.36	c presolved problem has 3434 variables (3434 bin, 0 int, 0 impl, 0 cont) and 26886 constraints
1.29/1.36	c   26886 constraints of type <logicor>
1.29/1.36	c transformed objective value is always integral (scale: 1)
1.29/1.36	c Presolving Time: 0.69
1.29/1.36	c PURESAT
1.29/1.36	c -----------------------------------------------------------------------------------------------
1.29/1.36	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.36	c separating/flowcover/freq = c -1
1.29/1.36	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.36	c separating/cmir/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/veclendiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.29/1.36	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/veclendiving/freq = c -1
1.29/1.36	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.36	c heuristics/simplerounding/freq = c -1
1.29/1.36	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/shifting/freq = c -1
1.29/1.36	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.36	c heuristics/rounding/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.29/1.36	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.29/1.36	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.36	c heuristics/rootsoldiving/freq = c -1
1.29/1.36	c # number of nodes added to the contingent of the total nodes
1.29/1.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.29/1.36	c heuristics/rens/nodesofs = c 2000
1.29/1.36	c # minimum percentage of integer variables that have to be fixable 
1.29/1.36	c # [type: real, range: [0,1], default: 0.5]
1.29/1.36	c heuristics/rens/minfixingrate = c 0.3
1.29/1.36	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.36	c heuristics/rens/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.29/1.36	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/pscostdiving/freq = c -1
1.29/1.36	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.36	c heuristics/oneopt/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to total iteration number
1.29/1.36	c # [type: real, range: [0,1], default: 0.01]
1.29/1.36	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.29/1.36	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.36	c heuristics/objpscostdiving/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.29/1.36	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/linesearchdiving/freq = c -1
1.29/1.36	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/intshifting/freq = c -1
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/intdiving/maxlpiterquot = c 0.075
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/guideddiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.29/1.36	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/guideddiving/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/fracdiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.29/1.36	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/fracdiving/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/feaspump/maxlpiterofs = c 2000
1.29/1.36	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.36	c heuristics/feaspump/freq = c -1
1.29/1.36	c # minimum percentage of integer variables that have to be fixed 
1.29/1.36	c # [type: real, range: [0,1], default: 0.666]
1.29/1.36	c heuristics/crossover/minfixingrate = c 0.5
1.29/1.36	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.29/1.36	c # [type: real, range: [0,1], default: 0.1]
1.29/1.36	c heuristics/crossover/nodesquot = c 0.15
1.29/1.36	c # number of nodes without incumbent change that heuristic should wait
1.29/1.36	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.29/1.36	c heuristics/crossover/nwaitingnodes = c 100
1.29/1.36	c # number of nodes added to the contingent of the total nodes
1.29/1.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.29/1.36	c heuristics/crossover/nodesofs = c 750
1.29/1.36	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 30]
1.29/1.36	c heuristics/crossover/freq = c -1
1.29/1.36	c # additional number of allowed LP iterations
1.29/1.36	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.36	c heuristics/coefdiving/maxlpiterofs = c 1500
1.29/1.36	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.36	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.29/1.36	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.36	c heuristics/coefdiving/freq = c -1
1.29/1.36	c # priority of node selection rule <dfs> in standard mode
1.29/1.36	c # [type: int, range: [-536870912,536870911], default: 0]
1.29/1.36	c nodeselection/dfs/stdpriority = c 1000000
1.29/1.36	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.36	c presolving/probing/maxrounds = c 0
1.29/1.36	c # should presolving try to simplify knapsacks
1.29/1.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.36	c constraints/knapsack/simplifyinequalities = c TRUE
1.29/1.36	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.29/1.36	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.29/1.36	c constraints/knapsack/disaggregation = c FALSE
1.29/1.36	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.36	c constraints/knapsack/maxnumcardlift = c 0
1.29/1.36	c # should presolving try to simplify inequalities
1.29/1.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.36	c constraints/linear/simplifyinequalities = c TRUE
1.29/1.36	c # maximal number of separation rounds in the root node (-1: unlimited)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.36	c separating/maxroundsroot = c 5
1.29/1.36	c # maximal number of separation rounds per node (-1: unlimited)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 5]
1.29/1.36	c separating/maxrounds = c 1
1.29/1.36	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)
1.29/1.36	c # [type: char, range: {lafpsqd}, default: l]
1.29/1.36	c lp/pricing = c a
1.29/1.36	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.36	c lp/solvefreq = c 0
1.29/1.36	c # solving stops, if the given number of solutions were found (-1: no limit)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.36	c limits/solutions = c 1
1.29/1.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.36	c limits/memory = c 1620
1.29/1.36	c # maximal time in seconds to run
1.29/1.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.36	c limits/time = c 1791
1.29/1.36	c # frequency for displaying node information lines
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.36	c display/freq = c 10000
1.29/1.36	c # should enforcement of pseudo solution be disabled?
1.29/1.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.36	c constraints/disableenfops = c TRUE
1.29/1.36	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.36	c constraints/agelimit = c 1
1.29/1.36	c # should binary conflicts be preferred?
1.29/1.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.36	c conflict/preferbinary = c TRUE
1.29/1.36	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.29/1.36	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.36	c conflict/interconss = c 0
1.29/1.36	c -----------------------------------------------------------------------------------------------
1.29/1.36	c start solving problem
1.29/1.36	c 
6.39/6.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.49	c   5.8s|     1 |     0 |  2950 |  43M|   0 |1432 |3434 |  26k|  26k|3434 |  26k|   0 |   0 |   0 | 3.346071e+02 |      --      |    Inf 
8.79/8.83	c   8.2s|     1 |     0 |  3558 |  43M|   0 |1469 |3434 |  26k|  26k|3434 |  26k|   8 |   0 |   0 | 3.373849e+02 |      --      |    Inf 
11.59/11.69	c  11.0s|     1 |     0 |  4309 |  44M|   0 |1453 |3434 |  26k|  26k|3434 |  26k|  19 |   0 |   0 | 3.408001e+02 |      --      |    Inf 
14.88/14.96	c  14.3s|     1 |     0 |  5211 |  44M|   0 |1428 |3434 |  26k|  26k|3434 |  26k|  29 |   0 |   0 | 3.429529e+02 |      --      |    Inf 
18.19/18.25	c  17.6s|     1 |     0 |  6095 |  45M|   0 |1457 |3434 |  26k|  26k|3434 |  26k|  41 |   0 |   0 | 3.454558e+02 |      --      |    Inf 
21.18/21.21	c  20.5s|     1 |     0 |  6904 |  45M|   0 |1467 |3434 |  26k|  26k|3434 |  26k|  54 |   0 |   0 | 3.477126e+02 |      --      |    Inf 
65.37/65.47	c  64.7s|     1 |     2 |  6904 |  45M|   0 |1467 |3434 |  26k|  26k|3434 |  26k|  54 |   0 |  17 | 3.477126e+02 |      --      |    Inf 
99.76/99.80	c  98.7s| 10000 |    53 |  6904 |  48M| 131 |   - |3434 |  29k|9912 |   0 |   0 |  54 |  11k|  17 | 3.792677e+02 |      --      |    Inf 
135.55/135.66	c   134s| 20000 |    40 |  6904 |  48M| 131 |   - |3434 |  31k|  11k|   0 |   0 |  54 |  24k|  17 | 3.792677e+02 |      --      |    Inf 
173.34/173.43	c   172s| 30000 |    30 |  6904 |  48M| 131 |   - |3434 |  33k|  10k|   0 |   0 |  54 |  37k|  17 | 3.792677e+02 |      --      |    Inf 
211.43/211.54	c   209s| 40000 |    24 |  6904 |  49M| 131 |   - |3434 |  35k|  11k|   0 |   0 |  54 |  50k|  17 | 3.792677e+02 |      --      |    Inf 
252.02/252.12	c   250s| 50000 |    20 |  6904 |  50M| 131 |   - |3434 |  37k|  10k|   0 |   0 |  54 |  62k|  17 | 3.792677e+02 |      --      |    Inf 
288.21/288.31	c   285s| 60000 |    16 |  6904 |  50M| 131 |   - |3434 |  39k|  10k|   0 |   0 |  54 |  75k|  17 | 3.792677e+02 |      --      |    Inf 
323.40/323.51	c   320s| 70000 |    12 |  6904 |  51M| 131 |   - |3434 |  41k|9684 |   0 |   0 |  54 |  88k|  17 | 3.792677e+02 |      --      |    Inf 
359.29/359.42	c   356s| 80000 |    15 |  6904 |  51M| 131 |   - |3434 |  43k|9982 |   0 |   0 |  54 | 101k|  17 | 3.792677e+02 |      --      |    Inf 
394.48/394.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.48/394.70	c   391s| 90000 |    20 |  6904 |  51M| 131 |   - |3434 |  45k|  10k|   0 |   0 |  54 | 113k|  17 | 3.792677e+02 |      --      |    Inf 
428.37/428.54	c   424s|100000 |    13 |  6904 |  52M| 131 |   - |3434 |  47k|9687 |   0 |   0 |  54 | 127k|  17 | 3.792677e+02 |      --      |    Inf 
464.36/464.53	c   460s|110000 |    11 |  6904 |  52M| 131 |   - |3434 |  49k|  11k|   0 |   0 |  54 | 139k|  17 | 3.792677e+02 |      --      |    Inf 
499.75/499.96	c   495s|120000 |    10 |  6904 |  53M| 131 |   - |3434 |  51k|9270 |   0 |   0 |  54 | 152k|  17 | 3.792677e+02 |      --      |    Inf 
535.04/535.22	c   530s|130000 |    14 |  6904 |  53M| 131 |   - |3434 |  53k|8690 |   0 |   0 |  54 | 164k|  17 | 3.792677e+02 |      --      |    Inf 
571.33/571.55	c   566s|140000 |    14 |  6904 |  54M| 131 |   - |3434 |  55k|  12k|   0 |   0 |  54 | 177k|  17 | 3.792677e+02 |      --      |    Inf 
607.32/607.57	c   602s|150000 |    10 |  6904 |  55M| 131 |   - |3434 |  58k|8893 |   0 |   0 |  54 | 190k|  17 | 3.792677e+02 |      --      |    Inf 
642.61/642.86	c   637s|160000 |     9 |  6904 |  55M| 131 |   - |3434 |  61k|  11k|   0 |   0 |  54 | 205k|  17 | 3.792677e+02 |      --      |    Inf 
679.50/679.78	c   673s|170000 |    12 |  6904 |  56M| 131 |   - |3434 |  65k|  11k|   0 |   0 |  54 | 219k|  17 | 3.792677e+02 |      --      |    Inf 
717.29/717.59	c   711s|180000 |    14 |  6904 |  57M| 131 |   - |3434 |  67k|9145 |   0 |   0 |  54 | 231k|  17 | 3.792677e+02 |      --      |    Inf 
754.18/754.45	c   747s|190000 |    13 |  6904 |  57M| 131 |   - |3434 |  70k|8859 |   0 |   0 |  54 | 245k|  17 | 3.792677e+02 |      --      |    Inf 
789.48/789.77	c   782s|200000 |    11 |  6904 |  58M| 131 |   - |3434 |  73k|9859 |   0 |   0 |  54 | 257k|  17 | 3.792677e+02 |      --      |    Inf 
827.66/827.92	c   820s|210000 |    41 |  6904 |  60M| 131 |   - |3434 |  74k|  11k|   0 |   0 |  54 | 266k|  17 | 3.792677e+02 |      --      |    Inf 
867.55/867.87	c   860s|220000 |    26 |  6904 |  60M| 131 |   - |3434 |  74k|  14k|   0 |   0 |  54 | 275k|  17 | 3.792677e+02 |      --      |    Inf 
907.44/907.77	c   899s|230000 |    25 |  6904 |  60M| 131 |   - |3434 |  74k|  12k|   0 |   0 |  54 | 283k|  17 | 3.792677e+02 |      --      |    Inf 
943.73/944.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
943.73/944.04	c   935s|240000 |    25 |  6904 |  60M| 131 |   - |3434 |  74k|  14k|   0 |   0 |  54 | 291k|  17 | 3.792677e+02 |      --      |    Inf 
985.32/985.63	c   976s|250000 |    19 |  6904 |  60M| 131 |   - |3434 |  74k|  13k|   0 |   0 |  54 | 299k|  17 | 3.792677e+02 |      --      |    Inf 
1024.60/1024.94	c  1015s|260000 |    20 |  6904 |  60M| 131 |   - |3434 |  74k|  13k|   0 |   0 |  54 | 306k|  17 | 3.792677e+02 |      --      |    Inf 
1064.29/1064.63	c  1055s|270000 |    24 |  6904 |  60M| 131 |   - |3434 |  74k|  14k|   0 |   0 |  54 | 313k|  17 | 3.792677e+02 |      --      |    Inf 
1102.58/1102.92	c  1093s|280000 |    30 |  6904 |  60M| 131 |   - |3434 |  75k|  12k|   0 |   0 |  54 | 321k|  17 | 3.792677e+02 |      --      |    Inf 
1141.87/1142.25	c  1132s|290000 |    44 |  6904 |  60M| 131 |   - |3434 |  74k|  13k|   0 |   0 |  54 | 329k|  17 | 3.792677e+02 |      --      |    Inf 
1181.66/1182.06	c  1171s|300000 |    19 |  6904 |  60M| 131 |   - |3434 |  74k|  13k|   0 |   0 |  54 | 336k|  17 | 3.792677e+02 |      --      |    Inf 
1221.75/1222.19	c  1211s|310000 |    17 |  6904 |  60M| 131 |   - |3434 |  75k|  14k|   0 |   0 |  54 | 343k|  17 | 3.792677e+02 |      --      |    Inf 
1258.64/1259.01	c  1247s|320000 |    22 |  6904 |  60M| 131 |   - |3434 |  75k|  14k|   0 |   0 |  54 | 350k|  17 | 3.792677e+02 |      --      |    Inf 
1294.73/1295.17	c  1283s|330000 |    22 |  6904 |  60M| 131 |   - |3434 |  73k|  15k|   0 |   0 |  54 | 357k|  17 | 3.792677e+02 |      --      |    Inf 
1332.12/1332.57	c  1320s|340000 |    31 |  6904 |  60M| 131 |   - |3434 |  73k|  16k|   0 |   0 |  54 | 365k|  17 | 3.792677e+02 |      --      |    Inf 
1368.30/1368.72	c  1356s|350000 |    15 |  6904 |  60M| 131 |   - |3434 |  73k|  15k|   0 |   0 |  54 | 372k|  17 | 3.792677e+02 |      --      |    Inf 
1405.79/1406.26	c  1393s|360000 |    38 |  6904 |  60M| 131 |   - |3434 |  74k|  13k|   0 |   0 |  54 | 380k|  17 | 3.792677e+02 |      --      |    Inf 
1443.28/1443.75	c  1431s|370000 |    20 |  6904 |  60M| 131 |   - |3434 |  74k|  14k|   0 |   0 |  54 | 387k|  17 | 3.792677e+02 |      --      |    Inf 
1478.77/1479.29	c  1466s|380000 |    30 |  6904 |  60M| 131 |   - |3434 |  74k|  14k|   0 |   0 |  54 | 395k|  17 | 3.792677e+02 |      --      |    Inf 
1514.66/1515.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1514.66/1515.14	c  1501s|390000 |    20 |  6904 |  60M| 131 |   - |3434 |  74k|  13k|   0 |   0 |  54 | 403k|  17 | 3.792677e+02 |      --      |    Inf 
1551.86/1552.33	c  1538s|400000 |    17 |  6904 |  60M| 131 |   - |3434 |  74k|  17k|   0 |   0 |  54 | 410k|  17 | 3.792677e+02 |      --      |    Inf 
1588.14/1588.62	c  1574s|410000 |    24 |  6904 |  60M| 131 |   - |3434 |  75k|  13k|   0 |   0 |  54 | 418k|  17 | 3.792677e+02 |      --      |    Inf 
1625.24/1625.74	c  1611s|420000 |    18 |  6904 |  61M| 131 |   - |3434 |  75k|  15k|   0 |   0 |  54 | 426k|  17 | 3.792677e+02 |      --      |    Inf 
1663.92/1664.49	c  1650s|430000 |    14 |  6904 |  61M| 131 |   - |3434 |  75k|  14k|   0 |   0 |  54 | 434k|  17 | 3.792677e+02 |      --      |    Inf 
1706.91/1707.46	c  1692s|440000 |    17 |  6904 |  61M| 131 |   - |3434 |  75k|  14k|   0 |   0 |  54 | 441k|  17 | 3.792677e+02 |      --      |    Inf 
1746.79/1747.35	c  1732s|450000 |    17 |  6904 |  61M| 131 |   - |3434 |  75k|  15k|   0 |   0 |  54 | 448k|  17 | 3.792677e+02 |      --      |    Inf 
1788.09/1788.60	c  1773s|460000 |    13 |  6904 |  61M| 131 |   - |3434 |  75k|  16k|   0 |   0 |  54 | 455k|  17 | 3.792677e+02 |      --      |    Inf 
1800.09/1800.61	c 
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time (sec) : 1784.59
1800.09/1800.61	c Solving Nodes      : 462856
1800.09/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.61	c Dual Bound         : +3.79267737181011e+02
1800.09/1800.61	c Gap                : infinite
1800.09/1800.61	c NODE         462856
1800.09/1800.61	c DUAL BOUND   379.268
1800.09/1800.61	c PRIMAL BOUND 1e+20
1800.09/1800.61	c GAP          1e+20
1800.09/1800.61	s UNKNOWN
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time       :    1784.59
1800.09/1800.61	c Original Problem   :
1800.09/1800.61	c   Problem name     : HOME/instance-1884728-1245260286.opb
1800.09/1800.61	c   Variables        : 4380 (4380 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.61	c   Constraints      : 31980 initial, 31980 maximal
1800.09/1800.61	c Presolved Problem  :
1800.09/1800.61	c   Problem name     : t_HOME/instance-1884728-1245260286.opb
1800.09/1800.61	c   Variables        : 3434 (3434 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.61	c   Constraints      : 26886 initial, 75888 maximal
1800.09/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   implics          :       0.04          0        824          0          0          0          0          0          0
1800.09/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   linear           :       0.33         90         32          0         90          0       4853        960       1032
1800.09/1800.61	c   logicor          :       0.26          0          0          0          0          0        241          0          0
1800.09/1800.61	c   root node        :          -          2          -          -          2          -          -          -          -
1800.09/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.09/1800.61	c   logicor          :      26886+         5    3957788          0          0     245951   39121104          0          0          0
1800.09/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.61	c   integral         :      44.16       0.00       0.00      44.16       0.00
1800.09/1800.61	c   logicor          :     438.31       0.01     438.30       0.00       0.00
1800.09/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.61	c   rootredcost      :       1.59          0          0          0
1800.09/1800.61	c   pseudoobj        :     733.71    4271335          0          0
1800.09/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.61	c   propagation      :      54.24     245951     245110     245110       13.5     212593        7.6          -
1800.09/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.61	c   applied globally :          -          -          -     457695       10.8          -          -          -
1800.09/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.61	c   cut pool         :       0.01          4          -          -        120          -    (maximal pool size: 727)
1800.09/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.09/1800.61	c   impliedbounds    :       0.02          5          0          0          0          0
1800.09/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.61	c   gomory           :       1.65          5          0          0       2500          0
1800.09/1800.61	c   strongcg         :       1.51          5          0          0       2500          0
1800.09/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.61	c   clique           :       0.04          5          0          0         30          0
1800.09/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.61	c   mcf              :       0.05          1          0          0          0          0
1800.09/1800.61	c Pricers            :       Time      Calls       Vars
1800.09/1800.61	c   problem variables:       0.00          0          0
1800.09/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.61	c   relpscost        :      44.16          1          0          0          0          0          2
1800.09/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   inference        :     242.46     329505          0          0          0          0     659010
1800.09/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.61	c   LP solutions     :       0.00          -          0
1800.09/1800.61	c   pseudo solutions :       0.00          -          0
1800.09/1800.61	c   simplerounding   :       0.00          0          0
1800.09/1800.61	c   rounding         :       0.00          0          0
1800.09/1800.61	c   shifting         :       0.00          0          0
1800.09/1800.61	c   intshifting      :       0.00          0          0
1800.09/1800.61	c   oneopt           :       0.00          0          0
1800.09/1800.61	c   fixandinfer      :       0.00          0          0
1800.09/1800.61	c   feaspump         :       0.00          0          0
1800.09/1800.61	c   coefdiving       :       0.00          0          0
1800.09/1800.61	c   pscostdiving     :       0.00          0          0
1800.09/1800.61	c   fracdiving       :       0.00          0          0
1800.09/1800.61	c   veclendiving     :       0.00          0          0
1800.09/1800.61	c   intdiving        :       0.00          0          0
1800.09/1800.61	c   actconsdiving    :       0.00          0          0
1800.09/1800.61	c   objpscostdiving  :       0.00          0          0
1800.09/1800.61	c   rootsoldiving    :       0.00          0          0
1800.09/1800.61	c   linesearchdiving :       0.00          0          0
1800.09/1800.61	c   guideddiving     :       0.00          0          0
1800.09/1800.61	c   octane           :       0.00          0          0
1800.09/1800.61	c   rens             :       0.00          0          0
1800.09/1800.61	c   rins             :       0.00          0          0
1800.09/1800.61	c   localbranching   :       0.00          0          0
1800.09/1800.61	c   mutation         :       0.00          0          0
1800.09/1800.61	c   crossover        :       0.00          0          0
1800.09/1800.61	c   dins             :       0.00          0          0
1800.09/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.61	c   primal LP        :       0.05          0          0       0.00       0.00
1800.09/1800.61	c   dual LP          :      16.26          6       6904    1150.67     424.60
1800.09/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.61	c   strong branching :      44.16         17      11765     692.06     266.42
1800.09/1800.61	c     (at root node) :          -         17      11765     692.06          -
1800.09/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.61	c B&B Tree           :
1800.09/1800.61	c   number of runs   :          1
1800.09/1800.61	c   nodes            :     462856
1800.09/1800.61	c   nodes (total)    :     462856
1800.09/1800.61	c   nodes left       :         13
1800.09/1800.61	c   max depth        :        131
1800.09/1800.61	c   max depth (total):        131
1800.09/1800.61	c   backtracks       :     136120 (29.4%)
1800.09/1800.61	c   delayed cutoffs  :     196144
1800.09/1800.61	c   repropagations   :     536027 (20249091 domain reductions, 112601 cutoffs)
1800.09/1800.61	c   avg switch length:       3.36
1800.09/1800.61	c   switching time   :     217.11
1800.09/1800.61	c Solution           :
1800.09/1800.61	c   Solutions found  :          0 (0 improvements)
1800.09/1800.61	c   Primal Bound     :          -
1800.09/1800.61	c   Dual Bound       : +3.79267737181011e+02
1800.09/1800.61	c   Gap              :   infinite
1800.09/1800.61	c   Root Dual Bound  : +3.47712645088773e+02
1800.28/1800.82	c Time complete: 1800.3.

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-1884728-1245260286/watcher-1884728-1245260286 -o /tmp/evaluation-result-1884728-1245260286/solver-1884728-1245260286 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884728-1245260286.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: 1.00 1.00 0.92 3/65 7969
/proc/meminfo: memFree=1830472/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=7616 CPUtime=0
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 589 0 0 0 0 0 0 0 20 0 1 0 193627276 7798784 573 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/7969/statm: 1904 584 353 1256 0 643 0

[startup+0.0507441 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 7969
/proc/meminfo: memFree=1830472/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=12108 CPUtime=0.04
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 2001 0 0 0 4 0 0 0 20 0 1 0 193627276 12398592 1985 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/7969/statm: 3027 1985 376 1256 0 1766 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12108

[startup+0.102749 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 7969
/proc/meminfo: memFree=1830472/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=14356 CPUtime=0.09
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 2547 0 0 0 9 0 0 0 20 0 1 0 193627276 14700544 2531 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/7969/statm: 3589 2531 376 1256 0 2328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14356

[startup+0.301769 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 7969
/proc/meminfo: memFree=1830472/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=21176 CPUtime=0.29
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 4265 0 0 0 28 1 0 0 22 0 1 0 193627276 21684224 4249 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/7969/statm: 5294 4249 376 1256 0 4033 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21176

[startup+0.70181 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 7969
/proc/meminfo: memFree=1830472/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=56836 CPUtime=0.69
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 13243 0 0 0 62 7 0 0 25 0 1 0 193627276 58200064 12873 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 14209 12882 474 1256 0 12948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56836

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1771136/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=84980 CPUtime=1.49
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 21374 0 0 0 131 18 0 0 17 0 1 0 193627276 87019520 20152 1992294400 4194304 9342243 548682068736 18446744073709551615 7288336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 21245 20152 560 1256 0 19984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84980

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1739008/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=111308 CPUtime=3.09
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 25664 0 0 0 289 20 0 0 25 0 1 0 193627276 113979392 24046 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 27827 24046 613 1256 0 26566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111308

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1734656/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=113196 CPUtime=6.28
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 28004 0 0 0 607 21 0 0 25 0 1 0 193627276 115912704 24602 1992294400 4194304 9342243 548682068736 18446744073709551615 6959773 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 28299 24602 613 1256 0 27038 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 113196

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1729792/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=117528 CPUtime=12.69
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 30594 0 0 0 1245 24 0 0 25 0 1 0 193627276 120348672 25998 1992294400 4194304 9342243 548682068736 18446744073709551615 6941068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 29382 25998 645 1256 0 28121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117528

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1720704/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=141732 CPUtime=25.48
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 33250 0 0 0 2522 26 0 0 25 0 1 0 193627276 145133568 27987 1992294400 4194304 9342243 548682068736 18446744073709551615 5869948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 35433 27987 650 1256 0 34172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141732

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1719488/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=141620 CPUtime=51.07
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 39632 0 0 0 5076 31 0 0 25 0 1 0 193627276 145018880 28303 1992294400 4194304 9342243 548682068736 18446744073709551615 6960296 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 35405 28303 650 1256 0 34144 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 141620

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1712448/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=128952 CPUtime=102.27
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 45424 0 0 0 10159 68 0 0 25 0 1 0 193627276 132046848 30094 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 32238 30094 669 1256 0 30977 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 128952

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1707200/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=134376 CPUtime=162.24
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 46719 0 0 0 16103 121 0 0 25 0 1 0 193627276 137601024 31389 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 33594 31389 669 1256 0 32333 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 134376

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1698816/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=143152 CPUtime=222.22
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 48803 0 0 0 22050 172 0 0 25 0 1 0 193627276 146587648 33473 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 35788 33473 669 1256 0 34527 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 143152

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1694784/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=147440 CPUtime=282.22
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 49810 0 0 0 27992 230 0 0 25 0 1 0 193627276 150978560 34480 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 36860 34480 669 1256 0 35599 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 147440

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1692224/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=150524 CPUtime=342.2
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 50430 0 0 0 33934 286 0 0 25 0 1 0 193627276 154136576 35100 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 37631 35100 669 1256 0 36370 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 150524

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1689344/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=153836 CPUtime=402.18
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 51151 0 0 0 39880 338 0 0 25 0 1 0 193627276 157528064 35821 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 38459 35821 669 1256 0 37198 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 153836

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1688704/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=154652 CPUtime=462.16
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 51304 0 0 0 45824 392 0 0 25 0 1 0 193627276 158363648 35974 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 38663 35974 669 1256 0 37402 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 154652

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1687104/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=156232 CPUtime=522.15
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 51688 0 0 0 51765 450 0 0 25 0 1 0 193627276 159981568 36358 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 39058 36358 669 1256 0 37797 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 156232

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1684480/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=159352 CPUtime=582.13
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 52335 0 0 0 57709 504 0 0 25 0 1 0 193627276 163176448 37005 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 39838 37005 669 1256 0 38577 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 159352

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7970
/proc/meminfo: memFree=1683072/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=161092 CPUtime=642.12
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 52682 0 0 0 63651 561 0 0 25 0 1 0 193627276 164958208 37352 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 40273 37352 669 1256 0 39012 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 161092

[startup+702.302 s]

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

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1655040/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=191052 CPUtime=882.04
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 59595 0 0 0 87435 769 0 0 25 0 1 0 193627276 195637248 44265 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 47763 44265 669 1256 0 46502 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 191052

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1652032/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=194068 CPUtime=942.02
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 60339 0 0 0 93383 819 0 0 25 0 1 0 193627276 198725632 45009 1992294400 4194304 9342243 548682068736 18446744073709551615 4788408 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 48517 45009 669 1256 0 47256 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 194068

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1649664/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=196356 CPUtime=1002.01
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 60922 0 0 0 99333 868 0 0 25 0 1 0 193627276 201068544 45592 1992294400 4194304 9342243 548682068736 18446744073709551615 5433128 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 49089 45592 669 1256 0 47828 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 196356

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1643520/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=202544 CPUtime=1061.99
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 62451 0 0 0 105282 917 0 0 25 0 1 0 193627276 207405056 47121 1992294400 4194304 9342243 548682068736 18446744073709551615 4769606 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 50636 47121 669 1256 0 49375 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 202544

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1642688/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=203520 CPUtime=1121.97
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 62650 0 0 0 111230 967 0 0 25 0 1 0 193627276 208404480 47320 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 50880 47320 669 1256 0 49619 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 203520

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1640832/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=205360 CPUtime=1181.96
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 63100 0 0 0 117179 1017 0 0 25 0 1 0 193627276 210288640 47770 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 51340 47770 669 1256 0 50079 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 205360

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1637952/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=208072 CPUtime=1241.95
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 63796 0 0 0 123129 1066 0 0 25 0 1 0 193627276 213065728 48466 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 52018 48466 669 1256 0 50757 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 208072

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1637376/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=208884 CPUtime=1301.93
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 63925 0 0 0 129085 1108 0 0 25 0 1 0 193627276 213897216 48595 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 52221 48595 669 1256 0 50960 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 208884

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7972
/proc/meminfo: memFree=1637120/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=209072 CPUtime=1361.91
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 63985 0 0 0 135031 1160 0 0 25 0 1 0 193627276 214089728 48655 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 52268 48655 669 1256 0 51007 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 209072

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1636416/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=209752 CPUtime=1421.89
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64106 0 0 0 140977 1212 0 0 25 0 1 0 193627276 214786048 48776 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 52438 48776 669 1256 0 51177 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 209752

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1635712/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=210436 CPUtime=1481.87
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64277 0 0 0 146928 1259 0 0 25 0 1 0 193627276 215486464 48947 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 52609 48947 669 1256 0 51348 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 210436

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1634368/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=211728 CPUtime=1541.86
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64598 0 0 0 152879 1307 0 0 25 0 1 0 193627276 216809472 49268 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 52932 49268 669 1256 0 51671 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 211728

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1633792/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=212372 CPUtime=1601.84
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64740 0 0 0 158829 1355 0 0 25 0 1 0 193627276 217468928 49410 1992294400 4194304 9342243 548682068736 18446744073709551615 4768205 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 53093 49410 669 1256 0 51832 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 212372

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1633472/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=212692 CPUtime=1661.82
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64829 0 0 0 164780 1402 0 0 25 0 1 0 193627276 217796608 49499 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 53173 49499 669 1256 0 51912 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 212692

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1633088/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=213044 CPUtime=1721.81
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64924 0 0 0 170734 1447 0 0 25 0 1 0 193627276 218157056 49594 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 53261 49594 669 1256 0 52000 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 213044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1632768/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=213424 CPUtime=1781.79
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 64984 0 0 0 176687 1492 0 0 25 0 1 0 193627276 218546176 49654 1992294400 4194304 9342243 548682068736 18446744073709551615 4788458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 53356 49654 669 1256 0 52095 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 213424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1632576/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=213564 CPUtime=1800.09
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 65035 0 0 0 178503 1506 0 0 25 0 1 0 193627276 218689536 49705 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7969/statm: 53391 49705 669 1256 0 52130 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 213564

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 7978
/proc/meminfo: memFree=1632576/2055920 swapFree=4169972/4192956
[pid=7969] ppid=7967 vsize=161712 CPUtime=1800.28
/proc/7969/stat : 7969 (pbscip.linux.x8) R 7967 7969 7790 0 -1 4194304 65042 0 0 0 178521 1507 0 0 25 0 1 0 193627276 165593088 37062 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/7969/statm: 40428 37062 5177 1256 0 39167 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 161712

Child status: 0
Real time (s): 1800.82
CPU time (s): 1800.31
CPU user time (s): 1785.22
CPU system time (s): 15.0957
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 213564

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

runsolver used 2.04069 second user time and 4.25035 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-17 19:38:07
IDJOB=1884728
IDBENCH=71986
IDSOLVER=684
FILE ID=node84/1884728-1245260286
PBS_JOBID= 9372378
Free space on /tmp= 66520 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/parity-games/instance_n5_i6_pp_ci_ce.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-1884728-1245260286/watcher-1884728-1245260286 -o /tmp/evaluation-result-1884728-1245260286/solver-1884728-1245260286 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884728-1245260286.opb

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

MD5SUM BENCH= 3cd92adc9cf54d1dc3dad55ee2840a98
RANDOM SEED=475366658

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:       1830888 kB
Buffers:         16816 kB
Cached:         130336 kB
SwapCached:      16864 kB
Active:          57784 kB
Inactive:       108516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830888 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           12836 kB
Writeback:           0 kB
Mapped:          24856 kB
Slab:            44632 kB
Committed_AS:   124036 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= 66508 MiB
End job on node84 at 2009-06-17 20:08:09