Trace number 3735093

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.2 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUMc19ad978a977652a94fc03b8ce63204a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables1288
Total number of constraints2431
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 constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
Number of bits of the biggest sum of numbers10
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.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver SoPlex 1.4.1
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-3735093-1338707817.opb>
0.00/0.05	c original problem has 1288 variables (1288 bin, 0 int, 0 impl, 0 cont) and 2431 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.07/0.08	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.07/0.09	c (round 2) 1 del vars, 1183 del conss, 1 chg bounds, 0 chg sides, 35 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.09/0.10	c (round 3) 1 del vars, 1183 del conss, 1 chg bounds, 1 chg sides, 37 chg coeffs, 66 upgd conss, 26 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 153/1287 (11.9%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (4 rounds):
0.19/0.23	c  1 deleted vars, 1183 deleted constraints, 1 tightened bounds, 0 added holes, 1 changed sides, 37 changed coefficients
0.19/0.23	c  36 implications, 0 cliques
0.19/0.23	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1249 constraints
0.19/0.23	c      66 constraints of type <knapsack>
0.19/0.23	c       1 constraints of type <setppc>
0.19/0.23	c    1182 constraints of type <linear>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.16
0.19/0.23	c OPT-LIN
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = c 13950
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = c 1791
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = c 10000
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving problem
0.19/0.23	c 
0.19/0.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c   0.2s|     1 |     0 |   198 |9412k|   0 | 178 |1287 |1249 |1249 |1287 |1249 |   0 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
0.39/0.48	c   0.4s|     1 |     0 |  1105 |9891k|   0 | 363 |1287 |1249 |1249 |1287 |1340 |  91 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
0.69/0.79	c   0.7s|     1 |     0 |  2618 |  10M|   0 | 702 |1287 |1249 |1249 |1287 |1510 | 261 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
1.10/1.17	c   1.1s|     1 |     0 |  3775 |  11M|   0 | 657 |1287 |1249 |1249 |1287 |1652 | 403 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
1.59/1.63	c   1.6s|     1 |     0 |  4995 |  11M|   0 | 672 |1287 |1249 |1249 |1287 |1836 | 587 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
2.19/2.21	c   2.1s|     1 |     0 |  6326 |  12M|   0 | 736 |1287 |1249 |1249 |1287 |2026 | 777 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
3.09/3.13	c   3.0s|     1 |     0 |  8032 |  12M|   0 | 758 |1287 |1249 |1249 |1287 |2158 | 909 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
11.48/11.52	c  11.4s|     1 |     2 |  8032 |  12M|   0 | 758 |1287 |1249 |1249 |1287 |2158 | 909 |   0 |  29 | 5.500000e+01 |      --      |    Inf 
226.64/226.77	c   225s| 10000 |  4417 |  1338k|  27M| 108 | 457 |1287 |3589 |1942 |1287 |1362 | 909 |  10k|5339 | 5.500000e+01 |      --      |    Inf 
420.01/420.12	c   416s| 20000 |  6516 |  2813k|  40M| 108 | 471 |1287 |4484 |2361 |1287 |1362 | 909 |  27k|  10k| 5.500000e+01 |      --      |    Inf 
604.37/604.57	c   598s| 30000 |  8365 |  4245k|  52M| 108 | 168 |1287 |5187 | 813 |1287 |1362 | 909 |  45k|  14k| 5.500000e+01 |      --      |    Inf 
727.45/727.61	c   720s| 40000 |  9633 |  5320k|  60M| 108 | 174 |1287 |4982 | 792 |1287 |1362 | 909 |  63k|  16k| 5.500000e+01 |      --      |    Inf 
866.12/866.39	c   857s| 50000 | 10945 |  6436k|  70M| 108 | 455 |1287 |5642 |1926 |1287 |1362 | 909 |  80k|  21k| 5.500000e+01 |      --      |    Inf 
980.81/981.06	c   970s| 60000 | 12039 |  7434k|  78M| 108 |   - |1287 |6508 |1787 |1287 |1362 | 909 |  97k|  23k| 5.500000e+01 |      --      |    Inf 
1075.29/1075.57	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1111.19/1111.42	c  1099s| 70000 | 13439 |  8551k|  87M| 108 | 243 |1287 |5020 |1126 |1287 |1362 | 909 | 113k|  25k| 5.500000e+01 |      --      |    Inf 
1243.06/1243.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1243.06/1243.38	c  1230s| 80000 | 14912 |  9716k|  94M| 108 | 179 |1287 |4743 | 719 |1287 |1362 | 909 | 129k|  27k| 5.500000e+01 |      --      |    Inf 
1372.24/1372.52	c  1357s| 90000 | 16456 | 10945k| 104M| 108 | 115 |1287 |4813 | 531 |1287 |1362 | 909 | 146k|  29k| 5.500000e+01 |      --      |    Inf 
1472.13/1472.43	c  1456s|100000 | 17434 | 11915k| 113M| 108 |   - |1287 |7096 | 785 |1287 |1362 | 909 | 162k|  30k| 5.500000e+01 |      --      |    Inf 
1582.10/1582.40	c  1565s|110000 | 18374 | 12979k| 122M| 108 | 180 |1287 |8956 | 673 |1287 |1362 | 909 | 178k|  32k| 5.500000e+01 |      --      |    Inf 
1689.59/1689.91	c  1671s|120000 | 19196 | 13923k| 128M| 108 | 262 |1287 |5961 |2753 |1287 |1362 | 909 | 194k|  34k| 5.500000e+01 |      --      |    Inf 
1779.68/1780.06	c  1760s|130000 | 20817 | 14904k| 141M| 108 | 156 |1287 |7119 | 916 |1287 |1362 | 909 | 210k|  35k| 5.500000e+01 |      --      |    Inf 
1800.07/1800.40	c 
1800.07/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.40	c Solving Time (sec) : 1780.05
1800.07/1800.40	c Solving Nodes      : 132387
1800.07/1800.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.40	c Dual Bound         : +5.50000000000000e+01
1800.07/1800.40	c Gap                : infinite
1800.07/1800.40	c NODE         132387
1800.07/1800.40	c DUAL BOUND   55
1800.07/1800.40	c PRIMAL BOUND 1e+20
1800.07/1800.40	c GAP          1e+20
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.40	c Solving Time       :    1780.05
1800.07/1800.40	c Original Problem   :
1800.07/1800.40	c   Problem name     : HOME/instance-3735093-1338707817.opb
1800.07/1800.40	c   Variables        : 1288 (1288 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.40	c   Constraints      : 2431 initial, 2431 maximal
1800.07/1800.40	c Presolved Problem  :
1800.07/1800.40	c   Problem name     : t_HOME/instance-3735093-1338707817.opb
1800.07/1800.40	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.40	c   Constraints      : 1249 initial, 9508 maximal
1800.07/1800.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   probing          :       0.12          0          0          0          0          0          0          0          0
1800.07/1800.40	c   knapsack         :       0.00          0          0          0          0          0          0          1          2
1800.07/1800.40	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   linear           :       0.03          1          0          0          1          0       1183          0         35
1800.07/1800.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.40	c   integral         :          0          0          0      92754          0        167      26222          0          0     172900
1800.07/1800.40	c   knapsack         :         66          6     643101          0          0       3679     266845         75          0          0
1800.07/1800.40	c   setppc           :          1          6        309          0          0          0          1          0          0          0
1800.07/1800.40	c   linear           :       1182          6     639422          0          0      38141    9692405          0          0          0
1800.07/1800.40	c   logicor          :          0+         0     373714          0          0       2987     615244          0          0          0
1800.07/1800.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.40	c   integral         :     372.73       0.00       0.00     372.73       0.00
1800.07/1800.40	c   knapsack         :       4.67       0.01       4.66       0.00       0.00
1800.07/1800.40	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.40	c   linear           :     214.21       0.00     214.21       0.00       0.00
1800.07/1800.40	c   logicor          :      11.26       0.00      11.26       0.00       0.00
1800.07/1800.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.40	c   rootredcost      :       0.13          0          0          0
1800.07/1800.40	c   pseudoobj        :       0.40     642793          0          0
1800.07/1800.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.40	c   propagation      :       3.62      44807      44793     496620       38.8       1888       25.0          -
1800.07/1800.40	c   infeasible LP    :       3.88      29458      29458     145829       28.6       2768       21.2          0
1800.07/1800.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.40	c   applied globally :          -          -          -     214169       28.2          -          -          -
1800.07/1800.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.40	c   cut pool         :       0.01          5          -          -        545          -    (maximal pool size: 4013)
1800.07/1800.40	c   redcost          :       1.90      92791          0        131          0          0
1800.07/1800.40	c   impliedbounds    :       0.00          6          0          0          0          0
1800.07/1800.40	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.40	c   gomory           :       0.18          6          0          0         21          0
1800.07/1800.40	c   strongcg         :       0.19          6          0          0         21          0
1800.07/1800.40	c   cmir             :       0.67          6          0          0       2928          0
1800.07/1800.40	c   flowcover        :       0.33          6          0          0       1200          0
1800.07/1800.40	c   clique           :       0.00          1          0          0          0          0
1800.07/1800.40	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.40	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.40	c Pricers            :       Time      Calls       Vars
1800.07/1800.40	c   problem variables:       0.00          0          0
1800.07/1800.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.40	c   relpscost        :     372.62      92754        167      26222          0          0     172900
1800.07/1800.40	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.40	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.40	c   LP solutions     :       0.00          -          0
1800.07/1800.40	c   pseudo solutions :       0.00          -          0
1800.07/1800.40	c   oneopt           :       0.08          0          0
1800.07/1800.40	c   crossover        :       0.04          0          0
1800.07/1800.40	c   guideddiving     :       0.00          0          0
1800.07/1800.40	c   fracdiving       :      36.87        217          0
1800.07/1800.40	c   feaspump         :      13.14        109          0
1800.07/1800.40	c   rootsoldiving    :       6.15        109          0
1800.07/1800.40	c   objpscostdiving  :      16.45        109          0
1800.07/1800.40	c   coefdiving       :      56.91        218          0
1800.07/1800.40	c   veclendiving     :      14.81        218          0
1800.07/1800.40	c   linesearchdiving :      11.25        218          0
1800.07/1800.40	c   pscostdiving     :      23.13        218          0
1800.07/1800.40	c   simplerounding   :       0.06          0          0
1800.07/1800.40	c   rounding         :       0.87       4253          0
1800.07/1800.40	c   shifting         :       7.47       1282          0
1800.07/1800.40	c   intshifting      :       0.00          0          0
1800.07/1800.40	c   fixandinfer      :       0.00          0          0
1800.07/1800.40	c   intdiving        :       0.00          0          0
1800.07/1800.40	c   actconsdiving    :       0.00          0          0
1800.07/1800.40	c   octane           :       0.00          0          0
1800.07/1800.40	c   rens             :       0.01          0          0
1800.07/1800.40	c   rins             :       0.00          0          0
1800.07/1800.40	c   localbranching   :       0.00          0          0
1800.07/1800.40	c   mutation         :       0.00          0          0
1800.07/1800.40	c   dins             :       0.00          0          0
1800.07/1800.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.40	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.40	c   dual LP          :     922.62     110999   13621825     122.72   14764.29
1800.07/1800.40	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.40	c   diving/probing LP:     153.84      38939    1512340      38.84    9830.60
1800.07/1800.40	c   strong branching :     365.41      35203    3457976      98.23    9463.28
1800.07/1800.40	c     (at root node) :          -         29      28611     986.59          -
1800.07/1800.40	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.40	c B&B Tree           :
1800.07/1800.40	c   number of runs   :          1
1800.07/1800.40	c   nodes            :     132387
1800.07/1800.40	c   nodes (total)    :     132387
1800.07/1800.40	c   nodes left       :      21123
1800.07/1800.40	c   max depth        :        108
1800.07/1800.40	c   max depth (total):        108
1800.07/1800.40	c   backtracks       :      25120 (19.0%)
1800.07/1800.40	c   delayed cutoffs  :      19391
1800.07/1800.40	c   repropagations   :     158203 (3524174 domain reductions, 13874 cutoffs)
1800.07/1800.40	c   avg switch length:       6.01
1800.07/1800.40	c   switching time   :      44.42
1800.07/1800.40	c Solution           :
1800.07/1800.40	c   Solutions found  :          0 (0 improvements)
1800.07/1800.40	c   Primal Bound     :          -
1800.07/1800.40	c   Dual Bound       : +5.50000000000000e+01
1800.07/1800.40	c   Gap              :   infinite
1800.07/1800.40	c   Root Dual Bound  : +5.50000000000000e+01
1800.18/1800.51	c Time complete: 1800.19.

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-3735093-1338707817/watcher-3735093-1338707817 -o /tmp/evaluation-result-3735093-1338707817/solver-3735093-1338707817 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735093-1338707817.opb 

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 3/176 3343
/proc/meminfo: memFree=27199740/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=8556 CPUtime=0 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 1496 0 0 0 0 0 0 0 20 0 1 0 336906582 8761344 1448 33554432000 4194304 7823515 140737005151264 140736702995688 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 2139 1448 354 887 0 1249 0

[startup+0.082232 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3343
/proc/meminfo: memFree=27199740/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=30024 CPUtime=0.07 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 6830 0 0 0 6 1 0 0 20 0 1 0 336906582 30744576 6428 33554432000 4194304 7823515 140737005151264 140736702995688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 7506 6428 412 887 0 6616 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30024

[startup+0.100298 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3343
/proc/meminfo: memFree=27199740/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=32088 CPUtime=0.09 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 7382 0 0 0 8 1 0 0 20 0 1 0 336906582 32858112 6980 33554432000 4194304 7823515 140737005151264 140736702995688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 8022 6980 441 887 0 7132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32088

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3343
/proc/meminfo: memFree=27199740/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=37296 CPUtime=0.29 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 8638 0 0 0 28 1 0 0 20 0 1 0 336906582 38191104 8194 33554432000 4194304 7823515 140737005151264 140736702995688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 9324 8194 532 887 0 8434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37296

[startup+0.700226 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3343
/proc/meminfo: memFree=27199740/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=43640 CPUtime=0.69 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 10626 0 0 0 67 2 0 0 20 0 1 0 336906582 44687360 9964 33554432000 4194304 7823515 140737005151264 140736702995688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 10910 9964 558 887 0 10020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43640

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27162276/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=48220 CPUtime=1.49 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 11738 0 0 0 146 3 0 0 20 0 1 0 336906582 49377280 11024 33554432000 4194304 7823515 140737005151264 140737005146456 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 12055 11024 558 887 0 11165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48220

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27155712/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=53380 CPUtime=3.09 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 13121 0 0 0 305 4 0 0 20 0 1 0 336906582 54661120 12197 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 13345 12197 558 887 0 12455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53380

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27153604/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=53784 CPUtime=6.29 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 14558 0 0 0 623 6 0 0 20 0 1 0 336906582 55074816 12469 33554432000 4194304 7823515 140737005151264 140737005145960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 13446 12469 562 887 0 12556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53784

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27164848/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=50560 CPUtime=12.68 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 17024 0 0 0 1259 9 0 0 20 0 1 0 336906582 51773440 11736 33554432000 4194304 7823515 140737005151264 140737005145640 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 12640 11736 562 887 0 11750 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50560

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27156548/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=50560 CPUtime=25.49 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 17030 0 0 0 2527 22 0 0 20 0 1 0 336906582 51773440 11742 33554432000 4194304 7823515 140737005151264 140737005147192 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 12640 11742 568 887 0 11750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50560

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27159464/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=52156 CPUtime=51.08 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 17400 0 0 0 5066 42 0 0 20 0 1 0 336906582 53407744 12112 33554432000 4194304 7823515 140737005151264 140737005145960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 13039 12112 570 887 0 12149 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52156

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3344
/proc/meminfo: memFree=27154084/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=56960 CPUtime=102.27 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 19356 0 0 0 10137 90 0 0 20 0 1 0 336906582 58327040 13308 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 14240 13308 570 887 0 13350 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56960

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3345
/proc/meminfo: memFree=27138476/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=63976 CPUtime=162.25 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 22652 0 0 0 16076 149 0 0 20 0 1 0 336906582 65511424 15412 33554432000 4194304 7823515 140737005151264 140737005145960 4243040 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 15994 15412 570 887 0 15104 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63976

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 3348
/proc/meminfo: memFree=27129284/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=73496 CPUtime=222.25 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 28309 0 0 0 22016 209 0 0 20 0 1 0 336906582 75259904 17760 33554432000 4194304 7823515 140737005151264 140737005148008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 18374 17760 570 887 0 17484 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 73496

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 3348
/proc/meminfo: memFree=27121640/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=82200 CPUtime=282.22 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 32150 0 0 0 27952 270 0 0 20 0 1 0 336906582 84172800 19943 33554432000 4194304 7823515 140737005151264 140737005146312 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 20550 19943 570 887 0 19660 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 82200

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 3348
/proc/meminfo: memFree=27114884/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=88720 CPUtime=342.22 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 36143 0 0 0 33888 334 0 0 20 0 1 0 336906582 90849280 21558 33554432000 4194304 7823515 140737005151264 140737005146952 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 22180 21558 570 887 0 21290 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 88720

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 3348
/proc/meminfo: memFree=27111164/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=92792 CPUtime=402.21 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 39601 0 0 0 39828 393 0 0 20 0 1 0 336906582 95019008 22665 33554432000 4194304 7823515 140737005151264 140737005147016 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 23198 22665 570 887 0 22308 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 92792

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3349
/proc/meminfo: memFree=27098996/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=101544 CPUtime=462.19 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 47135 0 0 0 45756 463 0 0 20 0 1 0 336906582 103981056 24798 33554432000 4194304 7823515 140737005151264 140737005146744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 25386 24798 570 887 0 24496 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 101544

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3349
/proc/meminfo: memFree=27092788/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=108128 CPUtime=522.19 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 49764 0 0 0 51691 528 0 0 20 0 1 0 336906582 110723072 26459 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 27032 26459 570 887 0 26142 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 108128

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3349
/proc/meminfo: memFree=27087456/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=113620 CPUtime=582.18 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 53550 0 0 0 57626 592 0 0 20 0 1 0 336906582 116346880 27841 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 28405 27841 570 887 0 27515 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 113620

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3353
/proc/meminfo: memFree=27036292/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=146708 CPUtime=882.13 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 61950 0 0 0 87286 927 0 0 20 0 1 0 336906582 150228992 36028 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 36677 36028 570 887 0 35787 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 146708

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3353
/proc/meminfo: memFree=27028976/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=151500 CPUtime=942.11 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 63218 0 0 0 93217 994 0 0 20 0 1 0 336906582 155136000 37261 33554432000 4194304 7823515 140737005151264 140737005146952 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 37875 37261 570 887 0 36985 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 151500

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3353
/proc/meminfo: memFree=27026108/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=158032 CPUtime=1002.1 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 64942 0 0 0 99145 1065 0 0 20 0 1 0 336906582 161824768 38938 33554432000 4194304 7823515 140737005151264 140737005146408 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 39508 38938 570 887 0 38618 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 158032

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3354
/proc/meminfo: memFree=27017428/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=161920 CPUtime=1062.09 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 72327 0 0 0 105073 1136 0 0 20 0 1 0 336906582 165806080 39944 33554432000 4194304 7823515 140737005151264 140737005147064 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 40480 39944 570 887 0 39590 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 161920

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3354
/proc/meminfo: memFree=27014268/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=168424 CPUtime=1122.08 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 76466 0 0 0 111003 1205 0 0 20 0 1 0 336906582 172466176 41553 33554432000 4194304 7823515 140737005151264 140737005147256 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 42106 41553 657 887 0 41216 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 168424

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3355
/proc/meminfo: memFree=27006696/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=173012 CPUtime=1182.08 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 83720 0 0 0 116935 1273 0 0 20 0 1 0 336906582 177164288 42733 33554432000 4194304 7823515 140737005151264 140737005145960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 43253 42733 657 887 0 42363 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 173012

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3355
/proc/meminfo: memFree=27000228/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=177044 CPUtime=1242.06 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 86245 0 0 0 122868 1338 0 0 20 0 1 0 336906582 181293056 43755 33554432000 4194304 7823515 140737005151264 140737005148008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 44261 43755 657 887 0 43371 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 177044

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3355
/proc/meminfo: memFree=26989864/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=184244 CPUtime=1302.06 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 88073 0 0 0 128799 1407 0 0 20 0 1 0 336906582 188665856 45581 33554432000 4194304 7823515 140737005151264 140737005145592 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 46061 45581 657 887 0 45171 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 184244

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3356
/proc/meminfo: memFree=26980628/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=190368 CPUtime=1362.04 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 90447 0 0 0 134729 1475 0 0 20 0 1 0 336906582 194936832 47132 33554432000 4194304 7823515 140737005151264 140737005148296 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 47592 47132 657 887 0 46702 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 190368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3359
/proc/meminfo: memFree=26975040/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=197096 CPUtime=1422.04 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 92123 0 0 0 140659 1545 0 0 20 0 1 0 336906582 201826304 48791 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 49274 48791 657 887 0 48384 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 197096

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3397
/proc/meminfo: memFree=26630028/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=204964 CPUtime=1482.02 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 94164 0 0 0 146586 1616 0 0 20 0 1 0 336906582 209883136 50801 33554432000 4194304 7823515 140737005151264 140737005146280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 51241 50801 657 887 0 50351 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 204964

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3397
/proc/meminfo: memFree=26622988/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=212604 CPUtime=1542.01 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 96055 0 0 0 152514 1687 0 0 20 0 1 0 336906582 217706496 52663 33554432000 4194304 7823515 140737005151264 140737005148008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 53151 52663 657 887 0 52261 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 212604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3397
/proc/meminfo: memFree=26617684/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=217896 CPUtime=1602 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 97340 0 0 0 158441 1759 0 0 20 0 1 0 336906582 223125504 53939 33554432000 4194304 7823515 140737005151264 140737005148296 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 54474 53939 657 887 0 53584 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 217896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3398
/proc/meminfo: memFree=26611388/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=223668 CPUtime=1662 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 98786 0 0 0 164368 1832 0 0 20 0 1 0 336906582 229036032 55376 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 55917 55376 657 887 0 55027 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 223668

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3398
/proc/meminfo: memFree=26603112/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=231592 CPUtime=1721.98 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 100812 0 0 0 170294 1904 0 0 20 0 1 0 336906582 237150208 57345 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 57898 57345 657 887 0 57008 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 231592

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3398
/proc/meminfo: memFree=26589224/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=244704 CPUtime=1781.98 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 104446 0 0 0 176221 1977 0 0 20 0 1 0 336906582 250576896 60721 33554432000 4194304 7823515 140737005151264 140737005146952 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 61176 60721 657 887 0 60286 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 244704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3398
/proc/meminfo: memFree=26586620/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=247868 CPUtime=1800.07 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 105297 0 0 0 178009 1998 0 0 20 0 1 0 336906582 253816832 61439 33554432000 4194304 7823515 140737005151264 140737005146600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 61967 61439 657 887 0 61077 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 247868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.51 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3398
/proc/meminfo: memFree=26586620/32873844 swapFree=6608/6608
[pid=3343] ppid=3341 vsize=241872 CPUtime=1800.18 cores=0,2,4,6
/proc/3343/stat : 3343 (pbscip.linux.x8) R 3341 3343 301 0 -1 4202496 105301 0 0 0 178019 1999 0 0 20 0 1 0 336906582 247676928 58836 33554432000 4194304 7823515 140737005151264 140737005146600 7132266 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3343/statm: 60468 58836 661 887 0 59578 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 241872

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.2
CPU user time (s): 1780.2
CPU system time (s): 19.996
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 247868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.2
system time used= 19.996
maximum resident set size= 245772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105302
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= 50
involuntary context switches= 1953

runsolver used 3.17052 second user time and 8.96464 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 09:16:57
IDJOB=3735093
IDBENCH=2940
IDSOLVER=2321
FILE ID=node140/3735093-1338707817
RUNJOBID= node140-1338678631-320
PBS_JOBID= 14636673
Free space on /tmp= 70612 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_11.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735093-1338707817/watcher-3735093-1338707817 -o /tmp/evaluation-result-3735093-1338707817/solver-3735093-1338707817 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735093-1338707817.opb

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

MD5SUM BENCH= c19ad978a977652a94fc03b8ce63204a
RANDOM SEED=303236629

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        27200384 kB
Buffers:          410696 kB
Cached:          4219220 kB
SwapCached:         1664 kB
Active:          1413744 kB
Inactive:        3371492 kB
Active(anon):     147552 kB
Inactive(anon):     9404 kB
Active(file):    1266192 kB
Inactive(file):  3362088 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             10168 kB
Writeback:             0 kB
AnonPages:        159764 kB
Mapped:            12632 kB
Shmem:                 8 kB
Slab:             748480 kB
SReclaimable:     190692 kB
SUnreclaim:       557788 kB
KernelStack:        1480 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     272664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 70592 MiB
End job on node140 at 2012-06-03 09:47:00