Trace number 3735119

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 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-3735119-1338703828.opb>
0.09/0.18	c original problem has 3296 variables (3296 bin, 0 int, 0 impl, 0 cont) and 6384 constraints
0.09/0.18	c problem read
0.09/0.18	c presolving settings loaded
0.19/0.23	c presolving:
0.19/0.27	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 91 chg sides, 470 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.29	c (round 2) 1 del vars, 2879 del conss, 1 chg bounds, 91 chg sides, 470 chg coeffs, 320 upgd conss, 0 impls, 0 clqs
0.29/0.32	c (round 3) 1 del vars, 2879 del conss, 1 chg bounds, 131 chg sides, 797 chg coeffs, 627 upgd conss, 310 impls, 6 clqs
0.29/0.33	c (round 4) 1 del vars, 2879 del conss, 1 chg bounds, 181 chg sides, 861 chg coeffs, 627 upgd conss, 310 impls, 6 clqs
1.10/1.19	c    (1.0s) probing: 218/3295 (6.6%) - 0 fixings, 0 aggregations, 50 implications, 0 bound changes
1.10/1.19	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.10/1.19	c presolving (5 rounds):
1.10/1.19	c  1 deleted vars, 2879 deleted constraints, 1 tightened bounds, 0 added holes, 181 changed sides, 863 changed coefficients
1.10/1.19	c  410 implications, 6 cliques
1.10/1.19	c presolved problem has 3295 variables (3295 bin, 0 int, 0 impl, 0 cont) and 3505 constraints
1.10/1.19	c     627 constraints of type <knapsack>
1.10/1.19	c    2878 constraints of type <linear>
1.10/1.19	c transformed objective value is always integral (scale: 1)
1.10/1.19	c Presolving Time: 0.96
1.10/1.19	c - non default parameters ----------------------------------------------------------------------
1.10/1.19	c # SCIP version 1.2.1.3
1.10/1.19	c 
1.10/1.19	c # frequency for displaying node information lines
1.10/1.19	c # [type: int, range: [-1,2147483647], default: 100]
1.10/1.19	c display/freq = 10000
1.10/1.19	c 
1.10/1.19	c # maximal time in seconds to run
1.10/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.19	c limits/time = 1789.83
1.10/1.19	c 
1.10/1.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.10/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.19	c limits/memory = 13950
1.10/1.19	c 
1.10/1.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.10/1.19	c # [type: int, range: [1,2], default: 1]
1.10/1.19	c timing/clocktype = 2
1.10/1.19	c 
1.10/1.19	c # should presolving try to simplify inequalities
1.10/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.19	c constraints/linear/simplifyinequalities = TRUE
1.10/1.19	c 
1.10/1.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.10/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.19	c constraints/indicator/addCouplingCons = TRUE
1.10/1.19	c 
1.10/1.19	c # should presolving try to simplify knapsacks
1.10/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.19	c constraints/knapsack/simplifyinequalities = TRUE
1.10/1.19	c 
1.10/1.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.10/1.19	c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.19	c separating/rapidlearning/freq = 0
1.10/1.19	c 
1.10/1.19	c -----------------------------------------------------------------------------------------------
1.10/1.19	c start solving
1.10/1.19	c 
1.29/1.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.30	c   1.1s|     1 |     0 |  1469 |     - |  27M|   0 |1118 |3295 |3505 |3295 |3505 |   0 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
3.59/3.63	c   3.5s|     1 |     0 |  8074 |     - |  28M|   0 |1839 |3295 |3505 |3295 |3661 | 156 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
4.89/4.95	c   4.8s|     1 |     0 | 11286 |     - |  29M|   0 |1890 |3295 |3505 |3295 |3762 | 257 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
6.19/6.23	c   6.0s|     1 |     0 | 13915 |     - |  29M|   0 |2076 |3295 |3505 |3295 |3894 | 389 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
7.99/8.00	c   7.8s|     1 |     0 | 16439 |     - |  30M|   0 |1990 |3295 |3505 |3295 |4017 | 512 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
9.68/9.71	c   9.5s|     1 |     0 | 18341 |     - |  30M|   0 |2117 |3295 |3505 |3295 |4154 | 649 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
11.39/11.45	c  11.3s|     1 |     0 | 20116 |     - |  31M|   0 |2102 |3295 |3505 |3295 |4282 | 777 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
19.28/19.31	c  19.1s|     1 |     2 | 20116 |     - |  31M|   0 |2102 |3295 |3505 |3295 |4282 | 777 |   0 |  17 | 9.100000e+01 |      --      |    Inf 
1283.38/1283.68	c  1284s| 10000 |  3976 |  4401k| 438.1 |  57M|  65 | 870 |3295 |6127 |3295 |3691 | 777 |  14k|4482 | 9.100000e+01 |      --      |    Inf 
1789.69/1790.02	c 
1789.69/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.02	c Solving Time (sec) : 1789.83
1789.69/1790.02	c Solving Nodes      : 15926
1789.69/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.02	c Dual Bound         : +9.10000000000000e+01
1789.69/1790.02	c Gap                : infinite
1789.69/1790.02	s UNKNOWN
1789.69/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.02	c Solving Time       :    1789.83
1789.69/1790.02	c Original Problem   :
1789.69/1790.02	c   Problem name     : HOME/instance-3735119-1338703828.opb
1789.69/1790.02	c   Variables        : 3296 (3296 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.02	c   Constraints      : 6384 initial, 6384 maximal
1789.69/1790.02	c Presolved Problem  :
1789.69/1790.02	c   Problem name     : t_HOME/instance-3735119-1338703828.opb
1789.69/1790.02	c   Variables        : 3295 (3295 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.02	c   Constraints      : 3505 initial, 6932 maximal
1789.69/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   probing          :       0.85          0          0          0          0          0          0          0          0
1789.69/1790.02	c   knapsack         :       0.02          0          0          0          0          0          0         90        393
1789.69/1790.02	c   linear           :       0.09          1          0          0          1          0       2879         91        470
1789.69/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.02	c   integral         :          0          0          0      12456          0         23       4219          0          0      23058
1789.69/1790.02	c   knapsack         :        627          6      87789          0          0        549     255225       1203          0          0
1789.69/1790.02	c   linear           :       2878          6      87240          0          0       1952    1443609          0          0          0
1789.69/1790.02	c   logicor          :          0+         0      47921          0          0        273      46410          0          0          0
1789.69/1790.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.69/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.02	c   integral         :     521.45       0.00       0.00     521.45       0.00
1789.69/1790.02	c   knapsack         :      12.73       0.04      12.70       0.00       0.00
1789.69/1790.02	c   linear           :      79.23       0.00      79.23       0.00       0.00
1789.69/1790.02	c   logicor          :       2.18       0.00       2.18       0.00       0.00
1789.69/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.02	c   vbounds          :       0.02          2          0          0
1789.69/1790.02	c   rootredcost      :       0.02          0          0          0
1789.69/1790.02	c   pseudoobj        :       0.06      87340          0          0
1789.69/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.02	c   propagation      :       0.25       2774       2769      27513       36.2        202       19.2          -
1789.69/1790.02	c   infeasible LP    :       3.08       8202       8202      18977       20.7        357       18.8          0
1789.69/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.02	c   applied globally :          -          -          -      22482       21.0          -          -          -
1789.69/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.02	c   cut pool         :       0.00          5          -          -        718          -    (maximal pool size: 4204)
1789.69/1790.02	c   redcost          :       0.58      12494          0         84          0          0
1789.69/1790.02	c   impliedbounds    :       0.00          6          0          0         11          0
1789.69/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.02	c   gomory           :       0.75          6          0          0         43          0
1789.69/1790.02	c   strongcg         :       0.74          6          0          0         17          0
1789.69/1790.02	c   cmir             :       1.05          6          0          0       3000          0
1789.69/1790.02	c   flowcover        :       1.12          6          0          0       1200          0
1789.69/1790.02	c   clique           :       0.00          6          0          0          2          0
1789.69/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.02	c   rapidlearning    :       0.25          1          0          0          0          0
1789.69/1790.02	c Pricers            :       Time      Calls       Vars
1789.69/1790.02	c   problem variables:       0.00          0          0
1789.69/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.02	c   relpscost        :     521.44      12456         23       4219          0          0      23058
1789.69/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.02	c   LP solutions     :       0.00          -          0
1789.69/1790.02	c   pseudo solutions :       0.00          -          0
1789.69/1790.02	c   oneopt           :       0.01          0          0
1789.69/1790.02	c   crossover        :       0.00          0          0
1789.69/1790.02	c   veclendiving     :      40.45         59          0
1789.69/1790.02	c   feaspump         :      35.73         33          0
1789.69/1790.02	c   rootsoldiving    :      16.97         35          0
1789.69/1790.02	c   linesearchdiving :      51.32        154          0
1789.69/1790.02	c   trivial          :       0.00          2          0
1789.69/1790.02	c   simplerounding   :       0.01          0          0
1789.69/1790.02	c   zirounding       :       0.12       1000          0
1789.69/1790.02	c   rounding         :       1.12       1523          0
1789.69/1790.02	c   shifting         :       5.87        447          0
1789.69/1790.02	c   intshifting      :       0.00          0          0
1789.69/1790.02	c   twoopt           :       0.00          0          0
1789.69/1790.02	c   fixandinfer      :       0.00          0          0
1789.69/1790.02	c   coefdiving       :      89.41         25          0
1789.69/1790.02	c   pscostdiving     :      47.21         52          0
1789.69/1790.02	c   fracdiving       :      90.39         14          0
1789.69/1790.02	c   intdiving        :       0.00          0          0
1789.69/1790.02	c   actconsdiving    :       0.00          0          0
1789.69/1790.02	c   objpscostdiving  :      19.71         14          0
1789.69/1790.02	c   guideddiving     :       0.00          0          0
1789.69/1790.02	c   octane           :       0.00          0          0
1789.69/1790.02	c   rens             :       0.00          0          0
1789.69/1790.02	c   rins             :       0.00          0          0
1789.69/1790.02	c   localbranching   :       0.00          0          0
1789.69/1790.02	c   mutation         :       0.00          0          0
1789.69/1790.02	c   dins             :       0.00          0          0
1789.69/1790.02	c   undercover       :       0.00          0          0
1789.69/1790.02	c   nlp              :       0.00          0          0
1789.69/1790.02	c   trysol           :       0.01          0          0
1789.69/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.02	c   primal LP        :       0.02          0          0       0.00       0.00
1789.69/1790.02	c   dual LP          :     752.58      15249    4465877     292.86    5934.06
1789.69/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.02	c   diving/probing LP:     362.24      16845    1710802     101.56    4722.89
1789.69/1790.02	c   strong branching :     518.24       7171    2352615     328.07    4539.61
1789.69/1790.02	c     (at root node) :          -         17      14636     860.94          -
1789.69/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.02	c B&B Tree           :
1789.69/1790.02	c   number of runs   :          1
1789.69/1790.02	c   nodes            :      15926
1789.69/1790.02	c   nodes (total)    :      15926
1789.69/1790.02	c   nodes left       :       5620
1789.69/1790.02	c   max depth        :         65
1789.69/1790.02	c   max depth (total):         65
1789.69/1790.02	c   backtracks       :       2853 (17.9%)
1789.69/1790.02	c   delayed cutoffs  :       1513
1789.69/1790.02	c   repropagations   :      17871 (584521 domain reductions, 718 cutoffs)
1789.69/1790.02	c   avg switch length:       6.48
1789.69/1790.02	c   switching time   :      16.18
1789.69/1790.02	c Solution           :
1789.69/1790.02	c   Solutions found  :          0 (0 improvements)
1789.69/1790.02	c   Primal Bound     :          -
1789.69/1790.02	c   Dual Bound       : +9.10000000000000e+01
1789.69/1790.02	c   Gap              :   infinite
1789.69/1790.02	c   Root Dual Bound  : +9.10000000000000e+01
1789.69/1790.02	c   Root Iterations  :      20116
1789.69/1790.09	c Time complete: 1789.78.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 14013
/proc/meminfo: memFree=28031828/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 1445 0 0 0 0 0 0 0 20 0 1 0 336509651 9158656 1392 33554432000 4194304 8395647 140735174658416 140734163566840 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14013/statm: 2236 1402 374 1026 0 1206 0

[startup+0.0157019 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 14013
/proc/meminfo: memFree=28031828/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=10668 CPUtime=0.01 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 1912 0 0 0 1 0 0 0 20 0 1 0 336509651 10924032 1858 33554432000 4194304 8395647 140735174658416 140734163566840 4327576 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14013/statm: 2667 1858 393 1026 0 1637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10668

[startup+0.100216 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 14013
/proc/meminfo: memFree=28031828/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=15160 CPUtime=0.09 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 3049 0 0 0 9 0 0 0 20 0 1 0 336509651 15523840 2995 33554432000 4194304 8395647 140735174658416 140734163566840 7373184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14013/statm: 3790 2995 393 1026 0 2760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15160

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 14013
/proc/meminfo: memFree=28031828/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=67636 CPUtime=0.29 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 15854 0 0 0 27 2 0 0 20 0 1 0 336509651 69259264 15446 33554432000 4194304 8395647 140735174658416 140735174652776 4483161 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14013/statm: 16909 15446 486 1026 0 15879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67636

[startup+0.700216 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 14013
/proc/meminfo: memFree=28031828/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=70088 CPUtime=0.69 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 16519 0 0 0 67 2 0 0 20 0 1 0 336509651 71770112 16111 33554432000 4194304 8395647 140735174658416 140735174654216 5026819 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14013/statm: 17522 16111 494 1026 0 16492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70088

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27969820/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=84308 CPUtime=1.49 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 20486 0 0 0 147 2 0 0 20 0 1 0 336509651 86331392 19311 33554432000 4194304 8395647 140735174658416 140735174652984 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14013/statm: 21077 19311 579 1026 0 20047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84308

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27956436/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=92564 CPUtime=3.09 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 30978 0 0 0 304 5 0 0 20 0 1 0 336509651 94785536 21538 33554432000 4194304 8395647 140735174658416 140735174653656 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 23141 21538 623 1026 0 22111 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92564

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27939688/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=104092 CPUtime=6.29 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 35068 0 0 0 623 6 0 0 20 0 1 0 336509651 106590208 23927 33554432000 4194304 8395647 140735174658416 140735174653544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 26023 23927 623 1026 0 24993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104092

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27929948/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=114660 CPUtime=12.68 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 43153 0 0 0 1258 10 0 0 20 0 1 0 336509651 117411840 25712 33554432000 4194304 8395647 140735174658416 140735174653288 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 28665 25712 624 1026 0 27635 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 114660

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14014
/proc/meminfo: memFree=27933100/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=112404 CPUtime=25.48 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 76807 0 0 0 2529 19 0 0 20 0 1 0 336509651 115101696 25391 33554432000 4194304 8395647 140735174658416 140735174653624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 28101 25391 625 1026 0 27071 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112404

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14014
/proc/meminfo: memFree=27930240/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=112136 CPUtime=51.08 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 106501 0 0 0 5073 35 0 0 20 0 1 0 336509651 114827264 25969 33554432000 4194304 8395647 140735174658416 140735174653928 6721304 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 28034 25969 625 1026 0 27004 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112136

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14015
/proc/meminfo: memFree=27923900/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=112580 CPUtime=102.27 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 108203 0 0 0 10174 53 0 0 20 0 1 0 336509651 115281920 27149 33554432000 4194304 8395647 140735174658416 140735174654120 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 28145 27149 631 1026 0 27115 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 112580

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 14015
/proc/meminfo: memFree=27915736/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=113424 CPUtime=162.25 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 116017 0 0 0 16142 83 0 0 20 0 1 0 336509651 116146176 27418 33554432000 4194304 8395647 140735174658416 140735174653624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 28356 27418 631 1026 0 27326 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 113424

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14015
/proc/meminfo: memFree=27902128/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=118096 CPUtime=222.24 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 140390 0 0 0 22105 119 0 0 20 0 1 0 336509651 120930304 28578 33554432000 4194304 8395647 140735174658416 140735174652968 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 29524 28578 631 1026 0 28494 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 118096

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14015
/proc/meminfo: memFree=27895048/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=122648 CPUtime=282.23 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 179487 0 0 0 28070 153 0 0 20 0 1 0 336509651 125591552 29690 33554432000 4194304 8395647 140735174658416 140735174654216 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 30662 29690 631 1026 0 29632 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 122648

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14015
/proc/meminfo: memFree=27885204/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=125420 CPUtime=342.23 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 204621 0 0 0 34037 186 0 0 20 0 1 0 336509651 128430080 30394 33554432000 4194304 8395647 140735174658416 140735174653544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 31355 30394 631 1026 0 30325 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 125420

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14016
/proc/meminfo: memFree=27879364/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=125432 CPUtime=402.21 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 211533 0 0 0 40005 216 0 0 20 0 1 0 336509651 128442368 30413 33554432000 4194304 8395647 140735174658416 140735174653080 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 31358 30413 631 1026 0 30328 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 125432

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14016
/proc/meminfo: memFree=27869804/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=126104 CPUtime=462.21 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 213484 0 0 0 45969 252 0 0 20 0 1 0 336509651 129130496 30579 33554432000 4194304 8395647 140735174658416 140735174653624 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 31526 30579 631 1026 0 30496 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 126104

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14016
/proc/meminfo: memFree=27862948/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=125784 CPUtime=522.2 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 219390 0 0 0 51937 283 0 0 20 0 1 0 336509651 128802816 30388 33554432000 4194304 8395647 140735174658416 140735174653272 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 31446 30388 631 1026 0 30416 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 125784

[startup+582.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 14019
/proc/meminfo: memFree=27854008/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=130064 CPUtime=582.18 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 220424 0 0 0 57902 316 0 0 20 0 1 0 336509651 133185536 31404 33554432000 4194304 8395647 140735174658416 140735174652568 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 32516 31404 631 1026 0 31486 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 130064

[startup+642.3 s]

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

/proc/meminfo: memFree=27780236/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=150804 CPUtime=1062.11 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 312227 0 0 0 105613 598 0 0 20 0 1 0 336509651 154423296 36755 33554432000 4194304 8395647 140735174658416 140735174654024 5028186 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 37701 36755 631 1026 0 36671 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 150804

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14021
/proc/meminfo: memFree=27772240/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=152900 CPUtime=1122.1 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 334814 0 0 0 111572 638 0 0 20 0 1 0 336509651 156569600 37287 33554432000 4194304 8395647 140735174658416 140735174653288 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 38225 37287 631 1026 0 37195 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 152900

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14024
/proc/meminfo: memFree=27758212/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=157016 CPUtime=1182.09 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 360455 0 0 0 117535 674 0 0 20 0 1 0 336509651 160784384 38076 33554432000 4194304 8395647 140735174658416 140735174653976 6721197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 39254 38076 631 1026 0 38224 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 157016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14024
/proc/meminfo: memFree=27749788/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=161636 CPUtime=1242.08 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 366603 0 0 0 123500 708 0 0 20 0 1 0 336509651 165515264 39147 33554432000 4194304 8395647 140735174658416 140735174653544 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 40409 39147 631 1026 0 39379 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 161636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14024
/proc/meminfo: memFree=27737188/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=166344 CPUtime=1302.08 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 379402 0 0 0 129466 742 0 0 20 0 1 0 336509651 170336256 40586 33554432000 4194304 8395647 140735174658416 140735174653544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 41586 40586 631 1026 0 40556 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 166344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27729952/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=163680 CPUtime=1362.06 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 401797 0 0 0 135430 776 0 0 20 0 1 0 336509651 167608320 39959 33554432000 4194304 8395647 140735174658416 140735174652824 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 40920 39959 631 1026 0 39890 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 163680

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27716728/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=169324 CPUtime=1422.06 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 421952 0 0 0 141396 810 0 0 20 0 1 0 336509651 173387776 41313 33554432000 4194304 8395647 140735174658416 140735174653992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 42331 41313 631 1026 0 41301 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 169324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27705500/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=174708 CPUtime=1482.04 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 425009 0 0 0 147359 845 0 0 20 0 1 0 336509651 178900992 42627 33554432000 4194304 8395647 140735174658416 140735174653672 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 43677 42627 631 1026 0 42647 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 174708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27697300/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=175620 CPUtime=1542.03 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 449091 0 0 0 153319 884 0 0 20 0 1 0 336509651 179834880 42960 33554432000 4194304 8395647 140735174658416 140735174653624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 43905 42960 631 1026 0 42875 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 175620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14025
/proc/meminfo: memFree=27694808/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=176468 CPUtime=1602.02 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 466116 0 0 0 159283 919 0 0 20 0 1 0 336509651 180703232 43025 33554432000 4194304 8395647 140735174658416 140735174654024 6119608 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 44117 43025 631 1026 0 43087 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 176468

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14026
/proc/meminfo: memFree=27675272/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=184036 CPUtime=1662.01 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 474509 0 0 0 165247 954 0 0 20 0 1 0 336509651 188452864 44968 33554432000 4194304 8395647 140735174658416 140735174653544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 46009 44968 631 1026 0 44979 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 184036

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14026
/proc/meminfo: memFree=27663532/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=184036 CPUtime=1722 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 474540 0 0 0 171215 985 0 0 20 0 1 0 336509651 188452864 44999 33554432000 4194304 8395647 140735174658416 140735174652968 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 46009 44999 631 1026 0 44979 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 184036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14067
/proc/meminfo: memFree=27689888/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=187784 CPUtime=1782 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486614 0 0 0 177176 1024 0 0 20 0 1 0 336509651 192290816 45919 33554432000 4194304 8395647 140735174658416 140735174653544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 46946 45919 631 1026 0 45916 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 187784

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14067
/proc/meminfo: memFree=27348708/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=187784 CPUtime=1785.19 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486614 0 0 0 177494 1025 0 0 20 0 1 0 336509651 192290816 45919 33554432000 4194304 8395647 140735174658416 140735174652968 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 46946 45919 631 1026 0 45916 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 187784

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14067
/proc/meminfo: memFree=27336336/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=188532 CPUtime=1786.8 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486875 0 0 0 177654 1026 0 0 20 0 1 0 336509651 193056768 46180 33554432000 4194304 8395647 140735174658416 140735174653288 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 47133 46180 631 1026 0 46103 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 188532

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14074
/proc/meminfo: memFree=27879676/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=188532 CPUtime=1788.39 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486875 0 0 0 177812 1027 0 0 20 0 1 0 336509651 193056768 46180 33554432000 4194304 8395647 140735174658416 140735174653624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 47133 46180 631 1026 0 46103 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 188532

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14074
/proc/meminfo: memFree=27879676/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=188532 CPUtime=1789.2 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486875 0 0 0 177892 1028 0 0 20 0 1 0 336509651 193056768 46180 33554432000 4194304 8395647 140735174658416 140735174653624 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 47133 46180 631 1026 0 46103 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 188532

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14074
/proc/meminfo: memFree=27879676/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=188532 CPUtime=1789.59 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486875 0 0 0 177931 1028 0 0 20 0 1 0 336509651 193056768 46180 33554432000 4194304 8395647 140735174658416 140735174653624 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 47133 46180 631 1026 0 46103 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 188532

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 14074
/proc/meminfo: memFree=27879676/32873648 swapFree=6864/6864
[pid=14013] ppid=14011 vsize=188532 CPUtime=1789.69 cores=0,2,4,6
/proc/14013/stat : 14013 (pbscip.linux.x8) R 14011 14013 11712 0 -1 4202496 486875 0 0 0 177941 1028 0 0 20 0 1 0 336509651 193056768 46180 33554432000 4194304 8395647 140735174658416 140735174653624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14013/statm: 47133 46180 631 1026 0 46103 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (KiB) 188532

Child status: 0
Real time (s): 1790.09
CPU time (s): 1789.79
CPU user time (s): 1779.51
CPU system time (s): 10.2844
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 189888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.51
system time used= 10.2844
maximum resident set size= 185784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486880
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= 40
involuntary context switches= 1966

runsolver used 3.52046 second user time and 9.09362 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-03 08:10:28
IDJOB=3735119
IDBENCH=2942
IDSOLVER=2326
FILE ID=node113/3735119-1338703828
RUNJOBID= node113-1338678627-11731
PBS_JOBID= 14636700
Free space on /tmp= 70968 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/bounded_golomb_rulers/normalized-bogr_14.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-3735119-1338703828/watcher-3735119-1338703828 -o /tmp/evaluation-result-3735119-1338703828/solver-3735119-1338703828 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735119-1338703828.opb -t 1800 -m 15500

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

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=992807562

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:       32873648 kB
MemFree:        28032472 kB
Buffers:          506288 kB
Cached:          3388024 kB
SwapCached:         2028 kB
Active:          1760516 kB
Inactive:        2192784 kB
Active(anon):      58400 kB
Inactive(anon):     1912 kB
Active(file):    1702116 kB
Inactive(file):  2190872 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             22688 kB
Writeback:             0 kB
AnonPages:         77316 kB
Mapped:            13840 kB
Shmem:                 0 kB
Slab:             750544 kB
SReclaimable:     194520 kB
SUnreclaim:       556024 kB
KernelStack:        1480 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     180508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node113 at 2012-06-03 08:40:18