Trace number 1884019

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.15 1800.69

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMc31072fad7bb81e0a58c1598fe2e2bbc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
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 constraint30
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 31
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.19/0.25	c SCIP version 1.1.0.7
0.19/0.25	c LP-Solver Clp 1.8.2
0.19/0.25	c user parameter file <scip.set> not found - using default parameters
0.19/0.25	c read problem <HOME/instance-1884019-1245239931.opb>
0.19/0.25	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 17885 constraints
0.19/0.29	c No objective function, only one solution is needed.
0.19/0.29	c start presolving problem
0.19/0.29	c presolving:
0.39/0.48	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17885 upgd conss, 35700 impls, 0 clqs
0.49/0.51	c presolving (2 rounds):
0.49/0.51	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.51	c  35700 implications, 0 cliques
0.49/0.51	c presolved problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 17885 constraints
0.49/0.51	c   17885 constraints of type <logicor>
0.49/0.51	c transformed objective value is always integral (scale: 1)
0.49/0.51	c Presolving Time: 0.18
0.49/0.51	c PURESAT
0.49/0.51	c -----------------------------------------------------------------------------------------------
0.49/0.51	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c separating/flowcover/freq = c -1
0.49/0.51	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c separating/cmir/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/veclendiving/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/simplerounding/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/shifting/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/rounding/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.51	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.51	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/rootsoldiving/freq = c -1
0.49/0.51	c # number of nodes added to the contingent of the total nodes
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.51	c heuristics/rens/nodesofs = c 2000
0.49/0.51	c # minimum percentage of integer variables that have to be fixable 
0.49/0.51	c # [type: real, range: [0,1], default: 0.5]
0.49/0.51	c heuristics/rens/minfixingrate = c 0.3
0.49/0.51	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c heuristics/rens/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/pscostdiving/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/oneopt/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.51	c # [type: real, range: [0,1], default: 0.01]
0.49/0.51	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.51	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/objpscostdiving/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/linesearchdiving/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/intshifting/freq = c -1
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/guideddiving/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/fracdiving/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.51	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/feaspump/freq = c -1
0.49/0.51	c # minimum percentage of integer variables that have to be fixed 
0.49/0.51	c # [type: real, range: [0,1], default: 0.666]
0.49/0.51	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.51	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.51	c # [type: real, range: [0,1], default: 0.1]
0.49/0.51	c heuristics/crossover/nodesquot = c 0.15
0.49/0.51	c # number of nodes without incumbent change that heuristic should wait
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.51	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.51	c # number of nodes added to the contingent of the total nodes
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.51	c heuristics/crossover/nodesofs = c 750
0.49/0.51	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.51	c heuristics/crossover/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/coefdiving/freq = c -1
0.49/0.51	c # priority of node selection rule <dfs> in standard mode
0.49/0.51	c # [type: int, range: [-536870912,536870911], default: 0]
0.49/0.51	c nodeselection/dfs/stdpriority = c 1000000
0.49/0.51	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c presolving/probing/maxrounds = c 0
0.49/0.51	c # should presolving try to simplify knapsacks
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.51	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.51	c constraints/knapsack/disaggregation = c FALSE
0.49/0.51	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.51	c # should presolving try to simplify inequalities
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.51	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c separating/maxroundsroot = c 5
0.49/0.51	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.51	c separating/maxrounds = c 1
0.49/0.51	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.49/0.51	c # [type: char, range: {lafpsqd}, default: l]
0.49/0.51	c lp/pricing = c a
0.49/0.51	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c lp/solvefreq = c 0
0.49/0.51	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c limits/solutions = c 1
0.49/0.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/memory = c 1620
0.49/0.51	c # maximal time in seconds to run
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/time = c 1791
0.49/0.51	c # frequency for displaying node information lines
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.51	c display/freq = c 10000
0.49/0.51	c # should enforcement of pseudo solution be disabled?
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c constraints/disableenfops = c TRUE
0.49/0.51	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c constraints/agelimit = c 1
0.49/0.51	c # should binary conflicts be preferred?
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c conflict/preferbinary = c TRUE
0.49/0.51	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c conflict/interconss = c 0
0.49/0.51	c -----------------------------------------------------------------------------------------------
0.49/0.51	c start solving problem
0.49/0.51	c 
0.59/0.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c   0.3s|     1 |     0 |    70 |  21M|   0 |  70 |1050 |  17k|  17k|1050 |  17k|   0 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
0.79/0.84	c   0.5s|     1 |     0 |   257 |  21M|   0 |  79 |1050 |  17k|  17k|1050 |  17k|   3 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
1.49/1.50	c   1.2s|     1 |     0 |   566 |  22M|   0 | 110 |1050 |  17k|  17k|1050 |  17k|  11 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
2.29/2.31	c   2.0s|     1 |     0 |   954 |  22M|   0 |  71 |1050 |  17k|  17k|1050 |  17k|  20 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
3.39/3.47	c   3.1s|     1 |     0 |  1240 |  22M|   0 |  66 |1050 |  17k|  17k|1050 |  17k|  29 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
4.58/4.66	c   4.3s|     1 |     0 |  1606 |  23M|   0 |  81 |1050 |  17k|  17k|1050 |  17k|  35 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
6.18/6.29	c   5.8s|     1 |     2 |  1606 |  23M|   0 |  81 |1050 |  17k|  17k|1050 |  17k|  35 |   0 |  33 | 3.500000e+01 |      --      |    Inf 
15.68/15.75	c  15.1s| 10000 |   526 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |5836 |  33 | 3.500000e+01 |      --      |    Inf 
24.68/24.73	c  23.9s| 20000 |   530 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  11k|  33 | 3.500000e+01 |      --      |    Inf 
34.08/34.16	c  33.1s| 30000 |   514 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  17k|  33 | 3.500000e+01 |      --      |    Inf 
43.47/43.53	c  42.3s| 40000 |   525 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  24k|  33 | 3.500000e+01 |      --      |    Inf 
53.77/53.87	c  52.4s| 50000 |   524 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  30k|  33 | 3.500000e+01 |      --      |    Inf 
63.46/63.57	c  61.9s| 60000 |   513 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  36k|  33 | 3.500000e+01 |      --      |    Inf 
73.67/73.76	c  71.9s| 70000 |   511 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  42k|  33 | 3.500000e+01 |      --      |    Inf 
83.57/83.70	c  81.6s| 80000 |   503 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  48k|  33 | 3.500000e+01 |      --      |    Inf 
93.56/93.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.56/93.64	c  91.4s| 90000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  54k|  33 | 3.500000e+01 |      --      |    Inf 
103.15/103.26	c   101s|100000 |   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  60k|  33 | 3.500000e+01 |      --      |    Inf 
112.75/112.83	c   110s|110000 |   516 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  66k|  33 | 3.500000e+01 |      --      |    Inf 
122.84/122.96	c   120s|120000 |   505 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  72k|  33 | 3.500000e+01 |      --      |    Inf 
132.54/132.66	c   130s|130000 |   506 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  78k|  33 | 3.500000e+01 |      --      |    Inf 
142.04/142.19	c   139s|140000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  84k|  33 | 3.500000e+01 |      --      |    Inf 
151.84/151.96	c   148s|150000 |   512 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  90k|  33 | 3.500000e+01 |      --      |    Inf 
162.13/162.29	c   159s|160000 |   510 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |  96k|  33 | 3.500000e+01 |      --      |    Inf 
172.23/172.39	c   168s|170000 |   511 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 102k|  33 | 3.500000e+01 |      --      |    Inf 
182.43/182.60	c   178s|180000 |   504 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 108k|  33 | 3.500000e+01 |      --      |    Inf 
192.52/192.61	c   188s|190000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 115k|  33 | 3.500000e+01 |      --      |    Inf 
202.22/202.34	c   198s|200000 |   504 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 120k|  33 | 3.500000e+01 |      --      |    Inf 
211.41/211.58	c   207s|210000 |   510 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 126k|  33 | 3.500000e+01 |      --      |    Inf 
221.21/221.35	c   216s|220000 |   504 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 132k|  33 | 3.500000e+01 |      --      |    Inf 
230.71/230.86	c   226s|230000 |   516 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 138k|  33 | 3.500000e+01 |      --      |    Inf 
240.21/240.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.21/240.37	c   235s|240000 |   513 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 144k|  33 | 3.500000e+01 |      --      |    Inf 
249.20/249.33	c   244s|250000 |   511 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 150k|  33 | 3.500000e+01 |      --      |    Inf 
258.60/258.77	c   253s|260000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 156k|  33 | 3.500000e+01 |      --      |    Inf 
267.60/267.70	c   262s|270000 |   497 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 162k|  33 | 3.500000e+01 |      --      |    Inf 
277.00/277.11	c   271s|280000 |   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 167k|  33 | 3.500000e+01 |      --      |    Inf 
286.50/286.63	c   280s|290000 |   503 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 173k|  33 | 3.500000e+01 |      --      |    Inf 
296.59/296.78	c   290s|300000 |   518 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 179k|  33 | 3.500000e+01 |      --      |    Inf 
306.49/306.63	c   300s|310000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 185k|  33 | 3.500000e+01 |      --      |    Inf 
316.38/316.53	c   309s|320000 |   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 192k|  33 | 3.500000e+01 |      --      |    Inf 
326.18/326.32	c   319s|330000 |   509 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 198k|  33 | 3.500000e+01 |      --      |    Inf 
335.78/335.95	c   328s|340000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 204k|  33 | 3.500000e+01 |      --      |    Inf 
345.28/345.44	c   338s|350000 |   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 210k|  33 | 3.500000e+01 |      --      |    Inf 
355.87/356.06	c   348s|360000 |   502 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 216k|  33 | 3.500000e+01 |      --      |    Inf 
365.77/365.98	c   358s|370000 |   505 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 222k|  33 | 3.500000e+01 |      --      |    Inf 
375.37/375.55	c   367s|380000 |   509 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 228k|  33 | 3.500000e+01 |      --      |    Inf 
385.36/385.59	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.36/385.59	c   377s|390000 |   502 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 234k|  33 | 3.500000e+01 |      --      |    Inf 
395.87/396.05	c   387s|400000 |   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 240k|  33 | 3.500000e+01 |      --      |    Inf 
406.66/406.88	c   398s|410000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 246k|  33 | 3.500000e+01 |      --      |    Inf 
417.06/417.24	c   408s|420000 |   516 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 252k|  33 | 3.500000e+01 |      --      |    Inf 
427.55/427.77	c   418s|430000 |   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 258k|  33 | 3.500000e+01 |      --      |    Inf 
437.65/437.89	c   428s|440000 |   495 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 264k|  33 | 3.500000e+01 |      --      |    Inf 
448.15/448.33	c   439s|450000 |   497 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 270k|  33 | 3.500000e+01 |      --      |    Inf 
458.05/458.30	c   448s|460000 |   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 276k|  33 | 3.500000e+01 |      --      |    Inf 
467.94/468.10	c   458s|470000 |   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 283k|  33 | 3.500000e+01 |      --      |    Inf 
478.23/478.43	c   468s|480000 |   516 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 289k|  33 | 3.500000e+01 |      --      |    Inf 
488.14/488.34	c   478s|490000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 295k|  33 | 3.500000e+01 |      --      |    Inf 
498.34/498.50	c   488s|500000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 301k|  33 | 3.500000e+01 |      --      |    Inf 
508.22/508.47	c   497s|510000 |   509 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 307k|  33 | 3.500000e+01 |      --      |    Inf 
518.92/519.10	c   508s|520000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 313k|  33 | 3.500000e+01 |      --      |    Inf 
529.13/529.38	c   518s|530000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 319k|  33 | 3.500000e+01 |      --      |    Inf 
539.32/539.60	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.32/539.60	c   528s|540000 |   512 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 325k|  33 | 3.500000e+01 |      --      |    Inf 
549.42/549.64	c   538s|550000 |   503 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 331k|  33 | 3.500000e+01 |      --      |    Inf 
558.52/558.73	c   547s|560000 |   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 336k|  33 | 3.500000e+01 |      --      |    Inf 
568.62/568.85	c   557s|570000 |   503 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 343k|  33 | 3.500000e+01 |      --      |    Inf 
578.51/578.72	c   566s|580000 |   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 349k|  33 | 3.500000e+01 |      --      |    Inf 
587.81/588.04	c   575s|590000 |   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 354k|  33 | 3.500000e+01 |      --      |    Inf 
598.10/598.32	c   585s|600000 |   504 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 360k|  33 | 3.500000e+01 |      --      |    Inf 
607.90/608.20	c   595s|610000 |   506 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 366k|  33 | 3.500000e+01 |      --      |    Inf 
617.40/617.66	c   604s|620000 |   495 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 372k|  33 | 3.500000e+01 |      --      |    Inf 
626.19/626.49	c   613s|630000 |   509 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 377k|  33 | 3.500000e+01 |      --      |    Inf 
635.70/635.93	c   622s|640000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 383k|  33 | 3.500000e+01 |      --      |    Inf 
644.99/645.29	c   631s|650000 |   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 389k|  33 | 3.500000e+01 |      --      |    Inf 
654.99/655.22	c   641s|660000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 395k|  33 | 3.500000e+01 |      --      |    Inf 
664.78/665.04	c   651s|670000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 401k|  33 | 3.500000e+01 |      --      |    Inf 
674.38/674.68	c   660s|680000 |   497 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 407k|  33 | 3.500000e+01 |      --      |    Inf 
685.27/685.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.27/685.51	c   671s|690000 |   495 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 413k|  33 | 3.500000e+01 |      --      |    Inf 
695.17/695.47	c   681s|700000 |   496 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 419k|  33 | 3.500000e+01 |      --      |    Inf 
704.98/705.24	c   690s|710000 |   495 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 425k|  33 | 3.500000e+01 |      --      |    Inf 
715.57/715.82	c   701s|720000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 431k|  33 | 3.500000e+01 |      --      |    Inf 
725.66/725.92	c   710s|730000 |   490 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 438k|  33 | 3.500000e+01 |      --      |    Inf 
736.06/736.36	c   721s|740000 |   493 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 444k|  33 | 3.500000e+01 |      --      |    Inf 
745.66/745.97	c   730s|750000 |   497 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 450k|  33 | 3.500000e+01 |      --      |    Inf 
755.55/755.87	c   740s|760000 |   506 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 456k|  33 | 3.500000e+01 |      --      |    Inf 
766.05/766.30	c   750s|770000 |   500 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 462k|  33 | 3.500000e+01 |      --      |    Inf 
776.54/776.87	c   760s|780000 |   505 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 468k|  33 | 3.500000e+01 |      --      |    Inf 
786.75/787.05	c   770s|790000 |   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 474k|  33 | 3.500000e+01 |      --      |    Inf 
797.05/797.32	c   780s|800000 |   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 480k|  33 | 3.500000e+01 |      --      |    Inf 
807.14/807.46	c   790s|810000 |   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 486k|  33 | 3.500000e+01 |      --      |    Inf 
817.34/817.64	c   800s|820000 |   496 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 492k|  33 | 3.500000e+01 |      --      |    Inf 
826.43/826.74	c   809s|830000 |   496 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 498k|  33 | 3.500000e+01 |      --      |    Inf 
835.73/836.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
835.73/836.08	c   818s|840000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 504k|  33 | 3.500000e+01 |      --      |    Inf 
845.33/845.60	c   828s|850000 |   494 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 510k|  33 | 3.500000e+01 |      --      |    Inf 
855.43/855.79	c   838s|860000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 516k|  33 | 3.500000e+01 |      --      |    Inf 
864.33/864.61	c   846s|870000 |   496 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 522k|  33 | 3.500000e+01 |      --      |    Inf 
873.72/874.08	c   856s|880000 |   502 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 528k|  33 | 3.500000e+01 |      --      |    Inf 
883.52/883.85	c   865s|890000 |   493 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 533k|  33 | 3.500000e+01 |      --      |    Inf 
893.71/894.01	c   875s|900000 |   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 539k|  33 | 3.500000e+01 |      --      |    Inf 
902.82/903.10	c   884s|910000 |   505 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 545k|  33 | 3.500000e+01 |      --      |    Inf 
912.21/912.55	c   893s|920000 |   506 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 551k|  33 | 3.500000e+01 |      --      |    Inf 
921.80/922.11	c   903s|930000 |   493 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 557k|  33 | 3.500000e+01 |      --      |    Inf 
931.01/931.33	c   912s|940000 |   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 563k|  33 | 3.500000e+01 |      --      |    Inf 
940.80/941.11	c   921s|950000 |   493 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 569k|  33 | 3.500000e+01 |      --      |    Inf 
949.60/949.98	c   930s|960000 |   503 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 574k|  33 | 3.500000e+01 |      --      |    Inf 
958.50/958.86	c   939s|970000 |   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 580k|  33 | 3.500000e+01 |      --      |    Inf 
967.10/967.48	c   947s|980000 |   505 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 586k|  33 | 3.500000e+01 |      --      |    Inf 
976.00/976.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.00/976.30	c   956s|990000 |   492 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 592k|  33 | 3.500000e+01 |      --      |    Inf 
984.39/984.76	c   964s|  1000k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 598k|  33 | 3.500000e+01 |      --      |    Inf 
993.89/994.23	c   973s|  1010k|   491 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 604k|  33 | 3.500000e+01 |      --      |    Inf 
1002.48/1002.88	c   982s|  1020k|   497 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 609k|  33 | 3.500000e+01 |      --      |    Inf 
1011.38/1011.74	c   990s|  1030k|   501 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 615k|  33 | 3.500000e+01 |      --      |    Inf 
1020.38/1020.75	c   999s|  1040k|   496 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 621k|  33 | 3.500000e+01 |      --      |    Inf 
1029.68/1030.01	c  1008s|  1050k|   490 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 626k|  33 | 3.500000e+01 |      --      |    Inf 
1038.78/1039.13	c  1017s|  1060k|   490 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 632k|  33 | 3.500000e+01 |      --      |    Inf 
1047.97/1048.32	c  1026s|  1070k|   494 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 638k|  33 | 3.500000e+01 |      --      |    Inf 
1057.07/1057.40	c  1035s|  1080k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 644k|  33 | 3.500000e+01 |      --      |    Inf 
1066.46/1066.86	c  1044s|  1090k|   502 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 650k|  33 | 3.500000e+01 |      --      |    Inf 
1075.96/1076.31	c  1054s|  1100k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 656k|  33 | 3.500000e+01 |      --      |    Inf 
1084.96/1085.38	c  1062s|  1110k|   507 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 662k|  33 | 3.500000e+01 |      --      |    Inf 
1094.46/1094.81	c  1072s|  1120k|   493 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 668k|  33 | 3.500000e+01 |      --      |    Inf 
1103.35/1103.78	c  1080s|  1130k|   492 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 673k|  33 | 3.500000e+01 |      --      |    Inf 
1112.35/1112.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1112.35/1112.75	c  1089s|  1140k|   490 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 679k|  33 | 3.500000e+01 |      --      |    Inf 
1121.35/1121.71	c  1098s|  1150k|   489 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 685k|  33 | 3.500000e+01 |      --      |    Inf 
1130.65/1131.02	c  1107s|  1160k|   492 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 691k|  33 | 3.500000e+01 |      --      |    Inf 
1140.94/1141.32	c  1117s|  1170k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 697k|  33 | 3.500000e+01 |      --      |    Inf 
1151.54/1151.98	c  1128s|  1180k|   492 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 703k|  33 | 3.500000e+01 |      --      |    Inf 
1161.84/1162.23	c  1138s|  1190k|   495 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 709k|  33 | 3.500000e+01 |      --      |    Inf 
1172.24/1172.63	c  1148s|  1200k|   496 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 716k|  33 | 3.500000e+01 |      --      |    Inf 
1182.53/1182.95	c  1158s|  1210k|   495 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 722k|  33 | 3.500000e+01 |      --      |    Inf 
1192.53/1192.98	c  1168s|  1220k|   491 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 728k|  33 | 3.500000e+01 |      --      |    Inf 
1202.13/1202.58	c  1177s|  1230k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 734k|  33 | 3.500000e+01 |      --      |    Inf 
1212.23/1212.65	c  1187s|  1240k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 740k|  33 | 3.500000e+01 |      --      |    Inf 
1222.03/1222.49	c  1197s|  1250k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 746k|  33 | 3.500000e+01 |      --      |    Inf 
1231.52/1231.91	c  1206s|  1260k|   493 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 752k|  33 | 3.500000e+01 |      --      |    Inf 
1240.62/1241.07	c  1215s|  1270k|   487 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 | 758k|  33 | 3.500000e+01 |      --      |    Inf 
1250.31/1250.78	c  1224s|  1280k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 764k|  33 | 3.500000e+01 |      --      |    Inf 
1260.32/1260.79	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1260.32/1260.79	c  1234s|  1290k|   507 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 770k|  33 | 3.500000e+01 |      --      |    Inf 
1270.71/1271.15	c  1244s|  1300k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 776k|  33 | 3.500000e+01 |      --      |    Inf 
1280.80/1281.24	c  1254s|  1310k|   504 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 782k|  33 | 3.500000e+01 |      --      |    Inf 
1290.60/1291.01	c  1264s|  1320k|   508 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 788k|  33 | 3.500000e+01 |      --      |    Inf 
1300.60/1301.09	c  1274s|  1330k|   505 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 794k|  33 | 3.500000e+01 |      --      |    Inf 
1311.20/1311.60	c  1284s|  1340k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 801k|  33 | 3.500000e+01 |      --      |    Inf 
1321.20/1321.70	c  1294s|  1350k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 807k|  33 | 3.500000e+01 |      --      |    Inf 
1331.89/1332.37	c  1304s|  1360k|   497 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 813k|  33 | 3.500000e+01 |      --      |    Inf 
1341.19/1341.64	c  1313s|  1370k|   497 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 819k|  33 | 3.500000e+01 |      --      |    Inf 
1351.18/1351.63	c  1323s|  1380k|   505 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 825k|  33 | 3.500000e+01 |      --      |    Inf 
1362.18/1362.64	c  1334s|  1390k|   507 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 832k|  33 | 3.500000e+01 |      --      |    Inf 
1373.18/1373.67	c  1345s|  1400k|   496 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 838k|  33 | 3.500000e+01 |      --      |    Inf 
1383.38/1383.84	c  1355s|  1410k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 844k|  33 | 3.500000e+01 |      --      |    Inf 
1394.08/1394.59	c  1365s|  1420k|   500 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 851k|  33 | 3.500000e+01 |      --      |    Inf 
1403.87/1404.34	c  1375s|  1430k|   513 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 856k|  33 | 3.500000e+01 |      --      |    Inf 
1413.36/1413.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.36/1413.84	c  1384s|  1440k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 862k|  33 | 3.500000e+01 |      --      |    Inf 
1423.66/1424.17	c  1394s|  1450k|   498 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 869k|  33 | 3.500000e+01 |      --      |    Inf 
1433.46/1433.95	c  1404s|  1460k|   497 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 875k|  33 | 3.500000e+01 |      --      |    Inf 
1443.65/1444.19	c  1414s|  1470k|   495 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 881k|  33 | 3.500000e+01 |      --      |    Inf 
1454.15/1454.69	c  1424s|  1480k|   511 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 887k|  33 | 3.500000e+01 |      --      |    Inf 
1465.45/1465.92	c  1435s|  1490k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 894k|  33 | 3.500000e+01 |      --      |    Inf 
1477.04/1477.55	c  1447s|  1500k|   501 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 900k|  33 | 3.500000e+01 |      --      |    Inf 
1487.95/1488.44	c  1457s|  1510k|   501 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 906k|  33 | 3.500000e+01 |      --      |    Inf 
1498.24/1498.73	c  1467s|  1520k|   505 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 912k|  33 | 3.500000e+01 |      --      |    Inf 
1508.14/1508.64	c  1477s|  1530k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 918k|  33 | 3.500000e+01 |      --      |    Inf 
1518.84/1519.32	c  1488s|  1540k|   502 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 924k|  33 | 3.500000e+01 |      --      |    Inf 
1529.14/1529.61	c  1498s|  1550k|   490 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 930k|  33 | 3.500000e+01 |      --      |    Inf 
1539.73/1540.25	c  1508s|  1560k|   496 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 937k|  33 | 3.500000e+01 |      --      |    Inf 
1550.33/1550.83	c  1518s|  1570k|   505 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 943k|  33 | 3.500000e+01 |      --      |    Inf 
1561.23/1561.78	c  1529s|  1580k|   495 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 950k|  33 | 3.500000e+01 |      --      |    Inf 
1572.43/1572.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1572.43/1572.94	c  1540s|  1590k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 956k|  33 | 3.500000e+01 |      --      |    Inf 
1582.11/1582.61	c  1550s|  1600k|   502 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 962k|  33 | 3.500000e+01 |      --      |    Inf 
1592.21/1592.74	c  1559s|  1610k|   493 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 969k|  33 | 3.500000e+01 |      --      |    Inf 
1602.51/1603.09	c  1570s|  1620k|   501 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 975k|  33 | 3.500000e+01 |      --      |    Inf 
1613.11/1613.61	c  1580s|  1630k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 981k|  33 | 3.500000e+01 |      --      |    Inf 
1624.10/1624.60	c  1591s|  1640k|   510 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 987k|  33 | 3.500000e+01 |      --      |    Inf 
1633.10/1633.62	c  1599s|  1650k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 993k|  33 | 3.500000e+01 |      --      |    Inf 
1642.80/1643.33	c  1609s|  1660k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 | 999k|  33 | 3.500000e+01 |      --      |    Inf 
1652.50/1653.00	c  1618s|  1670k|   501 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1005k|  33 | 3.500000e+01 |      --      |    Inf 
1662.39/1662.99	c  1628s|  1680k|   502 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1011k|  33 | 3.500000e+01 |      --      |    Inf 
1672.79/1673.30	c  1638s|  1690k|   502 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1017k|  33 | 3.500000e+01 |      --      |    Inf 
1682.39/1682.92	c  1648s|  1700k|   499 |  1606 |  24M| 581 |   - |1050 |  17k|  13k|   0 |   0 |  35 |1023k|  33 | 3.500000e+01 |      --      |    Inf 
1692.29/1692.80	c  1657s|  1710k|   513 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1029k|  33 | 3.500000e+01 |      --      |    Inf 
1702.58/1703.17	c  1668s|  1720k|   500 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1035k|  33 | 3.500000e+01 |      --      |    Inf 
1712.88/1713.42	c  1678s|  1730k|   504 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1041k|  33 | 3.500000e+01 |      --      |    Inf 
1722.68/1723.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1722.68/1723.23	c  1687s|  1740k|   502 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1047k|  33 | 3.500000e+01 |      --      |    Inf 
1732.18/1732.76	c  1697s|  1750k|   503 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1053k|  33 | 3.500000e+01 |      --      |    Inf 
1741.38/1741.96	c  1706s|  1760k|   496 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1058k|  33 | 3.500000e+01 |      --      |    Inf 
1751.07/1751.64	c  1715s|  1770k|   496 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1065k|  33 | 3.500000e+01 |      --      |    Inf 
1760.47/1761.09	c  1724s|  1780k|   489 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1071k|  33 | 3.500000e+01 |      --      |    Inf 
1769.97/1770.52	c  1734s|  1790k|   504 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1076k|  33 | 3.500000e+01 |      --      |    Inf 
1780.47/1781.00	c  1744s|  1800k|   495 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1082k|  33 | 3.500000e+01 |      --      |    Inf 
1790.86/1791.49	c  1754s|  1810k|   497 |  1606 |  24M| 581 |   - |1050 |  17k|  12k|   0 |   0 |  35 |1088k|  33 | 3.500000e+01 |      --      |    Inf 
1800.06/1800.60	c 
1800.06/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.60	c Solving Time (sec) : 1762.98
1800.06/1800.60	c Solving Nodes      : 1819831
1800.06/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.60	c Dual Bound         : +3.50000000000000e+01
1800.06/1800.60	c Gap                : infinite
1800.06/1800.60	c NODE         1819831
1800.06/1800.60	c DUAL BOUND   35
1800.06/1800.60	c PRIMAL BOUND 1e+20
1800.06/1800.60	c GAP          1e+20
1800.06/1800.60	s UNKNOWN
1800.06/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.60	c Solving Time       :    1762.98
1800.06/1800.60	c Original Problem   :
1800.06/1800.60	c   Problem name     : HOME/instance-1884019-1245239931.opb
1800.06/1800.60	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.60	c   Constraints      : 17885 initial, 17885 maximal
1800.06/1800.60	c Presolved Problem  :
1800.06/1800.60	c   Problem name     : t_HOME/instance-1884019-1245239931.opb
1800.06/1800.60	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.60	c   Constraints      : 17885 initial, 17921 maximal
1800.06/1800.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.60	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.60	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.60	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.60	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.60	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.06/1800.60	c   logicor          :      17885+         5    8896129          0          0    1092675   50260442          0          0          0
1800.06/1800.60	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.60	c   integral         :       1.57       0.00       0.00       1.57       0.00
1800.06/1800.60	c   logicor          :     846.08       0.01     846.07       0.00       0.00
1800.06/1800.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.60	c   rootredcost      :       3.55          0          0          0
1800.06/1800.60	c   pseudoobj        :     447.32   10269932          0          0
1800.06/1800.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.60	c   propagation      :     508.06    1092675    1092675    1092675      131.1      12204      138.0          -
1800.06/1800.60	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.60	c   applied globally :          -          -          -     169453       86.0          -          -          -
1800.06/1800.60	c   applied locally  :          -          -          -     925110      139.3          -          -          -
1800.06/1800.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.60	c   cut pool         :       0.01          4          -          -          0          -    (maximal pool size: 311)
1800.06/1800.60	c   redcost          :       0.00          5          0          0          0          0
1800.06/1800.60	c   impliedbounds    :       0.00          5          0          0          0          0
1800.06/1800.60	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.60	c   gomory           :       1.44          5          0          0       2070          0
1800.06/1800.60	c   strongcg         :       0.87          5          0          0       2070          0
1800.06/1800.60	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.60	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.60	c   clique           :       0.04          5          0          0         15          0
1800.06/1800.60	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.60	c   mcf              :       0.03          1          0          0          0          0
1800.06/1800.60	c Pricers            :       Time      Calls       Vars
1800.06/1800.60	c   problem variables:       0.00          0          0
1800.06/1800.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.60	c   relpscost        :       1.57          1          0          0          0          0          2
1800.06/1800.60	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.60	c   inference        :      24.42    1301916          0          0          0          0    2603832
1800.06/1800.60	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.60	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.60	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.60	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.60	c   LP solutions     :       0.00          -          0
1800.06/1800.60	c   pseudo solutions :       0.00          -          0
1800.06/1800.60	c   simplerounding   :       0.00          0          0
1800.06/1800.60	c   rounding         :       0.00          0          0
1800.06/1800.60	c   shifting         :       0.00          0          0
1800.06/1800.60	c   intshifting      :       0.00          0          0
1800.06/1800.60	c   oneopt           :       0.00          0          0
1800.06/1800.60	c   fixandinfer      :       0.00          0          0
1800.06/1800.60	c   feaspump         :       0.00          0          0
1800.06/1800.60	c   coefdiving       :       0.00          0          0
1800.06/1800.60	c   pscostdiving     :       0.00          0          0
1800.06/1800.60	c   fracdiving       :       0.00          0          0
1800.06/1800.60	c   veclendiving     :       0.00          0          0
1800.06/1800.60	c   intdiving        :       0.00          0          0
1800.06/1800.61	c   actconsdiving    :       0.00          0          0
1800.06/1800.61	c   objpscostdiving  :       0.00          0          0
1800.06/1800.61	c   rootsoldiving    :       0.00          0          0
1800.06/1800.61	c   linesearchdiving :       0.00          0          0
1800.06/1800.61	c   guideddiving     :       0.00          0          0
1800.06/1800.61	c   octane           :       0.00          0          0
1800.06/1800.61	c   rens             :       0.00          0          0
1800.06/1800.61	c   rins             :       0.00          0          0
1800.06/1800.61	c   localbranching   :       0.00          0          0
1800.06/1800.61	c   mutation         :       0.00          0          0
1800.06/1800.61	c   crossover        :       0.00          0          0
1800.06/1800.61	c   dins             :       0.00          0          0
1800.06/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.61	c   primal LP        :       0.02          0          0       0.00       0.00
1800.06/1800.61	c   dual LP          :       1.56          6       1606     267.67    1029.49
1800.06/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.61	c   strong branching :       1.57         33       3395     102.88    2162.42
1800.06/1800.61	c     (at root node) :          -         33       3395     102.88          -
1800.06/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.61	c B&B Tree           :
1800.06/1800.61	c   number of runs   :          1
1800.06/1800.61	c   nodes            :    1819831
1800.06/1800.61	c   nodes (total)    :    1819831
1800.06/1800.61	c   nodes left       :        496
1800.06/1800.61	c   max depth        :        581
1800.06/1800.61	c   max depth (total):        581
1800.06/1800.61	c   backtracks       :     590570 (32.5%)
1800.06/1800.61	c   delayed cutoffs  :     783508
1800.06/1800.61	c   repropagations   :    1595647 (28025707 domain reductions, 574761 cutoffs)
1800.06/1800.61	c   avg switch length:       2.60
1800.06/1800.61	c   switching time   :     247.62
1800.06/1800.61	c Solution           :
1800.06/1800.61	c   Solutions found  :          0 (0 improvements)
1800.06/1800.61	c   Primal Bound     :          -
1800.06/1800.61	c   Dual Bound       : +3.50000000000000e+01
1800.06/1800.61	c   Gap              :   infinite
1800.06/1800.61	c   Root Dual Bound  : +3.50000000000000e+01
1800.06/1800.69	c Time complete: 1800.14.

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-1884019-1245239931/watcher-1884019-1245239931 -o /tmp/evaluation-result-1884019-1245239931/solver-1884019-1245239931 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884019-1245239931.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.91 3/64 6266
/proc/meminfo: memFree=1756848/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=5812 CPUtime=0
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 191594102 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/6266/statm: 1453 511 340 1256 0 192 0

[startup+0.100597 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6266
/proc/meminfo: memFree=1756848/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=14528 CPUtime=0.09
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 2604 0 0 0 8 1 0 0 18 0 1 0 191594102 14876672 2588 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/6266/statm: 3632 2588 376 1256 0 2371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14528

[startup+0.201607 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6266
/proc/meminfo: memFree=1756848/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=16844 CPUtime=0.19
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 3181 0 0 0 18 1 0 0 18 0 1 0 191594102 17248256 3165 1992294400 4194304 9342243 548682068736 18446744073709551615 8247763 0 0 4096 0 0 0 0 17 1 0 0
/proc/6266/statm: 4211 3165 376 1256 0 2950 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16844

[startup+0.301617 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6266
/proc/meminfo: memFree=1756848/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=33076 CPUtime=0.29
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 7412 0 0 0 27 2 0 0 19 0 1 0 191594102 33869824 7042 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 8269 7042 459 1256 0 7008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33076

[startup+0.701657 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6266
/proc/meminfo: memFree=1756848/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=62152 CPUtime=0.69
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 13621 0 0 0 59 10 0 0 18 0 1 0 191594102 63643648 13137 1992294400 4194304 9342243 548682068736 18446744073709551615 5726736 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 15538 13137 620 1256 0 14277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62152

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1703016/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=67668 CPUtime=1.49
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 15425 0 0 0 138 11 0 0 24 0 1 0 191594102 69292032 14941 1992294400 4194304 9342243 548682068736 18446744073709551615 6234987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 16917 14941 632 1256 0 15656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67668

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1697768/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=72136 CPUtime=3.09
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 16539 0 0 0 297 12 0 0 25 0 1 0 191594102 73867264 16055 1992294400 4194304 9342243 548682068736 18446744073709551615 6040764 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6266/statm: 18034 16055 634 1256 0 16773 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72136

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1690344/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=71884 CPUtime=6.28
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29003 0 0 0 609 19 0 0 25 0 1 0 191594102 73609216 16871 1992294400 4194304 9342243 548682068736 18446744073709551615 6896079 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 17971 16871 646 1256 0 16710 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71884

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1690280/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74368 CPUtime=12.68
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29351 0 0 0 1235 33 0 0 25 0 1 0 191594102 76152832 17219 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18592 17219 661 1256 0 17331 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74368

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1690088/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74368 CPUtime=25.48
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29402 0 0 0 2489 59 0 0 25 0 1 0 191594102 76152832 17270 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18592 17270 661 1256 0 17331 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74368

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1689896/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74368 CPUtime=51.07
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29445 0 0 0 4995 112 0 0 25 0 1 0 191594102 76152832 17313 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18592 17313 661 1256 0 17331 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 74368

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6267
/proc/meminfo: memFree=1689704/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74368 CPUtime=102.26
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29505 0 0 0 10008 218 0 0 25 0 1 0 191594102 76152832 17373 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18592 17373 661 1256 0 17331 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74368

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1689256/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74368 CPUtime=162.23
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29592 0 0 0 15879 344 0 0 25 0 1 0 191594102 76152832 17460 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18592 17460 661 1256 0 17331 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 74368

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1689064/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74500 CPUtime=222.21
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29625 0 0 0 21755 466 0 0 25 0 1 0 191594102 76288000 17493 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18625 17493 661 1256 0 17364 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 74500

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688936/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74636 CPUtime=282.2
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29654 0 0 0 27623 597 0 0 25 0 1 0 191594102 76427264 17522 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18659 17522 661 1256 0 17398 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 74636

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688808/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74772 CPUtime=342.17
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29678 0 0 0 33490 727 0 0 25 0 1 0 191594102 76566528 17546 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18693 17546 661 1256 0 17432 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 74772

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688616/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74772 CPUtime=402.16
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29689 0 0 0 39365 851 0 0 25 0 1 0 191594102 76566528 17557 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18693 17557 661 1256 0 17432 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 74772

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688616/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74772 CPUtime=462.14
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29694 0 0 0 45243 971 0 0 25 0 1 0 191594102 76566528 17562 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18693 17562 661 1256 0 17432 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 74772

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688488/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74772 CPUtime=522.12
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29700 0 0 0 51120 1092 0 0 25 0 1 0 191594102 76566528 17568 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18693 17568 661 1256 0 17432 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 74772

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688424/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74772 CPUtime=582.1
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29704 0 0 0 56997 1213 0 0 25 0 1 0 191594102 76566528 17572 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18693 17572 661 1256 0 17432 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 74772

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688360/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74912 CPUtime=642.09
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29710 0 0 0 62871 1338 0 0 25 0 1 0 191594102 76709888 17578 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18728 17578 661 1256 0 17467 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 74912

[startup+702.302 s]

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

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688104/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=74912 CPUtime=882.02
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29735 0 0 0 86389 1813 0 0 25 0 1 0 191594102 76709888 17603 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18728 17603 661 1256 0 17467 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 74912

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1688040/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=942
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29749 0 0 0 92258 1942 0 0 25 0 1 0 191594102 76845056 17617 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17617 661 1256 0 17500 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 75044

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687976/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=1001.98
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29754 0 0 0 98133 2065 0 0 25 0 1 0 191594102 76845056 17622 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17622 661 1256 0 17500 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 75044

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687912/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=1061.97
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29759 0 0 0 104013 2184 0 0 25 0 1 0 191594102 76845056 17627 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17627 661 1256 0 17500 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 75044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687912/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=1121.95
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29759 0 0 0 109881 2314 0 0 25 0 1 0 191594102 76845056 17627 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17627 661 1256 0 17500 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 75044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687848/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=1181.94
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29763 0 0 0 115758 2436 0 0 25 0 1 0 191594102 76845056 17631 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17631 661 1256 0 17500 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 75044

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687656/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=1241.91
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29766 0 0 0 121639 2552 0 0 25 0 1 0 191594102 76845056 17634 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17634 661 1256 0 17500 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 75044

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687592/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75044 CPUtime=1301.9
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29769 0 0 0 127514 2676 0 0 25 0 1 0 191594102 76845056 17637 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18761 17637 661 1256 0 17500 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 75044

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687464/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1361.88
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29773 0 0 0 133396 2792 0 0 25 0 1 0 191594102 76980224 17641 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17641 661 1256 0 17533 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 75176

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687464/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1421.87
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29774 0 0 0 139271 2916 0 0 25 0 1 0 191594102 76980224 17642 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17642 661 1256 0 17533 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 75176

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687400/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1481.85
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29774 0 0 0 145149 3036 0 0 25 0 1 0 191594102 76980224 17642 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17642 661 1256 0 17533 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 75176

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687336/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1541.84
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29774 0 0 0 151029 3155 0 0 25 0 1 0 191594102 76980224 17642 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17642 661 1256 0 17533 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 75176

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687336/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1601.81
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29775 0 0 0 156905 3276 0 0 25 0 1 0 191594102 76980224 17643 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17643 661 1256 0 17533 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 75176

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687272/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1661.79
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29781 0 0 0 162774 3405 0 0 25 0 1 0 191594102 76980224 17649 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17649 661 1256 0 17533 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 75176

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687208/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1721.78
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29783 0 0 0 168651 3527 0 0 25 0 1 0 191594102 76980224 17651 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17651 661 1256 0 17533 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 75176

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687144/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1781.76
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29787 0 0 0 174529 3647 0 0 25 0 1 0 191594102 76980224 17655 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17655 661 1256 0 17533 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 75176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687144/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1800.06
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29787 0 0 0 176321 3685 0 0 25 0 1 0 191594102 76980224 17655 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17655 661 1256 0 17533 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 75176

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

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

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 6273
/proc/meminfo: memFree=1687144/2055920 swapFree=4181984/4192956
[pid=6266] ppid=6264 vsize=75176 CPUtime=1800.06
/proc/6266/stat : 6266 (pbscip.linux.x8) R 6264 6266 6135 0 -1 4194304 29787 0 0 0 176321 3685 0 0 25 0 1 0 191594102 76980224 17655 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6266/statm: 18794 17655 661 1256 0 17533 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 75176

Child status: 0
Real time (s): 1800.69
CPU time (s): 1800.15
CPU user time (s): 1763.29
CPU system time (s): 36.8644
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 82220

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

runsolver used 1.51077 second user time and 3.49147 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-17 13:58:51
IDJOB=1884019
IDBENCH=2606
IDSOLVER=684
FILE ID=node2/1884019-1245239931
PBS_JOBID= 9372334
Free space on /tmp= 66420 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-35-30.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-1884019-1245239931/watcher-1884019-1245239931 -o /tmp/evaluation-result-1884019-1245239931/solver-1884019-1245239931 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884019-1245239931.opb

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

MD5SUM BENCH= c31072fad7bb81e0a58c1598fe2e2bbc
RANDOM SEED=1726770241

node2.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1757264 kB
Buffers:         34856 kB
Cached:         197804 kB
SwapCached:       5068 kB
Active:         103132 kB
Inactive:       137708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757264 kB
SwapTotal:     4192956 kB
SwapFree:      4181984 kB
Dirty:           12168 kB
Writeback:           0 kB
Mapped:          14412 kB
Slab:            43760 kB
Committed_AS:   215240 kB
PageTables:       1468 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= 66408 MiB
End job on node2 at 2009-06-17 14:28:53