Trace number 2703511

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1801.77 1802.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-swath.opb
MD5SUM3553224658521cb15e26e6f30dd8f5c2
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703511-1278560069.opb>
0.19/0.26	c original problem has 9155 variables (9155 bin, 0 int, 0 impl, 0 cont) and 884 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.39/0.42	c presolving:
0.49/0.51	c (round 1) 402 del vars, 401 del conss, 401 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 22 clqs
0.69/0.77	c (round 2) 402 del vars, 401 del conss, 401 chg bounds, 0 chg sides, 0 chg coeffs, 402 upgd conss, 0 impls, 22 clqs
1.59/1.65	c    (1.4s) probing: 101/8753 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.59/1.65	c    (1.4s) probing aborted: 100/100 successive totally useless probings
1.59/1.66	c presolving (3 rounds):
1.59/1.66	c  402 deleted vars, 401 deleted constraints, 401 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.59/1.66	c  0 implications, 22 cliques
1.59/1.66	c presolved problem has 8753 variables (8753 bin, 0 int, 0 impl, 0 cont) and 483 constraints
1.59/1.66	c     380 constraints of type <knapsack>
1.59/1.66	c      22 constraints of type <setppc>
1.59/1.66	c      81 constraints of type <linear>
1.59/1.66	c transformed objective value is always integral (scale: 2)
1.59/1.66	c Presolving Time: 1.29
1.59/1.66	c - non default parameters ----------------------------------------------------------------------
1.59/1.66	c # SCIP version 1.2.1.3
1.59/1.66	c 
1.59/1.66	c # frequency for displaying node information lines
1.59/1.66	c # [type: int, range: [-1,2147483647], default: 100]
1.59/1.66	c display/freq = 10000
1.59/1.66	c 
1.59/1.66	c # maximal time in seconds to run
1.59/1.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.66	c limits/time = 1789.75
1.59/1.66	c 
1.59/1.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.59/1.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.66	c limits/memory = 1620
1.59/1.66	c 
1.59/1.66	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.59/1.66	c # [type: int, range: [1,2], default: 1]
1.59/1.66	c timing/clocktype = 2
1.59/1.66	c 
1.59/1.66	c # should presolving try to simplify inequalities
1.59/1.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.66	c constraints/linear/simplifyinequalities = TRUE
1.59/1.66	c 
1.59/1.66	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.59/1.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.66	c constraints/indicator/addCouplingCons = TRUE
1.59/1.66	c 
1.59/1.66	c # should presolving try to simplify knapsacks
1.59/1.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.66	c constraints/knapsack/simplifyinequalities = TRUE
1.59/1.66	c 
1.59/1.66	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.59/1.66	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.66	c separating/rapidlearning/freq = 0
1.59/1.66	c 
1.59/1.66	c -----------------------------------------------------------------------------------------------
1.59/1.66	c start solving
1.59/1.66	c 
1.79/1.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.84	c   1.6s|     1 |     0 |   115 |     - |  43M|   0 |  45 |8753 | 483 |8753 | 483 |   0 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
4.49/4.51	c   4.2s|     1 |     0 |  3842 |     - |  43M|   0 |  45 |8753 | 483 |8753 | 483 |   0 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
19.09/19.14	c  18.9s|     1 |     0 |  3856 |     - |  44M|   0 |  51 |8753 | 503 |8753 | 503 |  20 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
19.88/19.97	c  19.7s|     1 |     0 |  3876 |     - |  44M|   0 |  80 |8753 | 503 |8753 | 523 |  40 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
20.89/20.97	c  20.7s|     1 |     0 |  3897 |     - |  44M|   0 |  89 |8753 | 503 |8753 | 543 |  60 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
22.68/22.79	c  22.5s|     1 |     0 |  3922 |     - |  44M|   0 | 108 |8753 | 503 |8753 | 565 |  82 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
24.58/24.68	c  24.4s|     1 |     0 |  3952 |     - |  44M|   0 | 132 |8753 | 503 |8753 | 584 | 101 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
25.88/25.94	c  25.7s|     1 |     0 |  4002 |     - |  44M|   0 | 163 |8753 | 503 |8753 | 625 | 142 |   0 |   0 | 1.074083e+09 |      --      |    Inf 
27.38/27.41	c  27.2s|     1 |     2 |  4002 |     - |  44M|   0 | 163 |8753 | 503 |8753 | 625 | 142 |   0 |  11 | 1.074083e+09 |      --      |    Inf 
1800.07/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.47/1802.27	c 
1801.47/1802.27	c SCIP Status        : solving was interrupted [user interrupt]
1801.47/1802.27	c Solving Time (sec) : 1802.01
1801.47/1802.27	c Solving Nodes      : 4535
1801.47/1802.27	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.47/1802.27	c Dual Bound         : +1.07408333967693e+09
1801.47/1802.27	c Gap                : infinite
1801.47/1802.27	s UNKNOWN
1801.47/1802.27	c SCIP Status        : solving was interrupted [user interrupt]
1801.47/1802.27	c Solving Time       :    1802.01
1801.47/1802.27	c Original Problem   :
1801.47/1802.27	c   Problem name     : HOME/instance-2703511-1278560069.opb
1801.47/1802.27	c   Variables        : 9155 (9155 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.47/1802.27	c   Constraints      : 884 initial, 884 maximal
1801.47/1802.27	c Presolved Problem  :
1801.47/1802.27	c   Problem name     : t_HOME/instance-2703511-1278560069.opb
1801.47/1802.27	c   Variables        : 8753 (8753 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.47/1802.27	c   Constraints      : 483 initial, 6384 maximal
1801.47/1802.27	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.47/1802.27	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.47/1802.27	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1801.47/1802.27	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.47/1802.27	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.47/1802.27	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.47/1802.27	c   probing          :       0.19          0          0          0          0          0          0          0          0
1801.47/1802.27	c   knapsack         :       0.69          0          0          0          0          0          0          0          0
1801.47/1802.27	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1801.47/1802.27	c   linear           :       0.31        402          0          0        401          0        401          0          0
1801.47/1802.27	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1801.47/1802.27	c   root node        :          -          2          -          -          2          -          -          -          -
1801.47/1802.27	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.47/1802.27	c   integral         :          0          0          0       4668          0          4        250          0          0       8862
1801.47/1802.27	c   knapsack         :        380          6      40950          0          1         55          0        719          0          0
1801.47/1802.27	c   setppc           :         22          6      38363          0          1         21     397812          0          0          0
1801.47/1802.27	c   linear           :         81+         7      40875          0          0         10     353574         12          0          0
1801.47/1802.27	c   logicor          :          0+         0       6104          0          0         31        416          0          0          0
1801.47/1802.27	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1801.47/1802.27	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.47/1802.27	c   integral         :     133.49       0.00       0.00     133.49       0.00
1801.47/1802.27	c   knapsack         :      67.64       2.67      64.97       0.00       0.00
1801.47/1802.27	c   setppc           :       3.57       0.00       3.57       0.00       0.00
1801.47/1802.27	c   linear           :      23.39       0.52      22.87       0.00       0.00
1801.47/1802.27	c   logicor          :       1.44       0.00       1.44       0.00       0.00
1801.47/1802.27	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.47/1802.27	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.47/1802.27	c   vbounds          :       0.04          2          0          0
1801.47/1802.27	c   rootredcost      :       0.05          0          0          0
1801.47/1802.27	c   pseudoobj        :       0.33      40751          0          1
1801.47/1802.27	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.47/1802.27	c   propagation      :       4.80        112        112       1616      810.8          2       25.0          -
1801.47/1802.27	c   infeasible LP    :     112.57       3913       2633      28496      780.6         66       52.0          0
1801.47/1802.27	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.47/1802.27	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.47/1802.27	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.47/1802.27	c   applied globally :          -          -          -      12982      378.1          -          -          -
1801.47/1802.27	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.47/1802.27	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.47/1802.27	c   cut pool         :       0.00          2          -          -          0          -    (maximal pool size: 21)
1801.47/1802.27	c   redcost          :       6.71       4673          0          0          0          0
1801.47/1802.27	c   impliedbounds    :       0.01          6          0          0          0          0
1801.47/1802.27	c   intobj           :       0.00          0          0          0          0          0
1801.47/1802.27	c   cgmip            :       0.00          0          0          0          0          0
1801.47/1802.27	c   gomory           :       0.30          6          0          0          8          0
1801.47/1802.27	c   strongcg         :       0.72          6          0          0          3          0
1801.47/1802.27	c   cmir             :       1.00          6          0          0         15          0
1801.47/1802.27	c   flowcover        :       1.94          6          0          0          0          0
1801.47/1802.27	c   clique           :       0.02          6          0          0          0          0
1801.47/1802.27	c   zerohalf         :       0.00          0          0          0          0          0
1801.47/1802.27	c   mcf              :       0.01          1          0          0          0          0
1801.47/1802.27	c   rapidlearning    :      13.92          1          0          0          0         20
1801.47/1802.27	c Pricers            :       Time      Calls       Vars
1801.47/1802.27	c   problem variables:       0.00          0          0
1801.47/1802.27	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.47/1802.27	c   relpscost        :     133.47       4668          4        250          0          0       8862
1801.47/1802.27	c   pscost           :       0.00          0          0          0          0          0          0
1801.47/1802.27	c   inference        :       0.00          1          0          0          0          0          2
1801.47/1802.27	c   mostinf          :       0.00          0          0          0          0          0          0
1801.47/1802.27	c   leastinf         :       0.00          0          0          0          0          0          0
1801.47/1802.27	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.47/1802.27	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.47/1802.27	c   random           :       0.00          0          0          0          0          0          0
1801.47/1802.27	c Primal Heuristics  :       Time      Calls      Found
1801.47/1802.27	c   LP solutions     :       0.00          -          0
1801.47/1802.27	c   pseudo solutions :       0.00          -          0
1801.47/1802.27	c   oneopt           :       0.01          0          0
1801.47/1802.27	c   crossover        :       0.01          0          0
1801.47/1802.27	c   intshifting      :       0.00          0          0
1801.47/1802.27	c   veclendiving     :      88.17          3          0
1801.47/1802.27	c   coefdiving       :      45.69          7          0
1801.47/1802.27	c   rootsoldiving    :      69.71          5          0
1801.47/1802.27	c   pscostdiving     :     114.83         17          0
1801.47/1802.27	c   feaspump         :       8.00          9          0
1801.47/1802.27	c   fracdiving       :      87.09         18          0
1801.47/1802.27	c   objpscostdiving  :      11.79         28          0
1801.47/1802.27	c   trivial          :       0.04          2          0
1801.47/1802.27	c   simplerounding   :       0.01          0          0
1801.47/1802.27	c   zirounding       :       0.15       1000          0
1801.47/1802.27	c   rounding         :       1.50        924          0
1801.47/1802.27	c   shifting         :       3.23        253          0
1801.47/1802.27	c   twoopt           :       0.00          0          0
1801.47/1802.27	c   fixandinfer      :       0.00          0          0
1801.47/1802.27	c   intdiving        :       0.00          0          0
1801.47/1802.27	c   actconsdiving    :       0.00          0          0
1801.47/1802.27	c   linesearchdiving :     139.10         14          0
1801.47/1802.27	c   guideddiving     :       0.00          0          0
1801.47/1802.27	c   octane           :       0.00          0          0
1801.47/1802.27	c   rens             :       0.26          1          0
1801.47/1802.27	c   rins             :       0.00          0          0
1801.47/1802.27	c   localbranching   :       0.00          0          0
1801.47/1802.27	c   mutation         :       0.00          0          0
1801.47/1802.27	c   dins             :       0.00          0          0
1801.47/1802.27	c   undercover       :       0.00          0          0
1801.47/1802.27	c   nlp              :       0.00          0          0
1801.47/1802.27	c   trysol           :       0.00          0          0
1801.47/1802.27	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.47/1802.27	c   primal LP        :       0.01          0          0       0.00          -
1801.47/1802.27	c   dual LP          :    1025.91       4728    1882825     398.23    1835.27
1801.47/1802.27	c   lex dual LP      :       0.00          0          0       0.00          -
1801.47/1802.27	c   barrier LP       :       0.00          0          0       0.00          -
1801.47/1802.27	c   diving/probing LP:     269.28      32821     191013       5.82     709.34
1801.47/1802.27	c   strong branching :     133.14       2602     203801      78.32    1530.70
1801.47/1802.27	c     (at root node) :          -         11       1951     177.36          -
1801.47/1802.27	c   conflict analysis:       0.00          0          0       0.00          -
1801.47/1802.27	c B&B Tree           :
1801.47/1802.27	c   number of runs   :          1
1801.47/1802.27	c   nodes            :       4535
1801.47/1802.27	c   nodes (total)    :       4535
1801.47/1802.27	c   nodes left       :       4330
1801.47/1802.27	c   max depth        :         67
1801.47/1802.27	c   max depth (total):         67
1801.47/1802.27	c   backtracks       :        130 (2.9%)
1801.47/1802.27	c   delayed cutoffs  :          0
1801.47/1802.27	c   repropagations   :        135 (79 domain reductions, 0 cutoffs)
1801.47/1802.27	c   avg switch length:       2.28
1801.47/1802.27	c   switching time   :       3.03
1801.47/1802.27	c Solution           :
1801.47/1802.27	c   Solutions found  :          0 (0 improvements)
1801.47/1802.27	c   Primal Bound     :          -
1801.47/1802.27	c   Dual Bound       : +1.07408333967693e+09
1801.47/1802.27	c   Gap              :   infinite
1801.47/1802.27	c   Root Dual Bound  : +1.07408332478269e+09
1801.47/1802.27	c   Root Iterations  :       4002
1801.67/1802.48	c Time complete: 1801.75.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 31539
/proc/meminfo: memFree=1542416/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=7904 CPUtime=0
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 1079 0 0 0 0 0 0 0 23 0 1 0 24218150 8093696 990 1992294400 4194304 8395647 140736114298768 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31539/statm: 1976 999 365 1026 0 946 0

[startup+0.028849 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 31539
/proc/meminfo: memFree=1542416/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=13932 CPUtime=0.01
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 2769 0 0 0 1 0 0 0 23 0 1 0 24218150 14266368 2680 1992294400 4194304 8395647 140736114298768 18446744073709551615 6345008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31539/statm: 3483 2680 390 1026 0 2453 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13932

[startup+0.100864 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 31539
/proc/meminfo: memFree=1542416/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=18036 CPUtime=0.09
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 3817 0 0 0 8 1 0 0 23 0 1 0 24218150 18468864 3728 1992294400 4194304 8395647 140736114298768 18446744073709551615 7301391 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31539/statm: 4509 3728 394 1026 0 3479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18036

[startup+0.300903 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 31539
/proc/meminfo: memFree=1542416/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=31284 CPUtime=0.29
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 7409 0 0 0 27 2 0 0 23 0 1 0 24218150 32034816 6966 1992294400 4194304 8395647 140736114298768 18446744073709551615 4501669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 7821 6966 413 1026 0 6791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31284

[startup+0.700982 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 31539
/proc/meminfo: memFree=1542416/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=54108 CPUtime=0.69
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 12846 0 0 0 65 4 0 0 25 0 1 0 24218150 55406592 12403 1992294400 4194304 8395647 140736114298768 18446744073709551615 4924903 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 13527 12403 475 1026 0 12497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54108

[startup+1.50114 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 31540
/proc/meminfo: memFree=1485492/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=66100 CPUtime=1.49
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 15939 0 0 0 144 5 0 0 25 0 1 0 24218150 67686400 15496 1992294400 4194304 8395647 140736114298768 18446744073709551615 5608336 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 16525 15496 495 1026 0 15495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66100

[startup+3.10046 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 31540
/proc/meminfo: memFree=1465404/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=84396 CPUtime=3.09
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 20808 0 0 0 301 8 0 0 25 0 1 0 24218150 86421504 19625 1992294400 4194304 8395647 140736114298768 18446744073709551615 6636781 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 21099 19625 581 1026 0 20069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84396

[startup+6.30109 s]
/proc/loadavg: 1.06 1.00 1.00 2/107 31540
/proc/meminfo: memFree=1427956/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=144692 CPUtime=6.29
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 35414 0 0 0 615 14 0 0 25 0 1 0 24218150 148164608 34231 1992294400 4194304 8395647 140736114298768 18446744073709551615 6074036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 36173 34231 617 1026 0 35143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144692

[startup+12.7004 s]
/proc/loadavg: 1.05 1.00 1.00 2/107 31540
/proc/meminfo: memFree=1404520/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=147688 CPUtime=12.68
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 36183 0 0 0 1251 17 0 0 25 0 1 0 24218150 151232512 35000 1992294400 4194304 8395647 140736114298768 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 36922 35000 625 1026 0 35892 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 147688

[startup+25.5009 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 31540
/proc/meminfo: memFree=1394476/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=156864 CPUtime=25.48
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 38638 0 0 0 2525 23 0 0 25 0 1 0 24218150 160628736 37450 1992294400 4194304 8395647 140736114298768 18446744073709551615 6126458 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39216 37450 664 1026 0 38186 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 156864

[startup+51.101 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 31542
/proc/meminfo: memFree=1392616/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=51.07
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39111 0 0 0 5062 45 0 0 25 0 1 0 24218150 162394112 37892 1992294400 4194304 8395647 140736114298768 18446744073709551615 6741205 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37892 641 1026 0 38617 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 158588

[startup+102.309 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 31542
/proc/meminfo: memFree=1392616/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=102.26
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39111 0 0 0 10142 84 0 0 25 0 1 0 24218150 162394112 37892 1992294400 4194304 8395647 140736114298768 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37892 641 1026 0 38617 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 158588

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31544
/proc/meminfo: memFree=1392616/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=162.22
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39111 0 0 0 16100 122 0 0 25 0 1 0 24218150 162394112 37892 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37892 641 1026 0 38617 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 158588

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31546
/proc/meminfo: memFree=1392616/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=222.21
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39112 0 0 0 22072 149 0 0 25 0 1 0 24218150 162394112 37893 1992294400 4194304 8395647 140736114298768 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37893 642 1026 0 38617 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 158588

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31548
/proc/meminfo: memFree=1392616/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=282.18
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39113 0 0 0 28036 182 0 0 25 0 1 0 24218150 162394112 37894 1992294400 4194304 8395647 140736114298768 18446744073709551615 6741412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37894 642 1026 0 38617 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 158588

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31550
/proc/meminfo: memFree=1392492/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=342.16
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39135 0 0 0 34005 211 0 0 25 0 1 0 24218150 162394112 37916 1992294400 4194304 8395647 140736114298768 18446744073709551615 6019948 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37916 642 1026 0 38617 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 158588

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31550
/proc/meminfo: memFree=1392492/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=402.14
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39135 0 0 0 39983 231 0 0 25 0 1 0 24218150 162394112 37916 1992294400 4194304 8395647 140736114298768 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 37916 642 1026 0 38617 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 158588

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31552
/proc/meminfo: memFree=1392492/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=158588 CPUtime=462.11
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39234 0 0 0 45955 256 0 0 25 0 1 0 24218150 162394112 38015 1992294400 4194304 8395647 140736114298768 18446744073709551615 6119680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 39647 38015 740 1026 0 38617 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 158588

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31554
/proc/meminfo: memFree=1390756/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=160632 CPUtime=522.09
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 39767 0 0 0 51935 274 0 0 25 0 1 0 24218150 164487168 38536 1992294400 4194304 8395647 140736114298768 18446744073709551615 6575305 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 40158 38536 741 1026 0 39128 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 160632

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31556
/proc/meminfo: memFree=1383192/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=168080 CPUtime=582.06
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 41597 0 0 0 57913 293 0 0 25 0 1 0 24218150 172113920 40307 1992294400 4194304 8395647 140736114298768 18446744073709551615 4911290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 42020 40307 741 1026 0 40990 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 168080

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31558
/proc/meminfo: memFree=1369924/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=181880 CPUtime=642.05
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 44946 0 0 0 63897 308 0 0 25 0 1 0 24218150 186245120 43593 1992294400 4194304 8395647 140736114298768 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 45470 43593 742 1026 0 44440 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 181880

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31566
/proc/meminfo: memFree=1327144/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1001.89
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 99652 537 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 228936

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31568
/proc/meminfo: memFree=1327144/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1061.87
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 105569 618 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 228936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31570
/proc/meminfo: memFree=1327144/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1121.84
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 111487 697 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 228936

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31572
/proc/meminfo: memFree=1327020/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1181.82
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 117405 777 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 228936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31574
/proc/meminfo: memFree=1326896/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1241.8
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 123320 860 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 6740958 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 228936

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31574
/proc/meminfo: memFree=1326896/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1301.78
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 129238 940 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 228936

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31576
/proc/meminfo: memFree=1326896/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1361.75
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 135161 1014 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 228936

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31578
/proc/meminfo: memFree=1326896/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1421.73
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 141084 1089 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 228936

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31580
/proc/meminfo: memFree=1326896/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1481.7
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 147003 1167 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 6721310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 228936

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31582
/proc/meminfo: memFree=1326896/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1541.68
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 152919 1249 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 6741472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 228936

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31591
/proc/meminfo: memFree=1325904/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1601.64
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 158835 1329 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 228936

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31593
/proc/meminfo: memFree=1326028/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1661.62
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 164756 1406 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 228936

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31595
/proc/meminfo: memFree=1326028/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1721.59
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 170667 1492 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 6742493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 228936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31597
/proc/meminfo: memFree=1326028/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1781.58
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 176583 1575 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 6740855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 228936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31597
/proc/meminfo: memFree=1326028/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1800.07
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 178411 1596 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 228936

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31597
/proc/meminfo: memFree=1326028/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1800.67
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 178470 1597 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 228936

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 31598
/proc/meminfo: memFree=1326020/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1801.47
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55867 0 0 0 178549 1598 0 0 25 0 1 0 24218150 234430464 54226 1992294400 4194304 8395647 140736114298768 18446744073709551615 6723557 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54226 743 1026 0 56204 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 228936

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 31598
/proc/meminfo: memFree=1326020/2059040 swapFree=4162460/4192956
[pid=31539] ppid=31537 vsize=228936 CPUtime=1801.67
/proc/31539/stat : 31539 (pbscip.linux.x8) R 31537 31539 27946 0 -1 4202496 55870 0 0 0 178569 1598 0 0 25 0 1 0 24218150 234430464 54229 1992294400 4194304 8395647 140736114298768 18446744073709551615 6345817 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31539/statm: 57234 54229 746 1026 0 56204 0
Current children cumulated CPU time (s) 1801.67
Current children cumulated vsize (KiB) 228936

Child status: 0
Real time (s): 1802.49
CPU time (s): 1801.77
CPU user time (s): 1785.76
CPU system time (s): 16.0096
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 228936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.76
system time used= 16.0096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55871
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= 2
involuntary context switches= 2721

runsolver used 3.21851 second user time and 8.27474 second system time

The end

Launcher Data

Begin job on node033 at 2010-07-08 05:34:29
IDJOB=2703511
IDBENCH=2511
IDSOLVER=1213
FILE ID=node033/2703511-1278560069
PBS_JOBID= 11239506
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-swath.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703511-1278560069/watcher-2703511-1278560069 -o /tmp/evaluation-result-2703511-1278560069/solver-2703511-1278560069 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703511-1278560069.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3553224658521cb15e26e6f30dd8f5c2
RANDOM SEED=811893433

node033.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1542820 kB
Buffers:         78872 kB
Cached:         315724 kB
SwapCached:       1624 kB
Active:         188456 kB
Inactive:       237520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1542820 kB
SwapTotal:     4192956 kB
SwapFree:      4162460 kB
Dirty:           11960 kB
Writeback:           0 kB
AnonPages:       29780 kB
Mapped:          13128 kB
Slab:            68264 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node033 at 2010-07-08 06:04:32