Trace number 3738329

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.15 1800.47

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
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.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-3738329-1338754975.opb>
0.00/0.04	c original problem has 3216 variables (3216 bin, 0 int, 0 impl, 0 cont) and 3658 constraints
0.00/0.06	c start presolving problem
0.00/0.06	c presolving:
0.00/0.07	c (round 1) 6 del vars, 1 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.00/0.08	c (round 2) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.00/0.09	c (round 3) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 447 upgd conss, 6420 impls, 63 clqs
0.19/0.21	c    (0.1s) probing: 101/3210 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (4 rounds):
0.19/0.21	c  6 deleted vars, 3211 deleted constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  6420 implications, 447 cliques
0.19/0.21	c presolved problem has 3210 variables (3210 bin, 0 int, 0 impl, 0 cont) and 447 constraints
0.19/0.21	c     384 constraints of type <knapsack>
0.19/0.21	c      63 constraints of type <setppc>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.14
0.19/0.21	c OPT-LIN
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = c 13950
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = c 1791
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = c 10000
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving problem
0.19/0.21	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 |   630 |  12M|   0 |  68 |3210 | 447 | 447 |3210 | 447 |   0 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
0.69/0.78	c   0.7s|     1 |     0 |  3836 |  12M|   0 | 102 |3210 | 447 | 447 |3210 | 471 |  24 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |  3961 |  13M|   0 | 135 |3210 | 447 | 447 |3210 | 497 |  50 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.10/1.13	c   1.1s|     1 |     0 |  4170 |  13M|   0 | 143 |3210 | 447 | 447 |3210 | 520 |  73 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.39/1.41	c   1.4s|     1 |     0 |  4678 |  14M|   0 | 156 |3210 | 447 | 447 |3210 | 542 |  95 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.59/1.68	c   1.6s|     1 |     0 |  5086 |  14M|   0 | 187 |3210 | 447 | 447 |3210 | 568 | 121 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.99/2.04	c   2.0s|     1 |     0 |  5685 |  14M|   0 | 185 |3210 | 447 | 447 |3210 | 587 | 140 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
5.39/5.45	c   5.4s|     1 |     2 |  5685 |  14M|   0 | 185 |3210 | 447 | 447 |3210 | 587 | 140 |   0 |  33 | 6.000000e+00 |      --      |    Inf 
244.23/244.37	c   243s| 10000 |  1176 |805514 |  23M| 182 |  53 |3210 |2575 | 551 |3210 | 548 | 140 |  10k|6954 | 6.000000e+00 |      --      |    Inf 
463.80/463.93	c   460s| 20000 |  1449 |  1705k|  25M| 182 |  57 |3210 |2027 | 581 |3210 | 548 | 140 |  19k|  12k| 6.000000e+00 |      --      |    Inf 
639.57/639.74	c   635s| 30000 |  1808 |  2388k|  28M| 182 |   - |3210 |2134 | 497 |3210 | 548 | 140 |  30k|  17k| 6.000000e+00 |      --      |    Inf 
818.44/818.62	c   812s| 40000 |  1853 |  3140k|  29M| 182 |   - |3210 |2068 | 780 |3210 | 548 | 140 |  40k|  21k| 6.000000e+00 |      --      |    Inf 
969.42/969.63	c   962s| 50000 |  1752 |  3787k|  30M| 186 |  56 |3210 |2002 | 577 |3210 | 548 | 140 |  50k|  24k| 6.000000e+00 |      --      |    Inf 
1116.59/1116.89	c  1108s| 60000 |  1988 |  4374k|  32M| 186 |  73 |3210 |2114 | 543 |3210 | 548 | 140 |  60k|  28k| 6.000000e+00 |      --      |    Inf 
1231.47/1231.79	c  1222s| 70000 |  2410 |  4899k|  34M| 193 |   - |3210 |1970 | 458 |3210 | 548 | 140 |  69k|  30k| 6.000000e+00 |      --      |    Inf 
1350.25/1350.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1350.25/1350.55	c  1340s| 80000 |  2797 |  5436k|  37M| 193 |  51 |3210 |1678 | 433 |3210 | 548 | 140 |  79k|  32k| 6.000000e+00 |      --      |    Inf 
1456.94/1457.20	c  1446s| 90000 |  3441 |  5867k|  40M| 193 |   - |3210 |2988 | 458 |3210 | 548 | 140 |  90k|  35k| 6.000000e+00 |      --      |    Inf 
1582.11/1582.46	c  1570s|100000 |  3691 |  6372k|  42M| 193 |  73 |3210 |2791 | 777 |3210 | 548 | 140 | 101k|  38k| 6.000000e+00 |      --      |    Inf 
1674.50/1674.88	c  1662s|110000 |  4395 |  6762k|  48M| 222 |   - |3210 |3211 | 458 |3210 | 548 | 140 | 113k|  41k| 6.000000e+00 |      --      |    Inf 
1754.78/1755.19	c  1742s|120000 |  4699 |  7149k|  50M| 222 |   - |3210 |3224 | 460 |3210 | 548 | 140 | 125k|  42k| 6.000000e+00 |      --      |    Inf 
1800.08/1800.41	c 
1800.08/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.41	c Solving Time (sec) : 1786.36
1800.08/1800.41	c Solving Nodes      : 125759
1800.08/1800.41	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.41	c Dual Bound         : +6.00000000000000e+00
1800.08/1800.41	c Gap                : infinite
1800.08/1800.41	c NODE         125759
1800.08/1800.41	c DUAL BOUND   6
1800.08/1800.41	c PRIMAL BOUND 1e+20
1800.08/1800.41	c GAP          1e+20
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.41	c Solving Time       :    1786.36
1800.08/1800.41	c Original Problem   :
1800.08/1800.41	c   Problem name     : HOME/instance-3738329-1338754975.opb
1800.08/1800.41	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.41	c   Constraints      : 3658 initial, 3658 maximal
1800.08/1800.41	c Presolved Problem  :
1800.08/1800.41	c   Problem name     : t_HOME/instance-3738329-1338754975.opb
1800.08/1800.41	c   Variables        : 3210 (3210 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.41	c   Constraints      : 447 initial, 3816 maximal
1800.08/1800.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.41	c   knapsack         :       0.10          0          0          0          0          0          0          0          0
1800.08/1800.41	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   linear           :       0.02          6          0          0          6          0       3211          0          0
1800.08/1800.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.41	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.41	c   integral         :          0          0          0      87274          0        934      35385          0          0     136120
1800.08/1800.41	c   knapsack         :        384          6     801415          0          0       6369    4800551       1072          0          0
1800.08/1800.41	c   setppc           :         63          6     795046          0          0       2478    1384397          0          0          0
1800.08/1800.41	c   logicor          :          0+         0     213770          0          0       6570     186351          0          0          0
1800.08/1800.41	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.41	c   integral         :     424.84       0.00       0.00     424.84       0.00
1800.08/1800.41	c   knapsack         :      10.02       0.01      10.01       0.00       0.00
1800.08/1800.41	c   setppc           :       2.44       0.00       2.44       0.00       0.00
1800.08/1800.41	c   logicor          :       4.57       0.00       4.57       0.00       0.00
1800.08/1800.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.41	c   rootredcost      :       0.11          0          0          0
1800.08/1800.41	c   pseudoobj        :       0.06          0          0          0
1800.08/1800.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.41	c   propagation      :       2.54      15417      15395     158710       92.3        470       63.7          -
1800.08/1800.41	c   infeasible LP    :      54.45      46033      27392     517856      208.4        461       63.9          0
1800.08/1800.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.41	c   applied globally :          -          -          -     132353       92.4          -          -          -
1800.08/1800.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.41	c   cut pool         :       0.00          5          -          -       1028          -    (maximal pool size: 1448)
1800.08/1800.41	c   redcost          :       3.84      86626          0          0          0          0
1800.08/1800.41	c   impliedbounds    :       0.00          6          0          0          0          0
1800.08/1800.41	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.41	c   gomory           :       0.03          6          0          0         26          0
1800.08/1800.41	c   strongcg         :       0.01          6          0          0         11          0
1800.08/1800.41	c   cmir             :       0.51          6          0          0       1942          0
1800.08/1800.41	c   flowcover        :       0.37          6          0          0       1202          0
1800.08/1800.41	c   clique           :       0.00          6          0          0         10          0
1800.08/1800.41	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.41	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.41	c Pricers            :       Time      Calls       Vars
1800.08/1800.41	c   problem variables:       0.00          0          0
1800.08/1800.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.41	c   relpscost        :     424.75      87274        934      35385          0          0     136120
1800.08/1800.41	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.41	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.41	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.41	c   LP solutions     :       0.00          -          0
1800.08/1800.41	c   pseudo solutions :       0.00          -          0
1800.08/1800.41	c   oneopt           :       0.02          0          0
1800.08/1800.41	c   crossover        :       0.01          0          0
1800.08/1800.41	c   guideddiving     :       0.00          0          0
1800.08/1800.41	c   veclendiving     :       9.03        110          0
1800.08/1800.41	c   linesearchdiving :      12.18        111          0
1800.08/1800.41	c   coefdiving       :      29.60        111          0
1800.08/1800.41	c   pscostdiving     :      11.78        111          0
1800.08/1800.41	c   fracdiving       :      18.47        111          0
1800.08/1800.41	c   objpscostdiving  :       1.45         56          0
1800.08/1800.41	c   rootsoldiving    :       5.27         56          0
1800.08/1800.41	c   feaspump         :      10.13         56          0
1800.08/1800.41	c   simplerounding   :       0.05          0          0
1800.08/1800.41	c   rounding         :       0.26       4148          0
1800.08/1800.41	c   shifting         :       2.21       1285          0
1800.08/1800.41	c   intshifting      :       0.00          0          0
1800.08/1800.41	c   fixandinfer      :       0.00          0          0
1800.08/1800.41	c   intdiving        :       0.00          0          0
1800.08/1800.41	c   actconsdiving    :       0.00          0          0
1800.08/1800.41	c   octane           :       0.00          0          0
1800.08/1800.41	c   rens             :       0.04          1          0
1800.08/1800.41	c   rins             :       0.00          0          0
1800.08/1800.41	c   localbranching   :       0.00          0          0
1800.08/1800.41	c   mutation         :       0.00          0          0
1800.08/1800.41	c   dins             :       0.00          0          0
1800.08/1800.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.41	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.41	c   dual LP          :    1137.58     130812    6977748      53.34    6133.85
1800.08/1800.41	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.41	c   diving/probing LP:      81.42      44272     402337       9.09    4941.50
1800.08/1800.41	c   strong branching :     422.75      43193    2311667      53.52    5468.17
1800.08/1800.41	c     (at root node) :          -         33      14326     434.12          -
1800.08/1800.41	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.41	c B&B Tree           :
1800.08/1800.41	c   number of runs   :          1
1800.08/1800.41	c   nodes            :     125759
1800.08/1800.41	c   nodes (total)    :     125759
1800.08/1800.41	c   nodes left       :       5029
1800.08/1800.41	c   max depth        :        222
1800.08/1800.41	c   max depth (total):        222
1800.08/1800.41	c   backtracks       :      17796 (14.2%)
1800.08/1800.41	c   delayed cutoffs  :       5333
1800.08/1800.41	c   repropagations   :     464497 (765860 domain reductions, 2038 cutoffs)
1800.08/1800.41	c   avg switch length:       9.64
1800.08/1800.41	c   switching time   :      18.35
1800.08/1800.41	c Solution           :
1800.08/1800.41	c   Solutions found  :          0 (0 improvements)
1800.08/1800.41	c   Primal Bound     :          -
1800.08/1800.41	c   Dual Bound       : +6.00000000000000e+00
1800.08/1800.41	c   Gap              :   infinite
1800.08/1800.41	c   Root Dual Bound  : +6.00000000000000e+00
1800.08/1800.46	c Time complete: 1800.15.

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

running on 4 cores: 1,3,5,7

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 1.97 3/176 3026
/proc/meminfo: memFree=31294980/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=8712 CPUtime=0 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 1521 0 0 0 0 0 0 0 20 0 1 0 341626059 8921088 1474 33554432000 4194304 7823515 140737147330464 140737147262376 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 2178 1474 354 887 0 1288 0

[startup+0.0988491 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 3026
/proc/meminfo: memFree=31294980/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=28880 CPUtime=0.09 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 6709 0 0 0 8 1 0 0 20 0 1 0 341626059 29573120 6308 33554432000 4194304 7823515 140737147330464 140737147327752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 7220 6308 440 887 0 6330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28880

[startup+0.100334 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 3026
/proc/meminfo: memFree=31294980/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=28880 CPUtime=0.09 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 6709 0 0 0 8 1 0 0 20 0 1 0 341626059 29573120 6308 33554432000 4194304 7823515 140737147330464 140737147327752 5796582 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 7220 6308 440 887 0 6330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28880

[startup+0.300222 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 3026
/proc/meminfo: memFree=31294980/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=37320 CPUtime=0.28 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 8745 0 0 0 27 1 0 0 20 0 1 0 341626059 38215680 8316 33554432000 4194304 7823515 140737147330464 140737147327752 6110250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 9330 8316 534 887 0 8440 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37320

[startup+0.700204 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 3026
/proc/meminfo: memFree=31294980/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=37320 CPUtime=0.69 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 8901 0 0 0 67 2 0 0 20 0 1 0 341626059 38215680 8472 33554432000 4194304 7823515 140737147330464 140737147327752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 9330 8472 547 887 0 8440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37320

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31259748/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=43420 CPUtime=1.49 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 10525 0 0 0 147 2 0 0 20 0 1 0 341626059 44462080 9988 33554432000 4194304 7823515 140737147330464 140737147326152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 10855 9988 562 887 0 9965 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43420

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31257020/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=42524 CPUtime=3.09 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 15213 0 0 0 306 3 0 0 20 0 1 0 341626059 43544576 9874 33554432000 4194304 7823515 140737147330464 140737147325624 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 10631 9874 574 887 0 9741 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42524

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31256524/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=42524 CPUtime=6.29 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 15218 0 0 0 624 5 0 0 20 0 1 0 341626059 43544576 9879 33554432000 4194304 7823515 140737147330464 140737147325160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 10631 9879 574 887 0 9741 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42524

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31256292/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=42724 CPUtime=12.69 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 15244 0 0 0 1260 9 0 0 20 0 1 0 341626059 43749376 9905 33554432000 4194304 7823515 140737147330464 140737147325512 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 10681 9905 574 887 0 9791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42724

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31256912/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=43792 CPUtime=25.49 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 15349 0 0 0 2534 15 0 0 20 0 1 0 341626059 44843008 10010 33554432000 4194304 7823515 140737147330464 140737147325160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 10948 10010 574 887 0 10058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43792

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31250772/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=49324 CPUtime=51.08 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 16901 0 0 0 5076 32 0 0 20 0 1 0 341626059 50507776 11562 33554432000 4194304 7823515 140737147330464 140737147326264 6180650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 12331 11562 580 887 0 11441 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49324

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31242416/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=55640 CPUtime=102.26 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 18512 0 0 0 10159 67 0 0 20 0 1 0 341626059 56975360 13551 33554432000 4194304 7823515 140737147330464 140737147325512 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 13910 13551 580 887 0 13020 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 55640

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3027
/proc/meminfo: memFree=31237828/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=60792 CPUtime=162.24 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 19676 0 0 0 16119 105 0 0 20 0 1 0 341626059 62251008 14715 33554432000 4194304 7823515 140737147330464 140737147325624 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 15198 14715 580 887 0 14308 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 60792

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/177 3028
/proc/meminfo: memFree=31235844/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=62688 CPUtime=222.24 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 20271 0 0 0 22076 148 0 0 20 0 1 0 341626059 64192512 15310 33554432000 4194304 7823515 140737147330464 140737147326152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 15672 15310 580 887 0 14782 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 62688

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 3028
/proc/meminfo: memFree=31233728/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=64836 CPUtime=282.22 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 20785 0 0 0 28033 189 0 0 20 0 1 0 341626059 66392064 15823 33554432000 4194304 7823515 140737147330464 140737147325800 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 16209 15823 580 887 0 15319 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 64836

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3066
/proc/meminfo: memFree=31441180/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=65376 CPUtime=342.21 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 20923 0 0 0 33987 234 0 0 20 0 1 0 341626059 66945024 15961 33554432000 4194304 7823515 140737147330464 140737147326152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 16344 15961 580 887 0 15454 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 65376

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3066
/proc/meminfo: memFree=31421936/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=66676 CPUtime=402.21 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 21280 0 0 0 39927 294 0 0 20 0 1 0 341626059 68276224 16317 33554432000 4194304 7823515 140737147330464 140737147326264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 16669 16317 580 887 0 15779 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 66676

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3069
/proc/meminfo: memFree=31410692/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=69228 CPUtime=462.2 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 21901 0 0 0 45874 346 0 0 20 0 1 0 341626059 70889472 16937 33554432000 4194304 7823515 140737147330464 140737147327240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 17307 16937 580 887 0 16417 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 69228

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3070
/proc/meminfo: memFree=31407156/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=70160 CPUtime=522.18 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 22128 0 0 0 51828 390 0 0 20 0 1 0 341626059 71843840 17163 33554432000 4194304 7823515 140737147330464 140737147326264 6157738 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 17540 17163 580 887 0 16650 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 70160

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3070
/proc/meminfo: memFree=31400580/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=71768 CPUtime=582.18 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 22533 0 0 0 57783 435 0 0 20 0 1 0 341626059 73490432 17568 33554432000 4194304 7823515 140737147330464 140737147326216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 17942 17568 580 887 0 17052 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 71768

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3071
/proc/meminfo: memFree=31380348/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=77688 CPUtime=822.14 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 24011 0 0 0 81603 611 0 0 20 0 1 0 341626059 79552512 19042 33554432000 4194304 7823515 140737147330464 140737147327240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 19422 19042 580 887 0 18532 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 77688

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3071
/proc/meminfo: memFree=31375316/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=79816 CPUtime=882.13 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 25087 0 0 0 87556 657 0 0 20 0 1 0 341626059 81731584 19607 33554432000 4194304 7823515 140737147330464 140737147327240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 19954 19607 580 887 0 19064 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 79816

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3071
/proc/meminfo: memFree=31371096/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=80732 CPUtime=942.12 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 25271 0 0 0 93509 703 0 0 20 0 1 0 341626059 82669568 19791 33554432000 4194304 7823515 140737147330464 140737147325480 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 20183 19791 580 887 0 19293 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 80732

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3071
/proc/meminfo: memFree=31367500/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=81800 CPUtime=1002.11 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 25523 0 0 0 99465 746 0 0 20 0 1 0 341626059 83763200 20043 33554432000 4194304 7823515 140737147330464 140737147327240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 20450 20043 580 887 0 19560 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 81800

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3074
/proc/meminfo: memFree=31364204/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=81800 CPUtime=1062.1 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 25565 0 0 0 105420 790 0 0 20 0 1 0 341626059 83763200 20085 33554432000 4194304 7823515 140737147330464 140737147326264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 20450 20085 580 887 0 19560 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 81800

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3075
/proc/meminfo: memFree=31360676/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=83012 CPUtime=1122.09 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 25843 0 0 0 111372 837 0 0 20 0 1 0 341626059 85004288 20362 33554432000 4194304 7823515 140737147330464 140737147325624 5751993 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 20753 20362 580 887 0 19863 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 83012

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 3075
/proc/meminfo: memFree=31354464/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=85816 CPUtime=1182.08 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 26489 0 0 0 117325 883 0 0 20 0 1 0 341626059 87875584 21006 33554432000 4194304 7823515 140737147330464 140737147326264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 21454 21006 580 887 0 20564 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 85816

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 3075
/proc/meminfo: memFree=31350244/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=88316 CPUtime=1242.07 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 27038 0 0 0 123284 923 0 0 20 0 1 0 341626059 90435584 21555 33554432000 4194304 7823515 140737147330464 140737147325800 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 22079 21555 580 887 0 21189 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 88316

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/177 3075
/proc/meminfo: memFree=31344040/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=90448 CPUtime=1302.06 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 27718 0 0 0 129232 974 0 0 20 0 1 0 341626059 92618752 22233 33554432000 4194304 7823515 140737147330464 140737147326152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 22612 22233 580 887 0 21722 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 90448

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3075
/proc/meminfo: memFree=31341492/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=90864 CPUtime=1362.05 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 27829 0 0 0 135186 1019 0 0 20 0 1 0 341626059 93044736 22344 33554432000 4194304 7823515 140737147330464 140737147325576 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 22716 22344 580 887 0 21826 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 90864

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 3076
/proc/meminfo: memFree=31335972/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=93000 CPUtime=1422.05 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 28383 0 0 0 141138 1067 0 0 20 0 1 0 341626059 95232000 22897 33554432000 4194304 7823515 140737147330464 140737147326264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 23250 22897 580 887 0 22360 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 93000

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 3076
/proc/meminfo: memFree=31327408/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=96396 CPUtime=1482.03 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 29198 0 0 0 147082 1121 0 0 20 0 1 0 341626059 98709504 23712 33554432000 4194304 7823515 140737147330464 140737147327496 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 24099 23712 580 887 0 23209 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 96396

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 3076
/proc/meminfo: memFree=31325544/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=97276 CPUtime=1542.02 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 29921 0 0 0 153036 1166 0 0 20 0 1 0 341626059 99610624 23954 33554432000 4194304 7823515 140737147330464 140737147326264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 24319 23954 580 887 0 23429 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 97276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 3076
/proc/meminfo: memFree=31322444/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=98320 CPUtime=1602.01 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 30152 0 0 0 158996 1205 0 0 20 0 1 0 341626059 100679680 24185 33554432000 4194304 7823515 140737147330464 140737147326264 6131168 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 24580 24185 580 887 0 23690 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 98320

[startup+1662.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/178 3079
/proc/meminfo: memFree=31317156/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=102124 CPUtime=1662 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 31118 0 0 0 164944 1256 0 0 20 0 1 0 341626059 104574976 25148 33554432000 4194304 7823515 140737147330464 140737147328296 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 25531 25148 580 887 0 24641 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 102124

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3080
/proc/meminfo: memFree=31313940/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=104128 CPUtime=1721.99 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 31620 0 0 0 170893 1306 0 0 20 0 1 0 341626059 106627072 25650 33554432000 4194304 7823515 140737147330464 140737147326152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 26032 25650 580 887 0 25142 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 104128

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3080
/proc/meminfo: memFree=31306808/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=108292 CPUtime=1781.98 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 32696 0 0 0 176845 1353 0 0 20 0 1 0 341626059 110891008 26726 33554432000 4194304 7823515 140737147330464 140737147326264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 27073 26726 580 887 0 26183 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 108292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3080
/proc/meminfo: memFree=31306120/32873844 swapFree=7116/7116
[pid=3026] ppid=3024 vsize=109176 CPUtime=1800.08 cores=1,3,5,7
/proc/3026/stat : 3026 (pbscip.linux.x8) R 3024 3026 2584 0 -1 4202496 32889 0 0 0 178640 1368 0 0 20 0 1 0 341626059 111796224 26916 33554432000 4194304 7823515 140737147330464 140737147326152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3026/statm: 27294 26916 580 887 0 26404 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 109176

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.47
CPU time (s): 1800.15
CPU user time (s): 1786.46
CPU system time (s): 13.6909
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 109176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.46
system time used= 13.6909
maximum resident set size= 107672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32894
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= 47
involuntary context switches= 1849

runsolver used 2.84257 second user time and 9.95349 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 22:22:55
IDJOB=3738329
IDBENCH=71844
IDSOLVER=2321
FILE ID=node103/3738329-1338754975
RUNJOBID= node103-1338749472-2601
PBS_JOBID= 14636802
Free space on /tmp= 71116 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.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-3738329-1338754975/watcher-3738329-1338754975 -o /tmp/evaluation-result-3738329-1338754975/solver-3738329-1338754975 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3738329-1338754975.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1220372518

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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:        31295996 kB
Buffers:          190560 kB
Cached:           363572 kB
SwapCached:         5648 kB
Active:           428272 kB
Inactive:         378172 kB
Active(anon):     249596 kB
Inactive(anon):     4740 kB
Active(file):     178676 kB
Inactive(file):   373432 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             10136 kB
Writeback:             0 kB
AnonPages:        254416 kB
Mapped:            10908 kB
Shmem:                 0 kB
Slab:             633256 kB
SReclaimable:      74004 kB
SUnreclaim:       559252 kB
KernelStack:        1472 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     369372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 71108 MiB
End job on node103 at 2012-06-03 22:52:57