Trace number 2663432

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.17 1802.64

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_1_40.opb
MD5SUM81f2bead00561b4f63e5b8d0478a31b2
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.930857
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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-2663432-1276677652.opb>
0.00/0.04	c original problem has 2882 variables (2882 bin, 0 int, 0 impl, 0 cont) and 3084 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.00/0.04	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.00/0.07	c presolving:
0.19/0.29	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 20256 impls, 400 clqs
0.39/0.47	c presolving (2 rounds):
0.39/0.47	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.47	c  20256 implications, 400 cliques
0.39/0.47	c presolved problem has 2882 variables (2882 bin, 0 int, 0 impl, 0 cont) and 3084 constraints
0.39/0.47	c       1 constraints of type <knapsack>
0.39/0.47	c     400 constraints of type <setppc>
0.39/0.47	c    2482 constraints of type <and>
0.39/0.47	c       1 constraints of type <linear>
0.39/0.47	c     200 constraints of type <logicor>
0.39/0.47	c transformed objective value is always integral (scale: 1)
0.39/0.47	c Presolving Time: 0.23
0.39/0.47	c - non default parameters ----------------------------------------------------------------------
0.39/0.47	c # SCIP version 1.2.1.2
0.39/0.47	c 
0.39/0.47	c # frequency for displaying node information lines
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.47	c display/freq = 10000
0.39/0.47	c 
0.39/0.47	c # maximal time in seconds to run
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/time = 1799.97
0.39/0.47	c 
0.39/0.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/memory = 1620
0.39/0.47	c 
0.39/0.47	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c limits/solutions = 1
0.39/0.47	c 
0.39/0.47	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c lp/solvefreq = -1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.47	c separating/maxrounds = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/maxroundsroot = 5
0.39/0.47	c 
0.39/0.47	c # should presolving try to simplify inequalities
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.47	c constraints/linear/simplifyinequalities = TRUE
0.39/0.47	c 
0.39/0.47	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.47	c constraints/knapsack/disaggregation = FALSE
0.39/0.47	c 
0.39/0.47	c # should presolving try to simplify knapsacks
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.47	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.47	c 
0.39/0.47	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c presolving/probing/maxrounds = 0
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/coefdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.47	c heuristics/crossover/freq = -1
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/crossover/nodesofs = 750
0.39/0.47	c 
0.39/0.47	c # number of nodes without incumbent change that heuristic should wait
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.47	c heuristics/crossover/nwaitingnodes = 100
0.39/0.47	c 
0.39/0.47	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.47	c # [type: real, range: [0,1], default: 0.1]
0.39/0.47	c heuristics/crossover/nodesquot = 0.15
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixed 
0.39/0.47	c # [type: real, range: [0,1], default: 0.666]
0.39/0.47	c heuristics/crossover/minfixingrate = 0.5
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/feaspump/freq = -1
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/fracdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/guideddiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/intshifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/linesearchdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/nlp/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/objpscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.47	c # [type: real, range: [0,1], default: 0.01]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/oneopt/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/pscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/rens/freq = -1
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixable 
0.39/0.47	c # [type: real, range: [0,1], default: 0.5]
0.39/0.47	c heuristics/rens/minfixingrate = 0.3
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/rens/nodesofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/rootsoldiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/rounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/shifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/simplerounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/trivial/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/trysol/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/veclendiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/zirounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/cmir/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/flowcover/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/rapidlearning/freq = 0
0.39/0.47	c 
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c start solving
0.39/0.47	c 
0.39/0.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.47	c   0.2s|     1 |     2 |     0 |     - |7915k|   0 |   - |2882 |3084 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.68/13.74	c  13.2s| 10000 |  9726 |     0 |   0.0 |  17M| 440 |   - |2882 |3184 |   0 |   0 |   0 | 178 |   0 | 0.000000e+00 |      --      |    Inf 
23.69/23.70	c  22.9s| 20000 | 19434 |     0 |   0.0 |  24M| 440 |   - |2882 |3349 |   0 |   0 |   0 | 392 |   0 | 0.000000e+00 |      --      |    Inf 
30.18/30.20	c  29.2s| 30000 | 29080 |     0 |   0.0 |  31M| 440 |   - |2882 |3566 |   0 |   0 |   0 | 681 |   0 | 0.000000e+00 |      --      |    Inf 
38.38/38.45	c  37.0s| 40000 | 34716 |     0 |   0.0 |  36M| 440 |   - |2882 |4508 |   0 |   0 |   0 |2982 |   0 | 0.000000e+00 |      --      |    Inf 
53.48/53.54	c  51.8s| 50000 | 44490 |     0 |   0.0 |  43M| 440 |   - |2882 |3356 |   0 |   0 |   0 |3154 |   0 | 0.000000e+00 |      --      |    Inf 
67.57/67.68	c  65.7s| 60000 | 54237 |     0 |   0.0 |  52M| 440 |   - |2882 |3387 |   0 |   0 |   0 |3338 |   0 | 0.000000e+00 |      --      |    Inf 
81.17/81.27	c  79.0s| 70000 | 64048 |     0 |   0.0 |  60M| 440 |   - |2882 |3389 |   0 |   0 |   0 |3501 |   0 | 0.000000e+00 |      --      |    Inf 
95.17/95.20	c  92.7s| 80000 | 73788 |     0 |   0.0 |  68M| 440 |   - |2882 |3438 |   0 |   0 |   0 |3689 |   0 | 0.000000e+00 |      --      |    Inf 
109.16/109.27	c   106s| 90000 | 83593 |     0 |   0.0 |  77M| 440 |   - |2882 |3419 |   0 |   0 |   0 |3848 |   0 | 0.000000e+00 |      --      |    Inf 
123.06/123.13	c   120s|100000 | 93365 |     0 |   0.0 |  86M| 440 |   - |2882 |3436 |   0 |   0 |   0 |4030 |   0 | 0.000000e+00 |      --      |    Inf 
136.37/136.42	c   133s|110000 |103180 |     0 |   0.0 |  94M| 440 |   - |2882 |3463 |   0 |   0 |   0 |4185 |   0 | 0.000000e+00 |      --      |    Inf 
149.75/149.89	c   146s|120000 |112979 |     0 |   0.0 | 103M| 440 |   - |2882 |3491 |   0 |   0 |   0 |4350 |   0 | 0.000000e+00 |      --      |    Inf 
163.05/163.18	c   159s|130000 |122798 |     0 |   0.0 | 111M| 440 |   - |2882 |3515 |   0 |   0 |   0 |4496 |   0 | 0.000000e+00 |      --      |    Inf 
176.05/176.17	c   172s|140000 |132626 |     0 |   0.0 | 120M| 440 |   - |2882 |3533 |   0 |   0 |   0 |4646 |   0 | 0.000000e+00 |      --      |    Inf 
188.74/188.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.74/188.89	c   185s|150000 |142431 |     0 |   0.0 | 128M| 440 |   - |2882 |3563 |   0 |   0 |   0 |4820 |   0 | 0.000000e+00 |      --      |    Inf 
201.84/201.97	c   197s|160000 |152228 |     0 |   0.0 | 137M| 440 |   - |2882 |3614 |   0 |   0 |   0 |5000 |   0 | 0.000000e+00 |      --      |    Inf 
214.64/214.70	c   210s|170000 |162018 |     0 |   0.0 | 145M| 440 |   - |2882 |3637 |   0 |   0 |   0 |5168 |   0 | 0.000000e+00 |      --      |    Inf 
227.34/227.43	c   222s|180000 |171818 |     0 |   0.0 | 153M| 440 |   - |2882 |3624 |   0 |   0 |   0 |5345 |   0 | 0.000000e+00 |      --      |    Inf 
239.74/239.88	c   234s|190000 |181640 |     0 |   0.0 | 162M| 440 |   - |2882 |3629 |   0 |   0 |   0 |5505 |   0 | 0.000000e+00 |      --      |    Inf 
252.53/252.63	c   247s|200000 |191415 |     0 |   0.0 | 170M| 440 |   - |2882 |3648 |   0 |   0 |   0 |5675 |   0 | 0.000000e+00 |      --      |    Inf 
265.03/265.10	c   259s|210000 |201204 |     0 |   0.0 | 179M| 440 |   - |2882 |3652 |   0 |   0 |   0 |5842 |   0 | 0.000000e+00 |      --      |    Inf 
277.23/277.33	c   271s|220000 |211001 |     0 |   0.0 | 187M| 440 |   - |2882 |3687 |   0 |   0 |   0 |6021 |   0 | 0.000000e+00 |      --      |    Inf 
289.23/289.37	c   283s|230000 |220783 |     0 |   0.0 | 195M| 440 |   - |2882 |3717 |   0 |   0 |   0 |6205 |   0 | 0.000000e+00 |      --      |    Inf 
301.72/301.87	c   295s|240000 |230557 |     0 |   0.0 | 204M| 440 |   - |2882 |3735 |   0 |   0 |   0 |6386 |   0 | 0.000000e+00 |      --      |    Inf 
313.71/313.84	c   307s|250000 |240363 |     0 |   0.0 | 212M| 440 |   - |2882 |3763 |   0 |   0 |   0 |6558 |   0 | 0.000000e+00 |      --      |    Inf 
325.52/325.65	c   318s|260000 |250159 |     0 |   0.0 | 221M| 440 |   - |2882 |3799 |   0 |   0 |   0 |6752 |   0 | 0.000000e+00 |      --      |    Inf 
337.50/337.66	c   330s|270000 |259958 |     0 |   0.0 | 229M| 440 |   - |2882 |3821 |   0 |   0 |   0 |6923 |   0 | 0.000000e+00 |      --      |    Inf 
349.40/349.51	c   342s|280000 |269738 |     0 |   0.0 | 237M| 440 |   - |2882 |3837 |   0 |   0 |   0 |7109 |   0 | 0.000000e+00 |      --      |    Inf 
361.39/361.53	c   354s|290000 |279525 |     0 |   0.0 | 246M| 440 |   - |2882 |3852 |   0 |   0 |   0 |7280 |   0 | 0.000000e+00 |      --      |    Inf 
373.19/373.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.19/373.35	c   365s|300000 |289305 |     0 |   0.0 | 254M| 440 |   - |2882 |3869 |   0 |   0 |   0 |7464 |   0 | 0.000000e+00 |      --      |    Inf 
385.09/385.28	c   377s|310000 |299079 |     0 |   0.0 | 262M| 440 |   - |2882 |3910 |   0 |   0 |   0 |7651 |   0 | 0.000000e+00 |      --      |    Inf 
396.78/396.94	c   388s|320000 |308850 |     0 |   0.0 | 271M| 440 |   - |2882 |3936 |   0 |   0 |   0 |7840 |   0 | 0.000000e+00 |      --      |    Inf 
408.19/408.37	c   399s|330000 |318625 |     0 |   0.0 | 279M| 440 |   - |2882 |3957 |   0 |   0 |   0 |8026 |   0 | 0.000000e+00 |      --      |    Inf 
419.98/420.11	c   411s|340000 |328397 |     0 |   0.0 | 288M| 440 |   - |2882 |3967 |   0 |   0 |   0 |8218 |   0 | 0.000000e+00 |      --      |    Inf 
431.58/431.75	c   422s|350000 |338167 |     0 |   0.0 | 296M| 440 |   - |2882 |4000 |   0 |   0 |   0 |8402 |   0 | 0.000000e+00 |      --      |    Inf 
443.19/443.32	c   434s|360000 |347893 |     0 |   0.0 | 304M| 440 |   - |2882 |4037 |   0 |   0 |   0 |8627 |   0 | 0.000000e+00 |      --      |    Inf 
454.68/454.82	c   445s|370000 |357649 |     0 |   0.0 | 313M| 440 |   - |2882 |4062 |   0 |   0 |   0 |8839 |   0 | 0.000000e+00 |      --      |    Inf 
465.77/465.96	c   456s|380000 |367430 |     0 |   0.0 | 321M| 440 |   - |2882 |4077 |   0 |   0 |   0 |9025 |   0 | 0.000000e+00 |      --      |    Inf 
477.38/477.59	c   467s|390000 |377158 |     0 |   0.0 | 330M| 440 |   - |2882 |4110 |   0 |   0 |   0 |9261 |   0 | 0.000000e+00 |      --      |    Inf 
488.57/488.72	c   478s|400000 |386922 |     0 |   0.0 | 338M| 440 |   - |2882 |4130 |   0 |   0 |   0 |9478 |   0 | 0.000000e+00 |      --      |    Inf 
499.76/499.96	c   489s|410000 |396668 |     0 |   0.0 | 346M| 440 |   - |2882 |4166 |   0 |   0 |   0 |9691 |   0 | 0.000000e+00 |      --      |    Inf 
510.86/511.05	c   500s|420000 |406432 |     0 |   0.0 | 355M| 440 |   - |2882 |4159 |   0 |   0 |   0 |9897 |   0 | 0.000000e+00 |      --      |    Inf 
522.16/522.31	c   511s|430000 |416177 |     0 |   0.0 | 363M| 440 |   - |2882 |4168 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
533.15/533.39	c   522s|440000 |425904 |     0 |   0.0 | 372M| 440 |   - |2882 |4173 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
544.25/544.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
544.25/544.42	c   532s|450000 |435659 |     0 |   0.0 | 380M| 440 |   - |2882 |4173 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
554.95/555.14	c   543s|460000 |445431 |     0 |   0.0 | 388M| 440 |   - |2882 |4167 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
565.74/565.99	c   553s|470000 |455166 |     0 |   0.0 | 397M| 440 |   - |2882 |4197 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
576.55/576.73	c   564s|480000 |464931 |     0 |   0.0 | 405M| 440 |   - |2882 |4207 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
587.04/587.28	c   574s|490000 |474682 |     0 |   0.0 | 413M| 440 |   - |2882 |4240 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
597.64/597.87	c   584s|500000 |484447 |     0 |   0.0 | 422M| 440 |   - |2882 |4253 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
608.43/608.70	c   595s|510000 |494184 |     0 |   0.0 | 430M| 440 |   - |2882 |4266 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
619.14/619.33	c   605s|520000 |503904 |     0 |   0.0 | 438M| 440 |   - |2882 |4283 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
629.53/629.71	c   616s|530000 |513672 |     0 |   0.0 | 447M| 440 |   - |2882 |4308 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
640.14/640.33	c   626s|540000 |523415 |     0 |   0.0 | 455M| 440 |   - |2882 |4318 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
650.53/650.73	c   636s|550000 |533135 |     0 |   0.0 | 463M| 440 |   - |2882 |4349 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
660.93/661.16	c   646s|560000 |542887 |     0 |   0.0 | 472M| 440 |   - |2882 |4369 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
671.22/671.48	c   656s|570000 |552625 |     0 |   0.0 | 480M| 440 |   - |2882 |4386 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
681.61/681.81	c   666s|580000 |562364 |     0 |   0.0 | 488M| 440 |   - |2882 |4385 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
691.91/692.14	c   677s|590000 |572105 |     0 |   0.0 | 497M| 440 |   - |2882 |4392 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
702.01/702.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.01/702.27	c   686s|600000 |581827 |     0 |   0.0 | 505M| 440 |   - |2882 |4409 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
712.21/712.48	c   696s|610000 |591553 |     0 |   0.0 | 513M| 440 |   - |2882 |4448 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
722.11/722.36	c   706s|620000 |601311 |     0 |   0.0 | 522M| 440 |   - |2882 |4470 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
732.30/732.53	c   716s|630000 |611030 |     0 |   0.0 | 530M| 440 |   - |2882 |4491 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
742.41/742.70	c   726s|640000 |620741 |     0 |   0.0 | 538M| 440 |   - |2882 |4511 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
752.21/752.45	c   735s|650000 |630480 |     0 |   0.0 | 546M| 440 |   - |2882 |4552 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
762.11/762.36	c   745s|660000 |640192 |     0 |   0.0 | 555M| 440 |   - |2882 |4563 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
772.10/772.32	c   755s|670000 |649923 |     0 |   0.0 | 563M| 440 |   - |2882 |4609 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
782.00/782.21	c   764s|680000 |659624 |     0 |   0.0 | 571M| 440 |   - |2882 |4637 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
791.99/792.23	c   774s|690000 |669326 |     0 |   0.0 | 580M| 440 |   - |2882 |4667 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
801.89/802.14	c   784s|700000 |679030 |     0 |   0.0 | 588M| 440 |   - |2882 |4680 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
811.59/811.81	c   793s|710000 |688745 |     0 |   0.0 | 597M| 440 |   - |2882 |4696 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
821.29/821.53	c   803s|720000 |698454 |     0 |   0.0 | 605M| 440 |   - |2882 |4728 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
831.08/831.39	c   812s|730000 |708162 |     0 |   0.0 | 613M| 440 |   - |2882 |4776 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
840.98/841.25	c   822s|740000 |717853 |     0 |   0.0 | 622M| 440 |   - |2882 |4790 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
850.77/851.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
850.77/851.06	c   831s|750000 |727527 |     0 |   0.0 | 630M| 440 |   - |2882 |4815 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
860.57/860.81	c   841s|760000 |737177 |     0 |   0.0 | 638M| 440 |   - |2882 |4834 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
870.16/870.44	c   850s|770000 |746860 |     0 |   0.0 | 647M| 440 |   - |2882 |4827 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
879.77/880.01	c   860s|780000 |756524 |     0 |   0.0 | 655M| 440 |   - |2882 |4875 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
889.26/889.51	c   869s|790000 |766209 |     0 |   0.0 | 663M| 440 |   - |2882 |4883 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
898.47/898.77	c   878s|800000 |775919 |     0 |   0.0 | 672M| 440 |   - |2882 |4856 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
907.86/908.13	c   887s|810000 |785576 |     0 |   0.0 | 680M| 440 |   - |2882 |4873 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
917.17/917.47	c   896s|820000 |795244 |     0 |   0.0 | 688M| 440 |   - |2882 |4896 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
926.55/926.83	c   905s|830000 |804882 |     0 |   0.0 | 696M| 440 |   - |2882 |4913 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
935.65/935.97	c   914s|840000 |814575 |     0 |   0.0 | 705M| 440 |   - |2882 |4945 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
944.95/945.25	c   923s|850000 |824243 |     0 |   0.0 | 713M| 440 |   - |2882 |4953 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
954.45/954.75	c   932s|860000 |833879 |     0 |   0.0 | 721M| 440 |   - |2882 |5000 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
963.75/964.07	c   941s|870000 |843504 |     0 |   0.0 | 730M| 440 |   - |2882 |5008 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
973.25/973.50	c   951s|880000 |853144 |     0 |   0.0 | 738M| 440 |   - |2882 |5039 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
982.64/982.91	c   960s|890000 |862780 |     0 |   0.0 | 746M| 440 |   - |2882 |5038 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
991.74/992.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.74/992.03	c   969s|900000 |872442 |     0 |   0.0 | 754M| 440 |   - |2882 |5046 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1001.04/1001.33	c   978s|910000 |882061 |     0 |   0.0 | 763M| 440 |   - |2882 |5086 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1009.93/1010.20	c   986s|920000 |891722 |     0 |   0.0 | 771M| 440 |   - |2882 |5099 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1019.03/1019.40	c   995s|930000 |901352 |     0 |   0.0 | 779M| 440 |   - |2882 |5151 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1028.13/1028.45	c  1004s|940000 |910980 |     0 |   0.0 | 788M| 440 |   - |2882 |5155 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1037.13/1037.48	c  1013s|950000 |920584 |     0 |   0.0 | 796M| 440 |   - |2882 |5169 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1046.12/1046.46	c  1022s|960000 |930218 |     0 |   0.0 | 804M| 440 |   - |2882 |5199 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1054.82/1055.16	c  1030s|970000 |939877 |     0 |   0.0 | 813M| 440 |   - |2882 |5220 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1063.72/1064.07	c  1039s|980000 |949512 |     0 |   0.0 | 821M| 440 |   - |2882 |5262 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1072.82/1073.11	c  1047s|990000 |959149 |     0 |   0.0 | 830M| 440 |   - |2882 |5298 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1081.71/1082.03	c  1056s|  1000k|968766 |     0 |   0.0 | 838M| 440 |   - |2882 |5337 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1090.81/1091.16	c  1065s|  1010k|978302 |     0 |   0.0 | 846M| 440 |   - |2882 |5344 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1099.61/1099.97	c  1074s|  1020k|987904 |     0 |   0.0 | 855M| 440 |   - |2882 |5382 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1108.52/1108.81	c  1082s|  1030k|997465 |     0 |   0.0 | 863M| 440 |   - |2882 |5448 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1117.20/1117.56	c  1091s|  1040k|  1007k|     0 |   0.0 | 872M| 440 |   - |2882 |5464 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1125.91/1126.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1125.91/1126.22	c  1099s|  1050k|  1016k|     0 |   0.0 | 880M| 440 |   - |2882 |5491 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1134.91/1135.23	c  1108s|  1060k|  1026k|     0 |   0.0 | 889M| 440 |   - |2882 |5511 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1143.60/1143.90	c  1116s|  1070k|  1035k|     0 |   0.0 | 897M| 440 |   - |2882 |5517 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1152.10/1152.43	c  1125s|  1080k|  1045k|     0 |   0.0 | 905M| 440 |   - |2882 |5545 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1160.70/1161.10	c  1133s|  1090k|  1054k|     0 |   0.0 | 914M| 440 |   - |2882 |5589 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1169.20/1169.58	c  1141s|  1100k|  1064k|     0 |   0.0 | 922M| 440 |   - |2882 |5588 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1177.90/1178.26	c  1150s|  1110k|  1074k|     0 |   0.0 | 931M| 440 |   - |2882 |5614 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1186.59/1186.99	c  1158s|  1120k|  1083k|     0 |   0.0 | 939M| 440 |   - |2882 |5690 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1195.09/1195.42	c  1166s|  1130k|  1093k|     0 |   0.0 | 948M| 440 |   - |2882 |5738 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1203.79/1204.15	c  1175s|  1140k|  1102k|     0 |   0.0 | 956M| 440 |   - |2882 |5802 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1212.48/1212.87	c  1183s|  1150k|  1112k|     0 |   0.0 | 965M| 440 |   - |2882 |5831 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1221.17/1221.57	c  1192s|  1160k|  1121k|     0 |   0.0 | 974M| 440 |   - |2882 |5867 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1230.07/1230.46	c  1200s|  1170k|  1131k|     0 |   0.0 | 982M| 440 |   - |2882 |5911 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1238.67/1239.09	c  1209s|  1180k|  1140k|     0 |   0.0 | 991M| 440 |   - |2882 |5930 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1247.36/1247.77	c  1217s|  1190k|  1150k|     0 |   0.0 | 999M| 440 |   - |2882 |5948 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1256.07/1256.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.07/1256.41	c  1225s|  1200k|  1159k|     0 |   0.0 |1008M| 440 |   - |2882 |6018 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1264.86/1265.21	c  1234s|  1210k|  1169k|     0 |   0.0 |1017M| 440 |   - |2882 |6083 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1273.57/1273.93	c  1242s|  1220k|  1178k|     0 |   0.0 |1025M| 440 |   - |2882 |6077 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1282.16/1282.50	c  1251s|  1230k|  1188k|     0 |   0.0 |1034M| 440 |   - |2882 |6135 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1290.65/1291.09	c  1259s|  1240k|  1197k|     0 |   0.0 |1043M| 440 |   - |2882 |6150 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1299.45/1299.88	c  1268s|  1250k|  1206k|     0 |   0.0 |1051M| 440 |   - |2882 |6182 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1307.96/1308.37	c  1276s|  1260k|  1216k|     0 |   0.0 |1060M| 440 |   - |2882 |6242 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1316.65/1317.03	c  1284s|  1270k|  1225k|     0 |   0.0 |1069M| 440 |   - |2882 |6312 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
1325.25/1325.67	c  1293s|  1280k|  1235k|     0 |   0.0 |1078M| 440 |   - |2882 |6342 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
1333.95/1334.33	c  1301s|  1290k|  1244k|     0 |   0.0 |1087M| 440 |   - |2882 |6358 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1342.44/1342.87	c  1309s|  1300k|  1254k|     0 |   0.0 |1096M| 440 |   - |2882 |6368 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1351.14/1351.58	c  1318s|  1310k|  1263k|     0 |   0.0 |1105M| 440 |   - |2882 |6387 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1359.74/1360.18	c  1326s|  1320k|  1272k|     0 |   0.0 |1114M| 440 |   - |2882 |6445 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1368.34/1368.75	c  1334s|  1330k|  1282k|     0 |   0.0 |1122M| 440 |   - |2882 |6432 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1376.93/1377.33	c  1343s|  1340k|  1291k|     0 |   0.0 |1131M| 440 |   - |2882 |6494 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1385.73/1386.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.73/1386.14	c  1351s|  1350k|  1300k|     0 |   0.0 |1140M| 440 |   - |2882 |6526 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1394.43/1394.83	c  1360s|  1360k|  1310k|     0 |   0.0 |1149M| 440 |   - |2882 |6521 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1402.93/1403.37	c  1368s|  1370k|  1319k|     0 |   0.0 |1158M| 440 |   - |2882 |6534 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1411.62/1412.02	c  1376s|  1380k|  1328k|     0 |   0.0 |1167M| 440 |   - |2882 |6510 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1420.32/1420.74	c  1385s|  1390k|  1337k|     0 |   0.0 |1176M| 440 |   - |2882 |6501 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1428.82/1429.23	c  1393s|  1400k|  1347k|     0 |   0.0 |1185M| 440 |   - |2882 |6518 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1437.33/1437.72	c  1401s|  1410k|  1356k|     0 |   0.0 |1193M| 440 |   - |2882 |6515 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1445.91/1446.31	c  1410s|  1420k|  1365k|     0 |   0.0 |1202M| 440 |   - |2882 |6564 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1454.41/1454.86	c  1418s|  1430k|  1374k|     0 |   0.0 |1211M| 440 |   - |2882 |6626 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1462.81/1463.25	c  1426s|  1440k|  1383k|     0 |   0.0 |1220M| 440 |   - |2882 |6678 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1471.21/1471.61	c  1434s|  1450k|  1393k|     0 |   0.0 |1229M| 440 |   - |2882 |6737 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1479.71/1480.14	c  1442s|  1460k|  1402k|     0 |   0.0 |1238M| 440 |   - |2882 |6791 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1488.20/1488.70	c  1451s|  1470k|  1411k|     0 |   0.0 |1248M| 440 |   - |2882 |6858 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1497.00/1497.49	c  1459s|  1480k|  1420k|     0 |   0.0 |1257M| 440 |   - |2882 |6880 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1505.60/1506.01	c  1468s|  1490k|  1429k|     0 |   0.0 |1266M| 440 |   - |2882 |6875 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1514.31/1514.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1514.31/1514.76	c  1476s|  1500k|  1438k|     0 |   0.0 |1275M| 440 |   - |2882 |6951 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1522.90/1523.39	c  1484s|  1510k|  1447k|     0 |   0.0 |1285M| 440 |   - |2882 |7017 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1531.90/1532.33	c  1493s|  1520k|  1456k|     0 |   0.0 |1294M| 440 |   - |2882 |7022 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1540.80/1541.25	c  1502s|  1530k|  1465k|     0 |   0.0 |1303M| 440 |   - |2882 |7057 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1549.79/1550.29	c  1511s|  1540k|  1474k|     0 |   0.0 |1312M| 440 |   - |2882 |7119 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1558.98/1559.44	c  1519s|  1550k|  1483k|     0 |   0.0 |1322M| 440 |   - |2882 |7111 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
1567.98/1568.46	c  1528s|  1560k|  1492k|     0 |   0.0 |1331M| 440 |   - |2882 |7169 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
1576.99/1577.43	c  1537s|  1570k|  1501k|     0 |   0.0 |1341M| 440 |   - |2882 |7271 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
1585.98/1586.43	c  1546s|  1580k|  1510k|     0 |   0.0 |1350M| 440 |   - |2882 |7242 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
1593.87/1594.34	c (node 1589213) switching to memory saving mode (mem: 1296.0M/1620.0M)
1595.58/1596.05	c  1555s|  1590k|  1518k|     0 |   0.0 |1359M| 441 |   - |2882 |7211 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
1615.37/1615.81	c  1574s|  1600k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7184 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
1636.47/1636.96	c  1595s|  1610k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7207 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
1659.96/1660.45	c  1618s|  1620k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7216 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1679.45/1679.90	c  1637s|  1630k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7182 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
1699.06/1699.53	c  1657s|  1640k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7190 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
1719.95/1720.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1719.95/1720.40	c  1677s|  1650k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7190 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
1741.74/1742.28	c  1699s|  1660k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7188 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
1764.33/1764.80	c  1721s|  1670k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7200 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
1788.63/1789.19	c  1745s|  1680k|  1518k|     0 |   0.0 |1359M| 444 |   - |2882 |7190 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1756.20
1800.03/1800.51	c Solving Nodes      : 1685894
1800.03/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.51	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.51	c Gap                : infinite
1800.03/1800.51	s UNKNOWN
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1756.20
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2663432-1276677652.opb
1800.03/1800.51	c   Variables        : 2882 (2882 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 3084 initial, 3084 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2663432-1276677652.opb
1800.03/1800.51	c   Variables        : 2882 (2882 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 3084 initial, 7358 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   and              :       0.17          0          0          0          0          0          0          0          0
1800.03/1800.51	c   linear           :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :          1          0    2645758          0    1130035       8427    2103515          0          0          0
1800.03/1800.51	c   setppc           :        400          0    3550308          0    1561382      32772     176856          0          0          0
1800.03/1800.51	c   and              :       2482          0    3886402          0    1614771        175   16117801          0          0          0
1800.03/1800.51	c   linear           :          1          0    3867615          0    1614771      50843     969706          0          0          0
1800.03/1800.51	c   logicor          :        200+         0     196382          0    1614728       4254    2132906          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0    1614771          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c   knapsack         :      68.76       0.00      53.56       0.00      15.20
1800.03/1800.51	c   setppc           :     305.01       0.00      55.14       0.00     249.87
1800.03/1800.51	c   and              :     308.32       0.00     138.60       0.00     169.72
1800.03/1800.51	c   linear           :     291.83       0.00     290.34       0.00       1.49
1800.03/1800.51	c   logicor          :      83.63       0.00      49.46       0.00      34.17
1800.03/1800.51	c   countsols        :       0.60       0.00       0.00       0.00       0.60
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       2.06          1          0          0
1800.03/1800.51	c   rootredcost      :       2.10          0          0          0
1800.03/1800.51	c   pseudoobj        :       1.66          0          0          0
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :     193.02      96471      96325     565094      344.2         38      207.9          -
1800.03/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -      58603      143.9          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -      53308      339.2          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :     486.91    1614771          0          0          0          0    3229542
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.00          -          0
1800.03/1800.51	c   trivial          :       0.00          1          0
1800.03/1800.51	c   simplerounding   :       0.00          0          0
1800.03/1800.51	c   zirounding       :       0.00          0          0
1800.03/1800.51	c   rounding         :       0.00          0          0
1800.03/1800.51	c   shifting         :       0.00          0          0
1800.03/1800.51	c   intshifting      :       0.00          0          0
1800.03/1800.51	c   oneopt           :       0.00          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.00          0          0
1800.03/1800.51	c   coefdiving       :       0.00          0          0
1800.03/1800.51	c   pscostdiving     :       0.00          0          0
1800.03/1800.51	c   fracdiving       :       0.00          0          0
1800.03/1800.51	c   veclendiving     :       0.00          0          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       0.00          0          0
1800.03/1800.51	c   linesearchdiving :       0.00          0          0
1800.03/1800.51	c   guideddiving     :       0.00          0          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.00          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.00          0          0
1800.03/1800.51	c   trysol           :       0.00          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :    1685894
1800.03/1800.51	c   nodes (total)    :    1685894
1800.03/1800.51	c   nodes left       :    1518279
1800.03/1800.51	c   max depth        :        444
1800.03/1800.51	c   max depth (total):        444
1800.03/1800.51	c   backtracks       :      27271 (1.6%)
1800.03/1800.51	c   delayed cutoffs  :      25370
1800.03/1800.51	c   repropagations   :     513392 (1340081 domain reductions, 25348 cutoffs)
1800.03/1800.51	c   avg switch length:       4.08
1800.03/1800.51	c   switching time   :     132.36
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          0 (0 improvements)
1800.03/1800.51	c   Primal Bound     :          -
1800.03/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.51	c   Gap              :   infinite
1800.03/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/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-2663432-1276677652/watcher-2663432-1276677652 -o /tmp/evaluation-result-2663432-1276677652/solver-2663432-1276677652 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663432-1276677652.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: 0.99 1.04 1.10 3/106 16406
/proc/meminfo: memFree=1757132/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=6584 CPUtime=0
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 1046 0 0 0 0 0 0 0 25 0 1 0 9058889 6742016 969 1992294400 4194304 7136930 140733305108096 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16406/statm: 1646 979 254 719 0 925 0

[startup+0.103057 s]
/proc/loadavg: 0.99 1.04 1.10 3/106 16406
/proc/meminfo: memFree=1757132/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=19900 CPUtime=0.09
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 4857 0 0 0 7 2 0 0 25 0 1 0 9058889 20377600 4169 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 4975 4169 327 719 0 4254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19900

[startup+0.201067 s]
/proc/loadavg: 0.99 1.04 1.10 3/106 16406
/proc/meminfo: memFree=1757132/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=19900 CPUtime=0.19
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 4857 0 0 0 12 7 0 0 25 0 1 0 9058889 20377600 4169 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 4975 4169 327 719 0 4254 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19900

[startup+0.301077 s]
/proc/loadavg: 0.99 1.04 1.10 3/106 16406
/proc/meminfo: memFree=1757132/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=21808 CPUtime=0.29
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 6648 0 0 0 18 11 0 0 25 0 1 0 9058889 22331392 4675 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 5452 4675 361 719 0 4731 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21808

[startup+0.701119 s]
/proc/loadavg: 0.99 1.04 1.10 3/106 16406
/proc/meminfo: memFree=1757132/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=23492 CPUtime=0.69
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 7608 0 0 0 50 19 0 0 18 0 1 0 9058889 24055808 5121 1992294400 4194304 7136930 140733305108096 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 5873 5121 389 719 0 5152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23492

[startup+1.5012 s]
/proc/loadavg: 0.99 1.04 1.10 2/107 16407
/proc/meminfo: memFree=1737036/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=24812 CPUtime=1.49
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 7930 0 0 0 128 21 0 0 19 0 1 0 9058889 25407488 5443 1992294400 4194304 7136930 140733305108096 18446744073709551615 5120184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 6203 5443 394 719 0 5482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24812

[startup+3.10037 s]
/proc/loadavg: 0.99 1.04 1.10 2/107 16407
/proc/meminfo: memFree=1736168/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=25836 CPUtime=3.09
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 8189 0 0 0 285 24 0 0 22 0 1 0 9058889 26456064 5702 1992294400 4194304 7136930 140733305108096 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 6459 5702 394 719 0 5738 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25836

[startup+6.30069 s]
/proc/loadavg: 1.15 1.07 1.11 2/107 16407
/proc/meminfo: memFree=1732820/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=29032 CPUtime=6.29
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 9025 0 0 0 599 30 0 0 25 0 1 0 9058889 29728768 6538 1992294400 4194304 7136930 140733305108096 18446744073709551615 4740313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 7258 6538 394 719 0 6537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29032

[startup+12.7004 s]
/proc/loadavg: 1.14 1.07 1.11 2/107 16407
/proc/meminfo: memFree=1726504/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=34660 CPUtime=12.68
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 10411 0 0 0 1225 43 0 0 25 0 1 0 9058889 35491840 7924 1992294400 4194304 7136930 140733305108096 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 8665 7924 394 719 0 7944 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34660

[startup+25.5017 s]
/proc/loadavg: 1.11 1.07 1.11 2/107 16407
/proc/meminfo: memFree=1714352/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=46828 CPUtime=25.48
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 13497 0 0 0 2470 78 0 0 25 0 1 0 9058889 47951872 11010 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 11707 11010 394 719 0 10986 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46828

[startup+51.1013 s]
/proc/loadavg: 1.07 1.06 1.10 2/107 16407
/proc/meminfo: memFree=1691784/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=69568 CPUtime=51.08
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 19185 0 0 0 4943 165 0 0 25 0 1 0 9058889 71237632 16698 1992294400 4194304 7136930 140733305108096 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 17392 16698 394 719 0 16671 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69568

[startup+102.302 s]
/proc/loadavg: 1.03 1.05 1.09 2/107 16409
/proc/meminfo: memFree=1657436/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=105148 CPUtime=102.27
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 27630 0 0 0 9967 260 0 0 25 0 1 0 9058889 107671552 25143 1992294400 4194304 7136930 140733305108096 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 26287 25143 394 719 0 25566 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 105148

[startup+162.302 s]
/proc/loadavg: 1.06 1.05 1.09 2/107 16411
/proc/meminfo: memFree=1618996/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=144088 CPUtime=162.25
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 37409 0 0 0 15849 376 0 0 25 0 1 0 9058889 147546112 34922 1992294400 4194304 7136930 140733305108096 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 36022 34922 394 719 0 35301 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 144088

[startup+222.309 s]
/proc/loadavg: 1.06 1.06 1.09 2/107 16413
/proc/meminfo: memFree=1577332/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=185184 CPUtime=222.24
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 47586 0 0 0 21725 499 0 0 25 0 1 0 9058889 189628416 45099 1992294400 4194304 7136930 140733305108096 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 46296 45099 394 719 0 45575 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 185184

[startup+282.301 s]
/proc/loadavg: 1.06 1.06 1.09 2/107 16413
/proc/meminfo: memFree=1537280/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=229708 CPUtime=282.22
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 57689 0 0 0 27605 617 0 0 25 0 1 0 9058889 235220992 55202 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 57427 55202 394 719 0 56706 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 229708

[startup+342.301 s]
/proc/loadavg: 1.06 1.06 1.09 2/107 16415
/proc/meminfo: memFree=1492392/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=273824 CPUtime=342.21
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 68750 0 0 0 33475 746 0 0 25 0 1 0 9058889 280395776 66263 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 68456 66263 394 719 0 67735 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 273824

[startup+402.301 s]
/proc/loadavg: 1.05 1.06 1.09 2/107 16417
/proc/meminfo: memFree=1447380/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=319640 CPUtime=402.19
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 79977 0 0 0 39347 872 0 0 25 0 1 0 9058889 327311360 77490 1992294400 4194304 7136930 140733305108096 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 79910 77490 394 719 0 79189 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 319640

[startup+462.302 s]
/proc/loadavg: 1.13 1.07 1.09 2/107 16419
/proc/meminfo: memFree=1406460/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=360244 CPUtime=462.18
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 90137 0 0 0 45214 1004 0 0 25 0 1 0 9058889 368889856 87650 1992294400 4194304 7136930 140733305108096 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 90061 87650 394 719 0 89340 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 360244

[startup+522.302 s]
/proc/loadavg: 1.12 1.07 1.09 2/107 16421
/proc/meminfo: memFree=1357852/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=409008 CPUtime=522.16
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 102291 0 0 0 51073 1143 0 0 25 0 1 0 9058889 418824192 99804 1992294400 4194304 7136930 140733305108096 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 102252 99804 394 719 0 101531 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 409008

[startup+582.301 s]
/proc/loadavg: 1.11 1.07 1.09 2/107 16421
/proc/meminfo: memFree=1314080/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=462340 CPUtime=582.15
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 113171 0 0 0 56932 1283 0 0 25 0 1 0 9058889 473436160 110684 1992294400 4194304 7136930 140733305108096 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 115585 110684 394 719 0 114864 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 462340

[startup+642.301 s]
/proc/loadavg: 1.10 1.07 1.09 2/107 16423
/proc/meminfo: memFree=1267704/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=508332 CPUtime=642.13
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 124839 0 0 0 62790 1423 0 0 25 0 1 0 9058889 520531968 122352 1992294400 4194304 7136930 140733305108096 18446744073709551615 5121846 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 127083 122352 394 719 0 126362 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 508332

[startup+702.301 s]

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

/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 217493 0 0 0 103702 2501 0 0 25 0 1 0 9058889 908734464 215006 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 221859 215006 394 719 0 221138 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 887436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 16437
/proc/meminfo: memFree=836556/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=963720 CPUtime=1122.01
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 232163 0 0 0 109534 2667 0 0 25 0 1 0 9058889 986849280 229676 1992294400 4194304 7136930 140733305108096 18446744073709551615 4610169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 240930 229676 394 719 0 240209 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 963720

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 16437
/proc/meminfo: memFree=775300/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1026580 CPUtime=1181.99
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 247663 0 0 0 115361 2838 0 0 25 0 1 0 9058889 1051217920 245176 1992294400 4194304 7136930 140733305108096 18446744073709551615 4240406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 256645 245176 394 719 0 255924 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1026580

[startup+1242.3 s]
/proc/loadavg: 1.24 1.07 1.06 2/107 16448
/proc/meminfo: memFree=715036/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1088640 CPUtime=1241.96
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 262513 0 0 0 121180 3016 0 0 25 0 1 0 9058889 1114767360 260026 1992294400 4194304 7136930 140733305108096 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 272160 260026 394 719 0 271439 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1088640

[startup+1302.3 s]
/proc/loadavg: 1.09 1.06 1.05 2/107 16450
/proc/meminfo: memFree=653408/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1153272 CPUtime=1301.95
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 277684 0 0 0 127004 3191 0 0 25 0 1 0 9058889 1180950528 275197 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 288318 275197 394 719 0 287597 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1153272

[startup+1362.3 s]
/proc/loadavg: 1.07 1.06 1.05 2/107 16452
/proc/meminfo: memFree=591532/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1221348 CPUtime=1361.94
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 293377 0 0 0 132817 3377 0 0 25 0 1 0 9058889 1250660352 290890 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 305337 290890 394 719 0 304616 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1221348

[startup+1422.3 s]
/proc/loadavg: 1.02 1.05 1.05 2/107 16454
/proc/meminfo: memFree=523084/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1295976 CPUtime=1421.93
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 310179 0 0 0 138639 3554 0 0 25 0 1 0 9058889 1327079424 307692 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 323994 307692 394 719 0 323273 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1295976

[startup+1482.3 s]
/proc/loadavg: 1.01 1.03 1.04 2/107 16454
/proc/meminfo: memFree=458976/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1362912 CPUtime=1481.91
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 326316 0 0 0 144457 3734 0 0 25 0 1 0 9058889 1395621888 323829 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 340728 323829 394 719 0 340007 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1362912

[startup+1542.31 s]
/proc/loadavg: 1.00 1.03 1.03 2/107 16456
/proc/meminfo: memFree=394248/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1434964 CPUtime=1541.9
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 342326 0 0 0 150278 3912 0 0 25 0 1 0 9058889 1469403136 339839 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 358741 339839 394 719 0 358020 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1434964

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.03 2/107 16458
/proc/meminfo: memFree=334356/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1500392 CPUtime=1601.87
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363123 0 0 0 156105 4082 0 0 25 0 1 0 9058889 1536401408 354704 1992294400 4194304 7136930 140733305108096 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 375098 354704 394 719 0 374377 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1500392

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/107 16460
/proc/meminfo: memFree=333240/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1501536 CPUtime=1661.86
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363416 0 0 0 162021 4165 0 0 25 0 1 0 9058889 1537572864 354997 1992294400 4194304 7136930 140733305108096 18446744073709551615 4677228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 375384 354997 394 719 0 374663 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1501536

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/107 16462
/proc/meminfo: memFree=332744/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1501820 CPUtime=1721.84
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363509 0 0 0 167911 4273 0 0 25 0 1 0 9058889 1537863680 355090 1992294400 4194304 7136930 140733305108096 18446744073709551615 4703672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 375455 355090 394 719 0 374734 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1501820

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 16462
/proc/meminfo: memFree=332372/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1502120 CPUtime=1781.82
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363556 0 0 0 173832 4350 0 0 25 0 1 0 9058889 1538170880 355137 1992294400 4194304 7136930 140733305108096 18446744073709551615 4240452 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 375530 355137 394 719 0 374809 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1502120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 16464
/proc/meminfo: memFree=332372/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1502120 CPUtime=1800.03
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363563 0 0 0 175623 4380 0 0 25 0 1 0 9058889 1538170880 355144 1992294400 4194304 7136930 140733305108096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16406/statm: 375530 355144 394 719 0 374809 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1502120

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16406

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.01 2/108 16465
/proc/meminfo: memFree=332116/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1502120 CPUtime=1801.02
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363588 0 0 0 175722 4380 0 0 19 0 1 0 9058889 1538170880 355169 1992294400 4194304 7136930 140733305108096 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16406/statm: 375530 355169 399 719 0 374809 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 1502120

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/108 16465
/proc/meminfo: memFree=332116/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1501604 CPUtime=1801.82
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363588 0 0 0 175802 4380 0 0 20 0 1 0 9058889 1537642496 355040 1992294400 4194304 7136930 140733305108096 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16406/statm: 375401 355040 399 719 0 374680 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 1501604

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.01 2/108 16465
/proc/meminfo: memFree=332116/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=1501088 CPUtime=1802.02
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4202496 363588 0 0 0 175822 4380 0 0 21 0 1 0 9058889 1537114112 354911 1992294400 4194304 7136930 140733305108096 18446744073709551615 4616671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16406/statm: 375272 354911 399 719 0 374551 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 1501088

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.01 2/108 16465
/proc/meminfo: memFree=332116/2059040 swapFree=4175448/4192956
[pid=16406] ppid=16404 vsize=0 CPUtime=1802.12
/proc/16406/stat : 16406 (pbscip.linux.x8) R 16404 16406 16046 0 -1 4203524 363588 0 0 0 175823 4389 0 0 21 0 1 0 9058889 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16406/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.17
CPU user time (s): 1758.23
CPU system time (s): 43.9353
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1531616

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

runsolver used 3.00454 second user time and 8.50871 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 10:40:52
IDJOB=2663432
IDBENCH=48310
IDSOLVER=1167
FILE ID=node083/2663432-1276677652
PBS_JOBID= 11172557
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_1_40.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-2663432-1276677652/watcher-2663432-1276677652 -o /tmp/evaluation-result-2663432-1276677652/solver-2663432-1276677652 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663432-1276677652.opb -t 1800 -m 1800

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

MD5SUM BENCH= 81f2bead00561b4f63e5b8d0478a31b2
RANDOM SEED=216558992

node083.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.262
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.52
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.262
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1757660 kB
Buffers:         53812 kB
Cached:         114968 kB
SwapCached:      13528 kB
Active:          92100 kB
Inactive:       132488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1757660 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:       42204 kB
Mapped:          14376 kB
Slab:            54968 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182748 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= 62552 MiB
End job on node083 at 2010-06-16 11:10:54