Trace number 3733931

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.81 1790.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark260
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
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 constraints13888
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 2621
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-3733931-1338698616.opb>
0.39/0.42	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.39/0.42	c problem read
0.39/0.42	c presolving settings loaded
0.49/0.53	c presolving:
0.59/0.69	c (round 1) 0 del vars, 6936 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
1.99/2.01	c    (1.6s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.99/2.01	c    (1.6s) probing aborted: 100/100 successive totally useless probings
1.99/2.01	c presolving (2 rounds):
1.99/2.01	c  0 deleted vars, 6936 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.99/2.01	c  14144 implications, 0 cliques
1.99/2.01	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.99/2.01	c      16 constraints of type <knapsack>
1.99/2.01	c    6936 constraints of type <linear>
1.99/2.01	c transformed objective value is always integral (scale: 1)
1.99/2.01	c Presolving Time: 1.49
1.99/2.01	c - non default parameters ----------------------------------------------------------------------
1.99/2.01	c # SCIP version 1.2.1.3
1.99/2.01	c 
1.99/2.01	c # frequency for displaying node information lines
1.99/2.01	c # [type: int, range: [-1,2147483647], default: 100]
1.99/2.01	c display/freq = 10000
1.99/2.01	c 
1.99/2.01	c # maximal time in seconds to run
1.99/2.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.99/2.01	c limits/time = 1789.58
1.99/2.01	c 
1.99/2.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.99/2.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.99/2.01	c limits/memory = 13950
1.99/2.01	c 
1.99/2.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.99/2.01	c # [type: int, range: [1,2], default: 1]
1.99/2.01	c timing/clocktype = 2
1.99/2.01	c 
1.99/2.01	c # should presolving try to simplify inequalities
1.99/2.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.01	c constraints/linear/simplifyinequalities = TRUE
1.99/2.01	c 
1.99/2.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.99/2.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.01	c constraints/indicator/addCouplingCons = TRUE
1.99/2.01	c 
1.99/2.01	c # should presolving try to simplify knapsacks
1.99/2.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.01	c constraints/knapsack/simplifyinequalities = TRUE
1.99/2.01	c 
1.99/2.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.99/2.01	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.01	c separating/rapidlearning/freq = 0
1.99/2.01	c 
1.99/2.01	c -----------------------------------------------------------------------------------------------
1.99/2.01	c start solving
1.99/2.01	c 
3.29/3.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.29/3.33	c   2.9s|     1 |     0 |  7373 |     - |  64M|   0 |4012 |7089 |6952 |7089 |6952 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
9.09/9.14	c   8.7s|     1 |     0 | 14506 |     - |  65M|   0 |4021 |7089 |6952 |7089 |7007 |  55 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
9.69/9.78	c   9.4s|     1 |     0 | 14675 |     - |  66M|   0 |4025 |7089 |6952 |7089 |7073 | 121 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
10.49/10.50	c  10.1s|     1 |     0 | 14958 |     - |  66M|   0 |4020 |7089 |6952 |7089 |7128 | 176 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
11.49/11.54	c  11.1s|     1 |     0 | 15386 |     - |  67M|   0 |4019 |7089 |6952 |7089 |7190 | 238 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
12.89/12.99	c  12.6s|     1 |     0 | 16137 |     - |  67M|   0 |4036 |7089 |6952 |7089 |7251 | 299 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
14.09/14.16	c  13.7s|     1 |     0 | 16586 |     - |  68M|   0 |4042 |7089 |6952 |7089 |7316 | 364 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
16.09/16.14	c  15.7s|     1 |     0 | 17182 |     - |  68M|   0 |4044 |7089 |6952 |7089 |7375 | 423 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
18.29/18.30	c  17.9s|     1 |     0 | 18023 |     - |  69M|   0 |4041 |7089 |6952 |7089 |7436 | 484 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
21.18/21.28	c  20.9s|     1 |     0 | 19333 |     - |  69M|   0 |4038 |7089 |6952 |7089 |7496 | 544 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
23.39/23.43	c  23.0s|     1 |     0 | 20193 |     - |  70M|   0 |4034 |7089 |6952 |7089 |7556 | 604 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
24.89/24.98	c  24.6s|     1 |     0 | 21124 |     - |  70M|   0 |4030 |7089 |6952 |7089 |7589 | 637 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
64.49/64.59	c  64.2s|     1 |     2 | 21124 |     - |  70M|   0 |4030 |7089 |6952 |7089 |7589 | 637 |   0 |  31 | 1.616667e+01 |      --      |    Inf 
1789.71/1790.00	c 
1789.71/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.00	c Solving Time (sec) : 1789.58
1789.71/1790.00	c Solving Nodes      : 2281
1789.71/1790.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.71/1790.00	c Dual Bound         : +1.90000000000000e+01
1789.71/1790.00	c Gap                : infinite
1789.71/1790.00	s UNKNOWN
1789.71/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.00	c Solving Time       :    1789.58
1789.71/1790.00	c Original Problem   :
1789.71/1790.00	c   Problem name     : HOME/instance-3733931-1338698616.opb
1789.71/1790.00	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.00	c   Constraints      : 13888 initial, 13888 maximal
1789.71/1790.00	c Presolved Problem  :
1789.71/1790.00	c   Problem name     : t_HOME/instance-3733931-1338698616.opb
1789.71/1790.00	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.00	c   Constraints      : 6952 initial, 13653 maximal
1789.71/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   probing          :       1.27          0          0          0          0          0          0          0          0
1789.71/1790.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   linear           :       0.19          0          0          0          0          0       6936          0          0
1789.71/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.00	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.00	c   integral         :          0          0          0       2226          0          2        634          0          0       4146
1789.71/1790.00	c   knapsack         :         16         11      22177          0          1         56       1404        258          0          0
1789.71/1790.00	c   linear           :       6936         11      22121          0          0        117      56871          2          0          0
1789.71/1790.00	c   logicor          :          0+         0      10510          0          0          1       2534          0          0          0
1789.71/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.71/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.00	c   integral         :     508.29       0.00       0.00     508.29       0.00
1789.71/1790.00	c   knapsack         :       0.81       0.00       0.81       0.00       0.00
1789.71/1790.00	c   linear           :      28.84       0.01      28.83       0.00       0.00
1789.71/1790.00	c   logicor          :       0.11       0.00       0.11       0.00       0.00
1789.71/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.00	c   vbounds          :       0.02          2          0          0
1789.71/1790.00	c   rootredcost      :       0.02          0          0          0
1789.71/1790.00	c   pseudoobj        :       0.04      21933          0          0
1789.71/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.00	c   propagation      :       0.01        174        174       1001       25.3          5       16.4          -
1789.71/1790.00	c   infeasible LP    :       4.81       6203       6203       6479       10.9         50       11.9          0
1789.71/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.00	c   applied globally :          -          -          -       6733       11.5          -          -          -
1789.71/1790.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.00	c   cut pool         :       0.01         10          -          -       6998          -    (maximal pool size: 6275)
1789.71/1790.00	c   redcost          :       0.26       2218          0          5          0          0
1789.71/1790.00	c   impliedbounds    :       0.00         11          0          0         22          0
1789.71/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.00	c   gomory           :       0.53         11          0          0         27          0
1789.71/1790.00	c   strongcg         :       0.53         11          0          0         10          0
1789.71/1790.00	c   cmir             :       2.97         10          0          0       5000          0
1789.71/1790.00	c   flowcover        :       4.06         10          0          0       2000          0
1789.71/1790.00	c   clique           :       0.02          1          0          0          0          0
1789.71/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.01	c   rapidlearning    :       0.53          1          0          0          0          0
1789.71/1790.01	c Pricers            :       Time      Calls       Vars
1789.71/1790.01	c   problem variables:       0.00          0          0
1789.71/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   relpscost        :     508.28       2226          2        634          0          0       4146
1789.71/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.71/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.01	c   LP solutions     :       0.00          -          0
1789.71/1790.01	c   pseudo solutions :       0.00          -          0
1789.71/1790.01	c   oneopt           :       0.01          0          0
1789.71/1790.01	c   crossover        :       0.00          0          0
1789.71/1790.01	c   fracdiving       :     102.95          3          0
1789.71/1790.01	c   veclendiving     :      40.67          9          0
1789.71/1790.01	c   rootsoldiving    :      20.08          5          0
1789.71/1790.01	c   pscostdiving     :      43.17         13          0
1789.71/1790.01	c   objpscostdiving  :      25.53          8          0
1789.71/1790.01	c   trivial          :       0.01          2          0
1789.71/1790.01	c   simplerounding   :       0.00          0          0
1789.71/1790.01	c   zirounding       :       0.23       1000          0
1789.71/1790.01	c   rounding         :       1.51        623          0
1789.71/1790.01	c   shifting         :       5.71        158          0
1789.71/1790.01	c   intshifting      :       0.00          0          0
1789.71/1790.01	c   twoopt           :       0.00          0          0
1789.71/1790.01	c   fixandinfer      :       0.00          0          0
1789.71/1790.01	c   feaspump         :      38.38         12          0
1789.71/1790.01	c   coefdiving       :     341.51          2          0
1789.71/1790.01	c   intdiving        :       0.00          0          0
1789.71/1790.01	c   actconsdiving    :       0.00          0          0
1789.71/1790.01	c   linesearchdiving :      53.37         16          0
1789.71/1790.01	c   guideddiving     :       0.00          0          0
1789.71/1790.01	c   octane           :       0.00          0          0
1789.71/1790.01	c   rens             :       0.01          0          0
1789.71/1790.01	c   rins             :       0.00          0          0
1789.71/1790.01	c   localbranching   :       0.00          0          0
1789.71/1790.01	c   mutation         :       0.00          0          0
1789.71/1790.01	c   dins             :       0.00          0          0
1789.71/1790.01	c   undercover       :       0.00          0          0
1789.71/1790.01	c   nlp              :       0.00          0          0
1789.71/1790.01	c   trysol           :       0.00          0          0
1789.71/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.01	c   primal LP        :       0.03          0          0       0.00       0.00
1789.71/1790.01	c   dual LP          :     581.21       2377    1256580     528.64    2162.02
1789.71/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.01	c   diving/probing LP:     626.30      11519    1412879     122.66    2255.91
1789.71/1790.01	c   strong branching :     506.51       2003     761104     379.98    1502.64
1789.71/1790.01	c     (at root node) :          -         31      28350     914.52          -
1789.71/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.01	c B&B Tree           :
1789.71/1790.01	c   number of runs   :          1
1789.71/1790.01	c   nodes            :       2281
1789.71/1790.01	c   nodes (total)    :       2281
1789.71/1790.01	c   nodes left       :       1860
1789.71/1790.01	c   max depth        :         56
1789.71/1790.01	c   max depth (total):         56
1789.71/1790.01	c   backtracks       :        326 (14.3%)
1789.71/1790.01	c   delayed cutoffs  :          8
1789.71/1790.01	c   repropagations   :       1237 (7386 domain reductions, 4 cutoffs)
1789.71/1790.01	c   avg switch length:       3.92
1789.71/1790.01	c   switching time   :       1.62
1789.71/1790.01	c Solution           :
1789.71/1790.01	c   Solutions found  :          0 (0 improvements)
1789.71/1790.01	c   Primal Bound     :          -
1789.71/1790.01	c   Dual Bound       : +1.90000000000000e+01
1789.71/1790.01	c   Gap              :   infinite
1789.71/1790.01	c   Root Dual Bound  : +1.61666666666667e+01
1789.71/1790.01	c   Root Iterations  :      21124
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-3733931-1338698616/watcher-3733931-1338698616 -o /tmp/evaluation-result-3733931-1338698616/solver-3733931-1338698616 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733931-1338698616.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.08 2.05 2.00 3/176 23896
/proc/meminfo: memFree=26881012/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=10216 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 1807 0 0 0 0 0 0 0 20 0 1 0 335990128 10461184 1754 33554432000 4194304 8395647 140735458997792 140734191588632 7355228 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 2554 1755 393 1026 0 1524 0

[startup+0.081656 s]
/proc/loadavg: 2.08 2.05 2.00 3/176 23896
/proc/meminfo: memFree=26881012/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=14548 CPUtime=0.07 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 2887 0 0 0 7 0 0 0 20 0 1 0 335990128 14897152 2834 33554432000 4194304 8395647 140735458997792 140734191588632 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 3637 2834 393 1026 0 2607 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14548

[startup+0.100287 s]
/proc/loadavg: 2.08 2.05 2.00 3/176 23896
/proc/meminfo: memFree=26881012/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=15032 CPUtime=0.09 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 3024 0 0 0 9 0 0 0 20 0 1 0 335990128 15392768 2971 33554432000 4194304 8395647 140735458997792 140734191588632 7370079 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 3758 2971 393 1026 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15032

[startup+0.300228 s]
/proc/loadavg: 2.08 2.05 2.00 3/176 23896
/proc/meminfo: memFree=26881012/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=24832 CPUtime=0.29 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 5445 0 0 0 29 0 0 0 20 0 1 0 335990128 25427968 5392 33554432000 4194304 8395647 140735458997792 140734191588632 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 6208 5392 393 1026 0 5178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24832

[startup+0.700244 s]
/proc/loadavg: 2.08 2.05 2.00 3/176 23896
/proc/meminfo: memFree=26881012/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=131780 CPUtime=0.69 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 31676 0 0 0 65 4 0 0 20 0 1 0 335990128 134942720 31269 33554432000 4194304 8395647 140735458997792 140735458863000 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 32945 31269 479 1026 0 31915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131780

[startup+1.50024 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 23897
/proc/meminfo: memFree=26756748/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=131780 CPUtime=1.49 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 31770 0 0 0 145 4 0 0 20 0 1 0 335990128 134942720 31363 33554432000 4194304 8395647 140735458997792 140735458994808 5028116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 32945 31363 490 1026 0 31915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131780

[startup+3.10022 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 23897
/proc/meminfo: memFree=26726180/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=169864 CPUtime=3.09 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 41556 0 0 0 304 5 0 0 20 0 1 0 335990128 173940736 39543 33554432000 4194304 8395647 140735458997792 140735458992920 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 42466 39543 569 1026 0 41436 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169864

[startup+6.30026 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 23897
/proc/meminfo: memFree=26719732/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=170300 CPUtime=6.29 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 41806 0 0 0 623 6 0 0 20 0 1 0 335990128 174387200 39793 33554432000 4194304 8395647 140735458997792 140735458992312 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 42575 39793 575 1026 0 41545 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170300

[startup+12.7002 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 23897
/proc/meminfo: memFree=26624056/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=271164 CPUtime=12.69 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64281 0 0 0 1258 11 0 0 20 0 1 0 335990128 277671936 63287 33554432000 4194304 8395647 140735458997792 140735458992920 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 67791 63287 617 1026 0 66761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271164

[startup+25.5003 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 23897
/proc/meminfo: memFree=26606312/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=25.49 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64862 0 0 0 2536 13 0 0 20 0 1 0 335990128 279285760 64321 33554432000 4194304 8395647 140735458997792 140735458992664 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 64321 619 1026 0 67155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 272740

[startup+51.1003 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 23897
/proc/meminfo: memFree=26587416/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=51.08 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64862 0 0 0 5093 15 0 0 20 0 1 0 335990128 279285760 64321 33554432000 4194304 8395647 140735458997792 140735458992664 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 64321 619 1026 0 67155 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 272740

[startup+102.306 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 23897
/proc/meminfo: memFree=26550508/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=102.28 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64863 0 0 0 10205 23 0 0 20 0 1 0 335990128 279285760 64322 33554432000 4194304 8395647 140735458997792 140735458992200 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 64322 620 1026 0 67155 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 272740

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 23898
/proc/meminfo: memFree=26502240/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=162.26 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64870 0 0 0 16194 32 0 0 20 0 1 0 335990128 279285760 64528 33554432000 4194304 8395647 140735458997792 140735458992744 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 64528 625 1026 0 67155 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 272740

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 23898
/proc/meminfo: memFree=26455092/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=222.25 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64880 0 0 0 22177 48 0 0 20 0 1 0 335990128 279285760 65275 33554432000 4194304 8395647 140735458997792 140735458993016 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 65275 625 1026 0 67155 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 272740

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 23898
/proc/meminfo: memFree=26410556/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=282.23 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 28163 60 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992440 6721251 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 272740

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 23898
/proc/meminfo: memFree=26369388/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=342.23 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 34148 75 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992312 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 272740

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 23901
/proc/meminfo: memFree=26327096/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=402.21 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 40134 87 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993304 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 272740

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 23902
/proc/meminfo: memFree=26283388/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=462.2 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 46119 101 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993000 6622098 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 272740

[startup+522.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 23902
/proc/meminfo: memFree=26245348/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=522.2 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 52107 113 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 6635121 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 272740

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 23902
/proc/meminfo: memFree=26206936/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=582.19 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 58093 126 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992200 6746620 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 272740

[startup+642.3 s]

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

/proc/meminfo: memFree=25896728/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1062.11 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 105969 242 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 272740

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23930
/proc/meminfo: memFree=25862264/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1122.11 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 111955 256 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 6698030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 272740

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23930
/proc/meminfo: memFree=25825560/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1182.1 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 117943 267 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993512 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 272740

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23930
/proc/meminfo: memFree=25791088/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1242.09 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 123924 285 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992296 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 272740

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23930
/proc/meminfo: memFree=25749764/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1302.09 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 129907 302 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993016 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 272740

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23931
/proc/meminfo: memFree=25716000/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1362.07 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 135894 313 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 272740

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23931
/proc/meminfo: memFree=25679696/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1422.07 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 141880 327 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993032 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 272740

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23931
/proc/meminfo: memFree=25645376/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1482.05 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 147864 341 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458993096 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 272740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23931
/proc/meminfo: memFree=25612544/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1542.05 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 153849 356 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 272740

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 23972
/proc/meminfo: memFree=26646528/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1602.04 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 159836 368 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992664 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 272740

[startup+1662.3 s]
/proc/loadavg: 2.10 2.02 2.01 3/177 23973
/proc/meminfo: memFree=26646288/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1662.03 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 165823 380 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 272740

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24163
/proc/meminfo: memFree=26802528/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1722.02 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 171811 391 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 272740

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1782.01 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 177795 406 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 6698405 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 272740

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1785.21 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 178115 406 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 272740

[startup+1787.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1786.81 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 178274 407 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992344 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 272740

[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1788.41 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 178434 407 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992648 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 272740

[startup+1789.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1789.21 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 178514 407 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 272740

[startup+1789.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1789.61 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 178554 407 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 272740

[startup+1790 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24163
/proc/meminfo: memFree=26801032/32873844 swapFree=7628/7628
[pid=23896] ppid=23894 vsize=272740 CPUtime=1789.71 cores=0,2,4,6
/proc/23896/stat : 23896 (pbscip.linux.x8) R 23894 23896 20882 0 -1 4202496 64882 0 0 0 178564 407 0 0 20 0 1 0 335990128 279285760 66133 33554432000 4194304 8395647 140735458997792 140735458992920 6698030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23896/statm: 68185 66133 627 1026 0 67155 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 272740

Child status: 0
Real time (s): 1790.09
CPU time (s): 1789.81
CPU user time (s): 1785.73
CPU system time (s): 4.07938
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 272740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.73
system time used= 4.07938
maximum resident set size= 264544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64888
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= 15
involuntary context switches= 1890

runsolver used 2.70459 second user time and 7.64184 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 06:43:36
IDJOB=3733931
IDBENCH=2635
IDSOLVER=2326
FILE ID=node107/3733931-1338698616
RUNJOBID= node107-1338678628-20901
PBS_JOBID= 14636706
Free space on /tmp= 70772 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_17.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-3733931-1338698616/watcher-3733931-1338698616 -o /tmp/evaluation-result-3733931-1338698616/solver-3733931-1338698616 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733931-1338698616.opb -t 1800 -m 15500

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=1267059417

node107.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.760
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.52
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.760
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.760
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.92
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.760
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.760
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		: 2666.760
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.760
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.86
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.760
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:        26881012 kB
Buffers:          472592 kB
Cached:          4430316 kB
SwapCached:           76 kB
Active:          2109896 kB
Inactive:        3006256 kB
Active(anon):     204908 kB
Inactive(anon):    11060 kB
Active(file):    1904988 kB
Inactive(file):  2995196 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             14028 kB
Writeback:             0 kB
AnonPages:        181632 kB
Mapped:            16596 kB
Shmem:               184 kB
Slab:             735084 kB
SReclaimable:     177496 kB
SUnreclaim:       557588 kB
KernelStack:        1472 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     332264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 70760 MiB
End job on node107 at 2012-06-03 07:13:26