Trace number 3733938

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.18 1800.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUMfe9b3ae0ed0deb400897e8cf071ce6eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark94
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 95
Optimality of the best value was proved NO
Number of variables1812
Total number of constraints3443
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
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.07/0.08	c SCIP version 1.1.0.7
0.07/0.08	c LP-Solver SoPlex 1.4.1
0.07/0.08	c user parameter file <scip.set> not found - using default parameters
0.07/0.08	c read problem <HOME/instance-3733938-1338702409.opb>
0.07/0.08	c original problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 3443 constraints
0.08/0.10	c start presolving problem
0.08/0.10	c presolving:
0.08/0.14	c (round 1) 0 del vars, 1716 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11 upgd conss, 0 impls, 0 clqs
0.29/0.39	c    (0.3s) probing: 113/1812 (6.2%) - 0 fixings, 0 aggregations, 646 implications, 0 bound changes
0.29/0.39	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.39	c presolving (2 rounds):
0.29/0.39	c  0 deleted vars, 1716 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.39	c  3564 implications, 0 cliques
0.29/0.39	c presolved problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 1727 constraints
0.29/0.39	c      11 constraints of type <knapsack>
0.29/0.39	c    1716 constraints of type <linear>
0.29/0.39	c transformed objective value is always integral (scale: 1)
0.29/0.39	c Presolving Time: 0.29
0.29/0.40	c OPT-LIN
0.29/0.40	c -----------------------------------------------------------------------------------------------
0.29/0.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.40	c limits/memory = c 13950
0.29/0.40	c # maximal time in seconds to run
0.29/0.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.40	c limits/time = c 1791
0.29/0.40	c # frequency for displaying node information lines
0.29/0.40	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.40	c display/freq = c 10000
0.29/0.40	c -----------------------------------------------------------------------------------------------
0.29/0.40	c start solving problem
0.29/0.40	c 
0.39/0.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c   0.4s|     1 |     0 |  2094 |  14M|   0 |1067 |1812 |1727 |1727 |1812 |1727 |   0 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
0.89/0.90	c   0.8s|     1 |     0 |  3953 |  15M|   0 |1074 |1812 |1727 |1727 |1812 |1767 |  40 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
1.00/1.07	c   1.0s|     1 |     0 |  4006 |  15M|   0 |1082 |1812 |1727 |1727 |1812 |1822 |  95 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
1.29/1.31	c   1.2s|     1 |     0 |  4213 |  16M|   0 |1093 |1812 |1727 |1727 |1812 |1873 | 146 |   0 |   0 | 1.100232e+01 |      --      |    Inf 
1.59/1.60	c   1.5s|     1 |     0 |  4499 |  16M|   0 |1095 |1812 |1727 |1727 |1812 |1921 | 194 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
1.99/2.02	c   1.9s|     1 |     0 |  4837 |  17M|   0 |1090 |1812 |1727 |1727 |1812 |1966 | 239 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
2.38/2.41	c   2.3s|     1 |     0 |  5266 |  17M|   0 |1090 |1812 |1727 |1727 |1812 |2010 | 283 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
2.79/2.86	c   2.7s|     1 |     0 |  5695 |  18M|   0 |1082 |1812 |1727 |1727 |1812 |2056 | 329 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
3.19/3.26	c   3.1s|     1 |     0 |  6085 |  18M|   0 |1085 |1812 |1727 |1727 |1812 |2106 | 379 |   0 |   0 | 1.125000e+01 |      --      |    Inf 
3.79/3.82	c   3.7s|     1 |     0 |  6515 |  19M|   0 |1086 |1812 |1727 |1727 |1812 |2143 | 416 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
4.39/4.46	c   4.3s|     1 |     0 |  7005 |  19M|   0 |1073 |1812 |1727 |1727 |1812 |2197 | 470 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
4.59/4.68	c   4.5s|     1 |     0 |  7547 |  19M|   0 |1080 |1812 |1727 |1727 |1812 |2190 | 496 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
4.79/4.89	c   4.8s|     1 |     0 |  8060 |  19M|   0 |1065 |1812 |1727 |1727 |1812 |2214 | 520 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
4.99/5.06	c   4.9s|     1 |     0 |  8432 |  20M|   0 |1066 |1812 |1727 |1727 |1812 |2237 | 543 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
5.28/5.32	c   5.2s|     1 |     0 |  9050 |  20M|   0 |1058 |1812 |1727 |1727 |1812 |2260 | 566 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
11.18/11.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.18/11.25	c  11.1s|     1 |     2 |  9050 |  20M|   0 |1058 |1812 |1727 |1727 |1812 |2260 | 566 |   0 |  20 | 1.150000e+01 |      --      |    Inf 
550.08/550.23	c   545s| 10000 |  6485 |  3579k|  46M|  66 | 843 |1812 |3568 |2290 |1812 |1838 | 566 |9987 |5808 | 1.500000e+01 |      --      |    Inf 
949.22/949.44	c   940s| 20000 |  9533 |  6766k|  70M|  66 | 649 |1812 |4010 |2825 |1812 |1838 | 566 |  24k|9373 | 1.750000e+01 |      --      |    Inf 
1303.76/1304.07	c  1291s| 30000 | 11424 |  9645k|  84M|  68 | 737 |1812 |5312 |2543 |1812 |1838 | 566 |  42k|  12k| 2.000000e+01 |      --      |    Inf 
1624.80/1625.19	c  1608s| 40000 | 12810 | 12180k|  97M|  68 | 693 |1812 |4628 |2166 |1812 |1838 | 566 |  60k|  16k| 2.000000e+01 |      --      |    Inf 
1800.08/1800.42	c 
1800.08/1800.42	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.42	c Solving Time (sec) : 1781.51
1800.08/1800.42	c Solving Nodes      : 46201
1800.08/1800.42	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.42	c Dual Bound         : +2.20000000000000e+01
1800.08/1800.42	c Gap                : infinite
1800.08/1800.42	c NODE         46201
1800.08/1800.42	c DUAL BOUND   22
1800.08/1800.42	c PRIMAL BOUND 1e+20
1800.08/1800.42	c GAP          1e+20
1800.08/1800.42	s UNKNOWN
1800.08/1800.42	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.42	c Solving Time       :    1781.51
1800.08/1800.42	c Original Problem   :
1800.08/1800.42	c   Problem name     : HOME/instance-3733938-1338702409.opb
1800.08/1800.42	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.42	c   Constraints      : 3443 initial, 3443 maximal
1800.08/1800.42	c Presolved Problem  :
1800.08/1800.42	c   Problem name     : t_HOME/instance-3733938-1338702409.opb
1800.08/1800.42	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.42	c   Constraints      : 1727 initial, 5744 maximal
1800.08/1800.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   probing          :       0.25          0          0          0          0          0          0          0          0
1800.08/1800.42	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   linear           :       0.04          0          0          0          0          0       1716          0          0
1800.08/1800.42	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.42	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.42	c   integral         :          0          0          0      36337          0         81      12558          0          0      66938
1800.08/1800.42	c   knapsack         :         11         14     228861          0          0       1991      71326        111          0          0
1800.08/1800.42	c   linear           :       1716         14     226890          0          0      12648    5049788          1          0          0
1800.08/1800.42	c   logicor          :          0+         0     129581          0          0       1012     174585          0          0          0
1800.08/1800.42	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.42	c   integral         :     432.69       0.00       0.00     432.69       0.00
1800.08/1800.42	c   knapsack         :       3.82       0.00       3.82       0.00       0.00
1800.08/1800.42	c   linear           :     151.58       0.01     151.57       0.00       0.00
1800.08/1800.42	c   logicor          :       4.63       0.00       4.63       0.00       0.00
1800.08/1800.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.42	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.42	c   rootredcost      :       0.01          0          0          0
1800.08/1800.42	c   pseudoobj        :       0.10     228667          0          0
1800.08/1800.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.42	c   propagation      :       1.25      15651      15640     145404       36.2        673       23.9          -
1800.08/1800.42	c   infeasible LP    :       1.82      12143      12143      38380       23.6        919       17.8          0
1800.08/1800.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.42	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.42	c   applied globally :          -          -          -      70737       25.4          -          -          -
1800.08/1800.42	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.42	c   cut pool         :       0.00         13          -          -       8298          -    (maximal pool size: 6794)
1800.08/1800.42	c   redcost          :       0.90      36348          0         19          0          0
1800.08/1800.42	c   impliedbounds    :       0.00         14          0          0          8          0
1800.08/1800.42	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.42	c   gomory           :       0.15         14          0          0        131          0
1800.08/1800.42	c   strongcg         :       0.18         14          0          0         89          0
1800.08/1800.42	c   cmir             :       1.40         10          0          0       5000          0
1800.08/1800.42	c   flowcover        :       0.99         10          0          0       2000          0
1800.08/1800.42	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.42	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.42	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.42	c Pricers            :       Time      Calls       Vars
1800.08/1800.42	c   problem variables:       0.00          0          0
1800.08/1800.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.42	c   relpscost        :     432.65      36337         81      12558          0          0      66938
1800.08/1800.42	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.42	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.42	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.42	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.42	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.42	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.42	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.42	c   LP solutions     :       0.00          -          0
1800.08/1800.42	c   pseudo solutions :       0.00          -          0
1800.08/1800.42	c   oneopt           :       0.01          0          0
1800.08/1800.42	c   crossover        :       0.01          0          0
1800.08/1800.42	c   guideddiving     :       0.00          0          0
1800.08/1800.42	c   intshifting      :       0.00          0          0
1800.08/1800.42	c   coefdiving       :      67.74        103          0
1800.08/1800.42	c   fracdiving       :      64.82        131          0
1800.08/1800.42	c   pscostdiving     :      49.97        220          0
1800.08/1800.42	c   veclendiving     :      36.41        223          0
1800.08/1800.42	c   linesearchdiving :      36.60        224          0
1800.08/1800.42	c   simplerounding   :       0.02          0          0
1800.08/1800.42	c   rounding         :       0.81       2657          0
1800.08/1800.42	c   shifting         :       4.92        823          0
1800.08/1800.42	c   fixandinfer      :       0.00          0          0
1800.08/1800.42	c   feaspump         :      34.98        104          0
1800.08/1800.42	c   intdiving        :       0.00          0          0
1800.08/1800.42	c   actconsdiving    :       0.00          0          0
1800.08/1800.42	c   objpscostdiving  :      23.30         68          0
1800.08/1800.42	c   rootsoldiving    :      17.02        101          0
1800.08/1800.42	c   octane           :       0.00          0          0
1800.08/1800.42	c   rens             :       0.00          0          0
1800.08/1800.42	c   rins             :       0.00          0          0
1800.08/1800.42	c   localbranching   :       0.00          0          0
1800.08/1800.42	c   mutation         :       0.00          0          0
1800.08/1800.42	c   dins             :       0.00          0          0
1800.08/1800.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.42	c   primal LP        :       0.01          0          0       0.00       0.00
1800.08/1800.42	c   dual LP          :     827.13      40551   10684277     263.48   12917.29
1800.08/1800.42	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.42	c   diving/probing LP:     297.26      37969    2870517      75.60    9656.59
1800.08/1800.42	c   strong branching :     426.82      19035    4249252     223.23    9955.61
1800.08/1800.42	c     (at root node) :          -         20      17625     881.25          -
1800.08/1800.42	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.42	c B&B Tree           :
1800.08/1800.42	c   number of runs   :          1
1800.08/1800.42	c   nodes            :      46201
1800.08/1800.42	c   nodes (total)    :      46201
1800.08/1800.42	c   nodes left       :      13484
1800.08/1800.42	c   max depth        :         76
1800.08/1800.42	c   max depth (total):         76
1800.08/1800.42	c   backtracks       :       9302 (20.1%)
1800.08/1800.42	c   delayed cutoffs  :       7254
1800.08/1800.42	c   repropagations   :      42578 (1590996 domain reductions, 4603 cutoffs)
1800.08/1800.42	c   avg switch length:       6.36
1800.08/1800.42	c   switching time   :      22.53
1800.08/1800.42	c Solution           :
1800.08/1800.42	c   Solutions found  :          0 (0 improvements)
1800.08/1800.42	c   Primal Bound     :          -
1800.08/1800.42	c   Dual Bound       : +2.20000000000000e+01
1800.08/1800.42	c   Gap              :   infinite
1800.08/1800.42	c   Root Dual Bound  : +1.15000000000000e+01
1800.08/1800.49	c Time complete: 1800.17.

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-3733938-1338702409/watcher-3733938-1338702409 -o /tmp/evaluation-result-3733938-1338702409/solver-3733938-1338702409 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733938-1338702409.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: 1.99 2.00 2.00 3/176 3018
/proc/meminfo: memFree=27197420/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=8552 CPUtime=0 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 1499 0 0 0 0 0 0 0 20 0 1 0 336365773 8757248 1452 33554432000 4194304 7823515 140733577708160 140735293798200 6883856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 2138 1452 354 887 0 1248 0

[startup+0.08517 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 3018
/proc/meminfo: memFree=27197420/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=14520 CPUtime=0.07 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 2964 0 0 0 7 0 0 0 20 0 1 0 336365773 14868480 2917 33554432000 4194304 7823515 140733577708160 140735293798200 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 3630 2917 354 887 0 2740 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14520

[startup+0.100294 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 3018
/proc/meminfo: memFree=27197420/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=30308 CPUtime=0.08 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 7201 0 0 0 8 0 0 0 20 0 1 0 336365773 31035392 6800 33554432000 4194304 7823515 140733577708160 140735293798200 5878822 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 7577 6800 375 887 0 6687 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30308

[startup+0.300258 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 3018
/proc/meminfo: memFree=27197420/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=45272 CPUtime=0.29 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 10597 0 0 0 28 1 0 0 20 0 1 0 336365773 46358528 10196 33554432000 4194304 7823515 140733577708160 140735293798200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 11318 10196 442 887 0 10428 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45272

[startup+0.700232 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 3018
/proc/meminfo: memFree=27197420/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=53228 CPUtime=0.68 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 13205 0 0 0 66 2 0 0 20 0 1 0 336365773 54505472 12110 33554432000 4194304 7823515 140733577708160 140735293798200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 13307 12110 526 887 0 12417 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53228

[startup+1.50025 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3019
/proc/meminfo: memFree=27148324/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=63244 CPUtime=1.49 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 15460 0 0 0 146 3 0 0 20 0 1 0 336365773 64761856 14344 33554432000 4194304 7823515 140733577708160 140733577703912 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 15811 14344 550 887 0 14921 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63244

[startup+3.10022 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3019
/proc/meminfo: memFree=27137636/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=67604 CPUtime=3.09 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 16762 0 0 0 305 4 0 0 20 0 1 0 336365773 69226496 15633 33554432000 4194304 7823515 140733577708160 140733577703912 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 16901 15633 550 887 0 16011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67604

[startup+6.30024 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3019
/proc/meminfo: memFree=27126724/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=76092 CPUtime=6.29 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 20034 0 0 0 622 7 0 0 20 0 1 0 336365773 77918208 17797 33554432000 4194304 7823515 140733577708160 140733577702856 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 19023 17797 556 887 0 18133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76092

[startup+12.7002 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3019
/proc/meminfo: memFree=27125376/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=75888 CPUtime=12.69 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 21601 0 0 0 1260 9 0 0 20 0 1 0 336365773 77709312 17813 33554432000 4194304 7823515 140733577708160 140733577703272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 18972 17813 556 887 0 18082 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75888

[startup+25.5002 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 3019
/proc/meminfo: memFree=27123152/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=75888 CPUtime=25.48 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 21601 0 0 0 2531 17 0 0 20 0 1 0 336365773 77709312 17813 33554432000 4194304 7823515 140733577708160 140733577702856 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 18972 17813 556 887 0 18082 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75888

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3020
/proc/meminfo: memFree=27123392/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=75888 CPUtime=51.08 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 21613 0 0 0 5069 39 0 0 20 0 1 0 336365773 77709312 17825 33554432000 4194304 7823515 140733577708160 140733577704056 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 18972 17825 565 887 0 18082 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 75888

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3020
/proc/meminfo: memFree=27127108/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=76128 CPUtime=102.28 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 24314 0 0 0 10150 78 0 0 20 0 1 0 336365773 77955072 17841 33554432000 4194304 7823515 140733577708160 140733577703736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 19032 17841 565 887 0 18142 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 76128

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3020
/proc/meminfo: memFree=27115636/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=80752 CPUtime=162.25 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 33564 0 0 0 16094 131 0 0 20 0 1 0 336365773 82690048 19629 33554432000 4194304 7823515 140733577708160 140733577703208 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 20188 19629 565 887 0 19298 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 80752

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 3023
/proc/meminfo: memFree=27108928/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=85236 CPUtime=222.24 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 35469 0 0 0 22037 187 0 0 20 0 1 0 336365773 87281664 20788 33554432000 4194304 7823515 140733577708160 140733577703592 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 21309 20788 565 887 0 20419 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 85236

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3023
/proc/meminfo: memFree=27106456/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=86644 CPUtime=282.23 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 36628 0 0 0 27977 246 0 0 20 0 1 0 336365773 88723456 20900 33554432000 4194304 7823515 140733577708160 140733577703960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 21661 20900 565 887 0 20771 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 86644

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 3024
/proc/meminfo: memFree=27099624/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=88512 CPUtime=342.22 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 46626 0 0 0 33914 308 0 0 20 0 1 0 336365773 90636288 21578 33554432000 4194304 7823515 140733577708160 140733577703304 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 22128 21578 565 887 0 21238 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 88512

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3024
/proc/meminfo: memFree=27089812/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=94636 CPUtime=402.21 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 55094 0 0 0 39857 364 0 0 20 0 1 0 336365773 96907264 22997 33554432000 4194304 7823515 140733577708160 140733577703496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 23659 22997 565 887 0 22769 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 94636

[startup+462.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 3024
/proc/meminfo: memFree=27082548/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=99148 CPUtime=462.2 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 62058 0 0 0 45794 426 0 0 20 0 1 0 336365773 101527552 24240 33554432000 4194304 7823515 140733577708160 140733577703736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 24787 24240 565 887 0 23897 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 99148

[startup+522.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/176 3024
/proc/meminfo: memFree=27075612/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=103640 CPUtime=522.19 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 68115 0 0 0 51730 489 0 0 20 0 1 0 336365773 106127360 25338 33554432000 4194304 7823515 140733577708160 140733577702488 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 25910 25338 565 887 0 25020 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 103640

[startup+582.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 3025
/proc/meminfo: memFree=27062696/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=108104 CPUtime=582.18 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 80141 0 0 0 57665 553 0 0 20 0 1 0 336365773 110698496 26477 33554432000 4194304 7823515 140733577708160 140733577702344 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 27026 26477 565 887 0 26136 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 108104

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 3029
/proc/meminfo: memFree=27029288/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=133800 CPUtime=822.14 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 113779 0 0 0 81412 802 0 0 20 0 1 0 336365773 137011200 32809 33554432000 4194304 7823515 140733577708160 140733577705192 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 33450 32809 565 887 0 32560 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 133800

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 3052
/proc/meminfo: memFree=27021408/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=139888 CPUtime=882.13 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 118985 0 0 0 87347 866 0 0 20 0 1 0 336365773 143245312 34284 33554432000 4194304 7823515 140733577708160 140733577702184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 34972 34284 565 887 0 34082 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 139888

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3052
/proc/meminfo: memFree=27011428/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=144208 CPUtime=942.12 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 125656 0 0 0 93283 929 0 0 20 0 1 0 336365773 147668992 35455 33554432000 4194304 7823515 140733577708160 140733577703208 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 36052 35455 565 887 0 35162 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 144208

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3053
/proc/meminfo: memFree=27007708/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=150148 CPUtime=1002.1 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 128079 0 0 0 99222 988 0 0 20 0 1 0 336365773 153751552 36984 33554432000 4194304 7823515 140733577708160 140733577703496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 37537 36984 565 887 0 36647 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 150148

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3053
/proc/meminfo: memFree=27000932/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=153896 CPUtime=1062.09 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 131850 0 0 0 105161 1048 0 0 20 0 1 0 336365773 157589504 37932 33554432000 4194304 7823515 140733577708160 140733577703592 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 38474 37932 565 887 0 37584 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 153896

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3053
/proc/meminfo: memFree=26995848/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=156352 CPUtime=1122.09 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 138321 0 0 0 111095 1114 0 0 20 0 1 0 336365773 160104448 38542 33554432000 4194304 7823515 140733577708160 140733577703208 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 39088 38542 565 887 0 38198 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 156352

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3053
/proc/meminfo: memFree=26991680/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=158532 CPUtime=1182.08 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 142934 0 0 0 117032 1176 0 0 20 0 1 0 336365773 162336768 39101 33554432000 4194304 7823515 140733577708160 140733577703640 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 39633 39101 565 887 0 38743 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 158532

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3053
/proc/meminfo: memFree=26990880/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=164024 CPUtime=1242.07 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 152566 0 0 0 122965 1242 0 0 20 0 1 0 336365773 167960576 40442 33554432000 4194304 7823515 140733577708160 140733577703848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 41006 40442 565 887 0 40116 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 164024

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3054
/proc/meminfo: memFree=26980140/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=169372 CPUtime=1302.07 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 153878 0 0 0 128903 1304 0 0 20 0 1 0 336365773 173436928 41753 33554432000 4194304 7823515 140733577708160 140733577703496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 42343 41753 565 887 0 41453 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 169372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3054
/proc/meminfo: memFree=26970404/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=176948 CPUtime=1362.05 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 156699 0 0 0 134840 1365 0 0 20 0 1 0 336365773 181194752 43679 33554432000 4194304 7823515 140733577708160 140733577705992 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 44237 43679 565 887 0 43347 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 176948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3057
/proc/meminfo: memFree=26962820/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=181464 CPUtime=1422.05 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 158788 0 0 0 140777 1428 0 0 20 0 1 0 336365773 185819136 44760 33554432000 4194304 7823515 140733577708160 140733577702856 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 45366 44760 565 887 0 44476 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 181464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3095
/proc/meminfo: memFree=27093456/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=185228 CPUtime=1482.03 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 160817 0 0 0 146710 1493 0 0 20 0 1 0 336365773 189673472 45743 33554432000 4194304 7823515 140733577708160 140733577703848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 46307 45743 565 887 0 45417 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 185228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3095
/proc/meminfo: memFree=27017308/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=190700 CPUtime=1542.02 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 162248 0 0 0 152643 1559 0 0 20 0 1 0 336365773 195276800 47098 33554432000 4194304 7823515 140733577708160 140733577703848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 47675 47098 565 887 0 46785 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 190700

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3096
/proc/meminfo: memFree=26951368/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=193616 CPUtime=1602 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 165686 0 0 0 158570 1630 0 0 20 0 1 0 336365773 198262784 47759 33554432000 4194304 7823515 140733577708160 140733577704040 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 48404 47759 565 887 0 47514 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 193616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3096
/proc/meminfo: memFree=26876624/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=197596 CPUtime=1662 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 168553 0 0 0 164504 1696 0 0 20 0 1 0 336365773 202338304 48837 33554432000 4194304 7823515 140733577708160 140733577703640 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 49399 48837 565 887 0 48509 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 197596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3096
/proc/meminfo: memFree=26811992/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=201404 CPUtime=1721.99 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 173087 0 0 0 170431 1768 0 0 20 0 1 0 336365773 206237696 49773 33554432000 4194304 7823515 140733577708160 140733577705384 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 50351 49773 565 887 0 49461 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 201404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3096
/proc/meminfo: memFree=26749248/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=206280 CPUtime=1781.98 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 175763 0 0 0 176366 1832 0 0 20 0 1 0 336365773 211230720 50773 33554432000 4194304 7823515 140733577708160 140733577705192 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 51570 50773 565 887 0 50680 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 206280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3096
/proc/meminfo: memFree=26727052/32873844 swapFree=6608/6608
[pid=3018] ppid=3016 vsize=208356 CPUtime=1800.08 cores=0,2,4,6
/proc/3018/stat : 3018 (pbscip.linux.x8) R 3016 3018 301 0 -1 4202496 176569 0 0 0 178157 1851 0 0 20 0 1 0 336365773 213356544 51542 33554432000 4194304 7823515 140733577708160 140733577703128 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3018/statm: 52089 51542 565 887 0 51199 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 208356

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

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

Child status: 0
Real time (s): 1800.49
CPU time (s): 1800.18
CPU user time (s): 1781.66
CPU system time (s): 18.5192
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 208356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.66
system time used= 18.5192
maximum resident set size= 206184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176576
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= 1928

runsolver used 3.13952 second user time and 8.92664 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 07:46:49
IDJOB=3733938
IDBENCH=2636
IDSOLVER=2321
FILE ID=node140/3733938-1338702409
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/golomb-rulers/normalized-OGR_12.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-3733938-1338702409/watcher-3733938-1338702409 -o /tmp/evaluation-result-3733938-1338702409/solver-3733938-1338702409 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733938-1338702409.opb

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

MD5SUM BENCH= fe9b3ae0ed0deb400897e8cf071ce6eb
RANDOM SEED=1289898583

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:        27197684 kB
Buffers:          407424 kB
Cached:          4219516 kB
SwapCached:         1664 kB
Active:          1418196 kB
Inactive:        3370028 kB
Active(anon):     153780 kB
Inactive(anon):     9404 kB
Active(file):    1264416 kB
Inactive(file):  3360624 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             10616 kB
Writeback:             0 kB
AnonPages:        166148 kB
Mapped:            12576 kB
Shmem:                 8 kB
Slab:             748536 kB
SReclaimable:     190704 kB
SUnreclaim:       557832 kB
KernelStack:        1440 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     280032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 70604 MiB
End job on node140 at 2012-06-03 08:16:52