Trace number 2667396

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.19 1800.8

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga30_28_sat_pb.cnf.cr.opb
MD5SUM30ece871aa3028bf4a3db0aa3daf115a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.021996
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints926
Number of constraints which are clauses868
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2667396-1276330017.opb>
0.04/0.05	c original problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 926 constraints
0.04/0.05	c problem read
0.04/0.05	c No objective function, only one solution is needed.
0.04/0.05	c presolving settings loaded
0.04/0.06	c presolving:
0.09/0.12	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 926 upgd conss, 0 impls, 58 clqs
0.09/0.14	c presolving (2 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  0 implications, 58 cliques
0.09/0.14	c presolved problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 926 constraints
0.09/0.14	c      58 constraints of type <setppc>
0.09/0.14	c     868 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.06
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.96
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 1620
0.09/0.14	c 
0.09/0.14	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c limits/solutions = 1
0.09/0.14	c 
0.09/0.14	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.14	c separating/maxrounds = 1
0.09/0.14	c 
0.09/0.14	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/maxroundsroot = 5
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.14	c constraints/knapsack/disaggregation = FALSE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c presolving/probing/maxrounds = 0
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/coefdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.14	c heuristics/crossover/freq = -1
0.09/0.14	c 
0.09/0.14	c # number of nodes added to the contingent of the total nodes
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14	c heuristics/crossover/nodesofs = 750
0.09/0.14	c 
0.09/0.14	c # number of nodes without incumbent change that heuristic should wait
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.14	c heuristics/crossover/nwaitingnodes = 100
0.09/0.14	c 
0.09/0.14	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.14	c # [type: real, range: [0,1], default: 0.1]
0.09/0.14	c heuristics/crossover/nodesquot = 0.15
0.09/0.14	c 
0.09/0.14	c # minimum percentage of integer variables that have to be fixed 
0.09/0.14	c # [type: real, range: [0,1], default: 0.666]
0.09/0.14	c heuristics/crossover/minfixingrate = 0.5
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/feaspump/freq = -1
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/fracdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/guideddiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/intshifting/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/linesearchdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/nlp/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/objpscostdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.14	c # [type: real, range: [0,1], default: 0.01]
0.09/0.14	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/oneopt/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/pscostdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c heuristics/rens/freq = -1
0.09/0.14	c 
0.09/0.14	c # minimum percentage of integer variables that have to be fixable 
0.09/0.14	c # [type: real, range: [0,1], default: 0.5]
0.09/0.14	c heuristics/rens/minfixingrate = 0.3
0.09/0.14	c 
0.09/0.14	c # number of nodes added to the contingent of the total nodes
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14	c heuristics/rens/nodesofs = 2000
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/rootsoldiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.14	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/rounding/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/shifting/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/simplerounding/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c heuristics/trivial/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/trysol/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/veclendiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/zirounding/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c separating/cmir/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c separating/flowcover/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c   0.1s|     1 |     0 |   356 |     - |5271k|   0 | 147 |1260 | 926 |1260 | 926 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.83	c   0.7s|     1 |     0 |   685 |     - |6502k|   0 | 205 |1260 | 926 |1260 | 939 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.2s|     1 |     0 |   880 |     - |7114k|   0 | 208 |1260 | 926 |1260 | 948 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.6s|     1 |     0 |  1121 |     - |7734k|   0 | 214 |1260 | 926 |1260 | 961 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.20/2.24	c   2.1s|     1 |     0 |  1419 |     - |8499k|   0 | 278 |1260 | 926 |1260 | 973 |  47 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.57	c   2.5s|     1 |     0 |  2039 |     - |8550k|   0 | 338 |1260 | 926 |1260 | 987 |  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.29	c   3.2s|     1 |     2 |  2039 |     - |8551k|   0 | 338 |1260 | 926 |1260 | 987 |  61 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
64.47/64.59	c  63.5s| 10000 |   140 | 47478 |   4.5 |  12M|  81 |  26 |1260 |5011 |1260 | 955 |  61 |  14k|2182 | 0.000000e+00 |      --      |    Inf 
95.35/95.40	c  93.7s| 20000 |   154 | 92168 |   4.5 |  13M|  81 |  20 |1260 |6380 |1260 | 955 |  61 |  28k|2365 | 0.000000e+00 |      --      |    Inf 
131.74/131.87	c   130s| 30000 |   152 |146569 |   4.8 |  15M|  81 |   - |1260 |9249 |1260 | 955 |  61 |  43k|2426 | 0.000000e+00 |      --      |    Inf 
165.73/165.83	c   163s| 40000 |   155 |189947 |   4.7 |  16M|  81 |  26 |1260 |9734 |1260 | 955 |  61 |  57k|2507 | 0.000000e+00 |      --      |    Inf 
206.01/206.19	c   203s| 50000 |   166 |245852 |   4.9 |  17M|  81 |  26 |1260 |  12k|1260 | 955 |  61 |  73k|2577 | 0.000000e+00 |      --      |    Inf 
244.91/245.03	c   241s| 60000 |   154 |298022 |   4.9 |  14M|  81 |   - |1260 |6696 |   0 |   0 |  61 |  87k|2771 | 0.000000e+00 |      --      |    Inf 
276.20/276.32	c   272s| 70000 |   148 |337109 |   4.8 |  15M|  81 |   - |1260 |8353 |1260 | 955 |  61 | 102k|2807 | 0.000000e+00 |      --      |    Inf 
312.69/312.83	c   308s| 80000 |   149 |386522 |   4.8 |  16M|  81 |  26 |1260 |8923 |1260 | 955 |  61 | 116k|2932 | 0.000000e+00 |      --      |    Inf 
346.28/346.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.28/346.46	c   341s| 90000 |   145 |426503 |   4.7 |  16M|  81 |  35 |1260 |  10k|1260 | 955 |  61 | 130k|2937 | 0.000000e+00 |      --      |    Inf 
382.76/382.90	c   377s|100000 |   151 |469102 |   4.7 |  18M|  81 |  32 |1260 |  12k|1260 | 955 |  61 | 142k|2981 | 0.000000e+00 |      --      |    Inf 
420.54/420.72	c   414s|110000 |   145 |514011 |   4.7 |  18M|  81 |  32 |1260 |  12k|1260 | 955 |  61 | 157k|3088 | 0.000000e+00 |      --      |    Inf 
456.03/456.20	c   449s|120000 |   144 |552809 |   4.6 |  17M|  81 |   - |1260 |  10k|   0 |   0 |  61 | 172k|3177 | 0.000000e+00 |      --      |    Inf 
491.02/491.23	c   484s|130000 |   152 |594466 |   4.6 |  18M|  81 |   - |1260 |  12k|   0 |   0 |  61 | 185k|3247 | 0.000000e+00 |      --      |    Inf 
531.91/532.13	c   524s|140000 |   147 |648699 |   4.6 |  20M|  81 |   - |1260 |  15k|1260 | 955 |  61 | 198k|3340 | 0.000000e+00 |      --      |    Inf 
570.60/570.85	c   562s|150000 |   139 |696083 |   4.6 |  18M|  82 |  30 |1260 |  11k|1260 | 955 |  61 | 213k|3881 | 0.000000e+00 |      --      |    Inf 
604.59/604.89	c   596s|160000 |   152 |731207 |   4.6 |  19M|  82 |  27 |1260 |  13k|1260 | 955 |  61 | 228k|3943 | 0.000000e+00 |      --      |    Inf 
642.47/642.75	c   633s|170000 |   152 |772577 |   4.5 |  19M|  82 |  27 |1260 |  14k|1260 | 955 |  61 | 242k|4003 | 0.000000e+00 |      --      |    Inf 
682.56/682.80	c   672s|180000 |   157 |813553 |   4.5 |  21M|  82 |   - |1260 |  16k|   0 |   0 |  61 | 257k|4071 | 0.000000e+00 |      --      |    Inf 
721.35/721.61	c   711s|190000 |   144 |848794 |   4.5 |  21M|  82 |  23 |1260 |  17k|1260 | 955 |  61 | 271k|4122 | 0.000000e+00 |      --      |    Inf 
763.04/763.40	c   752s|200000 |   142 |889487 |   4.4 |  21M|  82 |   - |1260 |  15k|   0 |   0 |  61 | 284k|4199 | 0.000000e+00 |      --      |    Inf 
802.42/802.75	c   791s|210000 |   135 |925255 |   4.4 |  20M|  82 |   - |1260 |  15k|   0 |   0 |  61 | 298k|4289 | 0.000000e+00 |      --      |    Inf 
843.31/843.70	c   831s|220000 |   146 |968055 |   4.4 |  21M|  82 |   - |1260 |  16k|   0 |   0 |  61 | 313k|4375 | 0.000000e+00 |      --      |    Inf 
884.99/885.35	c   872s|230000 |   145 |  1010k|   4.4 |  22M|  82 |  31 |1260 |  17k|1260 | 955 |  61 | 327k|4466 | 0.000000e+00 |      --      |    Inf 
927.38/927.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
927.38/927.73	c   914s|240000 |   143 |  1049k|   4.4 |  22M|  82 |  31 |1260 |  18k|1260 | 955 |  61 | 342k|4552 | 0.000000e+00 |      --      |    Inf 
970.46/970.83	c   957s|250000 |   142 |  1091k|   4.4 |  22M|  82 |   - |1260 |  18k|   0 |   0 |  61 | 356k|4629 | 0.000000e+00 |      --      |    Inf 
1015.65/1016.04	c  1001s|260000 |   142 |  1134k|   4.4 |  23M|  82 |  26 |1260 |  19k|1260 | 955 |  61 | 369k|4706 | 0.000000e+00 |      --      |    Inf 
1056.74/1057.11	c  1042s|270000 |   141 |  1174k|   4.3 |  20M|  82 |  29 |1260 |  14k|1260 | 955 |  61 | 383k|4804 | 0.000000e+00 |      --      |    Inf 
1096.33/1096.74	c  1081s|280000 |   141 |  1210k|   4.3 |  20M|  82 |  28 |1260 |  15k|1260 | 955 |  61 | 397k|4866 | 0.000000e+00 |      --      |    Inf 
1136.50/1136.96	c  1121s|290000 |   137 |  1246k|   4.3 |  21M|  82 |  28 |1260 |  15k|1260 | 955 |  61 | 412k|4905 | 0.000000e+00 |      --      |    Inf 
1177.09/1177.55	c  1161s|300000 |   147 |  1280k|   4.3 |  22M|  82 |  22 |1260 |  17k|1260 | 955 |  61 | 426k|4989 | 0.000000e+00 |      --      |    Inf 
1219.58/1220.01	c  1203s|310000 |   140 |  1318k|   4.2 |  22M|  82 |  23 |1260 |  17k|1260 | 955 |  61 | 440k|5060 | 0.000000e+00 |      --      |    Inf 
1261.47/1261.97	c  1244s|320000 |   137 |  1355k|   4.2 |  23M|  82 |  31 |1260 |  18k|1260 | 955 |  61 | 455k|5128 | 0.000000e+00 |      --      |    Inf 
1307.25/1307.72	c  1289s|330000 |   137 |  1405k|   4.3 |  22M|  82 |  29 |1260 |  17k|1260 | 955 |  61 | 468k|5200 | 0.000000e+00 |      --      |    Inf 
1345.33/1345.86	c  1327s|340000 |   135 |  1443k|   4.2 |  21M|  82 |   - |1260 |  16k|   0 |   0 |  61 | 480k|5282 | 0.000000e+00 |      --      |    Inf 
1383.43/1383.96	c  1364s|350000 |   145 |  1483k|   4.2 |  22M|  82 |  26 |1260 |  16k|1260 | 955 |  61 | 494k|5345 | 0.000000e+00 |      --      |    Inf 
1425.01/1425.55	c  1406s|360000 |   143 |  1527k|   4.2 |  22M|  82 |  30 |1260 |  17k|1260 | 955 |  61 | 510k|5386 | 0.000000e+00 |      --      |    Inf 
1464.99/1465.56	c  1445s|370000 |   141 |  1565k|   4.2 |  22M|  82 |  27 |1260 |  17k|1260 | 955 |  61 | 524k|5465 | 0.000000e+00 |      --      |    Inf 
1505.79/1506.35	c  1485s|380000 |   142 |  1606k|   4.2 |  23M|  82 |  16 |1260 |  18k|1260 | 955 |  61 | 538k|5539 | 0.000000e+00 |      --      |    Inf 
1548.17/1548.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.17/1548.70	c  1527s|390000 |   139 |  1645k|   4.2 |  24M|  82 |  21 |1260 |  20k|1260 | 955 |  61 | 553k|5601 | 0.000000e+00 |      --      |    Inf 
1590.06/1590.63	c  1568s|400000 |   138 |  1687k|   4.2 |  22M|  82 |   - |1260 |  17k|   0 |   0 |  61 | 567k|5666 | 0.000000e+00 |      --      |    Inf 
1630.44/1631.00	c  1608s|410000 |   144 |  1727k|   4.2 |  23M|  82 |  24 |1260 |  18k|1260 | 955 |  61 | 580k|5761 | 0.000000e+00 |      --      |    Inf 
1671.62/1672.21	c  1649s|420000 |   139 |  1770k|   4.2 |  22M|  82 |  19 |1260 |  17k|1260 | 955 |  61 | 594k|5840 | 0.000000e+00 |      --      |    Inf 
1711.61/1712.20	c  1688s|430000 |   151 |  1811k|   4.2 |  23M|  82 |   - |1260 |  17k|1260 | 955 |  61 | 608k|5930 | 0.000000e+00 |      --      |    Inf 
1751.90/1752.54	c  1728s|440000 |   155 |  1854k|   4.2 |  23M|  82 |  29 |1260 |  18k|1260 | 955 |  61 | 622k|6010 | 0.000000e+00 |      --      |    Inf 
1794.18/1794.87	c  1770s|450000 |   161 |  1900k|   4.2 |  24M|  82 |  21 |1260 |  19k|1260 | 955 |  61 | 637k|6113 | 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) : 1775.82
1800.10/1800.71	c Solving Nodes      : 451373
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       :    1775.82
1800.10/1800.71	c Original Problem   :
1800.10/1800.71	c   Problem name     : HOME/instance-2667396-1276330017.opb
1800.10/1800.71	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.71	c   Constraints      : 926 initial, 926 maximal
1800.10/1800.71	c Presolved Problem  :
1800.10/1800.71	c   Problem name     : t_HOME/instance-2667396-1276330017.opb
1800.10/1800.71	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.71	c   Constraints      : 926 initial, 20870 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   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.71	c   logicor          :       0.03          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     270955          0         16        222          0          0     541600
1800.10/1800.71	c   setppc           :         58          5    1890527          0          0     165833    7744343          0          0          0
1800.10/1800.71	c   logicor          :        868+         5     984359          0          0      50456    2122461          0          0          0
1800.10/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.71	c   integral         :      55.11       0.00       0.00      55.11       0.00
1800.10/1800.71	c   setppc           :     112.46       0.00     112.46       0.00       0.00
1800.10/1800.71	c   logicor          :     385.12       0.00     385.12       0.00       0.00
1800.10/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.71	c   vbounds          :       1.09          1          0          0
1800.10/1800.71	c   rootredcost      :       1.01          0          0          0
1800.10/1800.71	c   pseudoobj        :       0.90          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      :      83.47     216289     216124    2852873       82.4       3190       70.7          -
1800.10/1800.71	c   infeasible LP    :     183.22      53011      49041    2079624      176.4        741       68.0          0
1800.10/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.10/1800.72	c   applied globally :          -          -          -     639176       67.2          -          -          -
1800.10/1800.72	c   applied locally  :          -          -          -          6      208.3          -          -          -
1800.10/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.72	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 318)
1800.10/1800.72	c   redcost          :       9.12     270858          0          0          0          0
1800.10/1800.72	c   impliedbounds    :       0.00          5          0          0          0          0
1800.10/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.72	c   gomory           :       0.58          5          0          0       1841          0
1800.10/1800.72	c   strongcg         :       1.00          5          0          0       2354          0
1800.10/1800.72	c   cmir             :       0.00          0          0          0          0          0
1800.10/1800.72	c   flowcover        :       0.00          0          0          0          0          0
1800.10/1800.72	c   clique           :       0.00          5          0          0          0          0
1800.10/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.72	c   mcf              :       0.00          1          0          0          0          0
1800.10/1800.72	c   rapidlearning    :       0.08          1          0          0          0          0
1800.10/1800.72	c Pricers            :       Time      Calls       Vars
1800.10/1800.72	c   problem variables:       0.00          0          0
1800.10/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.72	c   relpscost        :      54.51     270955         16        222          0          0     541600
1800.10/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.10/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.72	c   LP solutions     :       0.00          -          0
1800.10/1800.72	c   pseudo solutions :       0.00          -          0
1800.10/1800.72	c   trivial          :       0.00          1          0
1800.10/1800.72	c   simplerounding   :       0.00          0          0
1800.10/1800.72	c   zirounding       :       0.00          0          0
1800.10/1800.72	c   rounding         :       0.00          0          0
1800.10/1800.72	c   shifting         :       0.00          0          0
1800.10/1800.72	c   intshifting      :       0.00          0          0
1800.10/1800.72	c   oneopt           :       0.00          0          0
1800.10/1800.72	c   twoopt           :       0.00          0          0
1800.10/1800.72	c   fixandinfer      :       0.00          0          0
1800.10/1800.72	c   feaspump         :       0.00          0          0
1800.10/1800.72	c   coefdiving       :       0.00          0          0
1800.10/1800.72	c   pscostdiving     :       0.00          0          0
1800.10/1800.72	c   fracdiving       :       0.00          0          0
1800.10/1800.72	c   veclendiving     :       0.00          0          0
1800.10/1800.72	c   intdiving        :       0.00          0          0
1800.10/1800.72	c   actconsdiving    :       0.00          0          0
1800.10/1800.72	c   objpscostdiving  :       0.00          0          0
1800.10/1800.72	c   rootsoldiving    :       0.00          0          0
1800.10/1800.72	c   linesearchdiving :       0.00          0          0
1800.10/1800.72	c   guideddiving     :       0.00          0          0
1800.10/1800.72	c   octane           :       0.00          0          0
1800.10/1800.72	c   rens             :       0.00          0          0
1800.10/1800.72	c   rins             :       0.00          0          0
1800.10/1800.72	c   localbranching   :       0.00          0          0
1800.10/1800.72	c   mutation         :       0.00          0          0
1800.10/1800.72	c   crossover        :       0.00          0          0
1800.10/1800.72	c   dins             :       0.00          0          0
1800.10/1800.72	c   undercover       :       0.00          0          0
1800.10/1800.72	c   nlp              :       0.00          0          0
1800.10/1800.72	c   trysol           :       0.00          0          0
1800.10/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.72	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.72	c   dual LP          :     513.25     323880    1907535       5.89    3716.58
1800.10/1800.72	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 :      44.08       6115     147012      24.04    3335.12
1800.10/1800.72	c     (at root node) :          -         33       2069      62.70          -
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            :     451373
1800.10/1800.72	c   nodes (total)    :     451373
1800.10/1800.72	c   nodes left       :        161
1800.10/1800.72	c   max depth        :         82
1800.10/1800.72	c   max depth (total):         82
1800.10/1800.72	c   backtracks       :     114109 (25.3%)
1800.10/1800.72	c   delayed cutoffs  :      90067
1800.10/1800.72	c   repropagations   :     570284 (3914219 domain reductions, 88743 cutoffs)
1800.10/1800.72	c   avg switch length:       3.97
1800.10/1800.72	c   switching time   :     236.53
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  :       2039
1800.10/1800.79	c Time complete: 1800.18.

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-2667396-1276330017/watcher-2667396-1276330017 -o /tmp/evaluation-result-2667396-1276330017/solver-2667396-1276330017 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667396-1276330017.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.00 1.00 1.00 3/106 9812
/proc/meminfo: memFree=1761388/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=8752 CPUtime=0
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 1338 0 0 0 0 0 0 0 25 0 1 0 6653511 8962048 1257 1992294400 4194304 8223781 140737379479888 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9812/statm: 2188 1267 348 984 0 1201 0

[startup+0.0507341 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9812
/proc/meminfo: memFree=1761388/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=10964 CPUtime=0.04
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 2034 0 0 0 4 0 0 0 25 0 1 0 6653511 11227136 1952 1992294400 4194304 8223781 140737379479888 18446744073709551615 4333573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9812/statm: 2741 1952 364 984 0 1754 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10964

[startup+0.100741 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9812
/proc/meminfo: memFree=1761388/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=18788 CPUtime=0.09
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 4373 0 0 0 8 1 0 0 25 0 1 0 6653511 19238912 3671 1992294400 4194304 8223781 140737379479888 18446744073709551615 6207248 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 4697 3671 441 984 0 3710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18788

[startup+0.300778 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9812
/proc/meminfo: memFree=1761388/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=24896 CPUtime=0.29
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 7391 0 0 0 27 2 0 0 18 0 1 0 6653511 25493504 5276 1992294400 4194304 8223781 140737379479888 18446744073709551615 6052878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 6224 5276 533 984 0 5237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24896

[startup+0.70085 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9812
/proc/meminfo: memFree=1761388/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=45788 CPUtime=0.69
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 13872 0 0 0 64 5 0 0 18 0 1 0 6653511 46886912 10205 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 11447 10205 557 984 0 10460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45788

[startup+1.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9813
/proc/meminfo: memFree=1731372/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=37196 CPUtime=1.49
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 14329 0 0 0 143 6 0 0 19 0 1 0 6653511 38088704 8318 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 9299 8318 567 984 0 8312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37196

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9813
/proc/meminfo: memFree=1728768/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=40284 CPUtime=3.09
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 15255 0 0 0 301 8 0 0 24 0 1 0 6653511 41250816 8993 1992294400 4194304 8223781 140737379479888 18446744073709551615 6569379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 10071 8993 568 984 0 9084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40284

[startup+6.30087 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9813
/proc/meminfo: memFree=1726908/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=40284 CPUtime=6.28
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 15400 0 0 0 618 10 0 0 25 0 1 0 6653511 41250816 8994 1992294400 4194304 8223781 140737379479888 18446744073709551615 6539315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 10071 8994 569 984 0 9084 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40284

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9813
/proc/meminfo: memFree=1726784/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=40284 CPUtime=12.69
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 15400 0 0 0 1253 16 0 0 25 0 1 0 6653511 41250816 8994 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 10071 8994 569 984 0 9084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40284

[startup+25.5004 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9813
/proc/meminfo: memFree=1726784/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=40284 CPUtime=25.48
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 15679 0 0 0 2518 30 0 0 25 0 1 0 6653511 41250816 8994 1992294400 4194304 8223781 140737379479888 18446744073709551615 6505892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 10071 8994 569 984 0 9084 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40284

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9813
/proc/meminfo: memFree=1722196/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=45220 CPUtime=51.07
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 20350 0 0 0 5034 73 0 0 25 0 1 0 6653511 46305280 10228 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 11305 10228 573 984 0 10318 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45220

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9815
/proc/meminfo: memFree=1718228/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=49148 CPUtime=102.26
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 27392 0 0 0 10054 172 0 0 25 0 1 0 6653511 50327552 11190 1992294400 4194304 8223781 140737379479888 18446744073709551615 5921687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 12287 11190 573 984 0 11300 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49148

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9817
/proc/meminfo: memFree=1715624/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=51740 CPUtime=162.23
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 30460 0 0 0 15953 270 0 0 25 0 1 0 6653511 52981760 11852 1992294400 4194304 8223781 140737379479888 18446744073709551615 5909086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 12935 11852 573 984 0 11948 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 51740

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9819
/proc/meminfo: memFree=1712400/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=54860 CPUtime=222.21
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 32749 0 0 0 21869 352 0 0 25 0 1 0 6653511 56176640 12622 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 13715 12622 573 984 0 12728 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 54860

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9821
/proc/meminfo: memFree=1712152/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=54932 CPUtime=282.19
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 32969 0 0 0 27770 449 0 0 25 0 1 0 6653511 56250368 12648 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 13733 12648 573 984 0 12746 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 54932

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9821
/proc/meminfo: memFree=1710540/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=56744 CPUtime=342.17
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 34002 0 0 0 33674 543 0 0 25 0 1 0 6653511 58105856 13059 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 14186 13059 573 984 0 13199 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 56744

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9823
/proc/meminfo: memFree=1709920/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=57164 CPUtime=402.15
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 34186 0 0 0 39593 622 0 0 25 0 1 0 6653511 58535936 13182 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 14291 13182 573 984 0 13304 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 57164

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9825
/proc/meminfo: memFree=1709300/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=57872 CPUtime=462.13
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 34425 0 0 0 45505 708 0 0 25 0 1 0 6653511 59260928 13337 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 14468 13337 573 984 0 13481 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 57872

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9827
/proc/meminfo: memFree=1707440/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=59560 CPUtime=522.11
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 34887 0 0 0 51420 791 0 0 25 0 1 0 6653511 60989440 13780 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 14890 13780 573 984 0 13903 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 59560

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9829
/proc/meminfo: memFree=1706696/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=60568 CPUtime=582.09
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 35128 0 0 0 57333 876 0 0 25 0 1 0 6653511 62021632 13974 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 15142 13974 573 984 0 14155 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 60568

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9829
/proc/meminfo: memFree=1706200/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=61004 CPUtime=642.08
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 35243 0 0 0 63251 957 0 0 25 0 1 0 6653511 62468096 14089 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 15251 14089 573 984 0 14264 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 61004

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9837
/proc/meminfo: memFree=1703596/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=63128 CPUtime=881.99
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 36413 0 0 0 86941 1258 0 0 25 0 1 0 6653511 64643072 14644 1992294400 4194304 8223781 140737379479888 18446744073709551615 6436937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 15782 14644 573 984 0 14795 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 63128

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9837
/proc/meminfo: memFree=1703472/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=63316 CPUtime=941.97
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 37677 0 0 0 92861 1336 0 0 25 0 1 0 6653511 64835584 14681 1992294400 4194304 8223781 140737379479888 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 15829 14681 573 984 0 14842 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 63316

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9839
/proc/meminfo: memFree=1702976/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=63704 CPUtime=1001.95
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40093 0 0 0 98782 1413 0 0 25 0 1 0 6653511 65232896 14780 1992294400 4194304 8223781 140737379479888 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 15926 14780 573 984 0 14939 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 63704

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9841
/proc/meminfo: memFree=1702728/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=64120 CPUtime=1061.93
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40474 0 0 0 104705 1488 0 0 25 0 1 0 6653511 65658880 14852 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16030 14852 573 984 0 15043 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 64120

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9843
/proc/meminfo: memFree=1702728/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=64120 CPUtime=1121.91
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40480 0 0 0 110625 1566 0 0 25 0 1 0 6653511 65658880 14858 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16030 14858 573 984 0 15043 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 64120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9845
/proc/meminfo: memFree=1701736/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=64940 CPUtime=1181.89
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40691 0 0 0 116550 1639 0 0 25 0 1 0 6653511 66498560 15069 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16235 15069 573 984 0 15248 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 64940

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9845
/proc/meminfo: memFree=1701612/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=64940 CPUtime=1241.87
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40691 0 0 0 122474 1713 0 0 25 0 1 0 6653511 66498560 15069 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16235 15069 573 984 0 15248 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 64940

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9847
/proc/meminfo: memFree=1700992/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=65644 CPUtime=1301.85
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40841 0 0 0 128395 1790 0 0 25 0 1 0 6653511 67219456 15219 1992294400 4194304 8223781 140737379479888 18446744073709551615 5001212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16411 15219 573 984 0 15424 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 65644

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9849
/proc/meminfo: memFree=1700620/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66024 CPUtime=1361.83
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40920 0 0 0 134315 1868 0 0 25 0 1 0 6653511 67608576 15291 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16506 15291 573 984 0 15519 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 66024

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9851
/proc/meminfo: memFree=1700620/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66024 CPUtime=1421.82
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40921 0 0 0 140236 1946 0 0 25 0 1 0 6653511 67608576 15291 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16506 15291 573 984 0 15519 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 66024

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9853
/proc/meminfo: memFree=1700620/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66024 CPUtime=1481.78
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40921 0 0 0 146152 2026 0 0 25 0 1 0 6653511 67608576 15291 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16506 15291 573 984 0 15519 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 66024

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9853
/proc/meminfo: memFree=1700620/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66024 CPUtime=1541.77
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 40923 0 0 0 152079 2098 0 0 25 0 1 0 6653511 67608576 15293 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16506 15293 573 984 0 15519 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 66024

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9855
/proc/meminfo: memFree=1700124/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66376 CPUtime=1601.74
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 41092 0 0 0 158002 2172 0 0 25 0 1 0 6653511 67969024 15395 1992294400 4194304 8223781 140737379479888 18446744073709551615 4221212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16594 15395 573 984 0 15607 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 66376

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9857
/proc/meminfo: memFree=1700000/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66608 CPUtime=1661.73
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 41157 0 0 0 163925 2248 0 0 25 0 1 0 6653511 68206592 15433 1992294400 4194304 8223781 140737379479888 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16652 15433 573 984 0 15665 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 66608

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9859
/proc/meminfo: memFree=1699876/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66608 CPUtime=1721.71
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 41163 0 0 0 169844 2327 0 0 25 0 1 0 6653511 68206592 15439 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16652 15439 573 984 0 15665 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 66608

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9861
/proc/meminfo: memFree=1699752/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66608 CPUtime=1781.68
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 41163 0 0 0 175766 2402 0 0 25 0 1 0 6653511 68206592 15439 1992294400 4194304 8223781 140737379479888 18446744073709551615 5911498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16652 15439 573 984 0 15665 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 66608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9861
/proc/meminfo: memFree=1699752/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66608 CPUtime=1800.1
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 41163 0 0 0 177586 2424 0 0 25 0 1 0 6653511 68206592 15439 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16652 15439 573 984 0 15665 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 66608

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9861
/proc/meminfo: memFree=1699752/2059040 swapFree=4192956/4192956
[pid=9812] ppid=9810 vsize=66608 CPUtime=1800.1
/proc/9812/stat : 9812 (pbscip.linux.x8) R 9810 9812 8948 0 -1 4202496 41163 0 0 0 177586 2424 0 0 25 0 1 0 6653511 68206592 15439 1992294400 4194304 8223781 140737379479888 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9812/statm: 16652 15439 573 984 0 15665 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 66608

Child status: 0
Real time (s): 1800.8
CPU time (s): 1800.19
CPU user time (s): 1775.93
CPU system time (s): 24.2573
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 66608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.93
system time used= 24.2573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41181
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= 4
involuntary context switches= 14524

runsolver used 3.69144 second user time and 9.42757 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 10:06:57
IDJOB=2667396
IDBENCH=1442
IDSOLVER=1169
FILE ID=node027/2667396-1276330017
PBS_JOBID= 11173168
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_28_sat_pb.cnf.cr.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667396-1276330017/watcher-2667396-1276330017 -o /tmp/evaluation-result-2667396-1276330017/solver-2667396-1276330017 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667396-1276330017.opb -t 1800 -m 1800

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

MD5SUM BENCH= 30ece871aa3028bf4a3db0aa3daf115a
RANDOM SEED=733617619

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1761916 kB
Buffers:         29828 kB
Cached:         137956 kB
SwapCached:          0 kB
Active:         150600 kB
Inactive:        76620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1761916 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4740 kB
Writeback:           0 kB
AnonPages:       59328 kB
Mapped:          15384 kB
Slab:            47904 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-12 10:36:59