Trace number 3738318

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.13 1800.45

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
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 947
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.06	c SCIP version 1.1.0.7
0.00/0.06	c LP-Solver SoPlex 1.4.1
0.00/0.06	c user parameter file <scip.set> not found - using default parameters
0.00/0.06	c read problem <HOME/instance-3738318-1338754940.opb>
0.00/0.06	c original problem has 4977 variables (4977 bin, 0 int, 0 impl, 0 cont) and 5494 constraints
0.00/0.08	c start presolving problem
0.00/0.08	c presolving:
0.10/0.10	c (round 1) 7 del vars, 1 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9940 impls, 75 clqs
0.10/0.11	c (round 2) 7 del vars, 4971 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9940 impls, 75 clqs
0.10/0.13	c (round 3) 7 del vars, 4971 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 523 upgd conss, 9940 impls, 75 clqs
0.29/0.35	c    (0.3s) probing: 101/4970 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.35	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.35	c presolving (4 rounds):
0.29/0.35	c  7 deleted vars, 4971 deleted constraints, 7 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.35	c  9940 implications, 1111 cliques
0.29/0.35	c presolved problem has 4970 variables (4970 bin, 0 int, 0 impl, 0 cont) and 523 constraints
0.29/0.35	c     448 constraints of type <knapsack>
0.29/0.35	c      75 constraints of type <setppc>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.26
0.29/0.35	c OPT-LIN
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = c 13950
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = c 1791
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = c 10000
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving problem
0.29/0.35	c 
0.38/0.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.38/0.40	c   0.3s|     1 |     0 |   702 |  18M|   0 |  49 |4970 | 523 | 523 |4970 | 523 |   0 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.7s|     1 |     0 |  2185 |  20M|   0 | 100 |4970 | 523 | 523 |4970 | 557 |  34 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.09/1.16	c   1.1s|     1 |     0 |  2747 |  21M|   0 | 112 |4970 | 523 | 523 |4970 | 584 |  61 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.38/1.49	c   1.4s|     1 |     0 |  3149 |  21M|   0 | 141 |4970 | 523 | 523 |4970 | 611 |  88 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
1.89/1.91	c   1.8s|     1 |     0 |  3754 |  22M|   0 | 175 |4970 | 523 | 523 |4970 | 641 | 118 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
2.29/2.36	c   2.3s|     1 |     0 |  4200 |  23M|   0 | 181 |4970 | 523 | 523 |4970 | 669 | 146 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
2.89/2.98	c   2.9s|     1 |     0 |  5370 |  23M|   0 | 161 |4970 | 523 | 523 |4970 | 694 | 171 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
6.49/6.57	c   6.5s|     1 |     2 |  5370 |  23M|   0 | 161 |4970 | 523 | 523 |4970 | 694 | 171 |   0 |  21 | 7.000000e+00 |      --      |    Inf 
241.24/241.36	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
387.51/387.60	c   385s| 10000 |   834 |960191 |  34M| 135 |   - |4970 |2019 | 519 |4970 | 619 | 171 |  10k|  11k| 7.000000e+00 |      --      |    Inf 
570.88/571.03	c   568s| 20000 |   777 |  1533k|  36M| 135 |   - |4970 |4283 | 524 |4970 | 619 | 171 |  23k|  17k| 7.000000e+00 |      --      |    Inf 
759.64/759.83	c   755s| 30000 |   845 |  2027k|  35M| 159 |   - |4970 |3178 | 611 |4970 | 619 | 171 |  34k|  22k| 7.000000e+00 |      --      |    Inf 
917.51/917.71	c   912s| 40000 |   941 |  2566k|  37M| 159 |   - |4970 |3241 | 658 |4970 | 619 | 171 |  38k|  25k| 7.000000e+00 |      --      |    Inf 
1114.88/1115.12	c  1108s| 50000 |  1356 |  3287k|  42M| 170 |  55 |4970 |3484 | 585 |4970 | 619 | 171 |  44k|  28k| 7.000000e+00 |      --      |    Inf 
1383.14/1383.48	c  1375s| 60000 |  1882 |  4164k|  49M| 170 |   - |4970 |3835 | 624 |4970 | 619 | 171 |  50k|  36k| 7.000000e+00 |      --      |    Inf 
1634.40/1634.73	c  1625s| 70000 |  2317 |  4979k|  54M| 170 |  81 |4970 |3309 | 625 |4970 | 619 | 171 |  60k|  43k| 7.000000e+00 |      --      |    Inf 
1768.08/1768.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.08/1768.40	c  1758s| 80000 |  2471 |  5455k|  56M| 170 |  56 |4970 |3568 | 548 |4970 | 619 | 171 |  63k|  46k| 7.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) : 1789.31
1800.08/1800.41	c Solving Nodes      : 84749
1800.08/1800.41	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.41	c Dual Bound         : +7.00000000000000e+00
1800.08/1800.41	c Gap                : infinite
1800.08/1800.41	c NODE         84749
1800.08/1800.41	c DUAL BOUND   7
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       :    1789.31
1800.08/1800.41	c Original Problem   :
1800.08/1800.41	c   Problem name     : HOME/instance-3738318-1338754940.opb
1800.08/1800.41	c   Variables        : 4977 (4977 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.41	c   Constraints      : 5494 initial, 5494 maximal
1800.08/1800.41	c Presolved Problem  :
1800.08/1800.41	c   Problem name     : t_HOME/instance-3738318-1338754940.opb
1800.08/1800.41	c   Variables        : 4970 (4970 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.41	c   Constraints      : 523 initial, 4920 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.03          0          0          0          0          0          0          0          0
1800.08/1800.41	c   knapsack         :       0.19          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.04          7          0          0          7          0       4971          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      56336          0         37      30002          0          0      89102
1800.08/1800.41	c   knapsack         :        448          6     268872          0          0       3653    6887722       1201          0          0
1800.08/1800.41	c   setppc           :         75          6     265219          0          0       1100     986155          0          0          0
1800.08/1800.41	c   logicor          :          0+         0      86606          0          0       1173      42648          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         :     464.70       0.00       0.00     464.70       0.00
1800.08/1800.41	c   knapsack         :       9.28       0.02       9.26       0.00       0.00
1800.08/1800.41	c   setppc           :       1.51       0.00       1.51       0.00       0.00
1800.08/1800.41	c   logicor          :       2.42       0.00       2.42       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.02          0          0          0
1800.08/1800.41	c   pseudoobj        :       0.02          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.59       5926       5924     128159      127.4        136      101.0          -
1800.08/1800.41	c   infeasible LP    :      92.66      36040       6539     197599      252.5         51       83.7          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 :          -          -          -      64437      173.1          -          -          -
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          -          -       1125          -    (maximal pool size: 2305)
1800.08/1800.41	c   redcost          :       3.56      53565          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         52          0
1800.08/1800.41	c   strongcg         :       0.04          6          0          0         31          0
1800.08/1800.41	c   cmir             :       0.81          6          0          0       2173          0
1800.08/1800.41	c   flowcover        :       0.58          6          0          0       1202          0
1800.08/1800.41	c   clique           :       0.00          6          0          0          8          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        :     464.63      56336         37      30002          0          0      89102
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.02          0          0
1800.08/1800.41	c   guideddiving     :       0.01          0          0
1800.08/1800.41	c   intshifting      :       0.00          0          0
1800.08/1800.41	c   veclendiving     :       5.43         12          0
1800.08/1800.41	c   pscostdiving     :       8.31         13          0
1800.08/1800.41	c   fracdiving       :       8.31         13          0
1800.08/1800.41	c   linesearchdiving :       5.13         13          0
1800.08/1800.41	c   coefdiving       :       9.92         13          0
1800.08/1800.41	c   feaspump         :       2.84          7          0
1800.08/1800.41	c   objpscostdiving  :       0.25          7          0
1800.08/1800.41	c   rootsoldiving    :       3.60          7          0
1800.08/1800.41	c   simplerounding   :       0.00          0          0
1800.08/1800.41	c   rounding         :       0.28       3373          0
1800.08/1800.41	c   shifting         :       2.30        977          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          :    1126.16      91766    5446626      59.35    4836.46
1800.08/1800.41	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.41	c   diving/probing LP:      37.24      12580     132959      10.57    3570.33
1800.08/1800.41	c   strong branching :     463.02      46451    1856897      39.98    4010.40
1800.08/1800.41	c     (at root node) :          -         21      11811     562.43          -
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            :      84749
1800.08/1800.41	c   nodes (total)    :      84749
1800.08/1800.41	c   nodes left       :       2466
1800.08/1800.41	c   max depth        :        170
1800.08/1800.41	c   max depth (total):        170
1800.08/1800.41	c   backtracks       :      11654 (13.8%)
1800.08/1800.41	c   delayed cutoffs  :       1888
1800.08/1800.41	c   repropagations   :      62271 (696154 domain reductions, 1406 cutoffs)
1800.08/1800.41	c   avg switch length:       4.02
1800.08/1800.41	c   switching time   :      12.79
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       : +7.00000000000000e+00
1800.08/1800.41	c   Gap              :   infinite
1800.08/1800.41	c   Root Dual Bound  : +7.00000000000000e+00
1800.08/1800.45	c Time complete: 1800.12.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 395
/proc/meminfo: memFree=28396780/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=7152 CPUtime=0 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 341622554 7323648 943 33554432000 4194304 7823515 140734647732416 140736411023512 4402248 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 1788 955 335 887 0 898 0

[startup+0.10644 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 395
/proc/meminfo: memFree=28396780/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=33612 CPUtime=0.1 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 7839 0 0 0 9 1 0 0 20 0 1 0 341622554 34418688 7437 33554432000 4194304 7823515 140734647732416 140736411023512 4849674 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 8403 7437 428 887 0 7513 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 33612

[startup+0.20032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 395
/proc/meminfo: memFree=28396780/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=37140 CPUtime=0.19 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 8771 0 0 0 18 1 0 0 20 0 1 0 341622554 38031360 8369 33554432000 4194304 7823515 140734647732416 140734647729704 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 9285 8369 440 887 0 8395 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37140

[startup+0.300306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 395
/proc/meminfo: memFree=28396780/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=38172 CPUtime=0.29 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 9029 0 0 0 28 1 0 0 20 0 1 0 341622554 39088128 8627 33554432000 4194304 7823515 140734647732416 140734647729704 5796607 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 9543 8627 440 887 0 8653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38172

[startup+0.700266 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 395
/proc/meminfo: memFree=28396780/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=51708 CPUtime=0.69 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 12308 0 0 0 67 2 0 0 20 0 1 0 341622554 52948992 11880 33554432000 4194304 7823515 140734647732416 140734647729704 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 12927 11880 547 887 0 12037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51708

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 396
/proc/meminfo: memFree=28345692/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=58724 CPUtime=1.49 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 14242 0 0 0 146 3 0 0 20 0 1 0 341622554 60133376 13659 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 14681 13659 562 887 0 13791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58724

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 396
/proc/meminfo: memFree=28341104/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=63992 CPUtime=3.08 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 21196 0 0 0 304 4 0 0 20 0 1 0 341622554 65527808 14875 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 15998 14875 574 887 0 15108 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63992

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 396
/proc/meminfo: memFree=28338376/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=63992 CPUtime=6.29 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 21196 0 0 0 623 6 0 0 20 0 1 0 341622554 65527808 14875 33554432000 4194304 7823515 140734647732416 140734647727576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 15998 14875 574 887 0 15108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63992

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 396
/proc/meminfo: memFree=28338136/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=63992 CPUtime=12.69 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 21196 0 0 0 1261 8 0 0 20 0 1 0 341622554 65527808 14875 33554432000 4194304 7823515 140734647732416 140734647727112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 15998 14875 574 887 0 15108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63992

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 396
/proc/meminfo: memFree=28337996/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=64580 CPUtime=25.48 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 21227 0 0 0 2534 14 0 0 20 0 1 0 341622554 66129920 14938 33554432000 4194304 7823515 140734647732416 140734647727576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 16145 14938 574 887 0 15255 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64580

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 396
/proc/meminfo: memFree=28336224/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=65016 CPUtime=51.07 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 21454 0 0 0 5080 27 0 0 20 0 1 0 341622554 66576384 15607 33554432000 4194304 7823515 140734647732416 140734647727576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 16254 15607 580 887 0 15364 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65016

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 396
/proc/meminfo: memFree=28326116/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=72340 CPUtime=102.27 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 24028 0 0 0 10178 49 0 0 20 0 1 0 341622554 74076160 17367 33554432000 4194304 7823515 140734647732416 140734647729032 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 18085 17367 580 887 0 17195 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 72340

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 396
/proc/meminfo: memFree=28307680/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=81548 CPUtime=162.25 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 26335 0 0 0 16143 82 0 0 20 0 1 0 341622554 83505152 19681 33554432000 4194304 7823515 140734647732416 140734647727112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 20387 19681 580 887 0 19497 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 81548

[startup+222.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 397
/proc/meminfo: memFree=28297072/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=86652 CPUtime=222.25 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 27663 0 0 0 22104 121 0 0 20 0 1 0 341622554 88731648 21008 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 21663 21008 580 887 0 20773 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 86652

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 397
/proc/meminfo: memFree=28281684/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=93596 CPUtime=282.23 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 29501 0 0 0 28067 156 0 0 20 0 1 0 341622554 95842304 22846 33554432000 4194304 7823515 140734647732416 140734647728104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 23399 22846 667 887 0 22509 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 93596

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 397
/proc/meminfo: memFree=28269824/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=98776 CPUtime=342.21 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 30778 0 0 0 34030 191 0 0 20 0 1 0 341622554 101146624 24120 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 24694 24120 667 887 0 23804 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 98776

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 397
/proc/meminfo: memFree=28269448/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=102380 CPUtime=402.2 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 31679 0 0 0 39992 228 0 0 20 0 1 0 341622554 104837120 25021 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 25595 25021 667 887 0 24705 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 102380

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 400
/proc/meminfo: memFree=28251436/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=103728 CPUtime=462.2 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 32020 0 0 0 45957 263 0 0 20 0 1 0 341622554 106217472 25361 33554432000 4194304 7823515 140734647732416 140734647727576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 25932 25361 667 887 0 25042 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 103728

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 401
/proc/meminfo: memFree=28241228/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=107256 CPUtime=522.19 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 32862 0 0 0 51921 298 0 0 20 0 1 0 341622554 109830144 26202 33554432000 4194304 7823515 140734647732416 140734647727752 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 26814 26202 667 887 0 25924 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 107256

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 401
/proc/meminfo: memFree=28229176/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=111180 CPUtime=582.17 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 33822 0 0 0 57880 337 0 0 20 0 1 0 341622554 113848320 27162 33554432000 4194304 7823515 140734647732416 140734647727576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 27795 27162 667 887 0 26905 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 111180

[startup+642.3 s]

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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 403
/proc/meminfo: memFree=28221404/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=114992 CPUtime=882.12 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 34858 0 0 0 87695 517 0 0 20 0 1 0 341622554 117751808 28194 33554432000 4194304 7823515 140734647732416 140734647727112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 28748 28194 667 887 0 27858 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 114992

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 403
/proc/meminfo: memFree=28220784/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=115204 CPUtime=942.11 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 34939 0 0 0 93658 553 0 0 20 0 1 0 341622554 117968896 28275 33554432000 4194304 7823515 140734647732416 140734647727752 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 28801 28275 667 887 0 27911 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 115204

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 403
/proc/meminfo: memFree=28219540/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=116928 CPUtime=1002.1 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 35302 0 0 0 99620 590 0 0 20 0 1 0 341622554 119734272 28636 33554432000 4194304 7823515 140734647732416 140734647728168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 29232 28636 667 887 0 28342 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 116928

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 406
/proc/meminfo: memFree=28217036/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=118176 CPUtime=1062.09 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 35677 0 0 0 105582 627 0 0 20 0 1 0 341622554 121012224 29011 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 29544 29011 667 887 0 28654 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 118176

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 407
/proc/meminfo: memFree=28215200/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=119656 CPUtime=1122.08 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 36035 0 0 0 111544 664 0 0 20 0 1 0 341622554 122527744 29369 33554432000 4194304 7823515 140734647732416 140734647729112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 29914 29369 667 887 0 29024 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 119656

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 407
/proc/meminfo: memFree=28213336/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=121448 CPUtime=1182.07 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 36491 0 0 0 117510 697 0 0 20 0 1 0 341622554 124362752 29823 33554432000 4194304 7823515 140734647732416 140734647727752 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 30362 29823 667 887 0 29472 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 121448

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 407
/proc/meminfo: memFree=28212096/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=122916 CPUtime=1242.06 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 36788 0 0 0 123473 733 0 0 20 0 1 0 341622554 125865984 30120 33554432000 4194304 7823515 140734647732416 140734647730248 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 30729 30120 667 887 0 29839 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 122916

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 407
/proc/meminfo: memFree=28210732/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=124372 CPUtime=1302.05 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 37222 0 0 0 129435 770 0 0 20 0 1 0 341622554 127356928 30554 33554432000 4194304 7823515 140734647732416 140734647727112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 31093 30554 667 887 0 30203 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 124372

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 407
/proc/meminfo: memFree=28209488/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=125588 CPUtime=1362.04 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 37524 0 0 0 135398 806 0 0 20 0 1 0 341622554 128602112 30854 33554432000 4194304 7823515 140734647732416 140734647727576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 31397 30854 667 887 0 30507 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 125588

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 408
/proc/meminfo: memFree=28205272/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=130048 CPUtime=1422.04 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 38629 0 0 0 141361 843 0 0 20 0 1 0 341622554 133169152 31959 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 32512 31959 667 887 0 31622 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 130048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 408
/proc/meminfo: memFree=28203784/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=131684 CPUtime=1482.02 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 38997 0 0 0 147324 878 0 0 20 0 1 0 341622554 134844416 32327 33554432000 4194304 7823515 140734647732416 140734647728168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 32921 32327 667 887 0 32031 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 131684

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 408
/proc/meminfo: memFree=28201676/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=133444 CPUtime=1542.02 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 39495 0 0 0 153283 919 0 0 20 0 1 0 341622554 136646656 32825 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 33361 32825 667 887 0 32471 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 133444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 408
/proc/meminfo: memFree=28200676/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=134392 CPUtime=1602.01 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 39746 0 0 0 159249 952 0 0 20 0 1 0 341622554 137617408 33072 33554432000 4194304 7823515 140734647732416 140734647727752 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 33598 33072 667 887 0 32708 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 134392

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 411
/proc/meminfo: memFree=28199404/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=135476 CPUtime=1662 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 39953 0 0 0 165215 985 0 0 20 0 1 0 341622554 138727424 33279 33554432000 4194304 7823515 140734647732416 140734647727752 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 33869 33279 667 887 0 32979 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 135476

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 452
/proc/meminfo: memFree=27927936/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=137652 CPUtime=1721.99 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 40520 0 0 0 171177 1022 0 0 20 0 1 0 341622554 140955648 33846 33554432000 4194304 7823515 140734647732416 140734647728216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 34413 33846 667 887 0 33523 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 137652

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 452
/proc/meminfo: memFree=27919516/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=138260 CPUtime=1781.97 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 40625 0 0 0 177137 1060 0 0 20 0 1 0 341622554 141578240 33949 33554432000 4194304 7823515 140734647732416 140734647727752 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 34565 33949 667 887 0 33675 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 138260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 452
/proc/meminfo: memFree=27919112/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=138608 CPUtime=1800.08 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 40722 0 0 0 178936 1072 0 0 20 0 1 0 341622554 141934592 34046 33554432000 4194304 7823515 140734647732416 140734647727080 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 34652 34046 667 887 0 33762 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 138608

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

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

[startup+1800.4 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 452
/proc/meminfo: memFree=27919112/32873844 swapFree=7372/7372
[pid=395] ppid=393 vsize=138608 CPUtime=1800.08 cores=0,2,4,6
/proc/395/stat : 395 (pbscip.linux.x8) R 393 395 32091 0 -1 4202496 40722 0 0 0 178936 1072 0 0 20 0 1 0 341622554 141934592 34046 33554432000 4194304 7823515 140734647732416 140734647727080 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/395/statm: 34652 34046 667 887 0 33762 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 138608

Child status: 0
Real time (s): 1800.45
CPU time (s): 1800.13
CPU user time (s): 1789.41
CPU system time (s): 10.7234
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 138608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.41
system time used= 10.7234
maximum resident set size= 136192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40725
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= 41
involuntary context switches= 1880

runsolver used 3.17152 second user time and 8.76467 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 22:22:20
IDJOB=3738318
IDBENCH=71843
IDSOLVER=2321
FILE ID=node109/3738318-1338754940
RUNJOBID= node109-1338747536-32107
PBS_JOBID= 14636780
Free space on /tmp= 70704 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-fx75.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-3738318-1338754940/watcher-3738318-1338754940 -o /tmp/evaluation-result-3738318-1338754940/solver-3738318-1338754940 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3738318-1338754940.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=1024475685

node109.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.264
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28397424 kB
Buffers:         1860604 kB
Cached:          1610300 kB
SwapCached:          988 kB
Active:          2557088 kB
Inactive:        1038212 kB
Active(anon):     114932 kB
Inactive(anon):     7876 kB
Active(file):    2442156 kB
Inactive(file):  1030336 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             10108 kB
Writeback:             0 kB
AnonPages:        188300 kB
Mapped:            12236 kB
Shmem:                 4 kB
Slab:             740120 kB
SReclaimable:     182116 kB
SUnreclaim:       558004 kB
KernelStack:        1488 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     240664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 70692 MiB
End job on node109 at 2012-06-03 22:52:22