Trace number 3488887

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.11 1797.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark185
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1469
Number of bits of the biggest sum of numbers11
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3488887-1307771035.opb>
0.09/0.16	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.09/0.16	c problem read
0.09/0.16	c presolving settings loaded
0.19/0.22	c presolving:
0.29/0.30	c (round 1) 0 del vars, 4200 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
0.99/1.01	c    (1.0s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
0.99/1.01	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.99/1.01	c presolving (2 rounds):
0.99/1.01	c  0 deleted vars, 4200 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.99/1.01	c  8610 implications, 0 cliques
0.99/1.01	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
0.99/1.01	c      14 constraints of type <knapsack>
0.99/1.01	c    4200 constraints of type <linear>
0.99/1.01	c transformed objective value is always integral (scale: 1)
0.99/1.01	c Presolving Time: 0.80
0.99/1.01	c - non default parameters ----------------------------------------------------------------------
0.99/1.01	c # SCIP version 2.0.1.5
0.99/1.01	c 
0.99/1.01	c # frequency for displaying node information lines
0.99/1.01	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.01	c display/freq = 10000
0.99/1.01	c 
0.99/1.01	c # maximal time in seconds to run
0.99/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.01	c limits/time = 1797
0.99/1.01	c 
0.99/1.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.01	c limits/memory = 13950
0.99/1.01	c 
0.99/1.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.99/1.01	c # [type: int, range: [1,2], default: 1]
0.99/1.01	c timing/clocktype = 2
0.99/1.01	c 
0.99/1.01	c # belongs reading time to solving time?
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c timing/reading = TRUE
0.99/1.01	c 
0.99/1.01	c # should presolving try to simplify inequalities
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c constraints/linear/simplifyinequalities = TRUE
0.99/1.01	c 
0.99/1.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c constraints/indicator/addCouplingCons = TRUE
0.99/1.01	c 
0.99/1.01	c # should presolving try to simplify knapsacks
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.01	c 
0.99/1.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.01	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.01	c separating/rapidlearning/freq = 0
0.99/1.01	c 
0.99/1.01	c -----------------------------------------------------------------------------------------------
0.99/1.01	c start solving
0.99/1.01	c 
1.38/1.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.38/1.41	c   1.4s|     1 |     0 |  4911 |     - |  37M|   0 |2482 |4320 |4227 |4320 |4214 |   0 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.19/3.20	c   3.2s|     1 |     0 | 11854 |     - |  38M|   0 |2498 |4320 |4238 |4320 |4340 | 126 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.59/3.62	c   3.6s|     1 |     0 | 12071 |     - |  38M|   0 |2508 |4320 |4238 |4320 |4481 | 267 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.09/4.11	c   4.1s|     1 |     0 | 12362 |     - |  39M|   0 |2509 |4320 |4238 |4320 |4608 | 394 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.69/4.71	c   4.7s|     1 |     0 | 12936 |     - |  40M|   0 |2498 |4320 |4238 |4320 |4726 | 512 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
5.19/5.23	c   5.2s|     1 |     0 | 13279 |     - |  40M|   0 |2497 |4320 |4238 |4320 |4867 | 653 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
5.79/5.81	c   5.8s|     1 |     0 | 13782 |     - |  41M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
18.60/18.66	c  18.7s|     1 |     2 | 13782 |     - |  41M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |  53 | 1.400000e+01 |      --      |    Inf 
1575.61/1575.60	c  1576s| 10000 |  8207 |  6419k| 640.6 |  83M|  62 |1857 |4320 |6239 |4320 |4366 | 805 |  10k|8707 | 1.900000e+01 |      --      |    Inf 
1797.01/1797.00	c 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Solving Time (sec) : 1797.00
1797.01/1797.00	c Solving Nodes      : 11394
1797.01/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.01/1797.00	c Dual Bound         : +1.90000000000000e+01
1797.01/1797.00	c Gap                : infinite
1797.01/1797.00	s UNKNOWN
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Total Time         :    1797.00
1797.01/1797.00	c   solving          :    1797.00
1797.01/1797.00	c   presolving       :       0.80 (included in solving)
1797.01/1797.00	c   reading          :       0.16 (included in solving)
1797.01/1797.00	c Original Problem   :
1797.01/1797.00	c   Problem name     : HOME/instance-3488887-1307771035.opb
1797.01/1797.00	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.00	c   Constraints      : 8414 initial, 8414 maximal
1797.01/1797.00	c Presolved Problem  :
1797.01/1797.00	c   Problem name     : t_HOME/instance-3488887-1307771035.opb
1797.01/1797.00	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.00	c   Constraints      : 4214 initial, 7685 maximal
1797.01/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   probing          :       0.69          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   linear           :       0.09          0          0          0          0          0       4200          0          0          0
1797.01/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.01/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.00	c   integral         :          0          0          0      11395          0          4          0          8       4536          0          0      20682
1797.01/1797.00	c   knapsack         :         14          6      66223          0          0          3      22775        103       8829        143          0          0
1797.01/1797.00	c   linear           :       4200+         7      66122          0          0          0      19149        613     607172          0          0          0
1797.01/1797.00	c   logicor          :          0+         6      34055          0          0          0       7879         30      29189          0          0          0
1797.01/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.01/1797.00	c   integral         :     587.01       0.00       0.00     587.01       0.00       0.00       0.00
1797.01/1797.00	c   knapsack         :       2.27       0.00       2.25       0.00       0.00       0.00       0.02
1797.01/1797.00	c   linear           :      21.96       0.00      21.92       0.00       0.00       0.00       0.03
1797.01/1797.00	c   logicor          :       0.81       0.00       0.79       0.00       0.00       0.00       0.01
1797.01/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.01/1797.00	c   vbounds          :          0          0          0          0
1797.01/1797.00	c   rootredcost      :          0          0          0          0
1797.01/1797.00	c   pseudoobj        :      65987          0          0          0
1797.01/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.01/1797.00	c   vbounds          :       0.03       0.03       0.00
1797.01/1797.00	c   rootredcost      :       0.02       0.02       0.00
1797.01/1797.00	c   pseudoobj        :       0.07       0.07       0.00
1797.01/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.00	c   propagation      :       0.05        746        743       5357       27.2         38       13.4          -
1797.01/1797.00	c   infeasible LP    :       3.52       7401       7401      10655       12.4        433        6.4          0
1797.01/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.00	c   applied globally :          -          -          -      12194       14.2          -          -          -
1797.01/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.00	c   cut pool         :       0.00          5          -          -       2428          -    (maximal pool size: 4041)
1797.01/1797.00	c   redcost          :       0.87      11477          0        247          0          0
1797.01/1797.00	c   impliedbounds    :       0.00          6          0          0         34          0
1797.01/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.00	c   gomory           :       0.11          6          0          0         42          0
1797.01/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.01/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.01/1797.00	c   strongcg         :       0.10          6          0          0         28          0
1797.01/1797.00	c   cmir             :       1.02          6          0          0       3000          0
1797.01/1797.00	c   flowcover        :       0.64          6          0          0       1200          0
1797.01/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.01/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.01/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.01/1797.00	c   rapidlearning    :       0.38          1          0          0          0         11
1797.01/1797.00	c Pricers            :       Time      Calls       Vars
1797.01/1797.00	c   problem variables:       0.00          0          0
1797.01/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.00	c   relpscost        :     586.99      11395          8       4536          0          0      20682
1797.01/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.00	c   LP solutions     :       0.00          -          0
1797.01/1797.00	c   pseudo solutions :       0.00          -          0
1797.01/1797.00	c   oneopt           :       0.01          0          0
1797.01/1797.00	c   crossover        :       0.01          0          0
1797.01/1797.00	c   fracdiving       :      86.34         25          0
1797.01/1797.00	c   rootsoldiving    :      18.79         14          0
1797.01/1797.00	c   objpscostdiving  :      39.36         24          0
1797.01/1797.00	c   feaspump         :      29.46         26          0
1797.01/1797.00	c   veclendiving     :      40.17         67          0
1797.01/1797.00	c   pscostdiving     :      54.07         81          0
1797.01/1797.00	c   linesearchdiving :      58.21        123          0
1797.01/1797.00	c   trivial          :       0.00          2          0
1797.01/1797.00	c   shiftandpropagate:       0.14          1          0
1797.01/1797.00	c   simplerounding   :       0.01          0          0
1797.01/1797.00	c   zirounding       :       0.84       1000          0
1797.01/1797.00	c   rounding         :       2.20       1475          0
1797.01/1797.00	c   shifting         :      12.60        448          0
1797.01/1797.00	c   intshifting      :       0.00          0          0
1797.01/1797.00	c   twoopt           :       0.00          0          0
1797.01/1797.00	c   fixandinfer      :       0.00          0          0
1797.01/1797.00	c   clique           :       0.00          0          0
1797.01/1797.00	c   coefdiving       :     104.08         10          0
1797.01/1797.00	c   intdiving        :       0.00          0          0
1797.01/1797.00	c   actconsdiving    :       0.00          0          0
1797.01/1797.00	c   guideddiving     :       0.00          0          0
1797.01/1797.00	c   octane           :       0.00          0          0
1797.01/1797.00	c   rens             :       0.04          0          0
1797.01/1797.00	c   rins             :       0.00          0          0
1797.01/1797.00	c   localbranching   :       0.00          0          0
1797.01/1797.00	c   mutation         :       0.00          0          0
1797.01/1797.00	c   dins             :       0.00          0          0
1797.01/1797.00	c   vbounds          :       0.00          0          0
1797.01/1797.00	c   undercover       :       0.00          0          0
1797.01/1797.00	c   subnlp           :       0.00          0          0
1797.01/1797.00	c   trysol           :       0.01          0          0
1797.01/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.00	c   primal LP        :       0.01          0          0       0.00       0.00
1797.01/1797.00	c   dual LP          :     720.12      12279    5358902     436.43    7441.65
1797.01/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.00	c   diving/probing LP:     388.15      23401    2163577      92.46    5574.14
1797.01/1797.00	c   strong branching :     581.46       9771    2822563     288.87    4854.29
1797.01/1797.00	c     (at root node) :          -         53      39624     747.62          -
1797.01/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.00	c B&B Tree           :
1797.01/1797.00	c   number of runs   :          1
1797.01/1797.00	c   nodes            :      11394
1797.01/1797.00	c   nodes (total)    :      11394
1797.01/1797.00	c   nodes left       :       9253
1797.01/1797.00	c   max depth        :         62
1797.01/1797.00	c   max depth (total):         62
1797.01/1797.00	c   backtracks       :       1776 (15.6%)
1797.01/1797.00	c   delayed cutoffs  :         36
1797.01/1797.00	c   repropagations   :       5707 (33449 domain reductions, 8 cutoffs)
1797.01/1797.00	c   avg switch length:       8.43
1797.01/1797.00	c   switching time   :       9.15
1797.01/1797.00	c Solution           :
1797.01/1797.00	c   Solutions found  :          0 (0 improvements)
1797.01/1797.00	c   Primal Bound     :          -
1797.01/1797.00	c   Dual Bound       : +1.90000000000000e+01
1797.01/1797.00	c   Gap              :   infinite
1797.01/1797.00	c   Root Dual Bound  : +1.40000000000000e+01
1797.01/1797.00	c   Root Iterations  :      13782
1797.01/1797.09	c Time complete: 1797.11.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488887-1307771035/watcher-3488887-1307771035 -o /tmp/evaluation-result-3488887-1307771035/solver-3488887-1307771035 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488887-1307771035.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23699
/proc/meminfo: memFree=30522796/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 1920 0 0 0 0 0 0 0 25 0 1 0 967334221 12259328 1875 33554432000 4194304 9016284 140736824927936 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23699/statm: 2993 1887 340 1178 0 1811 0

[startup+0.096585 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23699
/proc/meminfo: memFree=30522796/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=20696 CPUtime=0.08 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 4141 0 0 0 8 0 0 0 25 0 1 0 967334221 21192704 4096 33554432000 4194304 9016284 140736824927936 18446744073709551615 4992855 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23699/statm: 5174 4096 360 1178 0 3992 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20696

[startup+0.100579 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23699
/proc/meminfo: memFree=30522796/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=20696 CPUtime=0.09 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 4141 0 0 0 9 0 0 0 25 0 1 0 967334221 21192704 4096 33554432000 4194304 9016284 140736824927936 18446744073709551615 6151957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23699/statm: 5174 4096 360 1178 0 3992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20696

[startup+0.300546 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23699
/proc/meminfo: memFree=30522796/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=90480 CPUtime=0.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 20894 0 0 0 27 2 0 0 25 0 1 0 967334221 92651520 20496 33554432000 4194304 9016284 140736824927936 18446744073709551615 4687757 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 22620 20496 477 1178 0 21438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90480

[startup+0.700491 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23699
/proc/meminfo: memFree=30522796/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=91504 CPUtime=0.69 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 21246 0 0 0 67 2 0 0 25 0 1 0 967334221 93700096 20848 33554432000 4194304 9016284 140736824927936 18446744073709551615 5254010 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 22876 20848 514 1178 0 21694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91504

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23700
/proc/meminfo: memFree=30440968/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=122244 CPUtime=1.49 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 30492 0 0 0 145 4 0 0 25 0 1 0 967334221 125177856 28183 33554432000 4194304 9016284 140736824927936 18446744073709551615 7875922 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 30561 28183 697 1178 0 29379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122244

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23700
/proc/meminfo: memFree=30411332/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=3.09 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42265 0 0 0 304 5 0 0 25 0 1 0 967334221 174235648 39956 33554432000 4194304 9016284 140736824927936 18446744073709551615 4794464 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 39956 734 1178 0 41356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170152

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23700
/proc/meminfo: memFree=30361540/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=6.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42948 0 0 0 623 6 0 0 25 0 1 0 967334221 174235648 40531 33554432000 4194304 9016284 140736824927936 18446744073709551615 7185256 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40531 744 1178 0 41356 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170152

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23700
/proc/meminfo: memFree=30360512/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=12.69 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42948 0 0 0 1260 9 0 0 25 0 1 0 967334221 174235648 40531 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40531 744 1178 0 41356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170152

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23700
/proc/meminfo: memFree=30359748/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=25.49 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42948 0 0 0 2535 14 0 0 25 0 1 0 967334221 174235648 40531 33554432000 4194304 9016284 140736824927936 18446744073709551615 7180992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40531 744 1178 0 41356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170152

[startup+51.1011 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 23702
/proc/meminfo: memFree=30356420/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=51.09 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42950 0 0 0 5081 28 0 0 25 0 1 0 967334221 174235648 40533 33554432000 4194304 9016284 140736824927936 18446744073709551615 4971668 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40533 746 1178 0 41356 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 170152

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 23702
/proc/meminfo: memFree=30345528/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=102.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42951 0 0 0 10186 44 0 0 25 0 1 0 967334221 174235648 40534 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40534 747 1178 0 41356 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 170152

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 23704
/proc/meminfo: memFree=30330220/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=162.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42958 0 0 0 16155 74 0 0 25 0 1 0 967334221 174235648 40541 33554432000 4194304 9016284 140736824927936 18446744073709551615 7214194 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40541 747 1178 0 41356 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170152

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23706
/proc/meminfo: memFree=30327676/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=222.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42959 0 0 0 22129 100 0 0 25 0 1 0 967334221 174235648 40542 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40542 747 1178 0 41356 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 170152

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23746
/proc/meminfo: memFree=30694608/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=282.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42962 0 0 0 28101 128 0 0 25 0 1 0 967334221 174235648 40545 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40545 747 1178 0 41356 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 170152

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23748
/proc/meminfo: memFree=30694304/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=342.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 42963 0 0 0 34065 164 0 0 25 0 1 0 967334221 174235648 40546 33554432000 4194304 9016284 140736824927936 18446744073709551615 7138992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40546 747 1178 0 41356 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 170152

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23748
/proc/meminfo: memFree=30694000/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=402.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 43026 0 0 0 40035 194 0 0 25 0 1 0 967334221 174235648 40609 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40609 747 1178 0 41356 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 170152

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23750
/proc/meminfo: memFree=30693704/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=462.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 43194 0 0 0 46007 223 0 0 25 0 1 0 967334221 174235648 40777 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40777 832 1178 0 41356 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 170152

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23752
/proc/meminfo: memFree=30692916/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=522.29 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 43197 0 0 0 51981 248 0 0 25 0 1 0 967334221 174235648 40780 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40780 832 1178 0 41356 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 170152

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23754
/proc/meminfo: memFree=30689272/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=170152 CPUtime=582.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 43197 0 0 0 57961 269 0 0 25 0 1 0 967334221 174235648 40780 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 42538 40780 832 1178 0 41356 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 170152

[startup+642.3 s]

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

/proc/meminfo: memFree=30631420/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=177120 CPUtime=1122.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 47404 0 0 0 111635 596 0 0 25 0 1 0 967334221 181370880 42524 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 44280 42524 747 1178 0 43098 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 177120

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23779
/proc/meminfo: memFree=30625288/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=177756 CPUtime=1182.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 51549 0 0 0 117593 637 0 0 25 0 1 0 967334221 182022144 42614 33554432000 4194304 9016284 140736824927936 18446744073709551615 7055196 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 44439 42614 747 1178 0 43257 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 177756

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 23781
/proc/meminfo: memFree=30626356/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=172528 CPUtime=1242.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 78154 0 0 0 123549 681 0 0 25 0 1 0 967334221 176668672 41186 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 43132 41186 747 1178 0 41950 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 172528

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/178 23781
/proc/meminfo: memFree=30606820/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=183900 CPUtime=1302.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 81360 0 0 0 129510 721 0 0 25 0 1 0 967334221 188313600 44118 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 45975 44118 747 1178 0 44793 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 183900

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 23783
/proc/meminfo: memFree=30602176/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=183092 CPUtime=1362.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 94935 0 0 0 135470 760 0 0 25 0 1 0 967334221 187486208 43977 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 45773 43977 747 1178 0 44591 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 183092

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 23785
/proc/meminfo: memFree=30589736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=188424 CPUtime=1422.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 96052 0 0 0 141430 801 0 0 25 0 1 0 967334221 192946176 45094 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 47106 45094 747 1178 0 45924 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 188424

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 23787
/proc/meminfo: memFree=30577768/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=189944 CPUtime=1482.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 99279 0 0 0 147388 842 0 0 25 0 1 0 967334221 194502656 45659 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 47486 45659 747 1178 0 46304 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 189944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23789
/proc/meminfo: memFree=30566176/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=196304 CPUtime=1542.3 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 100956 0 0 0 153345 885 0 0 25 0 1 0 967334221 201015296 47336 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 49076 47336 747 1178 0 47894 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 196304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23789
/proc/meminfo: memFree=30558640/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=196304 CPUtime=1602.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 100959 0 0 0 159299 932 0 0 25 0 1 0 967334221 201015296 47339 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 49076 47339 747 1178 0 47894 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 196304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23791
/proc/meminfo: memFree=30549532/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=196388 CPUtime=1662.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 108497 0 0 0 165254 977 0 0 25 0 1 0 967334221 201101312 47357 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 49097 47357 747 1178 0 47915 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 196388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23793
/proc/meminfo: memFree=30540312/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=198476 CPUtime=1722.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 116738 0 0 0 171217 1014 0 0 25 0 1 0 967334221 203239424 47881 33554432000 4194304 9016284 140736824927936 18446744073709551615 7080744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 49619 47881 747 1178 0 48437 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 198476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30529480/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=202360 CPUtime=1782.31 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 119899 0 0 0 177171 1060 0 0 25 0 1 0 967334221 207216640 48799 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50590 48799 747 1178 0 49408 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 202360

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30528736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=203936 CPUtime=1785.51 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 120028 0 0 0 177489 1062 0 0 25 0 1 0 967334221 208830464 48928 33554432000 4194304 9016284 140736824927936 18446744073709551615 7181026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50984 48928 747 1178 0 49802 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 203936

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30528480/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=201644 CPUtime=1791.92 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 122171 0 0 0 178124 1068 0 0 25 0 1 0 967334221 206483456 48684 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50411 48684 747 1178 0 49229 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 201644

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30527736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=201644 CPUtime=1795.12 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 122171 0 0 0 178443 1069 0 0 25 0 1 0 967334221 206483456 48684 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50411 48684 747 1178 0 49229 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 201644

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30527736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=201644 CPUtime=1795.91 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 122171 0 0 0 178522 1069 0 0 25 0 1 0 967334221 206483456 48684 33554432000 4194304 9016284 140736824927936 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50411 48684 747 1178 0 49229 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 201644

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30527736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=201644 CPUtime=1796.71 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 122171 0 0 0 178602 1069 0 0 25 0 1 0 967334221 206483456 48684 33554432000 4194304 9016284 140736824927936 18446744073709551615 7139705 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50411 48684 747 1178 0 49229 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 201644

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30527736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=201644 CPUtime=1796.91 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 122171 0 0 0 178622 1069 0 0 25 0 1 0 967334221 206483456 48684 33554432000 4194304 9016284 140736824927936 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50411 48684 747 1178 0 49229 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 201644

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30527736/32951124 swapFree=67049456/67111528
[pid=23699] ppid=23697 vsize=201644 CPUtime=1797.01 cores=0,2,4,6
/proc/23699/stat : 23699 (scip-2.0.1.4b_2) R 23697 23699 21071 0 -1 4202496 122171 0 0 0 178632 1069 0 0 25 0 1 0 967334221 206483456 48684 33554432000 4194304 9016284 140736824927936 18446744073709551615 7102679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23699/statm: 50411 48684 747 1178 0 49229 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 201644

Child status: 0
Real time (s): 1797.09
CPU time (s): 1797.11
CPU user time (s): 1786.41
CPU system time (s): 10.7004
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 203936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.41
system time used= 10.7004
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122178
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= 9
involuntary context switches= 23843

runsolver used 2.79857 second user time and 5.52216 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 07:43:55
IDJOB=3488887
IDBENCH=2634
IDSOLVER=1979
FILE ID=node118/3488887-1307771035
RUNJOBID= node118-1307767659-23188
PBS_JOBID= 13550844
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_15.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488887-1307771035/watcher-3488887-1307771035 -o /tmp/evaluation-result-3488887-1307771035/solver-3488887-1307771035 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488887-1307771035.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=157106005

node118.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30523472 kB
Buffers:        238144 kB
Cached:        1541252 kB
SwapCached:      15436 kB
Active:         907572 kB
Inactive:      1324124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30523472 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           18640 kB
Writeback:           0 kB
AnonPages:      449652 kB
Mapped:          12008 kB
Slab:           129872 kB
PageTables:       5728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   652804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74120 MiB
End job on node118 at 2011-06-11 08:13:53