Trace number 2704235

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.58 1790.09

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.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2704235-1278550147.opb>
0.00/0.04	c original problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 926 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.05/0.06	c presolving:
0.09/0.11	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.12	c presolving (2 rounds):
0.09/0.12	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  0 implications, 58 cliques
0.09/0.12	c presolved problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 926 constraints
0.09/0.12	c      58 constraints of type <setppc>
0.09/0.12	c     868 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.07
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.97
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 1620
0.09/0.12	c 
0.09/0.12	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c limits/solutions = 1
0.09/0.12	c 
0.09/0.12	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.12	c separating/maxrounds = 1
0.09/0.12	c 
0.09/0.12	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/maxroundsroot = 5
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.12	c constraints/knapsack/disaggregation = FALSE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c presolving/probing/maxrounds = 0
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/coefdiving/freq = -1
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.12	c 
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.12	c heuristics/crossover/freq = -1
0.09/0.12	c 
0.09/0.12	c # number of nodes added to the contingent of the total nodes
0.09/0.12	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.12	c heuristics/crossover/nodesofs = 750
0.09/0.12	c 
0.09/0.12	c # number of nodes without incumbent change that heuristic should wait
0.09/0.12	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.12	c heuristics/crossover/nwaitingnodes = 100
0.09/0.12	c 
0.09/0.12	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.12	c # [type: real, range: [0,1], default: 0.1]
0.09/0.12	c heuristics/crossover/nodesquot = 0.15
0.09/0.12	c 
0.09/0.12	c # minimum percentage of integer variables that have to be fixed 
0.09/0.12	c # [type: real, range: [0,1], default: 0.666]
0.09/0.12	c heuristics/crossover/minfixingrate = 0.5
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.12	c heuristics/feaspump/freq = -1
0.09/0.12	c 
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/fracdiving/freq = -1
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.12	c 
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/guideddiving/freq = -1
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.12	c 
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/intshifting/freq = -1
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/linesearchdiving/freq = -1
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.12	c 
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.12	c heuristics/nlp/freq = -1
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.12	c heuristics/objpscostdiving/freq = -1
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.12	c # [type: real, range: [0,1], default: 0.01]
0.09/0.12	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.12	c 
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.12	c heuristics/oneopt/freq = -1
0.09/0.12	c 
0.09/0.12	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/pscostdiving/freq = -1
0.09/0.12	c 
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.13	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.13	c 
0.09/0.13	c # additional number of allowed LP iterations
0.09/0.13	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.13	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.13	c heuristics/rens/freq = -1
0.09/0.13	c 
0.09/0.13	c # minimum percentage of integer variables that have to be fixable 
0.09/0.13	c # [type: real, range: [0,1], default: 0.5]
0.09/0.13	c heuristics/rens/minfixingrate = 0.3
0.09/0.13	c 
0.09/0.13	c # number of nodes added to the contingent of the total nodes
0.09/0.13	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.13	c heuristics/rens/nodesofs = 2000
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.13	c heuristics/rootsoldiving/freq = -1
0.09/0.13	c 
0.09/0.13	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.13	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.13	c 
0.09/0.13	c # additional number of allowed LP iterations
0.09/0.13	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.13	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.13	c heuristics/rounding/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.13	c heuristics/shifting/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.13	c heuristics/simplerounding/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.13	c heuristics/trivial/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.13	c heuristics/trysol/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.13	c heuristics/veclendiving/freq = -1
0.09/0.13	c 
0.09/0.13	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.13	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.13	c 
0.09/0.13	c # additional number of allowed LP iterations
0.09/0.13	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.13	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.13	c 
0.09/0.13	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.13	c heuristics/zirounding/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.13	c separating/cmir/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.13	c separating/flowcover/freq = -1
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c   0.1s|     1 |     0 |   356 |     - |5272k|   0 | 147 |1260 | 926 |1260 | 926 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   685 |     - |6503k|   0 | 205 |1260 | 926 |1260 | 939 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |   880 |     - |7115k|   0 | 208 |1260 | 926 |1260 | 948 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |  1121 |     - |7735k|   0 | 214 |1260 | 926 |1260 | 961 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.20	c   2.2s|     1 |     0 |  1419 |     - |8499k|   0 | 278 |1260 | 926 |1260 | 973 |  47 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.52	c   2.5s|     1 |     0 |  2039 |     - |8551k|   0 | 338 |1260 | 926 |1260 | 987 |  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.22	c   3.2s|     1 |     2 |  2039 |     - |8552k|   0 | 338 |1260 | 926 |1260 | 987 |  61 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
61.76/61.84	c  61.8s| 10000 |   140 | 47478 |   4.5 |  12M|  81 |  26 |1260 |5011 |1260 | 955 |  61 |  14k|2182 | 0.000000e+00 |      --      |    Inf 
90.85/90.97	c  90.9s| 20000 |   154 | 92168 |   4.5 |  13M|  81 |  20 |1260 |6380 |1260 | 955 |  61 |  28k|2365 | 0.000000e+00 |      --      |    Inf 
125.14/125.20	c   125s| 30000 |   152 |146569 |   4.8 |  15M|  81 |   - |1260 |9249 |1260 | 955 |  61 |  43k|2426 | 0.000000e+00 |      --      |    Inf 
157.43/157.53	c   157s| 40000 |   155 |189947 |   4.7 |  16M|  81 |  26 |1260 |9734 |1260 | 955 |  61 |  57k|2507 | 0.000000e+00 |      --      |    Inf 
195.32/195.46	c   195s| 50000 |   166 |245852 |   4.9 |  17M|  81 |  26 |1260 |  12k|1260 | 955 |  61 |  73k|2577 | 0.000000e+00 |      --      |    Inf 
232.02/232.16	c   232s| 60000 |   154 |298022 |   4.9 |  14M|  81 |   - |1260 |6696 |   0 |   0 |  61 |  87k|2771 | 0.000000e+00 |      --      |    Inf 
261.72/261.86	c   262s| 70000 |   148 |337109 |   4.8 |  15M|  81 |   - |1260 |8353 |1260 | 955 |  61 | 102k|2807 | 0.000000e+00 |      --      |    Inf 
296.20/296.35	c   296s| 80000 |   149 |386522 |   4.8 |  16M|  81 |  26 |1260 |8923 |1260 | 955 |  61 | 116k|2932 | 0.000000e+00 |      --      |    Inf 
328.38/328.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.38/328.58	c   329s| 90000 |   145 |426503 |   4.7 |  16M|  81 |  35 |1260 |  10k|1260 | 955 |  61 | 130k|2937 | 0.000000e+00 |      --      |    Inf 
363.08/363.28	c   363s|100000 |   151 |469102 |   4.7 |  18M|  81 |  32 |1260 |  12k|1260 | 955 |  61 | 142k|2981 | 0.000000e+00 |      --      |    Inf 
399.08/399.29	c   399s|110000 |   145 |514011 |   4.7 |  18M|  81 |  32 |1260 |  12k|1260 | 955 |  61 | 157k|3088 | 0.000000e+00 |      --      |    Inf 
433.27/433.41	c   433s|120000 |   144 |552809 |   4.6 |  17M|  81 |   - |1260 |  10k|   0 |   0 |  61 | 172k|3177 | 0.000000e+00 |      --      |    Inf 
466.85/467.01	c   467s|130000 |   152 |594466 |   4.6 |  18M|  81 |   - |1260 |  12k|   0 |   0 |  61 | 185k|3247 | 0.000000e+00 |      --      |    Inf 
505.44/505.60	c   506s|140000 |   147 |648699 |   4.6 |  20M|  81 |   - |1260 |  15k|1260 | 955 |  61 | 198k|3340 | 0.000000e+00 |      --      |    Inf 
542.23/542.49	c   542s|150000 |   139 |696083 |   4.6 |  18M|  82 |  30 |1260 |  11k|1260 | 955 |  61 | 213k|3881 | 0.000000e+00 |      --      |    Inf 
574.92/575.13	c   575s|160000 |   152 |731207 |   4.6 |  19M|  82 |  27 |1260 |  13k|1260 | 955 |  61 | 228k|3943 | 0.000000e+00 |      --      |    Inf 
611.21/611.41	c   611s|170000 |   152 |772577 |   4.5 |  19M|  82 |  27 |1260 |  14k|1260 | 955 |  61 | 242k|4003 | 0.000000e+00 |      --      |    Inf 
649.70/649.91	c   650s|180000 |   157 |813553 |   4.5 |  21M|  82 |   - |1260 |  16k|   0 |   0 |  61 | 257k|4071 | 0.000000e+00 |      --      |    Inf 
686.99/687.25	c   687s|190000 |   144 |848794 |   4.5 |  21M|  82 |  23 |1260 |  17k|1260 | 955 |  61 | 271k|4122 | 0.000000e+00 |      --      |    Inf 
727.16/727.42	c   727s|200000 |   142 |889487 |   4.4 |  21M|  82 |   - |1260 |  15k|   0 |   0 |  61 | 284k|4199 | 0.000000e+00 |      --      |    Inf 
765.06/765.37	c   765s|210000 |   135 |925255 |   4.4 |  20M|  82 |   - |1260 |  15k|   0 |   0 |  61 | 298k|4289 | 0.000000e+00 |      --      |    Inf 
804.25/804.59	c   805s|220000 |   146 |968055 |   4.4 |  21M|  82 |   - |1260 |  16k|   0 |   0 |  61 | 313k|4375 | 0.000000e+00 |      --      |    Inf 
844.24/844.51	c   844s|230000 |   145 |  1010k|   4.4 |  22M|  82 |  31 |1260 |  17k|1260 | 955 |  61 | 327k|4466 | 0.000000e+00 |      --      |    Inf 
885.03/885.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.03/885.37	c   885s|240000 |   143 |  1049k|   4.4 |  22M|  82 |  31 |1260 |  18k|1260 | 955 |  61 | 342k|4552 | 0.000000e+00 |      --      |    Inf 
926.41/926.73	c   927s|250000 |   142 |  1091k|   4.4 |  22M|  82 |   - |1260 |  18k|   0 |   0 |  61 | 356k|4629 | 0.000000e+00 |      --      |    Inf 
969.81/970.11	c   970s|260000 |   142 |  1134k|   4.4 |  23M|  82 |  26 |1260 |  19k|1260 | 955 |  61 | 369k|4706 | 0.000000e+00 |      --      |    Inf 
1009.09/1009.47	c  1009s|270000 |   141 |  1174k|   4.3 |  20M|  82 |  29 |1260 |  14k|1260 | 955 |  61 | 383k|4804 | 0.000000e+00 |      --      |    Inf 
1046.98/1047.31	c  1047s|280000 |   141 |  1210k|   4.3 |  20M|  82 |  28 |1260 |  15k|1260 | 955 |  61 | 397k|4866 | 0.000000e+00 |      --      |    Inf 
1085.57/1085.98	c  1086s|290000 |   137 |  1246k|   4.3 |  21M|  82 |  28 |1260 |  15k|1260 | 955 |  61 | 412k|4905 | 0.000000e+00 |      --      |    Inf 
1124.86/1125.24	c  1125s|300000 |   147 |  1280k|   4.3 |  22M|  82 |  22 |1260 |  17k|1260 | 955 |  61 | 426k|4989 | 0.000000e+00 |      --      |    Inf 
1165.65/1166.08	c  1166s|310000 |   140 |  1318k|   4.2 |  22M|  82 |  23 |1260 |  17k|1260 | 955 |  61 | 440k|5060 | 0.000000e+00 |      --      |    Inf 
1205.94/1206.36	c  1206s|320000 |   137 |  1355k|   4.2 |  23M|  82 |  31 |1260 |  18k|1260 | 955 |  61 | 455k|5128 | 0.000000e+00 |      --      |    Inf 
1249.33/1249.79	c  1250s|330000 |   137 |  1405k|   4.3 |  22M|  82 |  29 |1260 |  17k|1260 | 955 |  61 | 468k|5200 | 0.000000e+00 |      --      |    Inf 
1286.02/1286.42	c  1286s|340000 |   135 |  1443k|   4.2 |  21M|  82 |   - |1260 |  16k|   0 |   0 |  61 | 480k|5282 | 0.000000e+00 |      --      |    Inf 
1322.61/1323.06	c  1323s|350000 |   145 |  1483k|   4.2 |  22M|  82 |  26 |1260 |  16k|1260 | 955 |  61 | 494k|5345 | 0.000000e+00 |      --      |    Inf 
1362.41/1362.83	c  1363s|360000 |   143 |  1527k|   4.2 |  22M|  82 |  30 |1260 |  17k|1260 | 955 |  61 | 510k|5386 | 0.000000e+00 |      --      |    Inf 
1400.89/1401.39	c  1401s|370000 |   141 |  1565k|   4.2 |  22M|  82 |  27 |1260 |  17k|1260 | 955 |  61 | 524k|5465 | 0.000000e+00 |      --      |    Inf 
1440.07/1440.55	c  1441s|380000 |   142 |  1606k|   4.2 |  23M|  82 |  16 |1260 |  18k|1260 | 955 |  61 | 538k|5539 | 0.000000e+00 |      --      |    Inf 
1480.97/1481.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.97/1481.41	c  1481s|390000 |   139 |  1645k|   4.2 |  24M|  82 |  21 |1260 |  20k|1260 | 955 |  61 | 553k|5601 | 0.000000e+00 |      --      |    Inf 
1521.15/1521.67	c  1522s|400000 |   138 |  1687k|   4.2 |  22M|  82 |   - |1260 |  17k|   0 |   0 |  61 | 567k|5666 | 0.000000e+00 |      --      |    Inf 
1559.85/1560.36	c  1560s|410000 |   144 |  1727k|   4.2 |  23M|  82 |  24 |1260 |  18k|1260 | 955 |  61 | 580k|5761 | 0.000000e+00 |      --      |    Inf 
1599.23/1599.77	c  1600s|420000 |   139 |  1770k|   4.2 |  22M|  82 |  19 |1260 |  17k|1260 | 955 |  61 | 594k|5840 | 0.000000e+00 |      --      |    Inf 
1637.62/1638.19	c  1638s|430000 |   151 |  1811k|   4.2 |  23M|  82 |   - |1260 |  17k|1260 | 955 |  61 | 608k|5930 | 0.000000e+00 |      --      |    Inf 
1676.31/1676.82	c  1677s|440000 |   155 |  1854k|   4.2 |  23M|  82 |  29 |1260 |  18k|1260 | 955 |  61 | 622k|6010 | 0.000000e+00 |      --      |    Inf 
1716.90/1717.42	c  1717s|450000 |   161 |  1900k|   4.2 |  24M|  82 |  21 |1260 |  19k|1260 | 955 |  61 | 637k|6113 | 0.000000e+00 |      --      |    Inf 
1758.69/1759.23	c  1759s|460000 |   148 |  1952k|   4.2 |  23M|  82 |  20 |1260 |  18k|1260 | 955 |  61 | 651k|6193 | 0.000000e+00 |      --      |    Inf 
1789.48/1790.01	c 
1789.48/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.48/1790.01	c Solving Time (sec) : 1789.97
1789.48/1790.01	c Solving Nodes      : 468068
1789.48/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.48/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.48/1790.01	c Gap                : infinite
1789.48/1790.01	s UNKNOWN
1789.48/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.48/1790.01	c Solving Time       :    1789.97
1789.48/1790.01	c Original Problem   :
1789.48/1790.01	c   Problem name     : HOME/instance-2704235-1278550147.opb
1789.48/1790.01	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.48/1790.01	c   Constraints      : 926 initial, 926 maximal
1789.48/1790.01	c Presolved Problem  :
1789.48/1790.01	c   Problem name     : t_HOME/instance-2704235-1278550147.opb
1789.48/1790.01	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.48/1790.01	c   Constraints      : 926 initial, 20870 maximal
1789.48/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.48/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.48/1790.01	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1789.48/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.48/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.48/1790.01	c   integral         :          0          0          0     280909          0         16        222          0          0     561508
1789.48/1790.01	c   setppc           :         58          5    1959338          0          2     171790    8029140          0          0          0
1789.48/1790.01	c   logicor          :        868+         5    1020684          0          2      52286    2206213          0          0          0
1789.48/1790.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.48/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.48/1790.01	c   integral         :      54.69       0.00       0.00      54.69       0.00
1789.48/1790.01	c   setppc           :     108.42       0.00     108.42       0.00       0.00
1789.48/1790.01	c   logicor          :     395.43       0.00     395.43       0.00       0.00
1789.48/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.48/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.48/1790.01	c   vbounds          :       0.85          1          0          0
1789.48/1790.01	c   rootredcost      :       1.03          0          0          0
1789.48/1790.01	c   pseudoobj        :       0.68          0          0          0
1789.48/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.48/1790.01	c   propagation      :      76.21     224076     223908    2941065       82.2       3366       70.4          -
1789.48/1790.01	c   infeasible LP    :     157.91      55146      50799    2154512      176.6        765       68.0          0
1789.48/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.48/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.48/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.48/1790.01	c   applied globally :          -          -          -     663552       67.1          -          -          -
1789.48/1790.01	c   applied locally  :          -          -          -          6      208.3          -          -          -
1789.48/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.48/1790.01	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 318)
1789.48/1790.01	c   redcost          :       8.71     280812          0          0          0          0
1789.48/1790.01	c   impliedbounds    :       0.00          5          0          0          0          0
1789.48/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.48/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.48/1790.01	c   gomory           :       0.59          5          0          0       1841          0
1789.48/1790.01	c   strongcg         :       1.01          5          0          0       2354          0
1789.48/1790.01	c   cmir             :       0.00          0          0          0          0          0
1789.48/1790.01	c   flowcover        :       0.00          0          0          0          0          0
1789.48/1790.01	c   clique           :       0.01          5          0          0          0          0
1789.48/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.48/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.48/1790.01	c   rapidlearning    :       0.08          1          0          0          0          0
1789.48/1790.01	c Pricers            :       Time      Calls       Vars
1789.48/1790.01	c   problem variables:       0.00          0          0
1789.48/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.48/1790.01	c   relpscost        :      54.06     280909         16        222          0          0     561508
1789.48/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.48/1790.01	c   inference        :       0.00          2          0          0          0          0          4
1789.48/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.48/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.48/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.48/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.48/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.48/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.48/1790.01	c   LP solutions     :       0.00          -          0
1789.48/1790.01	c   pseudo solutions :       0.00          -          0
1789.48/1790.01	c   trivial          :       0.00          1          0
1789.48/1790.01	c   simplerounding   :       0.00          0          0
1789.48/1790.01	c   zirounding       :       0.00          0          0
1789.48/1790.01	c   rounding         :       0.00          0          0
1789.48/1790.01	c   shifting         :       0.00          0          0
1789.48/1790.01	c   intshifting      :       0.00          0          0
1789.48/1790.01	c   oneopt           :       0.00          0          0
1789.48/1790.01	c   twoopt           :       0.00          0          0
1789.48/1790.01	c   fixandinfer      :       0.00          0          0
1789.48/1790.01	c   feaspump         :       0.00          0          0
1789.48/1790.01	c   coefdiving       :       0.00          0          0
1789.48/1790.01	c   pscostdiving     :       0.00          0          0
1789.48/1790.01	c   fracdiving       :       0.00          0          0
1789.48/1790.01	c   veclendiving     :       0.00          0          0
1789.48/1790.01	c   intdiving        :       0.00          0          0
1789.48/1790.01	c   actconsdiving    :       0.00          0          0
1789.48/1790.01	c   objpscostdiving  :       0.00          0          0
1789.48/1790.01	c   rootsoldiving    :       0.00          0          0
1789.48/1790.01	c   linesearchdiving :       0.00          0          0
1789.48/1790.01	c   guideddiving     :       0.00          0          0
1789.48/1790.01	c   octane           :       0.00          0          0
1789.48/1790.01	c   rens             :       0.00          0          0
1789.48/1790.01	c   rins             :       0.00          0          0
1789.48/1790.01	c   localbranching   :       0.00          0          0
1789.48/1790.01	c   mutation         :       0.00          0          0
1789.48/1790.01	c   crossover        :       0.00          0          0
1789.48/1790.01	c   dins             :       0.00          0          0
1789.48/1790.01	c   undercover       :       0.00          0          0
1789.48/1790.01	c   nlp              :       0.00          0          0
1789.48/1790.01	c   trysol           :       0.00          0          0
1789.48/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.48/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.48/1790.02	c   dual LP          :     532.67     335969    1981505       5.90    3719.97
1789.48/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.48/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.48/1790.02	c   diving/probing LP:       0.00          0          0       0.00          -
1789.48/1790.02	c   strong branching :      43.52       6207     147815      23.81    3396.35
1789.48/1790.02	c     (at root node) :          -         33       2069      62.70          -
1789.48/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.48/1790.02	c B&B Tree           :
1789.48/1790.02	c   number of runs   :          1
1789.48/1790.02	c   nodes            :     468068
1789.48/1790.02	c   nodes (total)    :     468068
1789.48/1790.02	c   nodes left       :        144
1789.48/1790.02	c   max depth        :         82
1789.48/1790.02	c   max depth (total):         82
1789.48/1790.02	c   backtracks       :     118345 (25.3%)
1789.48/1790.02	c   delayed cutoffs  :      93301
1789.48/1790.02	c   repropagations   :     590304 (4057765 domain reductions, 91926 cutoffs)
1789.48/1790.02	c   avg switch length:       3.97
1789.48/1790.02	c   switching time   :     244.85
1789.48/1790.02	c Solution           :
1789.48/1790.02	c   Solutions found  :          0 (0 improvements)
1789.48/1790.02	c   Primal Bound     :          -
1789.48/1790.02	c   Dual Bound       : +0.00000000000000e+00
1789.48/1790.02	c   Gap              :   infinite
1789.48/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1789.48/1790.02	c   Root Iterations  :       2039
1789.48/1790.09	c Time complete: 1789.57.

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-2704235-1278550147/watcher-2704235-1278550147 -o /tmp/evaluation-result-2704235-1278550147/solver-2704235-1278550147 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704235-1278550147.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 0.97 0.91 3/106 29625
/proc/meminfo: memFree=1717028/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=7904 CPUtime=0
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 1083 0 0 0 0 0 0 0 20 0 1 0 23227827 8093696 994 1992294400 4194304 8395647 140735695589648 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29625/statm: 1976 1003 365 1026 0 946 0

[startup+0.0534329 s]
/proc/loadavg: 1.00 0.97 0.91 3/106 29625
/proc/meminfo: memFree=1717028/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=14644 CPUtime=0.05
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 3234 0 0 0 4 1 0 0 20 0 1 0 23227827 14995456 2791 1992294400 4194304 8395647 140735695589648 18446744073709551615 6349769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 3661 2794 407 1026 0 2631 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14644

[startup+0.101438 s]
/proc/loadavg: 1.00 0.97 0.91 3/106 29625
/proc/meminfo: memFree=1717028/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=21084 CPUtime=0.09
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 4652 0 0 0 8 1 0 0 20 0 1 0 23227827 21590016 4209 1992294400 4194304 8395647 140735695589648 18446744073709551615 5093679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 5271 4209 468 1026 0 4241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21084

[startup+0.301462 s]
/proc/loadavg: 1.00 0.97 0.91 3/106 29625
/proc/meminfo: memFree=1717028/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=26172 CPUtime=0.29
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 6092 0 0 0 27 2 0 0 20 0 1 0 23227827 26800128 5627 1992294400 4194304 8395647 140735695589648 18446744073709551615 6197823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 6543 5627 568 1026 0 5513 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26172

[startup+0.701508 s]
/proc/loadavg: 1.00 0.97 0.91 3/106 29625
/proc/meminfo: memFree=1717028/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=44948 CPUtime=0.69
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 11213 0 0 0 65 4 0 0 20 0 1 0 23227827 46026752 10044 1992294400 4194304 8395647 140735695589648 18446744073709551615 6148717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11237 10044 598 1026 0 10207 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44948

[startup+1.5016 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29626
/proc/meminfo: memFree=1678456/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=44948 CPUtime=1.49
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 11336 0 0 0 144 5 0 0 22 0 1 0 23227827 46026752 10109 1992294400 4194304 8395647 140735695589648 18446744073709551615 4270180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11237 10109 598 1026 0 10207 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44948

[startup+3.10179 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29626
/proc/meminfo: memFree=1678332/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=44948 CPUtime=3.1
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 11385 0 0 0 303 7 0 0 25 0 1 0 23227827 46026752 10158 1992294400 4194304 8395647 140735695589648 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11237 10158 598 1026 0 10207 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 44948

[startup+6.30116 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29626
/proc/meminfo: memFree=1677836/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=44948 CPUtime=6.29
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 11387 0 0 0 619 10 0 0 25 0 1 0 23227827 46026752 10160 1992294400 4194304 8395647 140735695589648 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11237 10160 600 1026 0 10207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44948

[startup+12.7009 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29626
/proc/meminfo: memFree=1677836/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=44948 CPUtime=12.69
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 11387 0 0 0 1251 18 0 0 25 0 1 0 23227827 46026752 10160 1992294400 4194304 8395647 140735695589648 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11237 10160 600 1026 0 10207 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44948

[startup+25.5014 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29626
/proc/meminfo: memFree=1677836/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=44948 CPUtime=25.49
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 11387 0 0 0 2517 32 0 0 25 0 1 0 23227827 46026752 10160 1992294400 4194304 8395647 140735695589648 18446744073709551615 6652352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11237 10160 600 1026 0 10207 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44948

[startup+51.1013 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29628
/proc/meminfo: memFree=1675604/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=46760 CPUtime=51.06
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 12083 0 0 0 5045 61 0 0 25 0 1 0 23227827 47882240 10856 1992294400 4194304 8395647 140735695589648 18446744073709551615 4471459 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 11690 10856 605 1026 0 10660 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 46760

[startup+102.308 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29628
/proc/meminfo: memFree=1671760/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=50476 CPUtime=102.25
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 13007 0 0 0 10125 100 0 0 25 0 1 0 23227827 51687424 11780 1992294400 4194304 8395647 140735695589648 18446744073709551615 6040321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 12619 11780 605 1026 0 11589 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 50476

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29630
/proc/meminfo: memFree=1669032/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=53372 CPUtime=162.23
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 13707 0 0 0 16079 144 0 0 25 0 1 0 23227827 54652928 12480 1992294400 4194304 8395647 140735695589648 18446744073709551615 6574989 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 13343 12480 605 1026 0 12313 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53372

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29632
/proc/meminfo: memFree=1666304/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=55896 CPUtime=222.22
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 14374 0 0 0 22033 189 0 0 25 0 1 0 23227827 57237504 13147 1992294400 4194304 8395647 140735695589648 18446744073709551615 6343294 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 13974 13147 605 1026 0 12944 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 55896

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29634
/proc/meminfo: memFree=1666056/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=56172 CPUtime=282.2
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 14429 0 0 0 27987 233 0 0 25 0 1 0 23227827 57520128 13202 1992294400 4194304 8395647 140735695589648 18446744073709551615 6003107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 14043 13202 605 1026 0 13013 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 56172

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29636
/proc/meminfo: memFree=1663948/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=58336 CPUtime=342.19
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 14940 0 0 0 33950 269 0 0 25 0 1 0 23227827 59736064 13712 1992294400 4194304 8395647 140735695589648 18446744073709551615 4616914 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 14584 13712 605 1026 0 13554 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 58336

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29636
/proc/meminfo: memFree=1663328/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=58908 CPUtime=402.17
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 15086 0 0 0 39907 310 0 0 25 0 1 0 23227827 60321792 13858 1992294400 4194304 8395647 140735695589648 18446744073709551615 7385015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 14727 13858 605 1026 0 13697 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58908

[startup+462.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29638
/proc/meminfo: memFree=1663204/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=59040 CPUtime=462.15
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 15117 0 0 0 45866 349 0 0 25 0 1 0 23227827 60456960 13889 1992294400 4194304 8395647 140735695589648 18446744073709551615 4245918 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 14760 13889 605 1026 0 13730 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 59040

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29640
/proc/meminfo: memFree=1660724/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=61408 CPUtime=522.14
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 15715 0 0 0 51825 389 0 0 25 0 1 0 23227827 62881792 14487 1992294400 4194304 8395647 140735695589648 18446744073709551615 5085638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 15352 14487 605 1026 0 14322 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 61408

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29642
/proc/meminfo: memFree=1660600/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=61540 CPUtime=582.12
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 15749 0 0 0 57790 422 0 0 25 0 1 0 23227827 63016960 14521 1992294400 4194304 8395647 140735695589648 18446744073709551615 5086861 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 15385 14521 605 1026 0 14355 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 61540

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29644
/proc/meminfo: memFree=1659236/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=62724 CPUtime=642.11
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 16047 0 0 0 63750 461 0 0 25 0 1 0 23227827 64229376 14819 1992294400 4194304 8395647 140735695589648 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 15681 14819 605 1026 0 14651 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 62724

[startup+702.301 s]

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

/proc/meminfo: memFree=1656136/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=65352 CPUtime=1061.97
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 16670 0 0 0 105511 686 0 0 25 0 1 0 23227827 66920448 15442 1992294400 4194304 8395647 140735695589648 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16338 15442 605 1026 0 15308 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 65352

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29665
/proc/meminfo: memFree=1655268/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=66168 CPUtime=1121.96
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 16880 0 0 0 111480 716 0 0 25 0 1 0 23227827 67756032 15652 1992294400 4194304 8395647 140735695589648 18446744073709551615 4212501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16542 15652 605 1026 0 15512 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 66168

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29667
/proc/meminfo: memFree=1655268/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=66168 CPUtime=1181.94
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 16880 0 0 0 117446 748 0 0 25 0 1 0 23227827 67756032 15652 1992294400 4194304 8395647 140735695589648 18446744073709551615 6654361 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16542 15652 605 1026 0 15512 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 66168

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29669
/proc/meminfo: memFree=1654772/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=66652 CPUtime=1241.93
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17001 0 0 0 123408 785 0 0 25 0 1 0 23227827 68251648 15773 1992294400 4194304 8395647 140735695589648 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16663 15773 605 1026 0 15633 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 66652

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29669
/proc/meminfo: memFree=1654400/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=66972 CPUtime=1301.92
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17065 0 0 0 129372 820 0 0 25 0 1 0 23227827 68579328 15837 1992294400 4194304 8395647 140735695589648 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16743 15837 605 1026 0 15713 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 66972

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29671
/proc/meminfo: memFree=1654400/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=66972 CPUtime=1361.9
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17066 0 0 0 135337 853 0 0 25 0 1 0 23227827 68579328 15838 1992294400 4194304 8395647 140735695589648 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16743 15838 605 1026 0 15713 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 66972

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29673
/proc/meminfo: memFree=1654400/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=66972 CPUtime=1421.89
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17073 0 0 0 141305 884 0 0 25 0 1 0 23227827 68579328 15845 1992294400 4194304 8395647 140735695589648 18446744073709551615 4681242 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16743 15845 605 1026 0 15713 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 66972

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29675
/proc/meminfo: memFree=1654152/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67220 CPUtime=1481.87
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17130 0 0 0 147272 915 0 0 25 0 1 0 23227827 68833280 15902 1992294400 4194304 8395647 140735695589648 18446744073709551615 6023153 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16805 15902 605 1026 0 15775 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 67220

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29677
/proc/meminfo: memFree=1653904/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67492 CPUtime=1541.84
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17188 0 0 0 153237 947 0 0 25 0 1 0 23227827 69111808 15960 1992294400 4194304 8395647 140735695589648 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16873 15960 605 1026 0 15843 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 67492

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29677
/proc/meminfo: memFree=1653656/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1601.83
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17232 0 0 0 159202 981 0 0 25 0 1 0 23227827 69259264 16004 1992294400 4194304 8395647 140735695589648 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16004 605 1026 0 15879 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 67636

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29679
/proc/meminfo: memFree=1653656/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1661.81
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17233 0 0 0 165168 1013 0 0 25 0 1 0 23227827 69259264 16005 1992294400 4194304 8395647 140735695589648 18446744073709551615 6470940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16005 605 1026 0 15879 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 67636

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29681
/proc/meminfo: memFree=1653656/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1721.8
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17233 0 0 0 171135 1045 0 0 25 0 1 0 23227827 69259264 16005 1992294400 4194304 8395647 140735695589648 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16005 605 1026 0 15879 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 67636

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1652788/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1781.78
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177096 1082 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 67636

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

[startup+1785.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1652912/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1784.98
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177415 1083 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 6574271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 67636

[startup+1787.1 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1653036/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1786.58
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177574 1084 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 6068915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (KiB) 67636

[startup+1788.7 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1653036/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1788.18
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177733 1085 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1788.18
Current children cumulated vsize (KiB) 67636

[startup+1789.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1653036/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1788.98
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177812 1086 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 6003097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1788.98
Current children cumulated vsize (KiB) 67636

[startup+1789.9 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1653036/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1789.38
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177852 1086 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 6023234 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1789.38
Current children cumulated vsize (KiB) 67636

[startup+1790 s]
/proc/loadavg: 1.00 0.97 0.91 2/107 29686
/proc/meminfo: memFree=1653036/2059040 swapFree=4138696/4192956
[pid=29625] ppid=29623 vsize=67636 CPUtime=1789.48
/proc/29625/stat : 29625 (pbscip.linux.x8) R 29623 29625 28909 0 -1 4202496 17240 0 0 0 177862 1086 0 0 25 0 1 0 23227827 69259264 16012 1992294400 4194304 8395647 140735695589648 18446744073709551615 6034192 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29625/statm: 16909 16012 605 1026 0 15879 0
Current children cumulated CPU time (s) 1789.48
Current children cumulated vsize (KiB) 67636

Child status: 0
Real time (s): 1790.09
CPU time (s): 1789.58
CPU user time (s): 1778.71
CPU system time (s): 10.8743
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 67636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.71
system time used= 10.8743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 4816

runsolver used 2.90856 second user time and 8.50271 second system time

The end

Launcher Data

Begin job on node011 at 2010-07-08 02:49:07
IDJOB=2704235
IDBENCH=1442
IDSOLVER=1213
FILE ID=node011/2704235-1278550147
PBS_JOBID= 11239520
Free space on /tmp= 62444 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 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-2704235-1278550147/watcher-2704235-1278550147 -o /tmp/evaluation-result-2704235-1278550147/solver-2704235-1278550147 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704235-1278550147.opb -t 1800 -m 1800

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

MD5SUM BENCH= 30ece871aa3028bf4a3db0aa3daf115a
RANDOM SEED=1152970975

node011.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.212
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.42
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.212
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:       1717556 kB
Buffers:         62956 kB
Cached:         189004 kB
SwapCached:       7420 kB
Active:         160604 kB
Inactive:       105404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1717556 kB
SwapTotal:     4192956 kB
SwapFree:      4138696 kB
Dirty:           10588 kB
Writeback:           0 kB
AnonPages:       11908 kB
Mapped:          11868 kB
Slab:            53504 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183400 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= 62432 MiB
End job on node011 at 2010-07-08 03:18:57