Trace number 2664742

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.1 1802.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5bedad9895f21a4b5e521b3abd33ba08
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.19397
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664742-1276581086.opb>
0.02/0.03	c original problem has 3660 variables (3660 bin, 0 int, 0 impl, 0 cont) and 121 constraints
0.02/0.03	c problem read
0.02/0.03	c No objective function, only one solution is needed.
0.02/0.03	c presolving settings loaded
0.02/0.03	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.02/0.07	c presolving:
0.02/0.08	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 61 upgd conss, 0 impls, 60 clqs
0.02/0.09	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 121 upgd conss, 0 impls, 60 clqs
0.09/0.10	c presolving (3 rounds):
0.09/0.10	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  0 implications, 60 cliques
0.09/0.10	c presolved problem has 3660 variables (3660 bin, 0 int, 0 impl, 0 cont) and 121 constraints
0.09/0.10	c      60 constraints of type <setppc>
0.09/0.10	c      61 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.05
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1799.98
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 1620
0.09/0.10	c 
0.09/0.10	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c limits/solutions = 1
0.09/0.10	c 
0.09/0.10	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c lp/solvefreq = -1
0.09/0.10	c 
0.09/0.10	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.10	c separating/maxrounds = 1
0.09/0.10	c 
0.09/0.10	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/maxroundsroot = 5
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.10	c constraints/knapsack/disaggregation = FALSE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c presolving/probing/maxrounds = 0
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/coefdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.10	c heuristics/crossover/freq = -1
0.09/0.10	c 
0.09/0.10	c # number of nodes added to the contingent of the total nodes
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.10	c heuristics/crossover/nodesofs = 750
0.09/0.10	c 
0.09/0.10	c # number of nodes without incumbent change that heuristic should wait
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.10	c heuristics/crossover/nwaitingnodes = 100
0.09/0.10	c 
0.09/0.10	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.10	c # [type: real, range: [0,1], default: 0.1]
0.09/0.10	c heuristics/crossover/nodesquot = 0.15
0.09/0.10	c 
0.09/0.10	c # minimum percentage of integer variables that have to be fixed 
0.09/0.10	c # [type: real, range: [0,1], default: 0.666]
0.09/0.10	c heuristics/crossover/minfixingrate = 0.5
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/feaspump/freq = -1
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/fracdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/guideddiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/intshifting/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/linesearchdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/nlp/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/objpscostdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.10	c # [type: real, range: [0,1], default: 0.01]
0.09/0.10	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/oneopt/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/pscostdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/rens/freq = -1
0.09/0.10	c 
0.09/0.10	c # minimum percentage of integer variables that have to be fixable 
0.09/0.10	c # [type: real, range: [0,1], default: 0.5]
0.09/0.10	c heuristics/rens/minfixingrate = 0.3
0.09/0.10	c 
0.09/0.10	c # number of nodes added to the contingent of the total nodes
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.10	c heuristics/rens/nodesofs = 2000
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/rootsoldiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.10	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/rounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/shifting/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/simplerounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/trivial/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/trysol/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/veclendiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/zirounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c separating/cmir/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c separating/flowcover/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     2 |     0 |     - |6364k|   0 |   - |3660 | 121 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.58/11.64	c  11.5s| 10000 |  9981 |     0 |   0.0 |  10M|2409 |   - |3660 | 161 |   0 |   0 |   0 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
23.59/23.68	c  23.4s| 20000 | 19962 |     0 |   0.0 |  13M|2409 |   - |3660 | 245 |   0 |   0 |   0 | 169 |   0 | 0.000000e+00 |      --      |    Inf 
36.38/36.49	c  36.0s| 30000 | 29946 |     0 |   0.0 |  16M|2409 |   - |3660 | 251 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
49.08/49.15	c  48.6s| 40000 | 39930 |     0 |   0.0 |  19M|2507 |   - |3660 | 262 |   0 |   0 |   0 | 352 |   0 | 0.000000e+00 |      --      |    Inf 
61.68/61.80	c  61.1s| 50000 | 49913 |     0 |   0.0 |  22M|2679 |   - |3660 | 246 |   0 |   0 |   0 | 439 |   0 | 0.000000e+00 |      --      |    Inf 
73.97/74.05	c  73.2s| 60000 | 59900 |     0 |   0.0 |  25M|2869 |   - |3660 | 284 |   0 |   0 |   0 | 511 |   0 | 0.000000e+00 |      --      |    Inf 
87.07/87.14	c  86.2s| 70000 | 69884 |     0 |   0.0 |  28M|3010 |   - |3660 | 242 |   0 |   0 |   0 | 567 |   0 | 0.000000e+00 |      --      |    Inf 
99.66/99.72	c  98.6s| 80000 | 79867 |     0 |   0.0 |  30M|3105 |   - |3660 | 234 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 |      --      |    Inf 
111.76/111.86	c   111s| 90000 | 89846 |     0 |   0.0 |  33M|3121 |   - |3660 | 209 |   0 |   0 |   0 | 649 |   0 | 0.000000e+00 |      --      |    Inf 
124.86/124.90	c   124s|100000 | 99828 |     0 |   0.0 |  36M|3121 |   - |3660 | 202 |   0 |   0 |   0 | 682 |   0 | 0.000000e+00 |      --      |    Inf 
137.66/137.77	c   136s|110000 |109811 |     0 |   0.0 |  39M|3121 |   - |3660 | 213 |   0 |   0 |   0 | 718 |   0 | 0.000000e+00 |      --      |    Inf 
149.86/149.97	c   148s|120000 |119790 |     0 |   0.0 |  41M|3121 |   - |3660 | 200 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 |      --      |    Inf 
163.24/163.35	c   162s|130000 |129770 |     0 |   0.0 |  44M|3121 |   - |3660 | 201 |   0 |   0 |   0 | 767 |   0 | 0.000000e+00 |      --      |    Inf 
175.96/176.02	c   174s|140000 |139757 |     0 |   0.0 |  47M|3121 |   - |3660 | 196 |   0 |   0 |   0 | 784 |   0 | 0.000000e+00 |      --      |    Inf 
188.14/188.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.14/188.24	c   186s|150000 |149742 |     0 |   0.0 |  49M|3156 |   - |3660 | 210 |   0 |   0 |   0 | 814 |   0 | 0.000000e+00 |      --      |    Inf 
200.43/200.53	c   198s|160000 |159725 |     0 |   0.0 |  52M|3192 |   - |3660 | 207 |   0 |   0 |   0 | 832 |   0 | 0.000000e+00 |      --      |    Inf 
213.03/213.13	c   211s|170000 |169707 |     0 |   0.0 |  55M|3254 |   - |3660 | 205 |   0 |   0 |   0 | 850 |   0 | 0.000000e+00 |      --      |    Inf 
225.63/225.73	c   223s|180000 |179691 |     0 |   0.0 |  58M|3254 |   - |3660 | 211 |   0 |   0 |   0 | 876 |   0 | 0.000000e+00 |      --      |    Inf 
237.84/237.92	c   235s|190000 |189677 |     0 |   0.0 |  60M|3254 |   - |3660 | 212 |   0 |   0 |   0 | 889 |   0 | 0.000000e+00 |      --      |    Inf 
250.23/250.31	c   248s|200000 |199643 |     0 |   0.0 |  63M|3254 |   - |3660 | 220 |   0 |   0 |   0 | 927 |   0 | 0.000000e+00 |      --      |    Inf 
263.13/263.23	c   260s|210000 |209628 |     0 |   0.0 |  66M|3254 |   - |3660 | 225 |   0 |   0 |   0 | 952 |   0 | 0.000000e+00 |      --      |    Inf 
275.42/275.52	c   273s|220000 |219608 |     0 |   0.0 |  68M|3254 |   - |3660 | 234 |   0 |   0 |   0 | 980 |   0 | 0.000000e+00 |      --      |    Inf 
287.91/288.05	c   285s|230000 |229595 |     0 |   0.0 |  71M|3254 |   - |3660 | 240 |   0 |   0 |   0 |1008 |   0 | 0.000000e+00 |      --      |    Inf 
300.12/300.24	c   297s|240000 |239575 |     0 |   0.0 |  74M|3254 |   - |3660 | 245 |   0 |   0 |   0 |1047 |   0 | 0.000000e+00 |      --      |    Inf 
312.51/312.67	c   309s|250000 |249564 |     0 |   0.0 |  76M|3254 |   - |3660 | 242 |   0 |   0 |   0 |1062 |   0 | 0.000000e+00 |      --      |    Inf 
325.01/325.14	c   322s|260000 |259548 |     0 |   0.0 |  79M|3254 |   - |3660 | 236 |   0 |   0 |   0 |1081 |   0 | 0.000000e+00 |      --      |    Inf 
337.11/337.29	c   334s|270000 |269539 |     0 |   0.0 |  82M|3254 |   - |3660 | 248 |   0 |   0 |   0 |1108 |   0 | 0.000000e+00 |      --      |    Inf 
349.61/349.80	c   346s|280000 |279523 |     0 |   0.0 |  84M|3254 |   - |3660 | 248 |   0 |   0 |   0 |1134 |   0 | 0.000000e+00 |      --      |    Inf 
361.71/361.88	c   358s|290000 |289497 |     0 |   0.0 |  87M|3254 |   - |3660 | 242 |   0 |   0 |   0 |1167 |   0 | 0.000000e+00 |      --      |    Inf 
374.60/374.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.60/374.75	c   371s|300000 |299481 |     0 |   0.0 |  90M|3254 |   - |3660 | 246 |   0 |   0 |   0 |1194 |   0 | 0.000000e+00 |      --      |    Inf 
386.29/386.49	c   382s|310000 |309466 |     0 |   0.0 |  93M|3254 |   - |3660 | 242 |   0 |   0 |   0 |1208 |   0 | 0.000000e+00 |      --      |    Inf 
399.39/399.52	c   395s|320000 |319450 |     0 |   0.0 |  95M|3254 |   - |3660 | 239 |   0 |   0 |   0 |1224 |   0 | 0.000000e+00 |      --      |    Inf 
411.19/411.32	c   407s|330000 |329436 |     0 |   0.0 |  98M|3254 |   - |3660 | 265 |   0 |   0 |   0 |1272 |   0 | 0.000000e+00 |      --      |    Inf 
423.78/423.95	c   419s|340000 |339421 |     0 |   0.0 | 101M|3254 |   - |3660 | 262 |   0 |   0 |   0 |1294 |   0 | 0.000000e+00 |      --      |    Inf 
435.98/436.14	c   432s|350000 |349398 |     0 |   0.0 | 103M|3254 |   - |3660 | 269 |   0 |   0 |   0 |1332 |   0 | 0.000000e+00 |      --      |    Inf 
447.88/448.02	c   443s|360000 |359375 |     0 |   0.0 | 106M|3254 |   - |3660 | 290 |   0 |   0 |   0 |1380 |   0 | 0.000000e+00 |      --      |    Inf 
460.18/460.39	c   455s|370000 |369359 |     0 |   0.0 | 109M|3254 |   - |3660 | 262 |   0 |   0 |   0 |1400 |   0 | 0.000000e+00 |      --      |    Inf 
471.97/472.14	c   467s|380000 |379340 |     0 |   0.0 | 112M|3254 |   - |3660 | 267 |   0 |   0 |   0 |1431 |   0 | 0.000000e+00 |      --      |    Inf 
484.17/484.33	c   479s|390000 |389323 |     0 |   0.0 | 114M|3254 |   - |3660 | 280 |   0 |   0 |   0 |1465 |   0 | 0.000000e+00 |      --      |    Inf 
496.57/496.75	c   491s|400000 |399304 |     0 |   0.0 | 117M|3254 |   - |3660 | 267 |   0 |   0 |   0 |1484 |   0 | 0.000000e+00 |      --      |    Inf 
508.37/508.58	c   503s|410000 |409292 |     0 |   0.0 | 120M|3254 |   - |3660 | 273 |   0 |   0 |   0 |1514 |   0 | 0.000000e+00 |      --      |    Inf 
520.26/520.48	c   515s|420000 |419275 |     0 |   0.0 | 122M|3254 |   - |3660 | 319 |   0 |   0 |   0 |1568 |   0 | 0.000000e+00 |      --      |    Inf 
532.66/532.81	c   527s|430000 |429253 |     0 |   0.0 | 125M|3254 |   - |3660 | 296 |   0 |   0 |   0 |1603 |   0 | 0.000000e+00 |      --      |    Inf 
544.66/544.84	c   539s|440000 |439233 |     0 |   0.0 | 128M|3254 |   - |3660 | 328 |   0 |   0 |   0 |1667 |   0 | 0.000000e+00 |      --      |    Inf 
556.55/556.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.55/556.73	c   551s|450000 |449219 |     0 |   0.0 | 131M|3254 |   - |3660 | 306 |   0 |   0 |   0 |1693 |   0 | 0.000000e+00 |      --      |    Inf 
568.35/568.58	c   562s|460000 |459199 |     0 |   0.0 | 133M|3254 |   - |3660 | 320 |   0 |   0 |   0 |1735 |   0 | 0.000000e+00 |      --      |    Inf 
580.73/580.93	c   575s|470000 |469186 |     0 |   0.0 | 136M|3254 |   - |3660 | 321 |   0 |   0 |   0 |1767 |   0 | 0.000000e+00 |      --      |    Inf 
592.93/593.19	c   587s|480000 |479166 |     0 |   0.0 | 139M|3254 |   - |3660 | 303 |   0 |   0 |   0 |1789 |   0 | 0.000000e+00 |      --      |    Inf 
604.83/605.10	c   599s|490000 |489150 |     0 |   0.0 | 142M|3254 |   - |3660 | 310 |   0 |   0 |   0 |1821 |   0 | 0.000000e+00 |      --      |    Inf 
616.52/616.79	c   610s|500000 |499132 |     0 |   0.0 | 144M|3254 |   - |3660 | 318 |   0 |   0 |   0 |1856 |   0 | 0.000000e+00 |      --      |    Inf 
628.33/628.56	c   622s|510000 |509101 |     0 |   0.0 | 147M|3254 |   - |3660 | 343 |   0 |   0 |   0 |1916 |   0 | 0.000000e+00 |      --      |    Inf 
640.03/640.25	c   633s|520000 |519083 |     0 |   0.0 | 150M|3254 |   - |3660 | 348 |   0 |   0 |   0 |1964 |   0 | 0.000000e+00 |      --      |    Inf 
651.92/652.12	c   645s|530000 |529067 |     0 |   0.0 | 153M|3254 |   - |3660 | 352 |   0 |   0 |   0 |2006 |   0 | 0.000000e+00 |      --      |    Inf 
663.72/663.97	c   657s|540000 |539049 |     0 |   0.0 | 155M|3254 |   - |3660 | 347 |   0 |   0 |   0 |2025 |   0 | 0.000000e+00 |      --      |    Inf 
675.61/675.87	c   669s|550000 |549020 |     0 |   0.0 | 158M|3254 |   - |3660 | 384 |   0 |   0 |   0 |2108 |   0 | 0.000000e+00 |      --      |    Inf 
687.31/687.57	c   680s|560000 |559006 |     0 |   0.0 | 161M|3254 |   - |3660 | 360 |   0 |   0 |   0 |2123 |   0 | 0.000000e+00 |      --      |    Inf 
699.11/699.36	c   692s|570000 |568984 |     0 |   0.0 | 164M|3254 |   - |3660 | 398 |   0 |   0 |   0 |2189 |   0 | 0.000000e+00 |      --      |    Inf 
710.90/711.17	c   703s|580000 |578964 |     0 |   0.0 | 166M|3254 |   - |3660 | 379 |   0 |   0 |   0 |2229 |   0 | 0.000000e+00 |      --      |    Inf 
722.50/722.75	c   715s|590000 |588944 |     0 |   0.0 | 169M|3254 |   - |3660 | 388 |   0 |   0 |   0 |2269 |   0 | 0.000000e+00 |      --      |    Inf 
734.10/734.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.10/734.35	c   726s|600000 |598928 |     0 |   0.0 | 172M|3254 |   - |3660 | 377 |   0 |   0 |   0 |2296 |   0 | 0.000000e+00 |      --      |    Inf 
745.79/746.07	c   738s|610000 |608906 |     0 |   0.0 | 174M|3254 |   - |3660 | 378 |   0 |   0 |   0 |2330 |   0 | 0.000000e+00 |      --      |    Inf 
757.59/757.87	c   750s|620000 |618884 |     0 |   0.0 | 177M|3254 |   - |3660 | 370 |   0 |   0 |   0 |2353 |   0 | 0.000000e+00 |      --      |    Inf 
769.28/769.53	c   761s|630000 |628867 |     0 |   0.0 | 180M|3254 |   - |3660 | 378 |   0 |   0 |   0 |2383 |   0 | 0.000000e+00 |      --      |    Inf 
780.69/780.94	c   772s|640000 |638853 |     0 |   0.0 | 183M|3254 |   - |3660 | 412 |   0 |   0 |   0 |2434 |   0 | 0.000000e+00 |      --      |    Inf 
792.38/792.68	c   784s|650000 |648835 |     0 |   0.0 | 185M|3254 |   - |3660 | 391 |   0 |   0 |   0 |2453 |   0 | 0.000000e+00 |      --      |    Inf 
803.88/804.15	c   795s|660000 |658808 |     0 |   0.0 | 188M|3254 |   - |3660 | 384 |   0 |   0 |   0 |2507 |   0 | 0.000000e+00 |      --      |    Inf 
815.38/815.66	c   807s|670000 |668790 |     0 |   0.0 | 191M|3254 |   - |3660 | 410 |   0 |   0 |   0 |2552 |   0 | 0.000000e+00 |      --      |    Inf 
826.77/827.02	c   818s|680000 |678776 |     0 |   0.0 | 194M|3254 |   - |3660 | 399 |   0 |   0 |   0 |2578 |   0 | 0.000000e+00 |      --      |    Inf 
837.88/838.17	c   829s|690000 |688756 |     0 |   0.0 | 196M|3254 |   - |3660 | 454 |   0 |   0 |   0 |2651 |   0 | 0.000000e+00 |      --      |    Inf 
848.97/849.27	c   840s|700000 |698738 |     0 |   0.0 | 199M|3254 |   - |3660 | 428 |   0 |   0 |   0 |2702 |   0 | 0.000000e+00 |      --      |    Inf 
859.97/860.20	c   851s|710000 |708722 |     0 |   0.0 | 202M|3254 |   - |3660 | 435 |   0 |   0 |   0 |2737 |   0 | 0.000000e+00 |      --      |    Inf 
871.16/871.44	c   862s|720000 |718701 |     0 |   0.0 | 205M|3254 |   - |3660 | 445 |   0 |   0 |   0 |2800 |   0 | 0.000000e+00 |      --      |    Inf 
882.66/882.91	c   873s|730000 |728679 |     0 |   0.0 | 207M|3254 |   - |3660 | 426 |   0 |   0 |   0 |2836 |   0 | 0.000000e+00 |      --      |    Inf 
893.96/894.28	c   885s|740000 |738657 |     0 |   0.0 | 210M|3254 |   - |3660 | 448 |   0 |   0 |   0 |2889 |   0 | 0.000000e+00 |      --      |    Inf 
905.06/905.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.06/905.30	c   895s|750000 |748641 |     0 |   0.0 | 213M|3254 |   - |3660 | 437 |   0 |   0 |   0 |2917 |   0 | 0.000000e+00 |      --      |    Inf 
915.85/916.12	c   906s|760000 |758621 |     0 |   0.0 | 216M|3254 |   - |3660 | 455 |   0 |   0 |   0 |2968 |   0 | 0.000000e+00 |      --      |    Inf 
927.25/927.50	c   917s|770000 |768600 |     0 |   0.0 | 218M|3254 |   - |3660 | 470 |   0 |   0 |   0 |3020 |   0 | 0.000000e+00 |      --      |    Inf 
938.34/938.62	c   928s|780000 |778588 |     0 |   0.0 | 221M|3254 |   - |3660 | 454 |   0 |   0 |   0 |3047 |   0 | 0.000000e+00 |      --      |    Inf 
949.34/949.62	c   939s|790000 |788571 |     0 |   0.0 | 224M|3254 |   - |3660 | 464 |   0 |   0 |   0 |3084 |   0 | 0.000000e+00 |      --      |    Inf 
960.05/960.37	c   950s|800000 |798557 |     0 |   0.0 | 227M|3254 |   - |3660 | 466 |   0 |   0 |   0 |3120 |   0 | 0.000000e+00 |      --      |    Inf 
971.04/971.33	c   961s|810000 |808538 |     0 |   0.0 | 229M|3254 |   - |3660 | 459 |   0 |   0 |   0 |3174 |   0 | 0.000000e+00 |      --      |    Inf 
981.83/982.13	c   971s|820000 |818522 |     0 |   0.0 | 232M|3254 |   - |3660 | 441 |   0 |   0 |   0 |3199 |   0 | 0.000000e+00 |      --      |    Inf 
992.43/992.75	c   982s|830000 |828497 |     0 |   0.0 | 235M|3254 |   - |3660 | 475 |   0 |   0 |   0 |3264 |   0 | 0.000000e+00 |      --      |    Inf 
1003.33/1003.65	c   993s|840000 |838463 |     0 |   0.0 | 238M|3254 |   - |3660 | 476 |   0 |   0 |   0 |3311 |   0 | 0.000000e+00 |      --      |    Inf 
1014.43/1014.73	c  1004s|850000 |848441 |     0 |   0.0 | 240M|3254 |   - |3660 | 450 |   0 |   0 |   0 |3327 |   0 | 0.000000e+00 |      --      |    Inf 
1025.13/1025.45	c  1014s|860000 |858423 |     0 |   0.0 | 243M|3254 |   - |3660 | 445 |   0 |   0 |   0 |3343 |   0 | 0.000000e+00 |      --      |    Inf 
1035.52/1035.83	c  1024s|870000 |868405 |     0 |   0.0 | 246M|3254 |   - |3660 | 484 |   0 |   0 |   0 |3397 |   0 | 0.000000e+00 |      --      |    Inf 
1046.22/1046.50	c  1035s|880000 |878381 |     0 |   0.0 | 249M|3254 |   - |3660 | 501 |   0 |   0 |   0 |3477 |   0 | 0.000000e+00 |      --      |    Inf 
1056.82/1057.17	c  1046s|890000 |888367 |     0 |   0.0 | 251M|3254 |   - |3660 | 479 |   0 |   0 |   0 |3496 |   0 | 0.000000e+00 |      --      |    Inf 
1067.41/1067.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.41/1067.70	c  1056s|900000 |898332 |     0 |   0.0 | 254M|3254 |   - |3660 | 509 |   0 |   0 |   0 |3560 |   0 | 0.000000e+00 |      --      |    Inf 
1078.21/1078.55	c  1067s|910000 |908307 |     0 |   0.0 | 257M|3254 |   - |3660 | 502 |   0 |   0 |   0 |3600 |   0 | 0.000000e+00 |      --      |    Inf 
1088.81/1089.17	c  1077s|920000 |918289 |     0 |   0.0 | 259M|3254 |   - |3660 | 517 |   0 |   0 |   0 |3658 |   0 | 0.000000e+00 |      --      |    Inf 
1099.11/1099.41	c  1087s|930000 |928271 |     0 |   0.0 | 262M|3254 |   - |3660 | 522 |   0 |   0 |   0 |3707 |   0 | 0.000000e+00 |      --      |    Inf 
1109.80/1110.11	c  1098s|940000 |938243 |     0 |   0.0 | 265M|3254 |   - |3660 | 536 |   0 |   0 |   0 |3778 |   0 | 0.000000e+00 |      --      |    Inf 
1120.50/1120.84	c  1108s|950000 |948223 |     0 |   0.0 | 268M|3254 |   - |3660 | 521 |   0 |   0 |   0 |3820 |   0 | 0.000000e+00 |      --      |    Inf 
1130.79/1131.17	c  1119s|960000 |958199 |     0 |   0.0 | 270M|3254 |   - |3660 | 534 |   0 |   0 |   0 |3861 |   0 | 0.000000e+00 |      --      |    Inf 
1141.10/1141.49	c  1129s|970000 |968169 |     0 |   0.0 | 273M|3254 |   - |3660 | 574 |   0 |   0 |   0 |3967 |   0 | 0.000000e+00 |      --      |    Inf 
1151.39/1151.78	c  1139s|980000 |978151 |     0 |   0.0 | 276M|3254 |   - |3660 | 560 |   0 |   0 |   0 |4013 |   0 | 0.000000e+00 |      --      |    Inf 
1161.59/1161.90	c  1149s|990000 |988127 |     0 |   0.0 | 279M|3254 |   - |3660 | 551 |   0 |   0 |   0 |4050 |   0 | 0.000000e+00 |      --      |    Inf 
1171.79/1172.19	c  1159s|  1000k|998113 |     0 |   0.0 | 281M|3254 |   - |3660 | 555 |   0 |   0 |   0 |4080 |   0 | 0.000000e+00 |      --      |    Inf 
1181.78/1182.15	c  1169s|  1010k|  1008k|     0 |   0.0 | 284M|3254 |   - |3660 | 575 |   0 |   0 |   0 |4132 |   0 | 0.000000e+00 |      --      |    Inf 
1192.28/1192.61	c  1179s|  1020k|  1018k|     0 |   0.0 | 287M|3254 |   - |3660 | 594 |   0 |   0 |   0 |4178 |   0 | 0.000000e+00 |      --      |    Inf 
1202.37/1202.76	c  1189s|  1030k|  1028k|     0 |   0.0 | 290M|3254 |   - |3660 | 587 |   0 |   0 |   0 |4210 |   0 | 0.000000e+00 |      --      |    Inf 
1212.77/1213.15	c  1200s|  1040k|  1038k|     0 |   0.0 | 292M|3254 |   - |3660 | 594 |   0 |   0 |   0 |4248 |   0 | 0.000000e+00 |      --      |    Inf 
1223.07/1223.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1223.07/1223.46	c  1210s|  1050k|  1047k|     0 |   0.0 | 295M|3254 |   - |3660 | 687 |   0 |   0 |   0 |4365 |   0 | 0.000000e+00 |      --      |    Inf 
1233.27/1233.68	c  1220s|  1060k|  1057k|     0 |   0.0 | 298M|3254 |   - |3660 | 685 |   0 |   0 |   0 |4405 |   0 | 0.000000e+00 |      --      |    Inf 
1243.47/1243.81	c  1230s|  1070k|  1067k|     0 |   0.0 | 301M|3254 |   - |3660 | 655 |   0 |   0 |   0 |4479 |   0 | 0.000000e+00 |      --      |    Inf 
1253.47/1253.87	c  1240s|  1080k|  1077k|     0 |   0.0 | 303M|3254 |   - |3660 | 660 |   0 |   0 |   0 |4508 |   0 | 0.000000e+00 |      --      |    Inf 
1263.57/1264.00	c  1250s|  1090k|  1087k|     0 |   0.0 | 306M|3254 |   - |3660 | 676 |   0 |   0 |   0 |4572 |   0 | 0.000000e+00 |      --      |    Inf 
1273.56/1273.98	c  1260s|  1100k|  1097k|     0 |   0.0 | 309M|3254 |   - |3660 | 652 |   0 |   0 |   0 |4602 |   0 | 0.000000e+00 |      --      |    Inf 
1283.46/1283.84	c  1269s|  1110k|  1107k|     0 |   0.0 | 312M|3254 |   - |3660 | 694 |   0 |   0 |   0 |4679 |   0 | 0.000000e+00 |      --      |    Inf 
1293.35/1293.71	c  1279s|  1120k|  1117k|     0 |   0.0 | 314M|3254 |   - |3660 | 681 |   0 |   0 |   0 |4725 |   0 | 0.000000e+00 |      --      |    Inf 
1303.06/1303.44	c  1289s|  1130k|  1127k|     0 |   0.0 | 317M|3254 |   - |3660 | 703 |   0 |   0 |   0 |4777 |   0 | 0.000000e+00 |      --      |    Inf 
1313.06/1313.45	c  1299s|  1140k|  1137k|     0 |   0.0 | 320M|3254 |   - |3660 | 719 |   0 |   0 |   0 |4830 |   0 | 0.000000e+00 |      --      |    Inf 
1323.05/1323.40	c  1308s|  1150k|  1147k|     0 |   0.0 | 323M|3254 |   - |3660 | 695 |   0 |   0 |   0 |4860 |   0 | 0.000000e+00 |      --      |    Inf 
1332.54/1332.92	c  1318s|  1160k|  1157k|     0 |   0.0 | 326M|3254 |   - |3660 | 714 |   0 |   0 |   0 |4905 |   0 | 0.000000e+00 |      --      |    Inf 
1342.44/1342.82	c  1328s|  1170k|  1167k|     0 |   0.0 | 328M|3254 |   - |3660 | 727 |   0 |   0 |   0 |4944 |   0 | 0.000000e+00 |      --      |    Inf 
1352.34/1352.70	c  1337s|  1180k|  1177k|     0 |   0.0 | 331M|3254 |   - |3660 | 750 |   0 |   0 |   0 |5013 |   0 | 0.000000e+00 |      --      |    Inf 
1362.14/1362.53	c  1347s|  1190k|  1187k|     0 |   0.0 | 334M|3254 |   - |3660 | 761 |   0 |   0 |   0 |5081 |   0 | 0.000000e+00 |      --      |    Inf 
1371.73/1372.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1371.73/1372.10	c  1357s|  1200k|  1197k|     0 |   0.0 | 337M|3254 |   - |3660 | 774 |   0 |   0 |   0 |5141 |   0 | 0.000000e+00 |      --      |    Inf 
1381.24/1381.65	c  1366s|  1210k|  1207k|     0 |   0.0 | 339M|3254 |   - |3660 | 745 |   0 |   0 |   0 |5158 |   0 | 0.000000e+00 |      --      |    Inf 
1390.83/1391.24	c  1375s|  1220k|  1217k|     0 |   0.0 | 342M|3254 |   - |3660 | 807 |   0 |   0 |   0 |5260 |   0 | 0.000000e+00 |      --      |    Inf 
1400.53/1400.95	c  1385s|  1230k|  1227k|     0 |   0.0 | 345M|3254 |   - |3660 | 796 |   0 |   0 |   0 |5306 |   0 | 0.000000e+00 |      --      |    Inf 
1410.42/1410.85	c  1395s|  1240k|  1237k|     0 |   0.0 | 348M|3254 |   - |3660 | 792 |   0 |   0 |   0 |5344 |   0 | 0.000000e+00 |      --      |    Inf 
1420.23/1420.64	c  1404s|  1250k|  1247k|     0 |   0.0 | 350M|3254 |   - |3660 | 797 |   0 |   0 |   0 |5389 |   0 | 0.000000e+00 |      --      |    Inf 
1429.63/1430.07	c  1414s|  1260k|  1257k|     0 |   0.0 | 353M|3254 |   - |3660 | 818 |   0 |   0 |   0 |5451 |   0 | 0.000000e+00 |      --      |    Inf 
1439.02/1439.40	c  1423s|  1270k|  1267k|     0 |   0.0 | 356M|3254 |   - |3660 | 817 |   0 |   0 |   0 |5498 |   0 | 0.000000e+00 |      --      |    Inf 
1448.33/1448.73	c  1432s|  1280k|  1277k|     0 |   0.0 | 359M|3254 |   - |3660 | 843 |   0 |   0 |   0 |5572 |   0 | 0.000000e+00 |      --      |    Inf 
1457.51/1457.95	c  1441s|  1290k|  1287k|     0 |   0.0 | 362M|3254 |   - |3660 | 873 |   0 |   0 |   0 |5628 |   0 | 0.000000e+00 |      --      |    Inf 
1466.71/1467.14	c  1450s|  1300k|  1297k|     0 |   0.0 | 364M|3254 |   - |3660 | 890 |   0 |   0 |   0 |5688 |   0 | 0.000000e+00 |      --      |    Inf 
1476.21/1476.62	c  1460s|  1310k|  1307k|     0 |   0.0 | 367M|3254 |   - |3660 | 892 |   0 |   0 |   0 |5768 |   0 | 0.000000e+00 |      --      |    Inf 
1485.61/1486.03	c  1469s|  1320k|  1317k|     0 |   0.0 | 370M|3254 |   - |3660 | 900 |   0 |   0 |   0 |5828 |   0 | 0.000000e+00 |      --      |    Inf 
1494.80/1495.24	c  1478s|  1330k|  1327k|     0 |   0.0 | 373M|3254 |   - |3660 | 914 |   0 |   0 |   0 |5879 |   0 | 0.000000e+00 |      --      |    Inf 
1504.00/1504.45	c  1487s|  1340k|  1337k|     0 |   0.0 | 376M|3254 |   - |3660 | 970 |   0 |   0 |   0 |5983 |   0 | 0.000000e+00 |      --      |    Inf 
1513.11/1513.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1513.11/1513.50	c  1496s|  1350k|  1347k|     0 |   0.0 | 378M|3254 |   - |3660 | 950 |   0 |   0 |   0 |6046 |   0 | 0.000000e+00 |      --      |    Inf 
1522.40/1522.81	c  1505s|  1360k|  1357k|     0 |   0.0 | 381M|3254 |   - |3660 | 947 |   0 |   0 |   0 |6106 |   0 | 0.000000e+00 |      --      |    Inf 
1531.81/1532.27	c  1515s|  1370k|  1367k|     0 |   0.0 | 384M|3254 |   - |3660 |1027 |   0 |   0 |   0 |6231 |   0 | 0.000000e+00 |      --      |    Inf 
1540.99/1541.48	c  1524s|  1380k|  1377k|     0 |   0.0 | 387M|3254 |   - |3660 |1003 |   0 |   0 |   0 |6297 |   0 | 0.000000e+00 |      --      |    Inf 
1550.09/1550.59	c  1533s|  1390k|  1387k|     0 |   0.0 | 390M|3254 |   - |3660 |1008 |   0 |   0 |   0 |6365 |   0 | 0.000000e+00 |      --      |    Inf 
1559.09/1559.57	c  1542s|  1400k|  1397k|     0 |   0.0 | 392M|3254 |   - |3660 |1074 |   0 |   0 |   0 |6466 |   0 | 0.000000e+00 |      --      |    Inf 
1567.99/1568.42	c  1550s|  1410k|  1407k|     0 |   0.0 | 395M|3254 |   - |3660 |1055 |   0 |   0 |   0 |6537 |   0 | 0.000000e+00 |      --      |    Inf 
1577.09/1577.58	c  1559s|  1420k|  1417k|     0 |   0.0 | 398M|3254 |   - |3660 |1051 |   0 |   0 |   0 |6577 |   0 | 0.000000e+00 |      --      |    Inf 
1586.09/1586.57	c  1568s|  1430k|  1427k|     0 |   0.0 | 401M|3254 |   - |3660 |1096 |   0 |   0 |   0 |6680 |   0 | 0.000000e+00 |      --      |    Inf 
1594.88/1595.31	c  1577s|  1440k|  1437k|     0 |   0.0 | 403M|3254 |   - |3660 |1097 |   0 |   0 |   0 |6761 |   0 | 0.000000e+00 |      --      |    Inf 
1603.88/1604.39	c  1586s|  1450k|  1447k|     0 |   0.0 | 406M|3254 |   - |3660 |1090 |   0 |   0 |   0 |6810 |   0 | 0.000000e+00 |      --      |    Inf 
1613.28/1613.77	c  1595s|  1460k|  1457k|     0 |   0.0 | 409M|3254 |   - |3660 |1122 |   0 |   0 |   0 |6882 |   0 | 0.000000e+00 |      --      |    Inf 
1621.98/1622.40	c  1603s|  1470k|  1467k|     0 |   0.0 | 412M|3254 |   - |3660 |1174 |   0 |   0 |   0 |6980 |   0 | 0.000000e+00 |      --      |    Inf 
1630.97/1631.44	c  1612s|  1480k|  1476k|     0 |   0.0 | 415M|3254 |   - |3660 |1148 |   0 |   0 |   0 |7010 |   0 | 0.000000e+00 |      --      |    Inf 
1640.07/1640.53	c  1621s|  1490k|  1486k|     0 |   0.0 | 417M|3254 |   - |3660 |1162 |   0 |   0 |   0 |7066 |   0 | 0.000000e+00 |      --      |    Inf 
1648.77/1649.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1648.77/1649.20	c  1630s|  1500k|  1496k|     0 |   0.0 | 420M|3254 |   - |3660 |1183 |   0 |   0 |   0 |7127 |   0 | 0.000000e+00 |      --      |    Inf 
1657.27/1657.73	c  1638s|  1510k|  1506k|     0 |   0.0 | 423M|3254 |   - |3660 |1177 |   0 |   0 |   0 |7170 |   0 | 0.000000e+00 |      --      |    Inf 
1666.37/1666.88	c  1647s|  1520k|  1516k|     0 |   0.0 | 426M|3254 |   - |3660 |1170 |   0 |   0 |   0 |7207 |   0 | 0.000000e+00 |      --      |    Inf 
1675.06/1675.57	c  1656s|  1530k|  1526k|     0 |   0.0 | 428M|3254 |   - |3660 |1203 |   0 |   0 |   0 |7270 |   0 | 0.000000e+00 |      --      |    Inf 
1683.76/1684.22	c  1664s|  1540k|  1536k|     0 |   0.0 | 431M|3254 |   - |3660 |1217 |   0 |   0 |   0 |7331 |   0 | 0.000000e+00 |      --      |    Inf 
1692.16/1692.68	c  1673s|  1550k|  1546k|     0 |   0.0 | 434M|3254 |   - |3660 |1284 |   0 |   0 |   0 |7435 |   0 | 0.000000e+00 |      --      |    Inf 
1700.66/1701.10	c  1681s|  1560k|  1556k|     0 |   0.0 | 437M|3254 |   - |3660 |1306 |   0 |   0 |   0 |7503 |   0 | 0.000000e+00 |      --      |    Inf 
1709.26/1709.78	c  1690s|  1570k|  1566k|     0 |   0.0 | 439M|3254 |   - |3660 |1306 |   0 |   0 |   0 |7563 |   0 | 0.000000e+00 |      --      |    Inf 
1717.55/1718.07	c  1698s|  1580k|  1576k|     0 |   0.0 | 442M|3254 |   - |3660 |1307 |   0 |   0 |   0 |7591 |   0 | 0.000000e+00 |      --      |    Inf 
1726.14/1726.67	c  1706s|  1590k|  1586k|     0 |   0.0 | 445M|3254 |   - |3660 |1357 |   0 |   0 |   0 |7691 |   0 | 0.000000e+00 |      --      |    Inf 
1734.16/1734.69	c  1714s|  1600k|  1596k|     0 |   0.0 | 448M|3254 |   - |3660 |1358 |   0 |   0 |   0 |7769 |   0 | 0.000000e+00 |      --      |    Inf 
1742.74/1743.26	c  1723s|  1610k|  1606k|     0 |   0.0 | 451M|3254 |   - |3660 |1379 |   0 |   0 |   0 |7827 |   0 | 0.000000e+00 |      --      |    Inf 
1751.04/1751.51	c  1731s|  1620k|  1616k|     0 |   0.0 | 453M|3254 |   - |3660 |1378 |   0 |   0 |   0 |7886 |   0 | 0.000000e+00 |      --      |    Inf 
1759.24/1759.75	c  1739s|  1630k|  1626k|     0 |   0.0 | 456M|3254 |   - |3660 |1393 |   0 |   0 |   0 |7949 |   0 | 0.000000e+00 |      --      |    Inf 
1767.43/1767.91	c  1747s|  1640k|  1636k|     0 |   0.0 | 459M|3254 |   - |3660 |1394 |   0 |   0 |   0 |8004 |   0 | 0.000000e+00 |      --      |    Inf 
1775.73/1776.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.73/1776.30	c  1755s|  1650k|  1646k|     0 |   0.0 | 462M|3254 |   - |3660 |1382 |   0 |   0 |   0 |8040 |   0 | 0.000000e+00 |      --      |    Inf 
1783.83/1784.33	c  1763s|  1660k|  1656k|     0 |   0.0 | 465M|3254 |   - |3660 |1398 |   0 |   0 |   0 |8078 |   0 | 0.000000e+00 |      --      |    Inf 
1791.73/1792.29	c  1771s|  1670k|  1666k|     0 |   0.0 | 467M|3254 |   - |3660 |1441 |   0 |   0 |   0 |8177 |   0 | 0.000000e+00 |      --      |    Inf 
1799.63/1800.19	c  1779s|  1680k|  1676k|     0 |   0.0 | 470M|3254 |   - |3660 |1490 |   0 |   0 |   0 |8274 |   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.50	c 
1800.04/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.50	c Solving Time (sec) : 1778.96
1800.04/1800.50	c Solving Nodes      : 1680381
1800.04/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.50	c Gap                : infinite
1800.04/1800.50	s UNKNOWN
1800.04/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.50	c Solving Time       :    1778.96
1800.04/1800.50	c Original Problem   :
1800.04/1800.50	c   Problem name     : HOME/instance-2664742-1276581086.opb
1800.04/1800.50	c   Variables        : 3660 (3660 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.50	c   Constraints      : 121 initial, 121 maximal
1800.04/1800.50	c Presolved Problem  :
1800.04/1800.50	c   Problem name     : t_HOME/instance-2664742-1276581086.opb
1800.04/1800.50	c   Variables        : 3660 (3660 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.50	c   Constraints      : 121 initial, 1491 maximal
1800.04/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.50	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.50	c   setppc           :         60          0    1749714          0    1679012       1786     505971          0          0          0
1800.04/1800.50	c   logicor          :         61+         0     198527          0    1679012        389      46440          0          0          0
1800.04/1800.50	c   countsols        :          0          0          0          0    1679012          0          0          0          0          0
1800.04/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.50	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.50	c   setppc           :     418.94       0.00      49.47       0.00     369.47
1800.04/1800.50	c   logicor          :     190.14       0.00      10.06       0.00     180.08
1800.04/1800.50	c   countsols        :       1.07       0.00       0.00       0.00       1.07
1800.04/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.50	c   vbounds          :       0.97          1          0          0
1800.04/1800.50	c   rootredcost      :       1.12          0          0          0
1800.04/1800.50	c   pseudoobj        :       1.08          0          0          0
1800.04/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.50	c   propagation      :      51.43       2175       2175      77935      625.7         31      179.3          -
1800.04/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.50	c   applied globally :          -          -          -       7910      232.0          -          -          -
1800.04/1800.50	c   applied locally  :          -          -          -        364      488.4          -          -          -
1800.04/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.50	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.50	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.50	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.50	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.50	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.50	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.50	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.50	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.50	c Pricers            :       Time      Calls       Vars
1800.04/1800.50	c   problem variables:       0.00          0          0
1800.04/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.50	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   inference        :    1095.54    1679012          0          0          0          0    3358024
1800.04/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.50	c   LP solutions     :       0.00          -          0
1800.04/1800.50	c   pseudo solutions :       0.00          -          0
1800.04/1800.50	c   trivial          :       0.00          1          0
1800.04/1800.51	c   simplerounding   :       0.00          0          0
1800.04/1800.51	c   zirounding       :       0.00          0          0
1800.04/1800.51	c   rounding         :       0.00          0          0
1800.04/1800.51	c   shifting         :       0.00          0          0
1800.04/1800.51	c   intshifting      :       0.00          0          0
1800.04/1800.51	c   oneopt           :       0.00          0          0
1800.04/1800.51	c   twoopt           :       0.00          0          0
1800.04/1800.51	c   fixandinfer      :       0.00          0          0
1800.04/1800.51	c   feaspump         :       0.00          0          0
1800.04/1800.51	c   coefdiving       :       0.00          0          0
1800.04/1800.51	c   pscostdiving     :       0.00          0          0
1800.04/1800.51	c   fracdiving       :       0.00          0          0
1800.04/1800.51	c   veclendiving     :       0.00          0          0
1800.04/1800.51	c   intdiving        :       0.00          0          0
1800.04/1800.51	c   actconsdiving    :       0.00          0          0
1800.04/1800.51	c   objpscostdiving  :       0.00          0          0
1800.04/1800.51	c   rootsoldiving    :       0.00          0          0
1800.04/1800.51	c   linesearchdiving :       0.00          0          0
1800.04/1800.51	c   guideddiving     :       0.00          0          0
1800.04/1800.51	c   octane           :       0.00          0          0
1800.04/1800.51	c   rens             :       0.00          0          0
1800.04/1800.51	c   rins             :       0.00          0          0
1800.04/1800.51	c   localbranching   :       0.00          0          0
1800.04/1800.51	c   mutation         :       0.00          0          0
1800.04/1800.51	c   crossover        :       0.00          0          0
1800.04/1800.51	c   dins             :       0.00          0          0
1800.04/1800.51	c   undercover       :       0.00          0          0
1800.04/1800.51	c   nlp              :       0.00          0          0
1800.04/1800.51	c   trysol           :       0.00          0          0
1800.04/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.51	c B&B Tree           :
1800.04/1800.51	c   number of runs   :          1
1800.04/1800.51	c   nodes            :    1680381
1800.04/1800.51	c   nodes (total)    :    1680381
1800.04/1800.51	c   nodes left       :    1676805
1800.04/1800.51	c   max depth        :       3254
1800.04/1800.51	c   max depth (total):       3254
1800.04/1800.51	c   backtracks       :        823 (0.0%)
1800.04/1800.51	c   delayed cutoffs  :        839
1800.04/1800.51	c   repropagations   :       3556 (23093 domain reductions, 806 cutoffs)
1800.04/1800.51	c   avg switch length:       2.17
1800.04/1800.51	c   switching time   :      21.81
1800.04/1800.51	c Solution           :
1800.04/1800.51	c   Solutions found  :          0 (0 improvements)
1800.04/1800.51	c   Primal Bound     :          -
1800.04/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.51	c   Gap              :   infinite
1800.04/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.51	c   Root Iterations  :          0

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

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.51 1.20 1.06 3/106 2373
/proc/meminfo: memFree=1850572/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=6584 CPUtime=0
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 977 0 0 0 0 0 0 0 20 0 1 0 31764988 6742016 899 1992294400 4194304 7136930 140735434580192 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 1646 909 254 719 0 925 0

[startup+0.026462 s]
/proc/loadavg: 1.51 1.20 1.06 3/106 2373
/proc/meminfo: memFree=1850572/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=11588 CPUtime=0.02
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 2385 0 0 0 1 1 0 0 20 0 1 0 31764988 11866112 2307 1992294400 4194304 7136930 140735434580192 18446744073709551615 6285937 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 2897 2307 268 719 0 2176 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11588

[startup+0.100469 s]
/proc/loadavg: 1.51 1.20 1.06 3/106 2373
/proc/meminfo: memFree=1850572/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=21100 CPUtime=0.09
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 5736 0 0 0 7 2 0 0 20 0 1 0 31764988 21606400 4276 1992294400 4194304 7136930 140735434580192 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 5275 4288 346 719 0 4554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21100

[startup+0.300488 s]
/proc/loadavg: 1.51 1.20 1.06 3/106 2373
/proc/meminfo: memFree=1850572/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=21184 CPUtime=0.29
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 6225 0 0 0 27 2 0 0 20 0 1 0 31764988 21692416 4508 1992294400 4194304 7136930 140735434580192 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 5296 4508 375 719 0 4575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21184

[startup+0.700526 s]
/proc/loadavg: 1.51 1.20 1.06 3/106 2373
/proc/meminfo: memFree=1850572/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=21708 CPUtime=0.69
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 6352 0 0 0 66 3 0 0 20 0 1 0 31764988 22228992 4635 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 5427 4635 375 719 0 4706 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21708

[startup+1.5006 s]
/proc/loadavg: 1.51 1.20 1.06 2/107 2374
/proc/meminfo: memFree=1833080/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=22104 CPUtime=1.49
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 6444 0 0 0 144 5 0 0 22 0 1 0 31764988 22634496 4727 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 5526 4727 375 719 0 4805 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22104

[startup+3.10076 s]
/proc/loadavg: 1.51 1.20 1.06 2/107 2374
/proc/meminfo: memFree=1831344/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=24472 CPUtime=3.09
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 7048 0 0 0 302 7 0 0 25 0 1 0 31764988 25059328 5331 1992294400 4194304 7136930 140735434580192 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 6118 5331 379 719 0 5397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24472

[startup+6.30106 s]
/proc/loadavg: 1.47 1.19 1.06 2/107 2374
/proc/meminfo: memFree=1829484/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=25524 CPUtime=6.29
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 7328 0 0 0 619 10 0 0 25 0 1 0 31764988 26136576 5611 1992294400 4194304 7136930 140735434580192 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 6381 5611 379 719 0 5660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25524

[startup+12.7017 s]
/proc/loadavg: 1.43 1.19 1.06 2/107 2374
/proc/meminfo: memFree=1827252/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=28404 CPUtime=12.69
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 8062 0 0 0 1252 17 0 0 25 0 1 0 31764988 29085696 6345 1992294400 4194304 7136930 140735434580192 18446744073709551615 4407795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 7101 6345 379 719 0 6380 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28404

[startup+25.5009 s]
/proc/loadavg: 1.34 1.18 1.05 2/107 2374
/proc/meminfo: memFree=1822292/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=32304 CPUtime=25.48
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 9091 0 0 0 2518 30 0 0 25 0 1 0 31764988 33079296 7374 1992294400 4194304 7136930 140735434580192 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 8076 7374 379 719 0 7355 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32304

[startup+51.1004 s]
/proc/loadavg: 1.22 1.16 1.05 2/107 2376
/proc/meminfo: memFree=1814232/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=39896 CPUtime=51.08
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 11071 0 0 0 5051 57 0 0 25 0 1 0 31764988 40853504 9354 1992294400 4194304 7136930 140735434580192 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 9974 9354 379 719 0 9253 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39896

[startup+102.308 s]
/proc/loadavg: 1.09 1.14 1.05 2/107 2376
/proc/meminfo: memFree=1799848/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=55560 CPUtime=102.27
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 14615 0 0 0 10118 109 0 0 25 0 1 0 31764988 56893440 12896 1992294400 4194304 7136930 140735434580192 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 13890 12896 379 719 0 13169 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55560

[startup+162.301 s]
/proc/loadavg: 1.03 1.11 1.04 2/107 2378
/proc/meminfo: memFree=1782984/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=72352 CPUtime=162.25
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 18953 0 0 0 16056 169 0 0 25 0 1 0 31764988 74088448 17234 1992294400 4194304 7136930 140735434580192 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 18088 17234 379 719 0 17367 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 72352

[startup+222.301 s]
/proc/loadavg: 1.01 1.09 1.04 2/107 2380
/proc/meminfo: memFree=1766616/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=87312 CPUtime=222.23
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 22887 0 0 0 21992 231 0 0 25 0 1 0 31764988 89407488 21168 1992294400 4194304 7136930 140735434580192 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 21828 21168 379 719 0 21107 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87312

[startup+282.301 s]
/proc/loadavg: 1.00 1.07 1.03 2/107 2382
/proc/meminfo: memFree=1750248/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=107276 CPUtime=282.22
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 27006 0 0 0 27932 290 0 0 25 0 1 0 31764988 109850624 25287 1992294400 4194304 7136930 140735434580192 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 26819 25287 379 719 0 26098 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 107276

[startup+342.3 s]
/proc/loadavg: 1.11 1.08 1.03 2/107 2384
/proc/meminfo: memFree=1735864/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=120688 CPUtime=342.2
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 30541 0 0 0 33868 352 0 0 25 0 1 0 31764988 123584512 28822 1992294400 4194304 7136930 140735434580192 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 30172 28822 379 719 0 29451 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 120688

[startup+402.301 s]
/proc/loadavg: 1.13 1.10 1.04 2/107 2384
/proc/meminfo: memFree=1721976/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=133948 CPUtime=402.19
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 34008 0 0 0 39801 418 0 0 25 0 1 0 31764988 137162752 32289 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 33487 32289 379 719 0 32766 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 133948

[startup+462.301 s]
/proc/loadavg: 1.09 1.09 1.04 2/107 2386
/proc/meminfo: memFree=1707344/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=147804 CPUtime=462.17
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 37649 0 0 0 45737 480 0 0 25 0 1 0 31764988 151351296 35930 1992294400 4194304 7136930 140735434580192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 36951 35930 379 719 0 36230 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 147804

[startup+522.301 s]
/proc/loadavg: 1.07 1.08 1.04 2/107 2388
/proc/meminfo: memFree=1691596/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=162900 CPUtime=522.16
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 41560 0 0 0 51671 545 0 0 25 0 1 0 31764988 166809600 39841 1992294400 4194304 7136930 140735434580192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 40725 39841 379 719 0 40004 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 162900

[startup+582.3 s]
/proc/loadavg: 1.06 1.08 1.04 2/107 2399
/proc/meminfo: memFree=1676716/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=184968 CPUtime=582.14
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 45206 0 0 0 57607 607 0 0 25 0 1 0 31764988 189407232 43487 1992294400 4194304 7136930 140735434580192 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 46242 43487 379 719 0 45521 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 184968

[startup+642.301 s]
/proc/loadavg: 1.06 1.08 1.04 2/107 2401
/proc/meminfo: memFree=1661712/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=199268 CPUtime=642.12
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 48951 0 0 0 63542 670 0 0 25 0 1 0 31764988 204050432 47232 1992294400 4194304 7136930 140735434580192 18446744073709551615 5892374 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 49817 47232 379 719 0 49096 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 199268

[startup+702.301 s]

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

/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 76820 0 0 0 105066 1136 0 0 25 0 1 0 31764988 312561664 75101 1992294400 4194304 7136930 140735434580192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 76309 75101 379 719 0 75588 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 305236

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 2413
/proc/meminfo: memFree=1532380/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=321600 CPUtime=1122
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 81113 0 0 0 110991 1209 0 0 25 0 1 0 31764988 329318400 79394 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 80400 79394 379 719 0 79679 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 321600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2415
/proc/meminfo: memFree=1515640/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=354288 CPUtime=1181.98
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 85431 0 0 0 116919 1279 0 0 25 0 1 0 31764988 362790912 83712 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 88572 83712 379 719 0 87851 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 354288

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2415
/proc/meminfo: memFree=1498404/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=369868 CPUtime=1241.97
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 89529 0 0 0 122843 1354 0 0 25 0 1 0 31764988 378744832 87810 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 92467 87810 379 719 0 91746 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 369868

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2417
/proc/meminfo: memFree=1481292/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=385856 CPUtime=1301.96
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 93776 0 0 0 128763 1433 0 0 25 0 1 0 31764988 395116544 92057 1992294400 4194304 7136930 140735434580192 18446744073709551615 4407902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 96464 92057 379 719 0 95743 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 385856

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2419
/proc/meminfo: memFree=1462816/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=403544 CPUtime=1361.94
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 98411 0 0 0 134688 1506 0 0 25 0 1 0 31764988 413229056 96692 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 100886 96692 379 719 0 100165 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 403544

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2421
/proc/meminfo: memFree=1444588/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=421152 CPUtime=1421.93
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 103053 0 0 0 140607 1586 0 0 25 0 1 0 31764988 431259648 101334 1992294400 4194304 7136930 140735434580192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 105288 101334 379 719 0 104567 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 421152

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2423
/proc/meminfo: memFree=1425988/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=438080 CPUtime=1481.91
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 107544 0 0 0 146525 1666 0 0 25 0 1 0 31764988 448593920 105825 1992294400 4194304 7136930 140735434580192 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 109520 105825 379 719 0 108799 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 438080

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2425
/proc/meminfo: memFree=1406768/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=456664 CPUtime=1541.89
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 112456 0 0 0 152448 1741 0 0 25 0 1 0 31764988 467623936 110737 1992294400 4194304 7136930 140735434580192 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 114166 110737 379 719 0 113445 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 456664

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2425
/proc/meminfo: memFree=1383704/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=478636 CPUtime=1601.88
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 118205 0 0 0 158364 1824 0 0 25 0 1 0 31764988 490123264 116486 1992294400 4194304 7136930 140735434580192 18446744073709551615 4642170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 119659 116486 379 719 0 118938 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 478636

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2427
/proc/meminfo: memFree=1362624/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=498224 CPUtime=1661.87
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 123342 0 0 0 164280 1907 0 0 25 0 1 0 31764988 510181376 121623 1992294400 4194304 7136930 140735434580192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 124556 121623 379 719 0 123835 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 498224

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2429
/proc/meminfo: memFree=1342164/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=517332 CPUtime=1721.85
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 128374 0 0 0 170193 1992 0 0 25 0 1 0 31764988 529747968 126655 1992294400 4194304 7136930 140735434580192 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 129333 126655 379 719 0 128612 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 517332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2431
/proc/meminfo: memFree=1319100/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=539036 CPUtime=1781.84
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 134096 0 0 0 176104 2080 0 0 25 0 1 0 31764988 551972864 132377 1992294400 4194304 7136930 140735434580192 18446744073709551615 4697605 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 134759 132377 379 719 0 134038 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 539036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 2431
/proc/meminfo: memFree=1312280/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=545412 CPUtime=1800.04
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 135773 0 0 0 177897 2107 0 0 25 0 1 0 31764988 558501888 134054 1992294400 4194304 7136930 140735434580192 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2373/statm: 136353 134054 379 719 0 135632 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 545412

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2373

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2432
/proc/meminfo: memFree=1312272/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=545412 CPUtime=1800.93
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 135783 0 0 0 177986 2107 0 0 25 0 1 0 31764988 558501888 134064 1992294400 4194304 7136930 140735434580192 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 136353 134064 384 719 0 135632 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 545412

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2432
/proc/meminfo: memFree=1312272/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=543756 CPUtime=1801.73
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 135836 0 0 0 178066 2107 0 0 25 0 1 0 31764988 556806144 133665 1992294400 4194304 7136930 140735434580192 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 135939 133665 384 719 0 135218 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 543756

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2432
/proc/meminfo: memFree=1312272/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=541304 CPUtime=1801.93
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 135838 0 0 0 178086 2107 0 0 25 0 1 0 31764988 554295296 133052 1992294400 4194304 7136930 140735434580192 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 135326 133052 384 719 0 134605 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 541304

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 2432
/proc/meminfo: memFree=1312272/2059040 swapFree=4140224/4192956
[pid=2373] ppid=2371 vsize=538072 CPUtime=1802.03
/proc/2373/stat : 2373 (pbscip.linux.x8) R 2371 2373 1345 0 -1 4202496 135838 0 0 0 178096 2107 0 0 25 0 1 0 31764988 550985728 132244 1992294400 4194304 7136930 140735434580192 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 134518 132244 384 719 0 133797 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 538072

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.56
CPU time (s): 1802.1
CPU user time (s): 1780.98
CPU system time (s): 21.1268
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 545544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.98
system time used= 21.1268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135838
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= 2
involuntary context switches= 4681

runsolver used 3.04554 second user time and 8.45172 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 07:51:26
IDJOB=2664742
IDBENCH=2599
IDSOLVER=1167
FILE ID=node018/2664742-1276581086
PBS_JOBID= 11173519
Free space on /tmp= 62488 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664742-1276581086/watcher-2664742-1276581086 -o /tmp/evaluation-result-2664742-1276581086/solver-2664742-1276581086 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664742-1276581086.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5bedad9895f21a4b5e521b3abd33ba08
RANDOM SEED=335964848

node018.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1851100 kB
Buffers:         30536 kB
Cached:          90000 kB
SwapCached:       6136 kB
Active:          74640 kB
Inactive:        58676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851100 kB
SwapTotal:     4192956 kB
SwapFree:      4140224 kB
Dirty:            3528 kB
Writeback:           8 kB
AnonPages:       10944 kB
Mapped:          12932 kB
Slab:            52668 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node018 at 2010-06-15 08:21:29