Trace number 3733922

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.79 1797.1

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 benchmark176
Best CPU time to get the best result obtained on this benchmark1783.01
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-3733922-1338710925.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.31	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.89/1.00	c    (1.0s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
0.89/1.00	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.89/1.00	c presolving (2 rounds):
0.89/1.00	c  0 deleted vars, 4200 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/1.00	c  8610 implications, 0 cliques
0.89/1.00	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
0.89/1.00	c      14 constraints of type <knapsack>
0.89/1.00	c    4200 constraints of type <linear>
0.89/1.00	c transformed objective value is always integral (scale: 1)
0.89/1.00	c Presolving Time: 0.78
0.89/1.00	c - non default parameters ----------------------------------------------------------------------
0.89/1.00	c # SCIP version 2.0.1.5
0.89/1.00	c 
0.89/1.00	c # frequency for displaying node information lines
0.89/1.00	c # [type: int, range: [-1,2147483647], default: 100]
0.89/1.00	c display/freq = 10000
0.89/1.00	c 
0.89/1.00	c # maximal time in seconds to run
0.89/1.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/1.00	c limits/time = 1797
0.89/1.00	c 
0.89/1.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/1.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/1.00	c limits/memory = 13950
0.89/1.00	c 
0.89/1.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/1.00	c # [type: int, range: [1,2], default: 1]
0.89/1.00	c timing/clocktype = 2
0.89/1.00	c 
0.89/1.00	c # belongs reading time to solving time?
0.89/1.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00	c timing/reading = TRUE
0.89/1.00	c 
0.89/1.00	c # should presolving try to simplify inequalities
0.89/1.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00	c constraints/linear/simplifyinequalities = TRUE
0.89/1.00	c 
0.89/1.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/1.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00	c constraints/indicator/addCouplingCons = TRUE
0.89/1.00	c 
0.89/1.00	c # should presolving try to simplify knapsacks
0.89/1.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/1.00	c constraints/knapsack/simplifyinequalities = TRUE
0.89/1.00	c 
0.89/1.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/1.00	c # [type: int, range: [-1,2147483647], default: -1]
0.89/1.00	c separating/rapidlearning/freq = 0
0.89/1.00	c 
0.89/1.00	c -----------------------------------------------------------------------------------------------
0.89/1.00	c start solving
0.89/1.00	c 
1.29/1.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.39	c   1.4s|     1 |     0 |  4911 |     - |  37M|   0 |2482 |4320 |4227 |4320 |4214 |   0 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.09/3.18	c   3.2s|     1 |     0 | 11854 |     - |  38M|   0 |2498 |4320 |4238 |4320 |4340 | 126 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.49/3.59	c   3.6s|     1 |     0 | 12071 |     - |  38M|   0 |2508 |4320 |4238 |4320 |4481 | 267 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.98/4.07	c   4.1s|     1 |     0 | 12362 |     - |  39M|   0 |2509 |4320 |4238 |4320 |4608 | 394 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.59/4.64	c   4.6s|     1 |     0 | 12936 |     - |  40M|   0 |2498 |4320 |4238 |4320 |4726 | 512 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
5.09/5.13	c   5.1s|     1 |     0 | 13279 |     - |  40M|   0 |2497 |4320 |4238 |4320 |4867 | 653 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
5.59/5.67	c   5.7s|     1 |     0 | 13782 |     - |  41M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
17.39/17.44	c  17.4s|     1 |     2 | 13782 |     - |  41M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |  53 | 1.400000e+01 |      --      |    Inf 
1432.55/1432.83	c  1433s| 10000 |  8207 |  6419k| 640.6 |  83M|  62 |1857 |4320 |6239 |4320 |4366 | 805 |  10k|8707 | 1.900000e+01 |      --      |    Inf 
1796.68/1797.01	c 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Solving Time (sec) : 1797.01
1796.68/1797.01	c Solving Nodes      : 12521
1796.68/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.01	c Dual Bound         : +1.90000000000000e+01
1796.68/1797.01	c Gap                : infinite
1796.68/1797.01	s UNKNOWN
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Total Time         :    1797.01
1796.68/1797.01	c   solving          :    1797.01
1796.68/1797.01	c   presolving       :       0.78 (included in solving)
1796.68/1797.01	c   reading          :       0.15 (included in solving)
1796.68/1797.01	c Original Problem   :
1796.68/1797.01	c   Problem name     : HOME/instance-3733922-1338710925.opb
1796.68/1797.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 8414 initial, 8414 maximal
1796.68/1797.01	c Presolved Problem  :
1796.68/1797.01	c   Problem name     : t_HOME/instance-3733922-1338710925.opb
1796.68/1797.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 4214 initial, 8049 maximal
1796.68/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   probing          :       0.66          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   linear           :       0.11          0          0          0          0          0       4200          0          0          0
1796.68/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   integral         :          0          0          0      12475          0          4          0          8       4917          0          0      22662
1796.68/1797.01	c   knapsack         :         14          6      75671          0          0          3      27668        157      10124        143          0          0
1796.68/1797.01	c   linear           :       4200+         7      75516          0          0          0      25630        942     701833          0          0          0
1796.68/1797.01	c   logicor          :          0+         6      39304          0          0          0      10867         40      33190          0          0          0
1796.68/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.01	c   integral         :     584.48       0.00       0.00     584.48       0.00       0.00       0.00
1796.68/1797.01	c   knapsack         :       2.16       0.00       2.12       0.00       0.00       0.00       0.03
1796.68/1797.01	c   linear           :      22.09       0.00      22.04       0.00       0.00       0.00       0.05
1796.68/1797.01	c   logicor          :       0.79       0.00       0.77       0.00       0.00       0.00       0.02
1796.68/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.01	c   vbounds          :          0          0          0          0
1796.68/1797.01	c   rootredcost      :          0          0          0          0
1796.68/1797.01	c   pseudoobj        :      75435          0          0          0
1796.68/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.01	c   vbounds          :       0.07       0.07       0.00
1796.68/1797.01	c   rootredcost      :       0.07       0.07       0.00
1796.68/1797.01	c   pseudoobj        :       0.11       0.11       0.00
1796.68/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.01	c   propagation      :       0.10       1139       1135       7414       25.9         43       13.1          -
1796.68/1797.01	c   infeasible LP    :       3.78       8644       8644      12401       12.6        595        9.0          0
1796.68/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   applied globally :          -          -          -      15010       14.5          -          -          -
1796.68/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.01	c   cut pool         :       0.00          5          -          -       2428          -    (maximal pool size: 4041)
1796.68/1797.01	c   redcost          :       0.81      12573          0        277          0          0
1796.68/1797.01	c   impliedbounds    :       0.00          6          0          0         34          0
1796.68/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.01	c   gomory           :       0.12          6          0          0         42          0
1796.68/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.01	c   strongcg         :       0.11          6          0          0         28          0
1796.68/1797.01	c   cmir             :       0.98          6          0          0       3000          0
1796.68/1797.01	c   flowcover        :       0.61          6          0          0       1200          0
1796.68/1797.01	c   clique           :       0.01          1          0          0          0          0
1796.68/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.01	c   rapidlearning    :       0.41          1          0          0          0         11
1796.68/1797.01	c Pricers            :       Time      Calls       Vars
1796.68/1797.01	c   problem variables:       0.00          0          0
1796.68/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   relpscost        :     584.44      12475          8       4917          0          0      22662
1796.68/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.01	c   LP solutions     :       0.00          -          0
1796.68/1797.01	c   pseudo solutions :       0.00          -          0
1796.68/1797.01	c   oneopt           :       0.03          0          0
1796.68/1797.01	c   crossover        :       0.01          0          0
1796.68/1797.01	c   fracdiving       :      85.04         30          0
1796.68/1797.01	c   veclendiving     :      39.64         73          0
1796.68/1797.01	c   linesearchdiving :      57.99        134          0
1796.68/1797.01	c   trivial          :       0.00          2          0
1796.68/1797.01	c   shiftandpropagate:       0.14          1          0
1796.68/1797.01	c   simplerounding   :       0.01          0          0
1796.68/1797.01	c   zirounding       :       0.73       1000          0
1796.68/1797.01	c   rounding         :       1.96       1544          0
1796.68/1797.01	c   shifting         :      11.16        469          0
1796.68/1797.01	c   intshifting      :       0.00          0          0
1796.68/1797.01	c   twoopt           :       0.00          0          0
1796.68/1797.01	c   fixandinfer      :       0.00          0          0
1796.68/1797.01	c   feaspump         :      30.41         29          0
1796.68/1797.01	c   clique           :       0.00          0          0
1796.68/1797.01	c   coefdiving       :     108.98         11          0
1796.68/1797.01	c   pscostdiving     :      56.75         88          0
1796.68/1797.01	c   intdiving        :       0.00          0          0
1796.68/1797.01	c   actconsdiving    :       0.00          0          0
1796.68/1797.01	c   objpscostdiving  :      35.81         24          0
1796.68/1797.01	c   rootsoldiving    :      19.05         16          0
1796.68/1797.01	c   guideddiving     :       0.00          0          0
1796.68/1797.01	c   octane           :       0.00          0          0
1796.68/1797.01	c   rens             :       0.04          0          0
1796.68/1797.01	c   rins             :       0.00          0          0
1796.68/1797.01	c   localbranching   :       0.00          0          0
1796.68/1797.01	c   mutation         :       0.00          0          0
1796.68/1797.01	c   dins             :       0.00          0          0
1796.68/1797.01	c   vbounds          :       0.00          0          0
1796.68/1797.01	c   undercover       :       0.00          0          0
1796.68/1797.01	c   subnlp           :       0.01          0          0
1796.68/1797.01	c   trysol           :       0.02          0          0
1796.68/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.01	c   primal LP        :       0.01          0          0       0.00       0.00
1796.68/1797.01	c   dual LP          :     722.36      13478    6031741     447.52    8350.00
1796.68/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.01	c   diving/probing LP:     389.07      27164    2349621      86.50    6039.09
1796.68/1797.01	c   strong branching :     578.90      10581    3163821     299.01    5465.24
1796.68/1797.01	c     (at root node) :          -         53      39624     747.62          -
1796.68/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.01	c B&B Tree           :
1796.68/1797.01	c   number of runs   :          1
1796.68/1797.01	c   nodes            :      12521
1796.68/1797.01	c   nodes (total)    :      12521
1796.68/1797.01	c   nodes left       :      10094
1796.68/1797.01	c   max depth        :         66
1796.68/1797.01	c   max depth (total):         66
1796.68/1797.01	c   backtracks       :       1942 (15.5%)
1796.68/1797.01	c   delayed cutoffs  :         48
1796.68/1797.01	c   repropagations   :       6179 (39937 domain reductions, 12 cutoffs)
1796.68/1797.01	c   avg switch length:       8.53
1796.68/1797.01	c   switching time   :       8.51
1796.68/1797.01	c Solution           :
1796.68/1797.01	c   Solutions found  :          0 (0 improvements)
1796.68/1797.01	c   Primal Bound     :          -
1796.68/1797.01	c   Dual Bound       : +1.90000000000000e+01
1796.68/1797.01	c   Gap              :   infinite
1796.68/1797.01	c   Root Dual Bound  : +1.40000000000000e+01
1796.68/1797.01	c   Root Iterations  :      13782
1796.68/1797.09	c Time complete: 1796.78.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733922-1338710925/watcher-3733922-1338710925 -o /tmp/evaluation-result-3733922-1338710925/solver-3733922-1338710925 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733922-1338710925.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 2.00 2/176 5268
/proc/meminfo: memFree=27753440/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 1481 0 0 0 0 0 0 0 20 0 1 0 337159478 9682944 1436 33554432000 4194304 9016284 140733277741216 140736517973672 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 2364 1438 311 1178 0 1182 0

[startup+0.0713239 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5268
/proc/meminfo: memFree=27753440/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=17532 CPUtime=0.06 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 3360 0 0 0 6 0 0 0 20 0 1 0 337159478 17952768 3315 33554432000 4194304 9016284 140733277741216 140736517973672 6180568 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 4383 3315 360 1178 0 3201 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17532

[startup+0.100248 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5268
/proc/meminfo: memFree=27753440/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=20696 CPUtime=0.09 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 4140 0 0 0 8 1 0 0 20 0 1 0 337159478 21192704 4095 33554432000 4194304 9016284 140733277741216 140736517973672 7928096 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 5174 4095 360 1178 0 3992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20696

[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5268
/proc/meminfo: memFree=27753440/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=90332 CPUtime=0.29 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 20881 0 0 0 26 3 0 0 20 0 1 0 337159478 92499968 20483 33554432000 4194304 9016284 140733277741216 140736517973672 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 22583 20483 474 1178 0 21401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90332

[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5268
/proc/meminfo: memFree=27753440/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=91504 CPUtime=0.69 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 21245 0 0 0 66 3 0 0 20 0 1 0 337159478 93700096 20847 33554432000 4194304 9016284 140733277741216 140736517973672 5254225 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 22876 20847 514 1178 0 21694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91504

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5269
/proc/meminfo: memFree=27671948/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=122244 CPUtime=1.48 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 30001 0 0 0 144 4 0 0 20 0 1 0 337159478 125177856 28153 33554432000 4194304 9016284 140733277741216 140733277734632 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 30561 28153 647 1178 0 29379 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122244

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5269
/proc/meminfo: memFree=27642488/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=3.09 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 41759 0 0 0 302 7 0 0 20 0 1 0 337159478 174235648 39911 33554432000 4194304 9016284 140733277741216 140733277735704 5213656 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5268/statm: 42538 39911 684 1178 0 41356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170152

[startup+6.30029 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5269
/proc/meminfo: memFree=27593244/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=6.29 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42436 0 0 0 621 8 0 0 20 0 1 0 337159478 174235648 40480 33554432000 4194304 9016284 140733277741216 140733277734968 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 40480 694 1178 0 41356 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170152

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5270
/proc/meminfo: memFree=27592764/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=12.69 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42436 0 0 0 1258 11 0 0 20 0 1 0 337159478 174235648 40480 33554432000 4194304 9016284 140733277741216 140733277734472 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 40480 694 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.06 2.01 2.00 3/177 5270
/proc/meminfo: memFree=27593108/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=25.48 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42436 0 0 0 2533 15 0 0 20 0 1 0 337159478 174235648 40480 33554432000 4194304 9016284 140733277741216 140733277734472 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 40480 694 1178 0 41356 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 170152

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5270
/proc/meminfo: memFree=27591836/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=51.07 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42438 0 0 0 5079 28 0 0 20 0 1 0 337159478 174235648 40482 33554432000 4194304 9016284 140733277741216 140733277735240 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 40482 696 1178 0 41356 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 170152

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 5273
/proc/meminfo: memFree=27590964/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=102.26 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42449 0 0 0 10177 49 0 0 20 0 1 0 337159478 174235648 40630 33554432000 4194304 9016284 140733277741216 140733277735144 7177003 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 40630 697 1178 0 41356 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 170152

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5273
/proc/meminfo: memFree=27582568/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=162.25 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42453 0 0 0 16149 76 0 0 20 0 1 0 337159478 174235648 41742 33554432000 4194304 9016284 140733277741216 140733277734632 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41742 697 1178 0 41356 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 170152

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5273
/proc/meminfo: memFree=27578216/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=222.23 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42455 0 0 0 22120 103 0 0 20 0 1 0 337159478 174235648 41744 33554432000 4194304 9016284 140733277741216 140733277735080 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41744 697 1178 0 41356 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 170152

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5273
/proc/meminfo: memFree=27570084/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=282.22 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42455 0 0 0 28088 134 0 0 20 0 1 0 337159478 174235648 41744 33554432000 4194304 9016284 140733277741216 140733277734968 7214185 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41744 697 1178 0 41356 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 170152

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5274
/proc/meminfo: memFree=27564132/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=342.22 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42455 0 0 0 34056 166 0 0 20 0 1 0 337159478 174235648 41744 33554432000 4194304 9016284 140733277741216 140733277735128 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41744 697 1178 0 41356 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 170152

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5274
/proc/meminfo: memFree=27557932/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=402.21 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42461 0 0 0 40027 194 0 0 20 0 1 0 337159478 174235648 41750 33554432000 4194304 9016284 140733277741216 140733277734520 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41750 697 1178 0 41356 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 170152

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5274
/proc/meminfo: memFree=27551156/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=462.2 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42461 0 0 0 46001 219 0 0 20 0 1 0 337159478 174235648 41750 33554432000 4194304 9016284 140733277741216 140733277735080 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41750 697 1178 0 41356 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 170152

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5274
/proc/meminfo: memFree=27543344/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=522.19 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42463 0 0 0 51978 241 0 0 20 0 1 0 337159478 174235648 41752 33554432000 4194304 9016284 140733277741216 140733277735384 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41752 697 1178 0 41356 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 170152

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5274
/proc/meminfo: memFree=27532060/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=170152 CPUtime=582.18 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 42463 0 0 0 57952 266 0 0 20 0 1 0 337159478 174235648 41752 33554432000 4194304 9016284 140733277741216 140733277735128 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42538 41752 697 1178 0 41356 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 170152

[startup+642.3 s]

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

/proc/meminfo: memFree=27441276/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=171096 CPUtime=1122.1 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 66665 0 0 0 111597 613 0 0 20 0 1 0 337159478 175202304 41880 33554432000 4194304 9016284 140733277741216 140733277734136 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 42774 41880 697 1178 0 41592 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 171096

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 5279
/proc/meminfo: memFree=27433340/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=183900 CPUtime=1182.09 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 80015 0 0 0 117559 650 0 0 20 0 1 0 337159478 188313600 45074 33554432000 4194304 9016284 140733277741216 140733277735272 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 45975 45074 697 1178 0 44793 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 183900

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5280
/proc/meminfo: memFree=27423316/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=185624 CPUtime=1242.08 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 93535 0 0 0 123515 693 0 0 20 0 1 0 337159478 190078976 45389 33554432000 4194304 9016284 140733277741216 140733277735080 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 46406 45389 697 1178 0 45224 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 185624

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5283
/proc/meminfo: memFree=27411776/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=188424 CPUtime=1302.07 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 94266 0 0 0 129477 730 0 0 20 0 1 0 337159478 192946176 46120 33554432000 4194304 9016284 140733277741216 140733277734520 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 47106 46120 697 1178 0 45924 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 188424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5283
/proc/meminfo: memFree=27400236/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=190660 CPUtime=1362.06 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 97694 0 0 0 135436 770 0 0 20 0 1 0 337159478 195235840 46881 33554432000 4194304 9016284 140733277741216 140733277734840 7081881 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 47665 46881 697 1178 0 46483 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 190660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5283
/proc/meminfo: memFree=27390068/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=196304 CPUtime=1422.05 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 99099 0 0 0 141397 808 0 0 20 0 1 0 337159478 201015296 48286 33554432000 4194304 9016284 140733277741216 140733277734136 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 49076 48286 697 1178 0 47894 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 196304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5283
/proc/meminfo: memFree=27384860/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=195252 CPUtime=1482.04 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 101485 0 0 0 147351 853 0 0 20 0 1 0 337159478 199938048 48011 33554432000 4194304 9016284 140733277741216 140733277734136 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 48813 48011 697 1178 0 47631 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 195252

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5284
/proc/meminfo: memFree=27379060/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=197260 CPUtime=1542.03 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 112129 0 0 0 153312 891 0 0 20 0 1 0 337159478 201994240 48521 33554432000 4194304 9016284 140733277741216 140733277735080 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 49315 48521 697 1178 0 48133 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 197260

[startup+1602.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 5322
/proc/meminfo: memFree=27512624/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=202148 CPUtime=1602.02 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 118006 0 0 0 159269 933 0 0 20 0 1 0 337159478 206999552 49713 33554432000 4194304 9016284 140733277741216 140733277735272 6404016 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 50537 49713 697 1178 0 49355 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 202148

[startup+1662.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27470456/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=203424 CPUtime=1662.01 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 123219 0 0 0 165228 973 0 0 20 0 1 0 337159478 208306176 50074 33554432000 4194304 9016284 140733277741216 140733277734472 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 50856 50074 697 1178 0 49674 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 203424

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27466952/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=204932 CPUtime=1722 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 133630 0 0 0 171183 1017 0 0 20 0 1 0 337159478 209850368 50416 33554432000 4194304 9016284 140733277741216 140733277734152 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 51233 50416 697 1178 0 50051 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 204932

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27448888/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211020 CPUtime=1781.99 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141018 0 0 0 177142 1057 0 0 20 0 1 0 337159478 216084480 51964 33554432000 4194304 9016284 140733277741216 140733277735080 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52755 51964 697 1178 0 51573 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 211020

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

[startup+1785.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27447384/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211236 CPUtime=1785.19 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141062 0 0 0 177459 1060 0 0 20 0 1 0 337159478 216305664 52008 33554432000 4194304 9016284 140733277741216 140733277734024 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52809 52008 697 1178 0 51627 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 211236

[startup+1791.91 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27447260/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211236 CPUtime=1791.6 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141062 0 0 0 178095 1065 0 0 20 0 1 0 337159478 216305664 52008 33554432000 4194304 9016284 140733277741216 140733277735544 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52809 52008 697 1178 0 51627 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 211236

[startup+1795.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27446876/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211596 CPUtime=1794.79 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141161 0 0 0 178412 1067 0 0 20 0 1 0 337159478 216674304 52107 33554432000 4194304 9016284 140733277741216 140733277735176 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52899 52107 697 1178 0 51717 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 211596

[startup+1795.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27446876/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211596 CPUtime=1795.59 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141161 0 0 0 178491 1068 0 0 20 0 1 0 337159478 216674304 52107 33554432000 4194304 9016284 140733277741216 140733277735176 7876078 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52899 52107 697 1178 0 51717 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 211596

[startup+1796.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27446876/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211596 CPUtime=1796.39 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141161 0 0 0 178570 1069 0 0 20 0 1 0 337159478 216674304 52107 33554432000 4194304 9016284 140733277741216 140733277735272 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52899 52107 697 1178 0 51717 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 211596

[startup+1796.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27446876/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211596 CPUtime=1796.59 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141161 0 0 0 178590 1069 0 0 20 0 1 0 337159478 216674304 52107 33554432000 4194304 9016284 140733277741216 140733277735272 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52899 52107 697 1178 0 51717 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 211596

[startup+1797 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5398
/proc/meminfo: memFree=27446876/32873844 swapFree=7128/7128
[pid=5268] ppid=5266 vsize=211596 CPUtime=1796.68 cores=0,2,4,6
/proc/5268/stat : 5268 (scip-2.0.1.4b_2) R 5266 5268 25330 0 -1 4202496 141161 0 0 0 178599 1069 0 0 20 0 1 0 337159478 216674304 52107 33554432000 4194304 9016284 140733277741216 140733277734136 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5268/statm: 52899 52107 697 1178 0 51717 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 211596

Child status: 0
Real time (s): 1797.1
CPU time (s): 1796.79
CPU user time (s): 1786.09
CPU system time (s): 10.7034
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 213656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.09
system time used= 10.7034
maximum resident set size= 209240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141168
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= 25
involuntary context switches= 2111

runsolver used 2.79657 second user time and 7.14991 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 10:08:45
IDJOB=3733922
IDBENCH=2634
IDSOLVER=2329
FILE ID=node105/3733922-1338710925
RUNJOBID= node105-1338679210-1717
PBS_JOBID= 14636708
Free space on /tmp= 71256 MiB

SOLVER NAME= PB11: 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-3733922-1338710925/watcher-3733922-1338710925 -o /tmp/evaluation-result-3733922-1338710925/solver-3733922-1338710925 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733922-1338710925.opb -t 1800 -m 15500

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=704541392

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27753440 kB
Buffers:          551300 kB
Cached:          3550732 kB
SwapCached:         1700 kB
Active:          1184980 kB
Inactive:        3051520 kB
Active(anon):     130696 kB
Inactive(anon):     4800 kB
Active(file):    1054284 kB
Inactive(file):  3046720 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             18704 kB
Writeback:             0 kB
AnonPages:        141000 kB
Mapped:            11732 kB
Shmem:                 0 kB
Slab:             741220 kB
SReclaimable:     182912 kB
SUnreclaim:       558308 kB
KernelStack:        1448 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     258992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71236 MiB
End job on node105 at 2012-06-03 10:38:42