Trace number 3733843

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.8 1790.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
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 constraints10895
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2555
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3733843-1338698435.opb>
0.20/0.33	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.20/0.33	c problem read
0.20/0.33	c presolving settings loaded
0.20/0.42	c presolving:
0.20/0.49	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.20/0.52	c (round 2) 0 del vars, 5320 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 135 upgd conss, 0 impls, 0 clqs
0.20/0.56	c (round 3) 0 del vars, 5320 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
0.20/0.57	c (round 4) 0 del vars, 5320 del conss, 0 chg bounds, 345 chg sides, 420 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
0.20/2.47	c    (2.1s) probing: 200/5584 (3.6%) - 8 fixings, 0 aggregations, 455 implications, 0 bound changes
0.20/2.47	c    (2.1s) probing aborted: 100/100 successive totally useless probings
0.20/2.47	c (round 5) 8 del vars, 5320 del conss, 0 chg bounds, 345 chg sides, 420 chg coeffs, 255 upgd conss, 3176 impls, 0 clqs
0.20/2.51	c presolving (6 rounds):
0.20/2.51	c  8 deleted vars, 5320 deleted constraints, 0 tightened bounds, 0 added holes, 345 changed sides, 426 changed coefficients
0.20/2.51	c  3176 implications, 0 cliques
0.20/2.51	c presolved problem has 5576 variables (5576 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
0.20/2.51	c     255 constraints of type <knapsack>
0.20/2.51	c    5320 constraints of type <linear>
0.20/2.51	c transformed objective value is always integral (scale: 1)
0.20/2.51	c Presolving Time: 2.10
0.20/2.51	c - non default parameters ----------------------------------------------------------------------
0.20/2.51	c # SCIP version 1.2.1.3
0.20/2.51	c 
0.20/2.51	c # frequency for displaying node information lines
0.20/2.51	c # [type: int, range: [-1,2147483647], default: 100]
0.20/2.51	c display/freq = 10000
0.20/2.51	c 
0.20/2.51	c # maximal time in seconds to run
0.20/2.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.20/2.51	c limits/time = 1789.67
0.20/2.51	c 
0.20/2.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.20/2.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.20/2.51	c limits/memory = 13950
0.20/2.51	c 
0.20/2.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.20/2.51	c # [type: int, range: [1,2], default: 1]
0.20/2.51	c timing/clocktype = 2
0.20/2.51	c 
0.20/2.51	c # should presolving try to simplify inequalities
0.20/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.20/2.51	c constraints/linear/simplifyinequalities = TRUE
0.20/2.51	c 
0.20/2.51	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.20/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.20/2.51	c constraints/indicator/addCouplingCons = TRUE
0.20/2.51	c 
0.20/2.51	c # should presolving try to simplify knapsacks
0.20/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.20/2.51	c constraints/knapsack/simplifyinequalities = TRUE
0.20/2.51	c 
0.20/2.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.20/2.51	c # [type: int, range: [-1,2147483647], default: -1]
0.20/2.51	c separating/rapidlearning/freq = 0
0.20/2.51	c 
0.20/2.51	c -----------------------------------------------------------------------------------------------
0.20/2.51	c start solving
0.20/2.51	c 
0.20/3.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.20/3.33	c   3.0s|     1 |     0 |  5705 |     - |  50M|   0 |3202 |5576 |5575 |5576 |5575 |   0 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
8.12/10.47	c  10.1s|     1 |     0 | 15257 |     - |  51M|   0 |3207 |5576 |5575 |5576 |5617 |  42 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
10.48/10.94	c  10.6s|     1 |     0 | 15382 |     - |  51M|   0 |3194 |5576 |5575 |5576 |5673 |  98 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
11.06/11.53	c  11.2s|     1 |     0 | 15735 |     - |  52M|   0 |3219 |5576 |5575 |5576 |5745 | 170 |   0 |   0 | 1.500130e+01 |      --      |    Inf 
11.06/12.53	c  12.2s|     1 |     0 | 16652 |     - |  52M|   0 |3121 |5576 |5575 |5576 |5805 | 230 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
11.06/13.51	c  13.2s|     1 |     0 | 17024 |     - |  53M|   0 |3128 |5576 |5575 |5576 |5868 | 293 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
14.65/14.65	c  14.3s|     1 |     0 | 17477 |     - |  53M|   0 |3126 |5576 |5575 |5576 |5942 | 367 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
14.65/16.25	c  15.9s|     1 |     0 | 18141 |     - |  54M|   0 |3135 |5576 |5575 |5576 |6000 | 425 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
16.34/18.05	c  17.7s|     1 |     0 | 19306 |     - |  55M|   0 |3129 |5576 |5575 |5576 |6069 | 494 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
19.29/19.45	c  19.1s|     1 |     0 | 20109 |     - |  55M|   0 |3134 |5576 |5575 |5576 |6115 | 540 |   0 |   0 | 1.600020e+01 |      --      |    Inf 
45.89/52.42	c  52.1s|     1 |     2 | 20109 |     - |  55M|   0 |3134 |5576 |5575 |5576 |6115 | 540 |   0 |  43 | 1.600020e+01 |      --      |    Inf 
1789.71/1790.02	c 
1789.71/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.02	c Solving Time (sec) : 1789.68
1789.71/1790.02	c Solving Nodes      : 3781
1789.71/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.71/1790.02	c Dual Bound         : +1.90003906250000e+01
1789.71/1790.02	c Gap                : infinite
1789.71/1790.02	s UNKNOWN
1789.71/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.02	c Solving Time       :    1789.68
1789.71/1790.02	c Original Problem   :
1789.71/1790.02	c   Problem name     : HOME/instance-3733843-1338698435.opb
1789.71/1790.02	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 10895 initial, 10895 maximal
1789.71/1790.02	c Presolved Problem  :
1789.71/1790.02	c   Problem name     : t_HOME/instance-3733843-1338698435.opb
1789.71/1790.02	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 5575 initial, 9466 maximal
1789.71/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   probing          :       1.89          8          0          0          0          0          0          0          0
1789.71/1790.02	c   knapsack         :       0.01          0          0          0          0          0          0        105        186
1789.71/1790.02	c   linear           :       0.17          0          0          0          0          0       5320        240        240
1789.71/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   integral         :          0          0          0       3710          0          2        863          0          0       7000
1789.71/1790.02	c   knapsack         :        255          9      19864          0          0         50       4226       1715          0          0
1789.71/1790.02	c   linear           :       5320          9      19814          0          0         58      24514          2          0          0
1789.71/1790.02	c   logicor          :          0+         0       9035          0          0          3       3694          0          0          0
1789.71/1790.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.71/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.02	c   integral         :     569.85       0.00       0.00     569.85       0.00
1789.71/1790.02	c   knapsack         :       1.55       0.03       1.52       0.00       0.00
1789.71/1790.02	c   linear           :      21.04       0.00      21.03       0.00       0.00
1789.71/1790.02	c   logicor          :       0.12       0.00       0.12       0.00       0.00
1789.71/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.02	c   vbounds          :       0.01          2          0          0
1789.71/1790.02	c   rootredcost      :       0.01          0          0          0
1789.71/1790.02	c   pseudoobj        :       0.02      19446          0          0
1789.71/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.02	c   propagation      :       0.00        103        103        552       26.8          7       12.1          -
1789.71/1790.02	c   infeasible LP    :       2.04       3569       3569       3935       11.0         44       10.4          0
1789.71/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.02	c   applied globally :          -          -          -       4203       11.8          -          -          -
1789.71/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.02	c   cut pool         :       0.00          8          -          -       3033          -    (maximal pool size: 5927)
1789.71/1790.02	c   redcost          :       0.30       3736          0         38          0          0
1789.71/1790.02	c   impliedbounds    :       0.00          9          0          0         52          0
1789.71/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.02	c   gomory           :       0.20          9          0          0         34          0
1789.71/1790.02	c   strongcg         :       0.19          9          0          0         33          0
1789.71/1790.02	c   cmir             :       2.54          9          0          0       4500          0
1789.71/1790.02	c   flowcover        :       1.96          9          0          0       1608          0
1789.71/1790.02	c   clique           :       0.00          1          0          0          0          0
1789.71/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.02	c   rapidlearning    :       0.44          1          0          0          0          0
1789.71/1790.02	c Pricers            :       Time      Calls       Vars
1789.71/1790.02	c   problem variables:       0.00          0          0
1789.71/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   relpscost        :     569.84       3710          2        863          0          0       7000
1789.71/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.02	c   LP solutions     :       0.00          -          0
1789.71/1790.02	c   pseudo solutions :       0.00          -          0
1789.71/1790.02	c   oneopt           :       0.00          0          0
1789.71/1790.02	c   crossover        :       0.00          0          0
1789.71/1790.02	c   trivial          :       0.00          2          0
1789.71/1790.02	c   simplerounding   :       0.00          0          0
1789.71/1790.02	c   zirounding       :       0.16       1000          0
1789.71/1790.02	c   rounding         :       1.96        811          0
1789.71/1790.02	c   shifting         :       7.26        226          0
1789.71/1790.02	c   intshifting      :       0.00          0          0
1789.71/1790.02	c   twoopt           :       0.00          0          0
1789.71/1790.02	c   fixandinfer      :       0.00          0          0
1789.71/1790.02	c   feaspump         :      33.91         16          0
1789.71/1790.02	c   coefdiving       :     147.39          3          0
1789.71/1790.02	c   pscostdiving     :      43.52         14          0
1789.71/1790.02	c   fracdiving       :     119.64          3          0
1789.71/1790.02	c   veclendiving     :      33.79         12          0
1789.71/1790.02	c   intdiving        :       0.00          0          0
1789.71/1790.02	c   actconsdiving    :       0.00          0          0
1789.71/1790.02	c   objpscostdiving  :      25.79          3          0
1789.71/1790.02	c   rootsoldiving    :      22.75          6          0
1789.71/1790.02	c   linesearchdiving :      54.12         22          0
1789.71/1790.02	c   guideddiving     :       0.00          0          0
1789.71/1790.02	c   octane           :       0.00          0          0
1789.71/1790.02	c   rens             :       0.01          0          0
1789.71/1790.02	c   rins             :       0.00          0          0
1789.71/1790.02	c   localbranching   :       0.00          0          0
1789.71/1790.02	c   mutation         :       0.00          0          0
1789.71/1790.02	c   dins             :       0.00          0          0
1789.71/1790.02	c   undercover       :       0.00          0          0
1789.71/1790.02	c   nlp              :       0.00          0          0
1789.71/1790.02	c   trysol           :       0.00          0          0
1789.71/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.02	c   primal LP        :       0.03          0          0       0.00       0.00
1789.71/1790.02	c   dual LP          :     704.48       3934    1445609     367.47    2052.04
1789.71/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.02	c   diving/probing LP:     457.95       8817    1235005     140.07    2696.80
1789.71/1790.02	c   strong branching :     567.65       2655     859606     323.77    1514.32
1789.71/1790.02	c     (at root node) :          -         43      30528     709.95          -
1789.71/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.02	c B&B Tree           :
1789.71/1790.02	c   number of runs   :          1
1789.71/1790.02	c   nodes            :       3781
1789.71/1790.02	c   nodes (total)    :       3781
1789.71/1790.02	c   nodes left       :       3219
1789.71/1790.02	c   max depth        :         75
1789.71/1790.02	c   max depth (total):         75
1789.71/1790.02	c   backtracks       :        371 (9.8%)
1789.71/1790.02	c   delayed cutoffs  :          1
1789.71/1790.02	c   repropagations   :       1609 (7398 domain reductions, 1 cutoffs)
1789.71/1790.02	c   avg switch length:       4.62
1789.71/1790.02	c   switching time   :       1.53
1789.71/1790.02	c Solution           :
1789.71/1790.02	c   Solutions found  :          0 (0 improvements)
1789.71/1790.02	c   Primal Bound     :          -
1789.71/1790.02	c   Dual Bound       : +1.90003906250000e+01
1789.71/1790.02	c   Gap              :   infinite
1789.71/1790.02	c   Root Dual Bound  : +1.60001953125000e+01
1789.71/1790.02	c   Root Iterations  :      20109
1789.71/1790.08	c Time complete: 1789.79.

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-3733843-1338698435/watcher-3733843-1338698435 -o /tmp/evaluation-result-3733843-1338698435/solver-3733843-1338698435 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733843-1338698435.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: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 1669 0 0 0 0 0 0 0 20 0 1 0 335972044 10211328 1616 33554432000 4194304 8395647 140735222504080 140736466524520 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 2493 1625 374 1026 0 1463 0

[startup+0.209909 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=20324 CPUtime=0.2 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 4318 0 0 0 19 1 0 0 20 0 1 0 335972044 20811776 4264 33554432000 4194304 8395647 140735222504080 140736466524520 7276436 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 5081 4264 393 1026 0 4051 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 20324

[startup+7.71508 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=148032 CPUtime=7.7 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 36365 0 0 0 764 6 0 0 20 0 1 0 335972044 151584768 34632 33554432000 4194304 8395647 140735222504080 140735222498648 6378455 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 37008 34632 578 1026 0 35978 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 148032

[startup+8.12717 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=148032 CPUtime=8.12 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 36365 0 0 0 806 6 0 0 20 0 1 0 335972044 151584768 34632 33554432000 4194304 8395647 140735222504080 140735222498648 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 37008 34632 578 1026 0 35978 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 148032

[startup+10.4951 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=216632 CPUtime=10.48 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 52902 0 0 0 1039 9 0 0 20 0 1 0 335972044 221831168 51166 33554432000 4194304 8395647 140735222504080 140735222499272 5542218 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 54158 51166 619 1026 0 53128 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 216632

[startup+11.0748 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=219268 CPUtime=11.06 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 53581 0 0 0 1097 9 0 0 20 0 1 0 335972044 224530432 51845 33554432000 4194304 8395647 140735222504080 140735222499272 6197315 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 54817 51845 619 1026 0 53787 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 219268

[startup+13.5116 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=228528 CPUtime=13.5 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55083 0 0 0 1340 10 0 0 20 0 1 0 335972044 234012672 53852 33554432000 4194304 8395647 140735222504080 140735222499208 7430400 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57132 53852 619 1026 0 56102 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 228528

[startup+14.431 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=228528 CPUtime=14.42 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55502 0 0 0 1432 10 0 0 20 0 1 0 335972044 234012672 54271 33554432000 4194304 8395647 140735222504080 140735222499368 6723543 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57132 54271 619 1026 0 56102 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 228528

[startup+14.659 s]
/proc/loadavg: 1.92 2.10 2.05 3/176 29777
/proc/meminfo: memFree=30474860/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=228528 CPUtime=14.65 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55502 0 0 0 1455 10 0 0 20 0 1 0 335972044 234012672 54271 33554432000 4194304 8395647 140735222504080 140735222499368 6108043 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57132 54271 619 1026 0 56102 0
Current children cumulated CPU time (s) 14.65
Current children cumulated vsize (KiB) 228528

[startup+25.8839 s]
/proc/loadavg: 1.94 2.09 2.05 6/178 29779
/proc/meminfo: memFree=30252176/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=25.87 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55564 0 0 0 2576 11 0 0 20 0 1 0 335972044 235220992 54306 33554432000 4194304 8395647 140735222504080 140735222498952 6723538 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 54306 621 1026 0 56397 0
Current children cumulated CPU time (s) 25.87
Current children cumulated vsize (KiB) 229708

[startup+52.4266 s]
/proc/loadavg: 1.96 2.08 2.05 3/177 29779
/proc/meminfo: memFree=30235680/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=52.41 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55565 0 0 0 5227 14 0 0 20 0 1 0 335972044 235220992 54449 33554432000 4194304 8395647 140735222504080 140735222498952 7430400 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 54449 621 1026 0 56397 0
Current children cumulated CPU time (s) 52.41
Current children cumulated vsize (KiB) 229708

[startup+105.754 s]
/proc/loadavg: 1.98 2.07 2.04 3/177 29779
/proc/meminfo: memFree=30194680/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=105.72 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) D 29775 29777 18061 0 -1 4202496 55572 0 0 0 10549 23 0 0 20 0 1 0 335972044 235220992 55128 33554432000 4194304 8395647 140735222504080 140735222498632 6721531 0 0 4096 16384 18446744071581355444 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 55128 622 1026 0 56397 0
Current children cumulated CPU time (s) 105.72
Current children cumulated vsize (KiB) 229708

[startup+167.711 s]
/proc/loadavg: 1.99 2.05 2.04 7/178 29780
/proc/meminfo: memFree=30142192/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=167.67 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55585 0 0 0 16728 39 0 0 20 0 1 0 335972044 235220992 56103 33554432000 4194304 8395647 140735222504080 140735222499304 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56103 627 1026 0 56397 0
Current children cumulated CPU time (s) 167.67
Current children cumulated vsize (KiB) 229708

[startup+225.734 s]
/proc/loadavg: 1.99 2.04 2.03 3/177 29780
/proc/meminfo: memFree=30120560/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=225.69 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55587 0 0 0 22519 50 0 0 20 0 1 0 335972044 235220992 56105 33554432000 4194304 8395647 140735222504080 140735222499736 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56105 629 1026 0 56397 0
Current children cumulated CPU time (s) 225.69
Current children cumulated vsize (KiB) 229708

[startup+284.241 s]
/proc/loadavg: 1.99 2.03 2.03 3/177 29780
/proc/meminfo: memFree=30075300/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=284.18 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55587 0 0 0 28351 67 0 0 20 0 1 0 335972044 235220992 56105 33554432000 4194304 8395647 140735222504080 140735222499656 6696954 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56105 629 1026 0 56397 0
Current children cumulated CPU time (s) 284.18
Current children cumulated vsize (KiB) 229708

[startup+342.3 s]
/proc/loadavg: 1.99 2.02 2.02 3/177 29781
/proc/meminfo: memFree=30015972/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=342.23 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55587 0 0 0 34138 85 0 0 20 0 1 0 335972044 235220992 56105 33554432000 4194304 8395647 140735222504080 140735222499560 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56105 629 1026 0 56397 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 229708

[startup+402.3 s]
/proc/loadavg: 2.14 2.05 2.02 3/177 29819
/proc/meminfo: memFree=31090652/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=402.22 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 40124 98 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 229708

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/177 29819
/proc/meminfo: memFree=31088420/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=462.21 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 46112 109 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 229708

[startup+522.306 s]
/proc/loadavg: 2.02 2.03 2.01 3/177 29819
/proc/meminfo: memFree=31087056/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=522.21 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 52097 124 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 229708

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/178 29822
/proc/meminfo: memFree=31083448/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=582.19 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 58080 139 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 229708

[startup+642.3 s]

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

/proc/meminfo: memFree=31073652/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1062.12 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 105964 248 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222498488 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 229708

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29825
/proc/meminfo: memFree=31071916/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1122.11 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 111942 269 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 229708

[startup+1182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29828
/proc/meminfo: memFree=31070604/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1182.11 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 117929 282 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222498936 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 229708

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29852
/proc/meminfo: memFree=31069488/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1242.09 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 123913 296 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499544 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 229708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29852
/proc/meminfo: memFree=31069868/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1302.09 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 129899 310 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 229708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29852
/proc/meminfo: memFree=31067564/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1362.08 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 135884 324 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 229708

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29852
/proc/meminfo: memFree=31063348/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1422.07 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 141871 336 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 229708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29852
/proc/meminfo: memFree=31062728/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1482.05 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 147856 349 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 229708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29853
/proc/meminfo: memFree=31057576/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1542.04 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 153842 362 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222498936 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 229708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29853
/proc/meminfo: memFree=31056088/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1602.04 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 159827 377 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499208 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 229708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29853
/proc/meminfo: memFree=31050384/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1662.03 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 165813 390 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222498632 6723089 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 229708

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 29853
/proc/meminfo: memFree=31046664/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1722.02 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 171801 401 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499288 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 229708

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31044908/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1782.01 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 177780 421 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222498744 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 229708

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

[startup+1783.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31044908/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1783.51 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 177929 422 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499656 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1783.51
Current children cumulated vsize (KiB) 229708

[startup+1787 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31045776/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1786.71 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 178248 423 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499656 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 229708

[startup+1788.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31046768/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1788.31 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 178407 424 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499320 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1788.31
Current children cumulated vsize (KiB) 229708

[startup+1789.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31046644/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1789.11 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 178487 424 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499320 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1789.11
Current children cumulated vsize (KiB) 229708

[startup+1789.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31046644/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1789.5 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 178526 424 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (KiB) 229708

[startup+1790 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29856
/proc/meminfo: memFree=31046644/32873844 swapFree=8656/8656
[pid=29777] ppid=29775 vsize=229708 CPUtime=1789.71 cores=0,2,4,6
/proc/29777/stat : 29777 (pbscip.linux.x8) R 29775 29777 18061 0 -1 4202496 55590 0 0 0 178546 425 0 0 20 0 1 0 335972044 235220992 56109 33554432000 4194304 8395647 140735222504080 140735222499320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29777/statm: 57427 56109 629 1026 0 56397 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 229708

Child status: 0
Real time (s): 1790.08
CPU time (s): 1789.8
CPU user time (s): 1785.54
CPU system time (s): 4.25735
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 229708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.54
system time used= 4.25735
maximum resident set size= 224444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55595
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= 26
involuntary context switches= 1958

runsolver used 2.35664 second user time and 6.01009 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 06:40:35
IDJOB=3733843
IDBENCH=2627
IDSOLVER=2326
FILE ID=node102/3733843-1338698435
RUNJOBID= node102-1338679212-26560
PBS_JOBID= 14636711
Free space on /tmp= 71164 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_16.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733843-1338698435/watcher-3733843-1338698435 -o /tmp/evaluation-result-3733843-1338698435/solver-3733843-1338698435 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733843-1338698435.opb -t 1800 -m 15500

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=974880525

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5331.91
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		: 2667.178
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	: 5438.54
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		: 2667.178
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.91
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		: 2667.178
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30475008 kB
Buffers:          153784 kB
Cached:           568284 kB
SwapCached:         5524 kB
Active:          1048312 kB
Inactive:         583856 kB
Active(anon):     907100 kB
Inactive(anon):     5604 kB
Active(file):     141212 kB
Inactive(file):   578252 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097272 kB
Dirty:             13772 kB
Writeback:             0 kB
AnonPages:        915840 kB
Mapped:            11948 kB
Shmem:                 0 kB
Slab:             619176 kB
SReclaimable:      56684 kB
SUnreclaim:       562492 kB
KernelStack:        2360 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1034480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 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= 71152 MiB
End job on node102 at 2012-06-03 07:10:25