Trace number 2663459

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) 1801.89 1802.42

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
MD5SUM6f80de356bf70dde8dfbe2efc2cb9dee
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of 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)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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-2663459-1276679671.opb>
0.03/0.08	c original problem has 6604 variables (6604 bin, 0 int, 0 impl, 0 cont) and 6806 constraints
0.03/0.08	c problem read
0.03/0.08	c No objective function, only one solution is needed.
0.03/0.08	c presolving settings loaded
0.03/0.08	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.09/0.17	c presolving:
0.39/0.46	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50032 impls, 400 clqs
0.59/0.69	c presolving (2 rounds):
0.59/0.69	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.69	c  50032 implications, 400 cliques
0.59/0.69	c presolved problem has 6604 variables (6604 bin, 0 int, 0 impl, 0 cont) and 6806 constraints
0.59/0.69	c       1 constraints of type <knapsack>
0.59/0.69	c     400 constraints of type <setppc>
0.59/0.69	c    6204 constraints of type <and>
0.59/0.69	c       1 constraints of type <linear>
0.59/0.69	c     200 constraints of type <logicor>
0.59/0.69	c transformed objective value is always integral (scale: 1)
0.59/0.69	c Presolving Time: 0.39
0.59/0.69	c - non default parameters ----------------------------------------------------------------------
0.59/0.69	c # SCIP version 1.2.1.2
0.59/0.69	c 
0.59/0.69	c # frequency for displaying node information lines
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.69	c display/freq = 10000
0.59/0.69	c 
0.59/0.69	c # maximal time in seconds to run
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.69	c limits/time = 1799.92
0.59/0.69	c 
0.59/0.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.69	c limits/memory = 1620
0.59/0.69	c 
0.59/0.69	c # solving stops, if the given number of solutions were found (-1: no limit)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.69	c limits/solutions = 1
0.59/0.69	c 
0.59/0.69	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c lp/solvefreq = -1
0.59/0.69	c 
0.59/0.69	c # maximal number of separation rounds per node (-1: unlimited)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 5]
0.59/0.69	c separating/maxrounds = 1
0.59/0.69	c 
0.59/0.69	c # maximal number of separation rounds in the root node (-1: unlimited)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.69	c separating/maxroundsroot = 5
0.59/0.69	c 
0.59/0.69	c # should presolving try to simplify inequalities
0.59/0.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.69	c constraints/linear/simplifyinequalities = TRUE
0.59/0.69	c 
0.59/0.69	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.59/0.69	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.59/0.69	c constraints/knapsack/disaggregation = FALSE
0.59/0.69	c 
0.59/0.69	c # should presolving try to simplify knapsacks
0.59/0.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.69	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.69	c 
0.59/0.69	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.69	c presolving/probing/maxrounds = 0
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/coefdiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/coefdiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/coefdiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 30]
0.59/0.69	c heuristics/crossover/freq = -1
0.59/0.69	c 
0.59/0.69	c # number of nodes added to the contingent of the total nodes
0.59/0.69	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.69	c heuristics/crossover/nodesofs = 750
0.59/0.69	c 
0.59/0.69	c # number of nodes without incumbent change that heuristic should wait
0.59/0.69	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.59/0.69	c heuristics/crossover/nwaitingnodes = 100
0.59/0.69	c 
0.59/0.69	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.59/0.69	c # [type: real, range: [0,1], default: 0.1]
0.59/0.69	c heuristics/crossover/nodesquot = 0.15
0.59/0.69	c 
0.59/0.69	c # minimum percentage of integer variables that have to be fixed 
0.59/0.69	c # [type: real, range: [0,1], default: 0.666]
0.59/0.69	c heuristics/crossover/minfixingrate = 0.5
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.69	c heuristics/feaspump/freq = -1
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/feaspump/maxlpiterofs = 2000
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/fracdiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/fracdiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/fracdiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/guideddiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/guideddiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/guideddiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/intdiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/intshifting/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/linesearchdiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c heuristics/nlp/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.69	c heuristics/objpscostdiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to total iteration number
0.59/0.69	c # [type: real, range: [0,1], default: 0.01]
0.59/0.69	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c heuristics/oneopt/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/pscostdiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/pscostdiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.69	c heuristics/rens/freq = -1
0.59/0.69	c 
0.59/0.69	c # minimum percentage of integer variables that have to be fixable 
0.59/0.69	c # [type: real, range: [0,1], default: 0.5]
0.59/0.69	c heuristics/rens/minfixingrate = 0.3
0.59/0.69	c 
0.59/0.69	c # number of nodes added to the contingent of the total nodes
0.59/0.69	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.69	c heuristics/rens/nodesofs = 2000
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.69	c heuristics/rootsoldiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.59/0.69	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c heuristics/rounding/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/shifting/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c heuristics/simplerounding/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.69	c heuristics/trivial/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c heuristics/trysol/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.69	c heuristics/veclendiving/freq = -1
0.59/0.69	c 
0.59/0.69	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.69	c heuristics/veclendiving/maxlpiterquot = 0.075
0.59/0.69	c 
0.59/0.69	c # additional number of allowed LP iterations
0.59/0.69	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.69	c heuristics/veclendiving/maxlpiterofs = 1500
0.59/0.69	c 
0.59/0.69	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.69	c heuristics/zirounding/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.69	c separating/cmir/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.69	c separating/flowcover/freq = -1
0.59/0.69	c 
0.59/0.69	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.69	c separating/rapidlearning/freq = 0
0.59/0.69	c 
0.59/0.69	c -----------------------------------------------------------------------------------------------
0.59/0.69	c start solving
0.59/0.69	c 
0.69/0.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.70	c   0.4s|     1 |     2 |     0 |     - |  17M|   0 |   - |6604 |6806 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.38/43.42	c  42.8s| 10000 |  9612 |     0 |   0.0 |  36M| 343 |   - |6604 |7091 |   0 |   0 |   0 | 415 |   0 | 0.000000e+00 |      --      |    Inf 
75.26/75.31	c  74.3s| 20000 | 19312 |     0 |   0.0 |  50M| 343 |   - |6604 |7270 |   0 |   0 |   0 | 694 |   0 | 0.000000e+00 |      --      |    Inf 
95.46/95.59	c  94.2s| 30000 | 28900 |     0 |   0.0 |  61M| 343 |   - |6604 |7504 |   0 |   0 |   0 |1009 |   0 | 0.000000e+00 |      --      |    Inf 
120.56/120.66	c   119s| 40000 | 35373 |     0 |   0.0 |  70M| 343 |   - |6604 |7185 |   0 |   0 |   0 |3700 |   0 | 0.000000e+00 |      --      |    Inf 
161.45/161.51	c   159s| 50000 | 45203 |     0 |   0.0 |  87M| 343 |   - |6604 |7176 |   0 |   0 |   0 |3866 |   0 | 0.000000e+00 |      --      |    Inf 
204.93/205.01	c   203s| 60000 | 55016 |     0 |   0.0 | 104M| 343 |   - |6604 |7203 |   0 |   0 |   0 |4030 |   0 | 0.000000e+00 |      --      |    Inf 
246.72/246.80	c   244s| 70000 | 64833 |     0 |   0.0 | 121M| 343 |   - |6604 |7226 |   0 |   0 |   0 |4207 |   0 | 0.000000e+00 |      --      |    Inf 
290.41/290.53	c   287s| 80000 | 74623 |     0 |   0.0 | 137M| 343 |   - |6604 |7202 |   0 |   0 |   0 |4369 |   0 | 0.000000e+00 |      --      |    Inf 
332.50/332.64	c   329s| 90000 | 84442 |     0 |   0.0 | 154M| 343 |   - |6604 |7211 |   0 |   0 |   0 |4523 |   0 | 0.000000e+00 |      --      |    Inf 
373.80/373.92	c   370s|100000 | 94245 |     0 |   0.0 | 171M| 343 |   - |6604 |7244 |   0 |   0 |   0 |4699 |   0 | 0.000000e+00 |      --      |    Inf 
414.98/415.10	c   411s|110000 |104051 |     0 |   0.0 | 187M| 343 |   - |6604 |7247 |   0 |   0 |   0 |4866 |   0 | 0.000000e+00 |      --      |    Inf 
455.97/456.18	c   452s|120000 |113854 |     0 |   0.0 | 204M| 343 |   - |6604 |7249 |   0 |   0 |   0 |5024 |   0 | 0.000000e+00 |      --      |    Inf 
496.85/497.09	c   492s|130000 |123649 |     0 |   0.0 | 220M| 343 |   - |6604 |7258 |   0 |   0 |   0 |5192 |   0 | 0.000000e+00 |      --      |    Inf 
536.65/536.85	c   532s|140000 |133386 |     0 |   0.0 | 237M| 343 |   - |6604 |7282 |   0 |   0 |   0 |5408 |   0 | 0.000000e+00 |      --      |    Inf 
577.63/577.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
577.63/577.86	c   572s|150000 |143169 |     0 |   0.0 | 254M| 343 |   - |6604 |7308 |   0 |   0 |   0 |5606 |   0 | 0.000000e+00 |      --      |    Inf 
616.82/617.07	c   611s|160000 |152985 |     0 |   0.0 | 270M| 343 |   - |6604 |7333 |   0 |   0 |   0 |5765 |   0 | 0.000000e+00 |      --      |    Inf 
656.31/656.53	c   650s|170000 |162765 |     0 |   0.0 | 287M| 343 |   - |6604 |7341 |   0 |   0 |   0 |5956 |   0 | 0.000000e+00 |      --      |    Inf 
695.20/695.48	c   689s|180000 |172543 |     0 |   0.0 | 303M| 343 |   - |6604 |7364 |   0 |   0 |   0 |6137 |   0 | 0.000000e+00 |      --      |    Inf 
733.28/733.57	c   727s|190000 |182359 |     0 |   0.0 | 319M| 343 |   - |6604 |7383 |   0 |   0 |   0 |6303 |   0 | 0.000000e+00 |      --      |    Inf 
771.38/771.64	c   764s|200000 |192143 |     0 |   0.0 | 335M| 343 |   - |6604 |7438 |   0 |   0 |   0 |6492 |   0 | 0.000000e+00 |      --      |    Inf 
809.46/809.74	c   802s|210000 |201924 |     0 |   0.0 | 351M| 343 |   - |6604 |7457 |   0 |   0 |   0 |6690 |   0 | 0.000000e+00 |      --      |    Inf 
846.95/847.23	c   839s|220000 |211721 |     0 |   0.0 | 368M| 343 |   - |6604 |7477 |   0 |   0 |   0 |6873 |   0 | 0.000000e+00 |      --      |    Inf 
885.64/885.98	c   878s|230000 |221478 |     0 |   0.0 | 384M| 343 |   - |6604 |7516 |   0 |   0 |   0 |7082 |   0 | 0.000000e+00 |      --      |    Inf 
922.64/922.93	c   914s|240000 |231274 |     0 |   0.0 | 400M| 343 |   - |6604 |7524 |   0 |   0 |   0 |7265 |   0 | 0.000000e+00 |      --      |    Inf 
960.71/961.07	c   952s|250000 |241038 |     0 |   0.0 | 417M| 343 |   - |6604 |7546 |   0 |   0 |   0 |7470 |   0 | 0.000000e+00 |      --      |    Inf 
997.81/998.10	c   989s|260000 |250809 |     0 |   0.0 | 433M| 343 |   - |6604 |7579 |   0 |   0 |   0 |7678 |   0 | 0.000000e+00 |      --      |    Inf 
1035.70/1036.03	c  1026s|270000 |260571 |     0 |   0.0 | 450M| 343 |   - |6604 |7587 |   0 |   0 |   0 |7880 |   0 | 0.000000e+00 |      --      |    Inf 
1073.38/1073.77	c  1064s|280000 |270333 |     0 |   0.0 | 466M| 343 |   - |6604 |7612 |   0 |   0 |   0 |8074 |   0 | 0.000000e+00 |      --      |    Inf 
1109.97/1110.36	c  1100s|290000 |280106 |     0 |   0.0 | 482M| 343 |   - |6604 |7642 |   0 |   0 |   0 |8277 |   0 | 0.000000e+00 |      --      |    Inf 
1146.56/1146.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.56/1146.98	c  1136s|300000 |289881 |     0 |   0.0 | 498M| 343 |   - |6604 |7655 |   0 |   0 |   0 |8475 |   0 | 0.000000e+00 |      --      |    Inf 
1182.75/1183.13	c  1172s|310000 |299653 |     0 |   0.0 | 514M| 343 |   - |6604 |7683 |   0 |   0 |   0 |8674 |   0 | 0.000000e+00 |      --      |    Inf 
1220.84/1221.25	c  1210s|320000 |309308 |     0 |   0.0 | 531M| 343 |   - |6604 |7801 |   0 |   0 |   0 |9027 |   0 | 0.000000e+00 |      --      |    Inf 
1257.53/1257.95	c  1246s|330000 |319054 |     0 |   0.0 | 547M| 343 |   - |6604 |7813 |   0 |   0 |   0 |9241 |   0 | 0.000000e+00 |      --      |    Inf 
1292.53/1292.94	c  1281s|340000 |328816 |     0 |   0.0 | 563M| 343 |   - |6604 |7827 |   0 |   0 |   0 |9440 |   0 | 0.000000e+00 |      --      |    Inf 
1328.10/1328.50	c  1316s|350000 |338583 |     0 |   0.0 | 579M| 343 |   - |6604 |7819 |   0 |   0 |   0 |9648 |   0 | 0.000000e+00 |      --      |    Inf 
1363.39/1363.88	c  1351s|360000 |348350 |     0 |   0.0 | 595M| 343 |   - |6604 |7836 |   0 |   0 |   0 |9843 |   0 | 0.000000e+00 |      --      |    Inf 
1399.80/1400.30	c  1387s|370000 |358088 |     0 |   0.0 | 612M| 343 |   - |6604 |7847 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1434.98/1435.43	c  1422s|380000 |367830 |     0 |   0.0 | 628M| 343 |   - |6604 |7862 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1470.06/1470.57	c  1457s|390000 |377585 |     0 |   0.0 | 644M| 343 |   - |6604 |7870 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1505.05/1505.53	c  1491s|400000 |387322 |     0 |   0.0 | 660M| 343 |   - |6604 |7905 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1540.03/1540.59	c  1526s|410000 |397073 |     0 |   0.0 | 676M| 343 |   - |6604 |7928 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1574.63/1575.20	c  1560s|420000 |406844 |     0 |   0.0 | 692M| 343 |   - |6604 |7966 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1609.21/1609.77	c  1595s|430000 |416564 |     0 |   0.0 | 708M| 343 |   - |6604 |8003 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1644.11/1644.69	c  1629s|440000 |426317 |     0 |   0.0 | 724M| 343 |   - |6604 |8025 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1678.29/1678.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.29/1678.85	c  1663s|450000 |436074 |     0 |   0.0 | 740M| 343 |   - |6604 |8032 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1713.38/1713.92	c  1698s|460000 |445788 |     0 |   0.0 | 756M| 343 |   - |6604 |8038 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1747.67/1748.25	c  1732s|470000 |455528 |     0 |   0.0 | 772M| 343 |   - |6604 |8064 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1782.47/1783.09	c  1766s|480000 |465255 |     0 |   0.0 | 788M| 343 |   - |6604 |8085 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.61	c 
1800.07/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.61	c Solving Time (sec) : 1783.67
1800.07/1800.61	c Solving Nodes      : 485016
1800.07/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.61	c Gap                : infinite
1800.07/1800.61	s UNKNOWN
1800.07/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.61	c Solving Time       :    1783.67
1800.07/1800.61	c Original Problem   :
1800.07/1800.61	c   Problem name     : HOME/instance-2663459-1276679671.opb
1800.07/1800.61	c   Variables        : 6604 (6604 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 6806 initial, 6806 maximal
1800.07/1800.61	c Presolved Problem  :
1800.07/1800.61	c   Problem name     : t_HOME/instance-2663459-1276679671.opb
1800.07/1800.61	c   Variables        : 6604 (6604 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 6806 initial, 9476 maximal
1800.07/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.61	c   and              :       0.25          0          0          0          0          0          0          0          0
1800.07/1800.61	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.07/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.61	c   knapsack         :          1          0     709798          0     336192       1219     199189          0          0          0
1800.07/1800.61	c   setppc           :        400          0    1090217          0     479208       6422     255795          0          0          0
1800.07/1800.61	c   and              :       6204          0    1083795          0     479208          5   11753690          0          0          0
1800.07/1800.61	c   linear           :          1          0    1081379          0     479208       1306      99539          0          0          0
1800.07/1800.61	c   logicor          :        200+         0      30691          0     479208        136     273205          0          0          0
1800.07/1800.61	c   countsols        :          0          0          0          0     479208          0          0          0          0          0
1800.07/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.61	c   knapsack         :      18.12       0.00      10.53       0.00       7.59
1800.07/1800.61	c   setppc           :     370.90       0.00      22.23       0.00     348.67
1800.07/1800.61	c   and              :     552.19       0.00     196.18       0.00     356.01
1800.07/1800.61	c   linear           :      58.38       0.00      57.34       0.00       1.04
1800.07/1800.61	c   logicor          :      36.06       0.00       4.86       0.00      31.20
1800.07/1800.61	c   countsols        :       0.28       0.00       0.00       0.00       0.28
1800.07/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.61	c   vbounds          :       0.86          1          0          0
1800.07/1800.61	c   rootredcost      :       0.58          0          0          0
1800.07/1800.61	c   pseudoobj        :       0.33          0          0          0
1800.07/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.61	c   propagation      :       6.79       9088       9025      14218      174.5         12      161.4          -
1800.07/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.61	c   applied globally :          -          -          -      12582      158.9          -          -          -
1800.07/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.61	c Pricers            :       Time      Calls       Vars
1800.07/1800.61	c   problem variables:       0.00          0          0
1800.07/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   inference        :     661.03     479208          0          0          0          0     958416
1800.07/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.61	c   LP solutions     :       0.00          -          0
1800.07/1800.61	c   pseudo solutions :       0.00          -          0
1800.07/1800.61	c   trivial          :       0.02          1          0
1800.07/1800.61	c   simplerounding   :       0.00          0          0
1800.07/1800.61	c   zirounding       :       0.00          0          0
1800.07/1800.61	c   rounding         :       0.00          0          0
1800.07/1800.61	c   shifting         :       0.00          0          0
1800.07/1800.61	c   intshifting      :       0.00          0          0
1800.07/1800.61	c   oneopt           :       0.00          0          0
1800.07/1800.61	c   twoopt           :       0.00          0          0
1800.07/1800.61	c   fixandinfer      :       0.00          0          0
1800.07/1800.61	c   feaspump         :       0.00          0          0
1800.07/1800.61	c   coefdiving       :       0.00          0          0
1800.07/1800.61	c   pscostdiving     :       0.00          0          0
1800.07/1800.61	c   fracdiving       :       0.00          0          0
1800.07/1800.61	c   veclendiving     :       0.00          0          0
1800.07/1800.61	c   intdiving        :       0.00          0          0
1800.07/1800.61	c   actconsdiving    :       0.00          0          0
1800.07/1800.61	c   objpscostdiving  :       0.00          0          0
1800.07/1800.61	c   rootsoldiving    :       0.00          0          0
1800.07/1800.61	c   linesearchdiving :       0.00          0          0
1800.07/1800.61	c   guideddiving     :       0.00          0          0
1800.07/1800.61	c   octane           :       0.00          0          0
1800.07/1800.61	c   rens             :       0.00          0          0
1800.07/1800.61	c   rins             :       0.00          0          0
1800.07/1800.61	c   localbranching   :       0.00          0          0
1800.07/1800.61	c   mutation         :       0.00          0          0
1800.07/1800.61	c   crossover        :       0.00          0          0
1800.07/1800.61	c   dins             :       0.00          0          0
1800.07/1800.61	c   undercover       :       0.00          0          0
1800.07/1800.61	c   nlp              :       0.00          0          0
1800.07/1800.61	c   trysol           :       0.00          0          0
1800.07/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.61	c B&B Tree           :
1800.07/1800.61	c   number of runs   :          1
1800.07/1800.61	c   nodes            :     485016
1800.07/1800.61	c   nodes (total)    :     485016
1800.07/1800.61	c   nodes left       :     470121
1800.07/1800.61	c   max depth        :        343
1800.07/1800.61	c   max depth (total):        343
1800.07/1800.61	c   backtracks       :       3457 (0.7%)
1800.07/1800.61	c   delayed cutoffs  :       3280
1800.07/1800.61	c   repropagations   :     102177 (379007 domain reductions, 3280 cutoffs)
1800.07/1800.61	c   avg switch length:       2.94
1800.07/1800.61	c   switching time   :      51.99
1800.07/1800.61	c Solution           :
1800.07/1800.61	c   Solutions found  :          0 (0 improvements)
1800.07/1800.61	c   Primal Bound     :          -
1800.07/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.61	c   Gap              :   infinite
1800.07/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.61	c   Root Iterations  :          0
1801.86/1802.42	c Time complete: 1801.88.

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-2663459-1276679671/watcher-2663459-1276679671 -o /tmp/evaluation-result-2663459-1276679671/solver-2663459-1276679671 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663459-1276679671.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.01 1.02 1.00 3/106 14868
/proc/meminfo: memFree=1707936/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=6584 CPUtime=0
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 945 0 0 0 0 0 0 0 18 0 1 0 9259468 6742016 868 1992294400 4194304 7136930 140734882271104 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14868/statm: 1646 877 254 719 0 925 0

[startup+0.0425969 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 14868
/proc/meminfo: memFree=1707936/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=13040 CPUtime=0.03
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 2735 0 0 0 3 0 0 0 20 0 1 0 9259468 13352960 2658 1992294400 4194304 7136930 140734882271104 18446744073709551615 6360954 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14868/statm: 3516 2671 269 719 0 2795 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13040

[startup+0.100602 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 14868
/proc/meminfo: memFree=1707936/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=20412 CPUtime=0.09
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 4939 0 0 0 8 1 0 0 20 0 1 0 9259468 20901888 4508 1992294400 4194304 7136930 140734882271104 18446744073709551615 4682628 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 5103 4518 281 719 0 4382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20412

[startup+0.300619 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 14868
/proc/meminfo: memFree=1707936/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=30800 CPUtime=0.29
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 7609 0 0 0 23 6 0 0 20 0 1 0 9259468 31539200 6921 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 7700 6921 327 719 0 6979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30800

[startup+0.700655 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 14868
/proc/meminfo: memFree=1707936/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=36700 CPUtime=0.69
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 10900 0 0 0 50 19 0 0 21 0 1 0 9259468 37580800 8413 1992294400 4194304 7136930 140734882271104 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 9175 8413 382 719 0 8454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36700

[startup+1.50073 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 14869
/proc/meminfo: memFree=1674572/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=39040 CPUtime=1.49
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 11484 0 0 0 129 20 0 0 23 0 1 0 9259468 39976960 8997 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 9760 8997 389 719 0 9039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39040

[startup+3.10087 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 14869
/proc/meminfo: memFree=1672712/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=40296 CPUtime=3.09
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 11812 0 0 0 287 22 0 0 25 0 1 0 9259468 41263104 9325 1992294400 4194304 7136930 140734882271104 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 10074 9325 394 719 0 9353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40296

[startup+6.30015 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 14869
/proc/meminfo: memFree=1670852/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=41924 CPUtime=6.29
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 12186 0 0 0 604 25 0 0 25 0 1 0 9259468 42930176 9699 1992294400 4194304 7136930 140734882271104 18446744073709551615 4436499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 10481 9699 394 719 0 9760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41924

[startup+12.7017 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 14869
/proc/meminfo: memFree=1667380/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=44860 CPUtime=12.69
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 12930 0 0 0 1239 30 0 0 25 0 1 0 9259468 45936640 10443 1992294400 4194304 7136930 140734882271104 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 11215 10443 394 719 0 10494 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44860

[startup+25.5009 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 14869
/proc/meminfo: memFree=1656220/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=55964 CPUtime=25.48
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 15701 0 0 0 2504 44 0 0 25 0 1 0 9259468 57307136 13214 1992294400 4194304 7136930 140734882271104 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 13991 13214 394 719 0 13270 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55964

[startup+51.1011 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 14869
/proc/meminfo: memFree=1643572/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=68364 CPUtime=51.08
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 18832 0 0 0 5041 67 0 0 25 0 1 0 9259468 70004736 16345 1992294400 4194304 7136930 140734882271104 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 17091 16345 394 719 0 16370 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68364

[startup+102.308 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14871
/proc/meminfo: memFree=1604264/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=108152 CPUtime=102.26
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 28742 0 0 0 10079 147 0 0 25 0 1 0 9259468 110747648 26255 1992294400 4194304 7136930 140734882271104 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 27038 26255 394 719 0 26317 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 108152

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14873
/proc/meminfo: memFree=1573884/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=137860 CPUtime=162.24
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 36143 0 0 0 16021 203 0 0 25 0 1 0 9259468 141168640 33656 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 34465 33656 394 719 0 33744 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 137860

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14875
/proc/meminfo: memFree=1546976/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=165064 CPUtime=222.22
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 42867 0 0 0 21974 248 0 0 25 0 1 0 9259468 169025536 40380 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 41266 40380 394 719 0 40545 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 165064

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14875
/proc/meminfo: memFree=1527012/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=186964 CPUtime=282.21
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 47805 0 0 0 27927 294 0 0 25 0 1 0 9259468 191451136 45318 1992294400 4194304 7136930 140734882271104 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 46741 45318 394 719 0 46020 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 186964

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14877
/proc/meminfo: memFree=1500476/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=213496 CPUtime=342.19
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 54445 0 0 0 33878 341 0 0 25 0 1 0 9259468 218619904 51958 1992294400 4194304 7136930 140734882271104 18446744073709551615 4414514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 53374 51958 394 719 0 52653 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 213496

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14879
/proc/meminfo: memFree=1476296/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=237684 CPUtime=402.17
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 60468 0 0 0 39825 392 0 0 25 0 1 0 9259468 243388416 57981 1992294400 4194304 7136930 140734882271104 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 59421 57981 394 719 0 58700 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 237684

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14881
/proc/meminfo: memFree=1452612/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=261880 CPUtime=462.16
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 66457 0 0 0 45779 437 0 0 25 0 1 0 9259468 268165120 63970 1992294400 4194304 7136930 140734882271104 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 65470 63970 394 719 0 64749 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 261880

[startup+522.301 s]
/proc/loadavg: 1.10 1.03 1.01 2/107 14883
/proc/meminfo: memFree=1428432/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=286904 CPUtime=522.15
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 72623 0 0 0 51726 489 0 0 25 0 1 0 9259468 293789696 70136 1992294400 4194304 7136930 140734882271104 18446744073709551615 4774524 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 71726 70136 394 719 0 71005 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 286904

[startup+582.301 s]
/proc/loadavg: 1.08 1.04 1.01 2/107 14883
/proc/meminfo: memFree=1401772/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=312032 CPUtime=582.13
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 78982 0 0 0 57668 545 0 0 25 0 1 0 9259468 319520768 76495 1992294400 4194304 7136930 140734882271104 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 78008 76495 394 719 0 77287 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 312032

[startup+642.301 s]
/proc/loadavg: 1.07 1.04 1.01 2/107 14885
/proc/meminfo: memFree=1377592/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=336400 CPUtime=642.11
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 84988 0 0 0 63620 591 0 0 25 0 1 0 9259468 344473600 82501 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 84100 82501 394 719 0 83379 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 336400

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 14895
/proc/meminfo: memFree=1222220/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=496472 CPUtime=1002
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 123673 0 0 0 99292 908 0 0 25 0 1 0 9259468 508387328 121186 1992294400 4194304 7136930 140734882271104 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 124118 121186 394 719 0 123397 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 496472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 3/108 14900
/proc/meminfo: memFree=1171992/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=523892 CPUtime=1061.99
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 130502 0 0 0 105236 963 0 0 25 0 1 0 9259468 536465408 128015 1992294400 4194304 7136930 140734882271104 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 130973 128015 394 719 0 130252 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 523892

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14902
/proc/meminfo: memFree=1170760/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=547184 CPUtime=1121.97
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 136365 0 0 0 111185 1012 0 0 25 0 1 0 9259468 560316416 133878 1992294400 4194304 7136930 140734882271104 18446744073709551615 4414752 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 136796 133878 394 719 0 136075 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 547184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14902
/proc/meminfo: memFree=1144472/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=574936 CPUtime=1181.95
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 142961 0 0 0 117128 1067 0 0 25 0 1 0 9259468 588734464 140474 1992294400 4194304 7136930 140734882271104 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 143734 140474 394 719 0 143013 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 574936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14904
/proc/meminfo: memFree=1115704/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=604632 CPUtime=1241.93
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 150257 0 0 0 123072 1121 0 0 25 0 1 0 9259468 619143168 147770 1992294400 4194304 7136930 140734882271104 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 151158 147770 394 719 0 150437 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 604632

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14906
/proc/meminfo: memFree=1087680/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=631836 CPUtime=1301.92
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 157131 0 0 0 129015 1177 0 0 25 0 1 0 9259468 647000064 154644 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 157959 154644 394 719 0 157238 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 631836

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14908
/proc/meminfo: memFree=1061640/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=658532 CPUtime=1361.9
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 163658 0 0 0 134961 1229 0 0 25 0 1 0 9259468 674336768 161171 1992294400 4194304 7136930 140734882271104 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 164633 161171 394 719 0 163912 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 658532

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14910
/proc/meminfo: memFree=1032872/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=687800 CPUtime=1421.88
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 170784 0 0 0 140905 1283 0 0 25 0 1 0 9259468 704307200 168297 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 171950 168297 394 719 0 171229 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 687800

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14910
/proc/meminfo: memFree=1007576/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=713656 CPUtime=1481.85
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 177135 0 0 0 146849 1336 0 0 25 0 1 0 9259468 730783744 174648 1992294400 4194304 7136930 140734882271104 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 178414 174648 394 719 0 177693 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 713656

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14912
/proc/meminfo: memFree=976452/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=744764 CPUtime=1541.84
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 184873 0 0 0 152795 1389 0 0 25 0 1 0 9259468 762638336 182386 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 186191 182386 394 719 0 185470 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 744764

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14914
/proc/meminfo: memFree=949916/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=771212 CPUtime=1601.82
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 191480 0 0 0 158740 1442 0 0 25 0 1 0 9259468 789721088 188993 1992294400 4194304 7136930 140734882271104 18446744073709551615 4780847 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 192803 188993 394 719 0 192082 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 771212

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14916
/proc/meminfo: memFree=921520/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=800288 CPUtime=1661.8
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 198542 0 0 0 164681 1499 0 0 25 0 1 0 9259468 819494912 196055 1992294400 4194304 7136930 140734882271104 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 200072 196055 394 719 0 199351 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 800288

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14918
/proc/meminfo: memFree=894240/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=828044 CPUtime=1721.78
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 205314 0 0 0 170620 1558 0 0 25 0 1 0 9259468 847917056 202827 1992294400 4194304 7136930 140734882271104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 207011 202827 394 719 0 206290 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 828044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14918
/proc/meminfo: memFree=865968/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=865236 CPUtime=1781.76
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 212366 0 0 0 176562 1614 0 0 25 0 1 0 9259468 886001664 209879 1992294400 4194304 7136930 140734882271104 18446744073709551615 4774442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 216309 209879 394 719 0 215588 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 865236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14920
/proc/meminfo: memFree=859644/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=871432 CPUtime=1800.07
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 213923 0 0 0 178374 1633 0 0 25 0 1 0 9259468 892346368 211436 1992294400 4194304 7136930 140734882271104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14868/statm: 217858 211436 394 719 0 217137 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 871432

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14920
/proc/meminfo: memFree=859644/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=871432 CPUtime=1800.86
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 213928 0 0 0 178453 1633 0 0 25 0 1 0 9259468 892346368 211441 1992294400 4194304 7136930 140734882271104 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14868/statm: 217858 211441 399 719 0 217137 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 871432

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14921
/proc/meminfo: memFree=860752/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=815628 CPUtime=1801.66
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 213928 0 0 0 178532 1634 0 0 25 0 1 0 9259468 835203072 197490 1992294400 4194304 7136930 140734882271104 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14868/statm: 203907 197234 399 719 0 203186 0
Current children cumulated CPU time (s) 1801.66
Current children cumulated vsize (KiB) 815628

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14921
/proc/meminfo: memFree=860752/2059040 swapFree=4141376/4192956
[pid=14868] ppid=14866 vsize=102192 CPUtime=1801.86
/proc/14868/stat : 14868 (pbscip.linux.x8) R 14866 14868 14485 0 -1 4202496 213928 0 0 0 178545 1641 0 0 25 0 1 0 9259468 104644608 23933 1992294400 4194304 7136930 140734882271104 18446744073709551615 4684967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14868/statm: 25548 23933 399 719 0 24827 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 102192

Child status: 0
Real time (s): 1802.42
CPU time (s): 1801.89
CPU user time (s): 1785.46
CPU system time (s): 16.4275
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 871432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.46
system time used= 16.4275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213934
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= 6
involuntary context switches= 14810

runsolver used 2.89956 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 11:14:31
IDJOB=2663459
IDBENCH=48337
IDSOLVER=1167
FILE ID=node043/2663459-1276679671
PBS_JOBID= 11172556
Free space on /tmp= 62296 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_25_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-2663459-1276679671/watcher-2663459-1276679671 -o /tmp/evaluation-result-2663459-1276679671/solver-2663459-1276679671 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663459-1276679671.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6f80de356bf70dde8dfbe2efc2cb9dee
RANDOM SEED=814191011

node043.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.241
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.48
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.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1708464 kB
Buffers:        112984 kB
Cached:         144356 kB
SwapCached:       6312 kB
Active:         109620 kB
Inactive:       161992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708464 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:            3384 kB
Writeback:           0 kB
AnonPages:       11860 kB
Mapped:          13712 kB
Slab:            57248 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182488 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= 62292 MiB
End job on node043 at 2010-06-16 11:44:33