Trace number 2663481

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.93 1802.54

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
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)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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-2663481-1276682199.opb>
0.00/0.08	c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.00/0.08	c problem read
0.00/0.08	c No objective function, only one solution is needed.
0.00/0.08	c presolving settings loaded
0.00/0.09	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, 50160 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  50160 implications, 400 cliques
0.59/0.69	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 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    6220 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.35
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 |   - |6620 |6822 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.08/43.16	c  42.4s| 10000 |  9461 |     0 |   0.0 |  36M| 347 |   - |6620 |7222 |   0 |   0 |   0 | 668 |   0 | 0.000000e+00 |      --      |    Inf 
75.17/75.28	c  74.2s| 20000 | 19200 |     0 |   0.0 |  50M| 347 |   - |6620 |7358 |   0 |   0 |   0 | 866 |   0 | 0.000000e+00 |      --      |    Inf 
95.16/95.21	c  93.8s| 30000 | 28806 |     0 |   0.0 |  61M| 347 |   - |6620 |7595 |   0 |   0 |   0 |1170 |   0 | 0.000000e+00 |      --      |    Inf 
118.86/118.94	c   117s| 40000 | 35434 |     0 |   0.0 |  70M| 349 |   - |6620 |7310 |   0 |   0 |   0 |3624 |   0 | 0.000000e+00 |      --      |    Inf 
160.63/160.80	c   159s| 50000 | 45281 |     0 |   0.0 |  87M| 349 |   - |6620 |7273 |   0 |   0 |   0 |3769 |   0 | 0.000000e+00 |      --      |    Inf 
204.22/204.35	c   202s| 60000 | 55072 |     0 |   0.0 | 104M| 349 |   - |6620 |7280 |   0 |   0 |   0 |3943 |   0 | 0.000000e+00 |      --      |    Inf 
247.31/247.40	c   245s| 70000 | 64880 |     0 |   0.0 | 121M| 349 |   - |6620 |7289 |   0 |   0 |   0 |4088 |   0 | 0.000000e+00 |      --      |    Inf 
286.89/287.08	c   284s| 80000 | 74707 |     0 |   0.0 | 137M| 349 |   - |6620 |7304 |   0 |   0 |   0 |4246 |   0 | 0.000000e+00 |      --      |    Inf 
326.58/326.76	c   323s| 90000 | 84526 |     0 |   0.0 | 153M| 349 |   - |6620 |7312 |   0 |   0 |   0 |4408 |   0 | 0.000000e+00 |      --      |    Inf 
366.36/366.58	c   363s|100000 | 94343 |     0 |   0.0 | 170M| 349 |   - |6620 |7350 |   0 |   0 |   0 |4573 |   0 | 0.000000e+00 |      --      |    Inf 
407.05/407.26	c   403s|110000 |104151 |     0 |   0.0 | 186M| 349 |   - |6620 |7379 |   0 |   0 |   0 |4740 |   0 | 0.000000e+00 |      --      |    Inf 
447.63/447.81	c   443s|120000 |113957 |     0 |   0.0 | 203M| 349 |   - |6620 |7393 |   0 |   0 |   0 |4904 |   0 | 0.000000e+00 |      --      |    Inf 
487.52/487.74	c   483s|130000 |123680 |     0 |   0.0 | 219M| 349 |   - |6620 |7416 |   0 |   0 |   0 |5124 |   0 | 0.000000e+00 |      --      |    Inf 
528.31/528.56	c   523s|140000 |133458 |     0 |   0.0 | 236M| 349 |   - |6620 |7414 |   0 |   0 |   0 |5304 |   0 | 0.000000e+00 |      --      |    Inf 
567.70/567.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.70/567.97	c   562s|150000 |143255 |     0 |   0.0 | 253M| 349 |   - |6620 |7440 |   0 |   0 |   0 |5481 |   0 | 0.000000e+00 |      --      |    Inf 
607.58/607.83	c   602s|160000 |153041 |     0 |   0.0 | 269M| 349 |   - |6620 |7487 |   0 |   0 |   0 |5661 |   0 | 0.000000e+00 |      --      |    Inf 
648.17/648.45	c   642s|170000 |162817 |     0 |   0.0 | 286M| 349 |   - |6620 |7496 |   0 |   0 |   0 |5838 |   0 | 0.000000e+00 |      --      |    Inf 
686.36/686.63	c   680s|180000 |172635 |     0 |   0.0 | 302M| 349 |   - |6620 |7516 |   0 |   0 |   0 |6006 |   0 | 0.000000e+00 |      --      |    Inf 
725.85/726.16	c   719s|190000 |182394 |     0 |   0.0 | 319M| 349 |   - |6620 |7536 |   0 |   0 |   0 |6211 |   0 | 0.000000e+00 |      --      |    Inf 
764.74/765.01	c   758s|200000 |192137 |     0 |   0.0 | 335M| 349 |   - |6620 |7560 |   0 |   0 |   0 |6430 |   0 | 0.000000e+00 |      --      |    Inf 
803.02/803.37	c   796s|210000 |201929 |     0 |   0.0 | 351M| 349 |   - |6620 |7587 |   0 |   0 |   0 |6608 |   0 | 0.000000e+00 |      --      |    Inf 
840.51/840.88	c   833s|220000 |211714 |     0 |   0.0 | 368M| 349 |   - |6620 |7613 |   0 |   0 |   0 |6808 |   0 | 0.000000e+00 |      --      |    Inf 
877.70/878.01	c   870s|230000 |221503 |     0 |   0.0 | 384M| 349 |   - |6620 |7633 |   0 |   0 |   0 |6999 |   0 | 0.000000e+00 |      --      |    Inf 
915.58/915.97	c   907s|240000 |231277 |     0 |   0.0 | 400M| 349 |   - |6620 |7659 |   0 |   0 |   0 |7182 |   0 | 0.000000e+00 |      --      |    Inf 
951.37/951.72	c   943s|250000 |241062 |     0 |   0.0 | 416M| 349 |   - |6620 |7697 |   0 |   0 |   0 |7378 |   0 | 0.000000e+00 |      --      |    Inf 
989.46/989.80	c   981s|260000 |250787 |     0 |   0.0 | 433M| 349 |   - |6620 |7692 |   0 |   0 |   0 |7592 |   0 | 0.000000e+00 |      --      |    Inf 
1028.25/1028.65	c  1019s|270000 |260520 |     0 |   0.0 | 449M| 349 |   - |6620 |7692 |   0 |   0 |   0 |7801 |   0 | 0.000000e+00 |      --      |    Inf 
1065.33/1065.78	c  1056s|280000 |270299 |     0 |   0.0 | 465M| 349 |   - |6620 |7718 |   0 |   0 |   0 |7986 |   0 | 0.000000e+00 |      --      |    Inf 
1102.72/1103.15	c  1093s|290000 |280063 |     0 |   0.0 | 481M| 349 |   - |6620 |7730 |   0 |   0 |   0 |8186 |   0 | 0.000000e+00 |      --      |    Inf 
1140.71/1141.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.71/1141.13	c  1131s|300000 |289814 |     0 |   0.0 | 497M| 349 |   - |6620 |7787 |   0 |   0 |   0 |8399 |   0 | 0.000000e+00 |      --      |    Inf 
1178.40/1178.88	c  1168s|310000 |299539 |     0 |   0.0 | 513M| 349 |   - |6620 |7825 |   0 |   0 |   0 |8632 |   0 | 0.000000e+00 |      --      |    Inf 
1214.18/1214.70	c  1203s|320000 |309288 |     0 |   0.0 | 530M| 349 |   - |6620 |7836 |   0 |   0 |   0 |8853 |   0 | 0.000000e+00 |      --      |    Inf 
1250.97/1251.45	c  1240s|330000 |318928 |     0 |   0.0 | 546M| 349 |   - |6620 |7919 |   0 |   0 |   0 |9231 |   0 | 0.000000e+00 |      --      |    Inf 
1287.86/1288.33	c  1276s|340000 |328651 |     0 |   0.0 | 562M| 349 |   - |6620 |7945 |   0 |   0 |   0 |9490 |   0 | 0.000000e+00 |      --      |    Inf 
1322.94/1323.43	c  1311s|350000 |338395 |     0 |   0.0 | 578M| 349 |   - |6620 |7941 |   0 |   0 |   0 |9702 |   0 | 0.000000e+00 |      --      |    Inf 
1357.53/1358.05	c  1345s|360000 |348146 |     0 |   0.0 | 594M| 349 |   - |6620 |7965 |   0 |   0 |   0 |9919 |   0 | 0.000000e+00 |      --      |    Inf 
1393.72/1394.27	c  1381s|370000 |357866 |     0 |   0.0 | 610M| 349 |   - |6620 |7962 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1427.91/1428.42	c  1415s|380000 |367607 |     0 |   0.0 | 627M| 349 |   - |6620 |8001 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1462.90/1463.47	c  1450s|390000 |377368 |     0 |   0.0 | 643M| 349 |   - |6620 |8012 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1497.99/1498.57	c  1485s|400000 |387098 |     0 |   0.0 | 659M| 349 |   - |6620 |8041 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1533.27/1533.88	c  1520s|410000 |396813 |     0 |   0.0 | 675M| 349 |   - |6620 |8054 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1568.26/1568.87	c  1554s|420000 |406522 |     0 |   0.0 | 691M| 349 |   - |6620 |8103 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1602.35/1602.97	c  1588s|430000 |416240 |     0 |   0.0 | 707M| 349 |   - |6620 |8102 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1637.44/1638.10	c  1623s|440000 |425925 |     0 |   0.0 | 722M| 349 |   - |6620 |8140 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1672.82/1673.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1672.82/1673.46	c  1658s|450000 |435652 |     0 |   0.0 | 738M| 349 |   - |6620 |8132 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1706.41/1707.00	c  1691s|460000 |445389 |     0 |   0.0 | 754M| 349 |   - |6620 |8128 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1741.71/1742.31	c  1726s|470000 |454945 |     0 |   0.0 | 770M| 349 |   - |6620 |8309 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1774.98/1775.61	c  1759s|480000 |464671 |     0 |   0.0 | 786M| 349 |   - |6620 |8303 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1800.10/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.71	c 
1800.10/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.71	c Solving Time (sec) : 1783.78
1800.10/1800.71	c Solving Nodes      : 487639
1800.10/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.10/1800.71	c Dual Bound         : +0.00000000000000e+00
1800.10/1800.71	c Gap                : infinite
1800.10/1800.71	s UNKNOWN
1800.10/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.71	c Solving Time       :    1783.78
1800.10/1800.71	c Original Problem   :
1800.10/1800.71	c   Problem name     : HOME/instance-2663481-1276682199.opb
1800.10/1800.71	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.71	c   Constraints      : 6822 initial, 6822 maximal
1800.10/1800.71	c Presolved Problem  :
1800.10/1800.71	c   Problem name     : t_HOME/instance-2663481-1276682199.opb
1800.10/1800.71	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.71	c   Constraints      : 6822 initial, 9213 maximal
1800.10/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.71	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.71	c   and              :       0.22          0          0          0          0          0          0          0          0
1800.10/1800.71	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.10/1800.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.71	c   knapsack         :          1          0     717440          0     340072       1269     202726          0          0          0
1800.10/1800.71	c   setppc           :        400          0    1112899          0     481720       6830     259105          0          0          0
1800.10/1800.71	c   and              :       6220          0    1106069          0     481720          3   11817720          0          0          0
1800.10/1800.71	c   linear           :          1          0    1103353          0     481720       1275     110781          0          0          0
1800.10/1800.71	c   logicor          :        200+         0      31821          0     481720        242     295963          0          0          0
1800.10/1800.71	c   countsols        :          0          0          0          0     481720          0          0          0          0          0
1800.10/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.71	c   knapsack         :      18.79       0.00      10.61       0.00       8.18
1800.10/1800.71	c   setppc           :     376.42       0.00      22.99       0.00     353.43
1800.10/1800.71	c   and              :     550.35       0.00     194.10       0.00     356.25
1800.10/1800.71	c   linear           :      59.32       0.00      58.43       0.00       0.89
1800.10/1800.71	c   logicor          :      36.84       0.00       5.15       0.00      31.69
1800.10/1800.71	c   countsols        :       0.25       0.00       0.00       0.00       0.25
1800.10/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.71	c   vbounds          :       1.05          1          0          0
1800.10/1800.71	c   rootredcost      :       0.66          0          0          0
1800.10/1800.71	c   pseudoobj        :       0.46          0          0          0
1800.10/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.71	c   propagation      :       7.71       9619       9495      14595      165.1          0        0.0          -
1800.10/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.10/1800.71	c   applied globally :          -          -          -      13253      152.5          -          -          -
1800.10/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.10/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.10/1800.71	c   redcost          :       0.00          0          0          0          0          0
1800.10/1800.71	c   impliedbounds    :       0.00          0          0          0          0          0
1800.10/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.71	c   gomory           :       0.00          0          0          0          0          0
1800.10/1800.71	c   strongcg         :       0.00          0          0          0          0          0
1800.10/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.10/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.10/1800.71	c   clique           :       0.00          0          0          0          0          0
1800.10/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.71	c   mcf              :       0.00          0          0          0          0          0
1800.10/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.71	c Pricers            :       Time      Calls       Vars
1800.10/1800.71	c   problem variables:       0.00          0          0
1800.10/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.71	c   relpscost        :       0.00          0          0          0          0          0          0
1800.10/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.71	c   inference        :     653.84     481720          0          0          0          0     963440
1800.10/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.71	c   LP solutions     :       0.00          -          0
1800.10/1800.71	c   pseudo solutions :       0.00          -          0
1800.10/1800.71	c   trivial          :       0.01          1          0
1800.10/1800.71	c   simplerounding   :       0.00          0          0
1800.10/1800.71	c   zirounding       :       0.00          0          0
1800.10/1800.71	c   rounding         :       0.00          0          0
1800.10/1800.71	c   shifting         :       0.00          0          0
1800.10/1800.71	c   intshifting      :       0.00          0          0
1800.10/1800.71	c   oneopt           :       0.00          0          0
1800.10/1800.71	c   twoopt           :       0.00          0          0
1800.10/1800.71	c   fixandinfer      :       0.00          0          0
1800.10/1800.71	c   feaspump         :       0.00          0          0
1800.10/1800.71	c   coefdiving       :       0.00          0          0
1800.10/1800.71	c   pscostdiving     :       0.00          0          0
1800.10/1800.71	c   fracdiving       :       0.00          0          0
1800.10/1800.71	c   veclendiving     :       0.00          0          0
1800.10/1800.71	c   intdiving        :       0.00          0          0
1800.10/1800.71	c   actconsdiving    :       0.00          0          0
1800.10/1800.71	c   objpscostdiving  :       0.00          0          0
1800.10/1800.71	c   rootsoldiving    :       0.00          0          0
1800.10/1800.71	c   linesearchdiving :       0.00          0          0
1800.10/1800.71	c   guideddiving     :       0.00          0          0
1800.10/1800.71	c   octane           :       0.00          0          0
1800.10/1800.71	c   rens             :       0.00          0          0
1800.10/1800.71	c   rins             :       0.00          0          0
1800.10/1800.71	c   localbranching   :       0.00          0          0
1800.10/1800.71	c   mutation         :       0.00          0          0
1800.10/1800.71	c   crossover        :       0.00          0          0
1800.10/1800.71	c   dins             :       0.00          0          0
1800.10/1800.71	c   undercover       :       0.00          0          0
1800.10/1800.71	c   nlp              :       0.00          0          0
1800.10/1800.71	c   trysol           :       0.00          0          0
1800.10/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.71	c   dual LP          :       0.00          0          0       0.00          -
1800.10/1800.71	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.72	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.72	c   strong branching :       0.00          0          0       0.00          -
1800.10/1800.72	c     (at root node) :          -          0          0       0.00          -
1800.10/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.72	c B&B Tree           :
1800.10/1800.72	c   number of runs   :          1
1800.10/1800.72	c   nodes            :     487639
1800.10/1800.72	c   nodes (total)    :     487639
1800.10/1800.72	c   nodes left       :     472102
1800.10/1800.72	c   max depth        :        349
1800.10/1800.72	c   max depth (total):        349
1800.10/1800.72	c   backtracks       :       3907 (0.8%)
1800.10/1800.72	c   delayed cutoffs  :       3700
1800.10/1800.72	c   repropagations   :     118376 (432323 domain reductions, 3700 cutoffs)
1800.10/1800.72	c   avg switch length:       3.05
1800.10/1800.72	c   switching time   :      54.15
1800.10/1800.72	c Solution           :
1800.10/1800.72	c   Solutions found  :          0 (0 improvements)
1800.10/1800.72	c   Primal Bound     :          -
1800.10/1800.72	c   Dual Bound       : +0.00000000000000e+00
1800.10/1800.72	c   Gap              :   infinite
1800.10/1800.72	c   Root Dual Bound  : +0.00000000000000e+00
1800.10/1800.72	c   Root Iterations  :          0
1801.88/1802.54	c Time complete: 1801.92.

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-2663481-1276682199/watcher-2663481-1276682199 -o /tmp/evaluation-result-2663481-1276682199/solver-2663481-1276682199 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663481-1276682199.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.00 1.00 3/106 8167
/proc/meminfo: memFree=1826748/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=6584 CPUtime=0
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 966 0 0 0 0 0 0 0 17 0 1 0 43821379 6742016 888 1992294400 4194304 7136930 140737358301328 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8167/statm: 1646 896 254 719 0 925 0

[startup+0.0104711 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 8167
/proc/meminfo: memFree=1826748/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=7612 CPUtime=0
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 1412 0 0 0 0 0 0 0 17 0 1 0 43821379 7794688 1335 1992294400 4194304 7136930 140737358301328 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8167/statm: 1918 1341 256 719 0 1197 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7612

[startup+0.101482 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 8167
/proc/meminfo: memFree=1826748/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=20360 CPUtime=0.09
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 4909 0 0 0 7 2 0 0 17 0 1 0 43821379 20848640 4477 1992294400 4194304 7136930 140737358301328 18446744073709551615 6328580 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 5090 4488 281 719 0 4369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20360

[startup+0.301508 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 8167
/proc/meminfo: memFree=1826748/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=30680 CPUtime=0.29
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 7575 0 0 0 21 8 0 0 17 0 1 0 43821379 31416320 6886 1992294400 4194304 7136930 140737358301328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 7670 6886 327 719 0 6949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30680

[startup+0.70156 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 8167
/proc/meminfo: memFree=1826748/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=36664 CPUtime=0.69
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 10885 0 0 0 46 23 0 0 17 0 1 0 43821379 37543936 8397 1992294400 4194304 7136930 140737358301328 18446744073709551615 4407859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 9166 8397 382 719 0 8445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36664

[startup+1.50166 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8168
/proc/meminfo: memFree=1793508/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=38996 CPUtime=1.49
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 11481 0 0 0 125 24 0 0 18 0 1 0 43821379 39931904 8993 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 9749 8993 389 719 0 9028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38996

[startup+3.10187 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8168
/proc/meminfo: memFree=1791648/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=40264 CPUtime=3.1
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 11773 0 0 0 284 26 0 0 21 0 1 0 43821379 41230336 9285 1992294400 4194304 7136930 140737358301328 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 10066 9285 394 719 0 9345 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 40264

[startup+6.30129 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8168
/proc/meminfo: memFree=1789788/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=41488 CPUtime=6.29
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 12112 0 0 0 600 29 0 0 25 0 1 0 43821379 42483712 9624 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 10372 9624 394 719 0 9651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41488

[startup+12.7001 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8168
/proc/meminfo: memFree=1780612/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=51192 CPUtime=12.68
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 14506 0 0 0 1229 39 0 0 25 0 1 0 43821379 52420608 12018 1992294400 4194304 7136930 140737358301328 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 12798 12018 394 719 0 12077 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51192

[startup+25.5008 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8170
/proc/meminfo: memFree=1771808/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=60104 CPUtime=25.48
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 16753 0 0 0 2494 54 0 0 25 0 1 0 43821379 61546496 14265 1992294400 4194304 7136930 140737358301328 18446744073709551615 4740327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 15026 14265 394 719 0 14305 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60104

[startup+51.1012 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8170
/proc/meminfo: memFree=1757548/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=73460 CPUtime=51.07
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 20066 0 0 0 5031 76 0 0 25 0 1 0 43821379 75223040 17578 1992294400 4194304 7136930 140737358301328 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 18365 17578 394 719 0 17644 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 73460

[startup+102.308 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8172
/proc/meminfo: memFree=1719232/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=111440 CPUtime=102.26
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 29560 0 0 0 10073 153 0 0 25 0 1 0 43821379 114114560 27072 1992294400 4194304 7136930 140737358301328 18446744073709551615 5918697 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 27860 27072 394 719 0 27139 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 111440

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8172
/proc/meminfo: memFree=1689968/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=140732 CPUtime=162.24
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 36849 0 0 0 16015 209 0 0 25 0 1 0 43821379 144109568 34361 1992294400 4194304 7136930 140737358301328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 35183 34361 394 719 0 34462 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 140732

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8174
/proc/meminfo: memFree=1663804/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=166816 CPUtime=222.21
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 43387 0 0 0 21968 253 0 0 25 0 1 0 43821379 170819584 40899 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 41704 40899 394 719 0 40983 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 166816

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8185
/proc/meminfo: memFree=1640244/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=192040 CPUtime=282.18
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 49139 0 0 0 27921 297 0 0 25 0 1 0 43821379 196648960 46651 1992294400 4194304 7136930 140737358301328 18446744073709551615 4414768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 48010 46651 394 719 0 47289 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 192040

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8187
/proc/meminfo: memFree=1612964/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=220420 CPUtime=342.17
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 56212 0 0 0 33868 349 0 0 25 0 1 0 43821379 225710080 53724 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 55105 53724 394 719 0 54384 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 220420

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8189
/proc/meminfo: memFree=1591016/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=241576 CPUtime=402.15
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 61448 0 0 0 39819 396 0 0 25 0 1 0 43821379 247373824 58960 1992294400 4194304 7136930 140737358301328 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 60394 58960 394 719 0 59673 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 241576

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8189
/proc/meminfo: memFree=1566092/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=266900 CPUtime=462.13
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 67683 0 0 0 45764 449 0 0 25 0 1 0 43821379 273305600 65195 1992294400 4194304 7136930 140737358301328 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 66725 65195 394 719 0 66004 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 266900

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8191
/proc/meminfo: memFree=1540052/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=293148 CPUtime=522.11
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 74191 0 0 0 51716 495 0 0 25 0 1 0 43821379 300183552 71703 1992294400 4194304 7136930 140737358301328 18446744073709551615 5121880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 73287 71703 394 719 0 72566 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 293148

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8193
/proc/meminfo: memFree=1514632/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=318720 CPUtime=582.09
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 80522 0 0 0 57665 544 0 0 25 0 1 0 43821379 326369280 78034 1992294400 4194304 7136930 140737358301328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 79680 78034 394 719 0 78959 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 318720

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 8195
/proc/meminfo: memFree=1491072/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=342060 CPUtime=642.08
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 86378 0 0 0 63616 592 0 0 25 0 1 0 43821379 350269440 83890 1992294400 4194304 7136930 140737358301328 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 85515 83890 394 719 0 84794 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 342060

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/107 8208
/proc/meminfo: memFree=1311768/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=525688 CPUtime=1061.94
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 130847 0 0 0 105253 941 0 0 25 0 1 0 43821379 538304512 128359 1992294400 4194304 7136930 140737358301328 18446744073709551615 5892276 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 131422 128359 394 719 0 130701 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 525688

[startup+1122.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 8210
/proc/meminfo: memFree=1283496/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=554680 CPUtime=1121.91
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 137939 0 0 0 111197 994 0 0 25 0 1 0 43821379 567992320 135451 1992294400 4194304 7136930 140737358301328 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 138670 135451 394 719 0 137949 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 554680

[startup+1182.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 8212
/proc/meminfo: memFree=1254976/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=584152 CPUtime=1181.89
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 145089 0 0 0 117142 1047 0 0 25 0 1 0 43821379 598171648 142601 1992294400 4194304 7136930 140737358301328 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 146038 142601 394 719 0 145317 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 584152

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8214
/proc/meminfo: memFree=1230176/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=609368 CPUtime=1241.87
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 151302 0 0 0 123082 1105 0 0 25 0 1 0 43821379 623992832 148814 1992294400 4194304 7136930 140737358301328 18446744073709551615 4740375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 152342 148814 394 719 0 151621 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 609368

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8216
/proc/meminfo: memFree=1203640/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=636252 CPUtime=1301.86
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 157895 0 0 0 129029 1157 0 0 25 0 1 0 43821379 651522048 155407 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 159063 155407 394 719 0 158342 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 636252

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8216
/proc/meminfo: memFree=1174872/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=666108 CPUtime=1361.84
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 165225 0 0 0 134971 1213 0 0 25 0 1 0 43821379 682094592 162737 1992294400 4194304 7136930 140737358301328 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 166527 162737 394 719 0 165806 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 666108

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8218
/proc/meminfo: memFree=1144740/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=695248 CPUtime=1421.82
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 172608 0 0 0 140912 1270 0 0 25 0 1 0 43821379 711933952 170120 1992294400 4194304 7136930 140737358301328 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 173812 170120 394 719 0 173091 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 695248

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8220
/proc/meminfo: memFree=1118204/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=723572 CPUtime=1481.79
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 179210 0 0 0 146856 1323 0 0 25 0 1 0 43821379 740937728 176722 1992294400 4194304 7136930 140737358301328 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 180893 176722 394 719 0 180172 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 723572

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8222
/proc/meminfo: memFree=1090304/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=751704 CPUtime=1541.77
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 186163 0 0 0 152799 1378 0 0 25 0 1 0 43821379 769744896 183675 1992294400 4194304 7136930 140737358301328 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 187926 183675 394 719 0 187205 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 751704

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8224
/proc/meminfo: memFree=1064140/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=779112 CPUtime=1601.75
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 192770 0 0 0 158742 1433 0 0 25 0 1 0 43821379 797810688 190282 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 194778 190282 394 719 0 194057 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 779112

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8224
/proc/meminfo: memFree=1032396/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=810840 CPUtime=1661.73
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 200594 0 0 0 164685 1488 0 0 25 0 1 0 43821379 830300160 198106 1992294400 4194304 7136930 140737358301328 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 202710 198106 394 719 0 201989 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 810840

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8226
/proc/meminfo: memFree=1003008/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=841996 CPUtime=1721.7
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 208191 0 0 0 170623 1547 0 0 25 0 1 0 43821379 862203904 205703 1992294400 4194304 7136930 140737358301328 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 210499 205703 394 719 0 209778 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 841996

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8228
/proc/meminfo: memFree=976472/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=875284 CPUtime=1781.68
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 214490 0 0 0 176562 1606 0 0 25 0 1 0 43821379 896290816 212002 1992294400 4194304 7136930 140737358301328 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 218821 212002 394 719 0 218100 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 875284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8228
/proc/meminfo: memFree=969280/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=882504 CPUtime=1800.1
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 216288 0 0 0 178385 1625 0 0 25 0 1 0 43821379 903684096 213800 1992294400 4194304 7136930 140737358301328 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8167/statm: 220626 213800 394 719 0 219905 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 882504

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 8228
/proc/meminfo: memFree=969280/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=882504 CPUtime=1800.78
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 216293 0 0 0 178453 1625 0 0 25 0 1 0 43821379 903684096 213805 1992294400 4194304 7136930 140737358301328 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8167/statm: 220626 213805 399 719 0 219905 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (KiB) 882504

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8229
/proc/meminfo: memFree=969644/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=872504 CPUtime=1801.58
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 216293 0 0 0 178533 1625 0 0 25 0 1 0 43821379 893444096 211305 1992294400 4194304 7136930 140737358301328 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8167/statm: 218126 211305 399 719 0 217405 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (KiB) 872504

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8229
/proc/meminfo: memFree=969644/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=582648 CPUtime=1801.77
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 216293 0 0 0 178550 1627 0 0 25 0 1 0 43821379 596631552 138842 1992294400 4194304 7136930 140737358301328 18446744073709551615 6165624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8167/statm: 145662 138842 399 719 0 144941 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 582648

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8229
/proc/meminfo: memFree=969644/2059040 swapFree=4139776/4192956
[pid=8167] ppid=8165 vsize=280832 CPUtime=1801.88
/proc/8167/stat : 8167 (pbscip.linux.x8) R 8165 8167 7285 0 -1 4202496 216293 0 0 0 178557 1631 0 0 25 0 1 0 43821379 287571968 66057 1992294400 4194304 7136930 140737358301328 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8167/statm: 70208 65800 399 719 0 69487 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 280832

Child status: 0
Real time (s): 1802.54
CPU time (s): 1801.93
CPU user time (s): 1785.59
CPU system time (s): 16.3425
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 882504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.59
system time used= 16.3425
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216299
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= 3
involuntary context switches= 2919

runsolver used 3.01754 second user time and 8.47671 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-16 11:56:39
IDJOB=2663481
IDBENCH=48359
IDSOLVER=1167
FILE ID=node013/2663481-1276682199
PBS_JOBID= 11172536
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_25_2_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-2663481-1276682199/watcher-2663481-1276682199 -o /tmp/evaluation-result-2663481-1276682199/solver-2663481-1276682199 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663481-1276682199.opb -t 1800 -m 1800

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1723700445

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827400 kB
Buffers:         42860 kB
Cached:          95888 kB
SwapCached:       6572 kB
Active:          88500 kB
Inactive:        63976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827400 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:            3380 kB
Writeback:           0 kB
AnonPages:       12280 kB
Mapped:          12960 kB
Slab:            57236 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182592 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= 62548 MiB
End job on node013 at 2010-06-16 12:26:42