Trace number 3734015

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.22 1800.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_11.opb
MD5SUM5946eb43fefc6e626d35d99afd3eec42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1287
Total number of constraints2430
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2430
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver SoPlex 1.4.1
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-3734015-1338702978.opb>
0.00/0.05	c original problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 2430 constraints
0.00/0.06	c start presolving problem
0.00/0.06	c presolving:
0.08/0.09	c (round 1) 0 del vars, 1210 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10 upgd conss, 0 impls, 0 clqs
0.19/0.24	c    (0.2s) probing: 112/1287 (8.7%) - 0 fixings, 0 aggregations, 489 implications, 0 bound changes
0.19/0.24	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.24	c presolving (2 rounds):
0.19/0.24	c  0 deleted vars, 1210 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.24	c  2530 implications, 0 cliques
0.19/0.24	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1220 constraints
0.19/0.24	c      10 constraints of type <knapsack>
0.19/0.24	c    1210 constraints of type <linear>
0.19/0.24	c transformed objective value is always integral (scale: 1)
0.19/0.24	c Presolving Time: 0.17
0.19/0.24	c OPT-LIN
0.19/0.24	c -----------------------------------------------------------------------------------------------
0.19/0.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.24	c limits/memory = c 13950
0.19/0.24	c # maximal time in seconds to run
0.19/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.24	c limits/time = c 1791
0.19/0.24	c # frequency for displaying node information lines
0.19/0.24	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.24	c display/freq = c 10000
0.19/0.24	c -----------------------------------------------------------------------------------------------
0.19/0.24	c start solving problem
0.19/0.24	c 
0.19/0.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.28	c   0.2s|     1 |     0 |  1516 |9504k|   0 | 770 |1287 |1220 |1220 |1287 |1220 |   0 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
0.88/0.90	c   0.8s|     1 |     0 |  4569 |  10M|   0 | 769 |1287 |1220 |1220 |1287 |1353 | 133 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |  4712 |  10M|   0 | 766 |1287 |1220 |1220 |1287 |1458 | 238 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
1.10/1.20	c   1.1s|     1 |     0 |  5018 |  11M|   0 | 788 |1287 |1220 |1220 |1287 |1571 | 351 |   0 |   0 | 1.000276e+01 |      --      |    Inf 
1.39/1.42	c   1.4s|     1 |     0 |  5370 |  11M|   0 | 791 |1287 |1220 |1220 |1287 |1700 | 480 |   0 |   0 | 1.003200e+01 |      --      |    Inf 
1.59/1.68	c   1.6s|     1 |     0 |  5691 |  12M|   0 | 788 |1287 |1220 |1220 |1287 |1829 | 609 |   0 |   0 | 1.033333e+01 |      --      |    Inf 
1.99/2.06	c   2.0s|     1 |     0 |  6114 |  12M|   0 | 735 |1287 |1220 |1220 |1287 |1934 | 714 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.29/2.37	c   2.3s|     1 |     0 |  6634 |  13M|   0 | 822 |1287 |1220 |1220 |1287 |2062 | 842 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.78/2.82	c   2.7s|     1 |     0 |  7425 |  14M|   0 | 805 |1287 |1220 |1220 |1287 |2185 | 965 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
3.39/3.44	c   3.4s|     1 |     0 |  8205 |  14M|   0 | 811 |1287 |1220 |1220 |1287 |2304 |1084 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
3.99/4.00	c   3.9s|     1 |     0 |  8999 |  15M|   0 | 807 |1287 |1220 |1220 |1287 |2422 |1202 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
4.30/4.31	c   4.2s|     1 |     0 |  9736 |  15M|   0 | 802 |1287 |1220 |1220 |1287 |2339 |1245 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
11.89/11.94	c  11.8s|     1 |     2 |  9736 |  15M|   0 | 802 |1287 |1220 |1220 |1287 |2339 |1245 |   0 |  30 | 1.100000e+01 |      --      |    Inf 
297.83/297.97	c   295s| 10000 |  5104 |  2130k|  30M| 118 |   - |1287 |3840 |1350 |   0 |   0 |1245 |9937 |4673 | 1.400000e+01 |      --      |    Inf 
544.09/544.21	c   538s| 20000 |  8956 |  4111k|  48M| 118 |   - |1287 |3832 | 943 |   0 |   0 |1245 |  23k|  10k| 1.600000e+01 |      --      |    Inf 
737.55/737.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
737.55/737.76	c   729s| 30000 | 11331 |  5760k|  63M| 118 | 386 |1287 |4257 |2525 |1287 |1428 |1245 |  39k|  14k| 1.600000e+01 |      --      |    Inf 
867.83/868.00	c   858s| 40000 | 12863 |  7029k|  75M| 118 | 457 |1287 |5468 |1884 |1287 |1428 |1245 |  55k|  16k| 1.900000e+01 |      --      |    Inf 
1021.81/1022.02	c  1010s| 50000 | 13632 |  8277k|  83M| 118 |   - |1287 |5643 |1652 |1287 |1428 |1245 |  72k|  20k| 2.000000e+01 |      --      |    Inf 
1143.18/1143.45	c  1130s| 60000 | 15006 |  9526k|  95M| 118 | 526 |1287 |5320 |2392 |1287 |1428 |1245 |  88k|  22k| 2.000000e+01 |      --      |    Inf 
1280.26/1280.52	c  1265s| 70000 | 15548 | 10746k| 101M| 118 | 418 |1287 |5174 |1570 |1287 |1428 |1245 | 104k|  25k| 2.200000e+01 |      --      |    Inf 
1389.24/1389.58	c  1373s| 80000 | 16368 | 11883k| 109M| 118 |   - |1287 |5531 |1049 |1287 |1428 |1245 | 120k|  26k| 2.300000e+01 |      --      |    Inf 
1512.53/1512.85	c  1495s| 90000 | 16901 | 13043k| 116M| 118 |   - |1287 |5401 | 643 |   0 |   0 |1245 | 138k|  28k| 2.400000e+01 |      --      |    Inf 
1650.30/1650.62	c  1631s|100000 | 17377 | 14277k| 123M| 118 | 445 |1287 |5974 |1600 |1287 |1428 |1245 | 154k|  32k| 2.400000e+01 |      --      |    Inf 
1749.57/1749.96	c  1729s|110000 | 17595 | 15413k| 128M| 118 |   - |1287 |6411 |1218 |   0 |   0 |1245 | 170k|  32k| 2.400000e+01 |      --      |    Inf 
1800.07/1800.41	c 
1800.07/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.41	c Solving Time (sec) : 1778.68
1800.07/1800.41	c Solving Nodes      : 114234
1800.07/1800.41	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.41	c Dual Bound         : +2.45000000000000e+01
1800.07/1800.41	c Gap                : infinite
1800.07/1800.41	c NODE         114234
1800.07/1800.41	c DUAL BOUND   24.5
1800.07/1800.41	c PRIMAL BOUND 1e+20
1800.07/1800.41	c GAP          1e+20
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.41	c Solving Time       :    1778.68
1800.07/1800.41	c Original Problem   :
1800.07/1800.41	c   Problem name     : HOME/instance-3734015-1338702978.opb
1800.07/1800.41	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.41	c   Constraints      : 2430 initial, 2430 maximal
1800.07/1800.41	c Presolved Problem  :
1800.07/1800.41	c   Problem name     : t_HOME/instance-3734015-1338702978.opb
1800.07/1800.41	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.41	c   Constraints      : 1220 initial, 6866 maximal
1800.07/1800.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   probing          :       0.13          0          0          0          0          0          0          0          0
1800.07/1800.41	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   linear           :       0.03          0          0          0          0          0       1210          0          0
1800.07/1800.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.41	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.41	c   integral         :          0          0          0      80487          0        165      25998          0          0     149182
1800.07/1800.41	c   knapsack         :         10         11     557169          0          0       3051     110775         87          0          0
1800.07/1800.41	c   linear           :       1210         11     554118          0          0      30209    8388828          1          0          0
1800.07/1800.41	c   logicor          :          0+         0     335307          0          0       2026     588041          0          0          0
1800.07/1800.41	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.41	c   integral         :     402.80       0.00       0.00     402.80       0.00
1800.07/1800.41	c   knapsack         :       4.26       0.00       4.26       0.00       0.00
1800.07/1800.41	c   linear           :     188.17       0.01     188.16       0.00       0.00
1800.07/1800.41	c   logicor          :      14.33       0.00      14.33       0.00       0.00
1800.07/1800.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.41	c   rootredcost      :       0.07          0          0          0
1800.07/1800.41	c   pseudoobj        :       0.37     556962          0          0
1800.07/1800.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.41	c   propagation      :       2.25      35286      35272     356520       33.8       1678       22.5          -
1800.07/1800.41	c   infeasible LP    :       3.93      24779      24779     114759       23.7       2530       16.1          0
1800.07/1800.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.41	c   applied globally :          -          -          -     178304       25.2          -          -          -
1800.07/1800.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.41	c   cut pool         :       0.01         10          -          -       5775          -    (maximal pool size: 6913)
1800.07/1800.41	c   redcost          :       1.67      80498          0         62          0          0
1800.07/1800.41	c   impliedbounds    :       0.00         11          0          0         20          0
1800.07/1800.41	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.41	c   gomory           :       0.21         11          0          0        218          0
1800.07/1800.41	c   strongcg         :       0.25         11          0          0        478          0
1800.07/1800.41	c   cmir             :       1.11         10          0          0       4999          0
1800.07/1800.41	c   flowcover        :       0.58         10          0          0       2000          0
1800.07/1800.41	c   clique           :       0.00          1          0          0          0          0
1800.07/1800.41	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.41	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.41	c Pricers            :       Time      Calls       Vars
1800.07/1800.41	c   problem variables:       0.00          0          0
1800.07/1800.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.41	c   relpscost        :     402.73      80487        165      25998          0          0     149182
1800.07/1800.41	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.41	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.41	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.41	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.41	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.41	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.41	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.41	c   LP solutions     :       0.00          -          0
1800.07/1800.41	c   pseudo solutions :       0.00          -          0
1800.07/1800.41	c   oneopt           :       0.01          0          0
1800.07/1800.41	c   crossover        :       0.01          0          0
1800.07/1800.41	c   guideddiving     :       0.00          0          0
1800.07/1800.41	c   objpscostdiving  :       8.72         93          0
1800.07/1800.41	c   rootsoldiving    :       6.53         93          0
1800.07/1800.41	c   linesearchdiving :      12.51        186          0
1800.07/1800.41	c   coefdiving       :      39.94        186          0
1800.07/1800.41	c   pscostdiving     :      17.84        186          0
1800.07/1800.41	c   fracdiving       :      39.62        186          0
1800.07/1800.41	c   veclendiving     :      11.06        186          0
1800.07/1800.41	c   feaspump         :      14.34         94          0
1800.07/1800.41	c   simplerounding   :       0.09          0          0
1800.07/1800.41	c   rounding         :       0.86       3959          0
1800.07/1800.41	c   shifting         :       6.43       1190          0
1800.07/1800.41	c   intshifting      :       0.00          0          0
1800.07/1800.41	c   fixandinfer      :       0.00          0          0
1800.07/1800.41	c   intdiving        :       0.00          0          0
1800.07/1800.41	c   actconsdiving    :       0.00          0          0
1800.07/1800.41	c   octane           :       0.00          0          0
1800.07/1800.41	c   rens             :       0.00          0          0
1800.07/1800.41	c   rins             :       0.00          0          0
1800.07/1800.41	c   localbranching   :       0.00          0          0
1800.07/1800.41	c   mutation         :       0.00          0          0
1800.07/1800.41	c   dins             :       0.00          0          0
1800.07/1800.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.41	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.41	c   dual LP          :     941.01      97616   14449964     148.03   15355.80
1800.07/1800.41	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.41	c   diving/probing LP:     133.65      25450    1465406      57.58   10964.50
1800.07/1800.41	c   strong branching :     395.00      33294    4291607     128.90   10864.83
1800.07/1800.41	c     (at root node) :          -         30      29109     970.30          -
1800.07/1800.41	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.41	c B&B Tree           :
1800.07/1800.41	c   number of runs   :          1
1800.07/1800.41	c   nodes            :     114234
1800.07/1800.41	c   nodes (total)    :     114234
1800.07/1800.41	c   nodes left       :      17741
1800.07/1800.41	c   max depth        :        118
1800.07/1800.41	c   max depth (total):        118
1800.07/1800.41	c   backtracks       :      20224 (17.7%)
1800.07/1800.41	c   delayed cutoffs  :      17208
1800.07/1800.41	c   repropagations   :     143476 (3028560 domain reductions, 10869 cutoffs)
1800.07/1800.41	c   avg switch length:       6.89
1800.07/1800.41	c   switching time   :      41.22
1800.07/1800.41	c Solution           :
1800.07/1800.41	c   Solutions found  :          0 (0 improvements)
1800.07/1800.41	c   Primal Bound     :          -
1800.07/1800.41	c   Dual Bound       : +2.45000000000000e+01
1800.07/1800.41	c   Gap              :   infinite
1800.07/1800.41	c   Root Dual Bound  : +1.10000000000000e+01
1800.18/1800.53	c Time complete: 1800.21.

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.00 3/176 30976
/proc/meminfo: memFree=28228848/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=8556 CPUtime=0 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 1500 0 0 0 0 0 0 0 20 0 1 0 336423747 8761344 1452 33554432000 4194304 7823515 140733197503520 140733197369624 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 2139 1452 354 887 0 1249 0

[startup+0.0902231 s]
/proc/loadavg: 2.01 2.05 2.00 3/176 30976
/proc/meminfo: memFree=28228848/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=31020 CPUtime=0.08 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 7082 0 0 0 7 1 0 0 20 0 1 0 336423747 31764480 6680 33554432000 4194304 7823515 140733197503520 140733197369624 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 7755 6680 415 887 0 6865 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31020

[startup+0.10027 s]
/proc/loadavg: 2.01 2.05 2.00 3/176 30976
/proc/meminfo: memFree=28228848/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=32056 CPUtime=0.09 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 7362 0 0 0 8 1 0 0 20 0 1 0 336423747 32825344 6960 33554432000 4194304 7823515 140733197503520 140733197369624 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 8014 6960 431 887 0 7124 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32056

[startup+0.30019 s]
/proc/loadavg: 2.01 2.05 2.00 3/176 30976
/proc/meminfo: memFree=28228848/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=38000 CPUtime=0.29 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 8805 0 0 0 28 1 0 0 20 0 1 0 336423747 38912000 8361 33554432000 4194304 7823515 140733197503520 140733197500200 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 9500 8361 526 887 0 8610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38000

[startup+0.700182 s]
/proc/loadavg: 2.01 2.05 2.00 3/176 30976
/proc/meminfo: memFree=28228848/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=38000 CPUtime=0.69 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 8869 0 0 0 68 1 0 0 20 0 1 0 336423747 38912000 8425 33554432000 4194304 7823515 140733197503520 140733197500200 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 9500 8425 526 887 0 8610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38000

[startup+1.50022 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 30977
/proc/meminfo: memFree=28194716/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=48548 CPUtime=1.49 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 11650 0 0 0 147 2 0 0 20 0 1 0 336423747 49713152 11028 33554432000 4194304 7823515 140733197503520 140733197498712 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 12137 11028 551 887 0 11247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48548

[startup+3.10013 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 30977
/proc/meminfo: memFree=28184300/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=55872 CPUtime=3.09 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 13252 0 0 0 305 4 0 0 20 0 1 0 336423747 57212928 12614 33554432000 4194304 7823515 140733197503520 140733197499320 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 13968 12614 551 887 0 13078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55872

[startup+6.30023 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 30977
/proc/meminfo: memFree=28178900/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=56276 CPUtime=6.29 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 19916 0 0 0 622 7 0 0 20 0 1 0 336423747 57626624 12843 33554432000 4194304 7823515 140733197503520 140733197497544 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 14069 12843 556 887 0 13179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56276

[startup+12.7002 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 30977
/proc/meminfo: memFree=28175652/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=55740 CPUtime=12.68 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 33395 0 0 0 1257 11 0 0 20 0 1 0 336423747 57077760 12850 33554432000 4194304 7823515 140733197503520 140733197498216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 13935 12850 556 887 0 13045 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55740

[startup+25.5001 s]
/proc/loadavg: 2.09 2.06 2.01 3/176 30977
/proc/meminfo: memFree=28172208/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=56460 CPUtime=25.48 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 33591 0 0 0 2528 20 0 0 20 0 1 0 336423747 57815040 13045 33554432000 4194304 7823515 140733197503520 140733197498216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 14115 13045 556 887 0 13225 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56460

[startup+51.1002 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 30978
/proc/meminfo: memFree=28164404/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=57092 CPUtime=51.07 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 33765 0 0 0 5059 48 0 0 20 0 1 0 336423747 58462208 13533 33554432000 4194304 7823515 140733197503520 140733197499336 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 14273 13533 565 887 0 13383 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57092

[startup+102.307 s]
/proc/loadavg: 2.07 2.06 2.00 3/177 30978
/proc/meminfo: memFree=28148936/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=59540 CPUtime=102.27 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 34302 0 0 0 10124 103 0 0 20 0 1 0 336423747 60968960 14070 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 14885 14070 565 887 0 13995 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59540

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30978
/proc/meminfo: memFree=28133616/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=64508 CPUtime=162.25 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 36317 0 0 0 16057 168 0 0 20 0 1 0 336423747 66056192 15317 33554432000 4194304 7823515 140733197503520 140733197498856 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 16127 15317 565 887 0 15237 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64508

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 30978
/proc/meminfo: memFree=28115880/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=68472 CPUtime=222.25 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 37373 0 0 0 21991 234 0 0 20 0 1 0 336423747 70115328 16291 33554432000 4194304 7823515 140733197503520 140733197498216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 17118 16291 565 887 0 16228 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 68472

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 30981
/proc/meminfo: memFree=28098312/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=74276 CPUtime=282.23 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 38915 0 0 0 27924 299 0 0 20 0 1 0 336423747 76058624 17832 33554432000 4194304 7823515 140733197503520 140733197498536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 18569 17832 565 887 0 17679 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 74276

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 31005
/proc/meminfo: memFree=28085184/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=78024 CPUtime=342.22 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 39841 0 0 0 33856 366 0 0 20 0 1 0 336423747 79896576 18737 33554432000 4194304 7823515 140733197503520 140733197500552 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 19506 18737 565 887 0 18616 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 78024

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31005
/proc/meminfo: memFree=28077056/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=83372 CPUtime=402.22 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 41150 0 0 0 39787 435 0 0 20 0 1 0 336423747 85372928 20046 33554432000 4194304 7823515 140733197503520 140733197500552 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 20843 20046 565 887 0 19953 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 83372

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31005
/proc/meminfo: memFree=28066144/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=88968 CPUtime=462.21 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 42660 0 0 0 45721 500 0 0 20 0 1 0 336423747 91103232 21488 33554432000 4194304 7823515 140733197503520 140733197500632 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 22242 21488 565 887 0 21352 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 88968

[startup+522.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31005
/proc/meminfo: memFree=28059628/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=95236 CPUtime=522.19 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 44248 0 0 0 51648 571 0 0 20 0 1 0 336423747 97521664 23076 33554432000 4194304 7823515 140733197503520 140733197497848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 23809 23076 565 887 0 22919 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 95236

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31005
/proc/meminfo: memFree=28051940/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=103172 CPUtime=582.18 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 46171 0 0 0 57579 639 0 0 20 0 1 0 336423747 105648128 24985 33554432000 4194304 7823515 140733197503520 140733197499368 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 25793 24985 565 887 0 24903 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 103172

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31009
/proc/meminfo: memFree=28012400/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=141124 CPUtime=882.13 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 55868 0 0 0 87223 990 0 0 20 0 1 0 336423747 144510976 34545 33554432000 4194304 7823515 140733197503520 140733197498856 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 35281 34545 565 887 0 34391 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 141124

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31009
/proc/meminfo: memFree=28007580/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=145848 CPUtime=942.12 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 57009 0 0 0 93151 1061 0 0 20 0 1 0 336423747 149348352 35683 33554432000 4194304 7823515 140733197503520 140733197499208 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 36462 35683 565 887 0 35572 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 145848

[startup+1002.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 31048
/proc/meminfo: memFree=28079608/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=152556 CPUtime=1002.1 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 58710 0 0 0 99077 1133 0 0 20 0 1 0 336423747 156217344 37322 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 38139 37322 565 887 0 37249 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 152556

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31048
/proc/meminfo: memFree=28066084/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=158524 CPUtime=1062.1 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 60301 0 0 0 105005 1205 0 0 20 0 1 0 336423747 162328576 38876 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 39631 38876 565 887 0 38741 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 158524

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31048
/proc/meminfo: memFree=28056220/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=166748 CPUtime=1122.09 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 62392 0 0 0 110930 1279 0 0 20 0 1 0 336423747 170749952 40915 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 41687 40915 565 887 0 40797 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 166748

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31086
/proc/meminfo: memFree=28060596/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=177192 CPUtime=1182.07 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 65100 0 0 0 116847 1360 0 0 20 0 1 0 336423747 181444608 43536 33554432000 4194304 7823515 140733197503520 140733197498568 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 44298 43536 565 887 0 43408 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 177192

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31086
/proc/meminfo: memFree=28036416/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=182428 CPUtime=1242.06 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 66433 0 0 0 122773 1433 0 0 20 0 1 0 336423747 186806272 44792 33554432000 4194304 7823515 140733197503520 140733197500552 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 45607 44792 565 887 0 44717 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 182428

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 31087
/proc/meminfo: memFree=28030904/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=184636 CPUtime=1302.06 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 67075 0 0 0 128696 1510 0 0 20 0 1 0 336423747 189067264 45429 33554432000 4194304 7823515 140733197503520 140733197499208 5006388 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 46159 45429 565 887 0 45269 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 184636

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 31087
/proc/meminfo: memFree=28021728/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=191360 CPUtime=1362.04 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 68799 0 0 0 134621 1583 0 0 20 0 1 0 336423747 195952640 47061 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 47840 47061 565 887 0 46950 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 191360

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 31087
/proc/meminfo: memFree=28014212/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=198192 CPUtime=1422.04 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 70597 0 0 0 140545 1659 0 0 20 0 1 0 336423747 202948608 48812 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 49548 48812 565 887 0 48658 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 198192

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 31090
/proc/meminfo: memFree=28010560/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=202324 CPUtime=1482.03 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 71572 0 0 0 146470 1733 0 0 20 0 1 0 336423747 207179776 49783 33554432000 4194304 7823515 140733197503520 140733197498872 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 50581 49783 565 887 0 49691 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 202324

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 31090
/proc/meminfo: memFree=28004992/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=207332 CPUtime=1542.02 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 72866 0 0 0 152400 1802 0 0 20 0 1 0 336423747 212307968 51051 33554432000 4194304 7823515 140733197503520 140733197497848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 51833 51051 565 887 0 50943 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 207332

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 31091
/proc/meminfo: memFree=28000144/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=210196 CPUtime=1602.01 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 73590 0 0 0 158326 1875 0 0 20 0 1 0 336423747 215240704 51762 33554432000 4194304 7823515 140733197503520 140733197499208 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 52549 51762 565 887 0 51659 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 210196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31091
/proc/meminfo: memFree=27996124/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=215980 CPUtime=1662 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 75137 0 0 0 164248 1952 0 0 20 0 1 0 336423747 221163520 53212 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 53995 53212 565 887 0 53105 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 215980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31091
/proc/meminfo: memFree=27993272/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=218812 CPUtime=1721.98 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 75854 0 0 0 170167 2031 0 0 20 0 1 0 336423747 224063488 53929 33554432000 4194304 7823515 140733197503520 140733197501352 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 54703 53929 565 887 0 53813 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 218812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31091
/proc/meminfo: memFree=27986008/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=224752 CPUtime=1781.97 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 77350 0 0 0 176084 2113 0 0 20 0 1 0 336423747 230146048 55412 33554432000 4194304 7823515 140733197503520 140733197498856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 56188 55412 565 887 0 55298 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 224752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31091
/proc/meminfo: memFree=27979436/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=224984 CPUtime=1800.07 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 77450 0 0 0 177871 2136 0 0 20 0 1 0 336423747 230383616 55512 33554432000 4194304 7823515 140733197503520 140733197500552 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 56246 55512 565 887 0 55356 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 224984

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

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

[startup+1800.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31091
/proc/meminfo: memFree=27979436/32873648 swapFree=6864/6864
[pid=30976] ppid=30974 vsize=224984 CPUtime=1800.18 cores=1,3,5,7
/proc/30976/stat : 30976 (pbscip.linux.x8) R 30974 30976 19043 0 -1 4202496 77454 0 0 0 177882 2136 0 0 20 0 1 0 336423747 230383616 55516 33554432000 4194304 7823515 140733197503520 140733197500552 4745004 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30976/statm: 56246 55516 569 887 0 55356 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 224984

Child status: 0
Real time (s): 1800.54
CPU time (s): 1800.22
CPU user time (s): 1778.85
CPU system time (s): 21.3718
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 224984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.85
system time used= 21.3718
maximum resident set size= 222064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77457
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= 60
involuntary context switches= 1847

runsolver used 3.38248 second user time and 9.11261 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 07:56:18
IDJOB=3734015
IDBENCH=2643
IDSOLVER=2321
FILE ID=node120/3734015-1338702978
RUNJOBID= node120-1338679216-27544
PBS_JOBID= 14636693
Free space on /tmp= 70764 MiB

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

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

MD5SUM BENCH= 5946eb43fefc6e626d35d99afd3eec42
RANDOM SEED=941985534

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28228848 kB
Buffers:          560632 kB
Cached:          3117252 kB
SwapCached:         1580 kB
Active:          1735340 kB
Inactive:        1978900 kB
Active(anon):      28488 kB
Inactive(anon):     9224 kB
Active(file):    1706852 kB
Inactive(file):  1969676 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             20208 kB
Writeback:             0 kB
AnonPages:         60540 kB
Mapped:            12952 kB
Shmem:                32 kB
Slab:             794304 kB
SReclaimable:     238512 kB
SUnreclaim:       555792 kB
KernelStack:        1472 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70756 MiB
End job on node120 at 2012-06-03 08:26:20