Trace number 3743981

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 NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1791.42 1791.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_7_mh_ic.opb
MD5SUM8e96b5601354e3bba8e306781e19ba68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2673435
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 25440321425
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 25440321425
Number of bits of the biggest sum of numbers35
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-3743981-1338798339.opb>
2.19/2.20	c original problem has 126385 variables (126385 bin, 0 int, 0 impl, 0 cont) and 286973 constraints
2.19/2.20	c problem read
2.19/2.21	c presolving settings loaded
3.09/3.15	c presolving:
3.88/3.93	c (round 1) 5530 del vars, 3574 del conss, 140 chg bounds, 595 chg sides, 2975 chg coeffs, 0 upgd conss, 399910 impls, 1 clqs
6.19/6.26	c (round 2) 5530 del vars, 4169 del conss, 140 chg bounds, 595 chg sides, 2975 chg coeffs, 282801 upgd conss, 399910 impls, 1 clqs
80.39/80.45	c    (78.2s) probing: 1000/120855 (0.8%) - 0 fixings, 0 aggregations, 139598 implications, 0 bound changes
164.26/164.33	c    (162.1s) probing: 2000/120855 (1.7%) - 0 fixings, 0 aggregations, 988825 implications, 0 bound changes
164.36/164.48	c    (162.3s) probing: 2001/120855 (1.7%) - 0 fixings, 0 aggregations, 993316 implications, 0 bound changes
164.36/164.48	c    (162.3s) probing aborted: 2000/2000 successive useless probings
164.36/164.49	c presolving (3 rounds):
164.36/164.49	c  5530 deleted vars, 4169 deleted constraints, 140 tightened bounds, 0 added holes, 595 changed sides, 29155 changed coefficients
164.36/164.49	c  22427332 implications, 1 cliques
164.36/164.49	c presolved problem has 120855 variables (120855 bin, 0 int, 0 impl, 0 cont) and 282804 constraints
164.36/164.49	c   81620 constraints of type <knapsack>
164.36/164.49	c  119631 constraints of type <setppc>
164.36/164.49	c       3 constraints of type <linear>
164.36/164.49	c   81550 constraints of type <logicor>
164.36/164.49	c transformed objective value is always integral (scale: 1)
164.36/164.49	c Presolving Time: 161.66
164.36/164.49	c - non default parameters ----------------------------------------------------------------------
164.36/164.49	c # SCIP version 1.2.1.3
164.36/164.49	c 
164.36/164.49	c # frequency for displaying node information lines
164.36/164.49	c # [type: int, range: [-1,2147483647], default: 100]
164.36/164.49	c display/freq = 10000
164.36/164.49	c 
164.36/164.49	c # maximal time in seconds to run
164.36/164.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
164.36/164.49	c limits/time = 1787.8
164.36/164.49	c 
164.36/164.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
164.36/164.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
164.36/164.49	c limits/memory = 13950
164.36/164.49	c 
164.36/164.49	c # default clock type (1: CPU user seconds, 2: wall clock time)
164.36/164.49	c # [type: int, range: [1,2], default: 1]
164.36/164.49	c timing/clocktype = 2
164.36/164.49	c 
164.36/164.49	c # should presolving try to simplify inequalities
164.36/164.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
164.36/164.49	c constraints/linear/simplifyinequalities = TRUE
164.36/164.49	c 
164.36/164.49	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
164.36/164.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
164.36/164.49	c constraints/indicator/addCouplingCons = TRUE
164.36/164.49	c 
164.36/164.49	c # should presolving try to simplify knapsacks
164.36/164.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
164.36/164.49	c constraints/knapsack/simplifyinequalities = TRUE
164.36/164.49	c 
164.36/164.49	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
164.36/164.49	c # [type: int, range: [-1,2147483647], default: -1]
164.36/164.49	c separating/rapidlearning/freq = 0
164.36/164.49	c 
164.36/164.49	c -----------------------------------------------------------------------------------------------
164.36/164.49	c start solving
164.46/164.53	c 
186.26/186.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.26/186.31	c   184s|     1 |     0 |  3258 |     - |1307M|   0 | 475 | 120k| 282k| 120k| 282k|   0 |   0 |   0 | 5.986339e+05 |      --      |    Inf 
445.82/445.94	c   444s|     1 |     0 |  9229 |     - |1321M|   0 | 315 | 120k| 282k| 120k| 282k|  17 |   0 |   0 | 6.262884e+05 |      --      |    Inf 
629.69/629.89	c   628s|     1 |     0 | 10200 |     - |1331M|   0 | 349 | 120k| 282k| 120k| 282k|  45 |   0 |   0 | 6.431980e+05 |      --      |    Inf 
762.56/762.77	c   761s|     1 |     0 | 10891 |     - |1339M|   0 | 583 | 120k| 282k| 120k| 282k|  62 |   0 |   0 | 6.487740e+05 |      --      |    Inf 
904.85/905.00	c   903s|     1 |     0 | 11556 |     - |1347M|   0 | 365 | 120k| 282k| 120k| 282k|  78 |   0 |   0 | 6.553351e+05 |      --      |    Inf 
1034.03/1034.24	c  1032s|     1 |     0 | 11901 |     - |1355M|   0 | 370 | 120k| 282k| 120k| 282k| 101 |   0 |   0 | 6.570704e+05 |      --      |    Inf 
1246.79/1247.09	c  1245s|     1 |     0 | 12622 |     - |1355M|   0 | 345 | 120k| 282k| 120k| 282k| 119 |   0 |   0 | 6.628652e+05 |      --      |    Inf 
1385.97/1386.25	c  1384s|     1 |     0 | 13531 |     - |1360M|   0 | 696 | 120k| 282k| 120k| 282k| 135 |   0 |   0 | 6.667452e+05 |      --      |    Inf 
1565.94/1566.29	c  1564s|     1 |     0 | 14918 |     - |1361M|   0 | 724 | 120k| 282k| 120k| 282k| 151 |   0 |   0 | 6.814142e+05 |      --      |    Inf 
1789.70/1790.02	c  1788s|     1 |     0 | 14918 |     - |1361M|   0 |   - | 120k| 282k| 120k| 282k| 164 |   0 |   0 | 6.814142e+05 |      --      |    Inf 
1789.80/1790.15	c  1788s|     1 |     2 | 14918 |     - |1361M|   0 |   - | 120k| 282k| 120k| 282k| 164 |   0 |   0 | 6.814142e+05 |      --      |    Inf 
1789.80/1790.15	c 
1789.80/1790.15	c SCIP Status        : solving was interrupted [time limit reached]
1789.80/1790.15	c Solving Time (sec) : 1787.95
1789.80/1790.15	c Solving Nodes      : 1
1789.80/1790.15	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.80/1790.15	c Dual Bound         : +6.81414220414430e+05
1789.80/1790.15	c Gap                : infinite
1789.80/1790.15	s UNKNOWN
1789.80/1790.15	c SCIP Status        : solving was interrupted [time limit reached]
1789.80/1790.15	c Solving Time       :    1787.95
1789.80/1790.15	c Original Problem   :
1789.80/1790.15	c   Problem name     : HOME/instance-3743981-1338798339.opb
1789.80/1790.15	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.15	c   Constraints      : 286973 initial, 286973 maximal
1789.80/1790.15	c Presolved Problem  :
1789.80/1790.15	c   Problem name     : t_HOME/instance-3743981-1338798339.opb
1789.80/1790.15	c   Variables        : 120855 (120855 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.15	c   Constraints      : 282804 initial, 282804 maximal
1789.80/1790.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.80/1790.15	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1789.80/1790.15	c   dualfix          :       0.03       3605          0          0          0          0          0          0          0
1789.80/1790.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.15	c   implics          :       0.02          0          0          0          0          0          0          0          0
1789.80/1790.15	c   probing          :     145.62          0          0          0          0          0          0          0          0
1789.80/1790.15	c   knapsack         :      12.39          0          0          0          0          0          0          0      26180
1789.80/1790.15	c   setppc           :       0.13          0          0          0          0          0          0          0          0
1789.80/1790.15	c   linear           :       2.68        140       1785          0        140          0       4169        595       2975
1789.80/1790.15	c   logicor          :       0.12          0          0          0          0          0          0          0          0
1789.80/1790.15	c   root node        :          -          0          -          -          0          -          -          -          -
1789.80/1790.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.80/1790.15	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.80/1790.15	c   knapsack         :      81620          9       6395          0          1          0          0        129          0          0
1789.80/1790.15	c   setppc           :     119631          9       6395          0          1          0          0          0          0          0
1789.80/1790.15	c   linear           :          3          9       6395          0          0          0          0          0          0          0
1789.80/1790.15	c   logicor          :      81550          9       4396          0          1          0          0          0          0          0
1789.80/1790.15	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.80/1790.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.80/1790.15	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.80/1790.15	c   knapsack         :      47.06       0.83      46.23       0.00       0.00
1789.80/1790.15	c   setppc           :      54.77       0.13      54.60       0.00       0.05
1789.80/1790.15	c   linear           :      19.45      18.79       0.66       0.00       0.00
1789.80/1790.15	c   logicor          :       1.65       0.09       1.52       0.00       0.04
1789.80/1790.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.80/1790.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.80/1790.15	c   vbounds          :       0.00          2          0          0
1789.80/1790.15	c   rootredcost      :       0.00          0          0          0
1789.80/1790.15	c   pseudoobj        :       0.03         10          0          0
1789.80/1790.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.80/1790.15	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.80/1790.15	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.80/1790.15	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.80/1790.15	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.80/1790.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.80/1790.15	c   cut pool         :       0.06          8          -          -        379          -    (maximal pool size: 2799)
1789.80/1790.15	c   redcost          :       0.07          9          0          0          0          0
1789.80/1790.15	c   impliedbounds    :       0.15          9          0          0        167          0
1789.80/1790.15	c   intobj           :       0.00          0          0          0          0          0
1789.80/1790.15	c   cgmip            :       0.00          0          0          0          0          0
1789.80/1790.15	c   gomory           :     356.47          9          0          0       4000          0
1789.80/1790.15	c   strongcg         :      95.02          8          0          0       4000          0
1789.80/1790.15	c   cmir             :     252.42          8          0          0          0          0
1789.80/1790.15	c   flowcover        :     669.86          8          0          0         55          0
1789.80/1790.15	c   clique           :      40.12          8          0          0         54          0
1789.80/1790.15	c   zerohalf         :       0.00          0          0          0          0          0
1789.80/1790.15	c   mcf              :       0.32          1          0          0          0          0
1789.80/1790.15	c   rapidlearning    :       0.00          0          0          0          0          0
1789.80/1790.15	c Pricers            :       Time      Calls       Vars
1789.80/1790.15	c   problem variables:       0.00          0          0
1789.80/1790.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.80/1790.15	c   relpscost        :       0.00          0          0          0          0          0          0
1789.80/1790.15	c   pscost           :       0.00          0          0          0          0          0          0
1789.80/1790.15	c   inference        :       0.04          1          0          0          0          0          2
1789.80/1790.15	c   mostinf          :       0.00          0          0          0          0          0          0
1789.80/1790.15	c   leastinf         :       0.00          0          0          0          0          0          0
1789.80/1790.15	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.80/1790.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.80/1790.15	c   random           :       0.00          0          0          0          0          0          0
1789.80/1790.15	c Primal Heuristics  :       Time      Calls      Found
1789.80/1790.15	c   LP solutions     :       0.00          -          0
1789.80/1790.15	c   pseudo solutions :       0.00          -          0
1789.80/1790.15	c   oneopt           :       0.00          0          0
1789.80/1790.15	c   trivial          :       0.18          2          0
1789.80/1790.15	c   simplerounding   :       0.01          0          0
1789.80/1790.15	c   zirounding       :       0.00          0          0
1789.80/1790.15	c   rounding         :       0.14          9          0
1789.80/1790.15	c   shifting         :       0.38          9          0
1789.80/1790.15	c   intshifting      :       0.00          0          0
1789.80/1790.15	c   twoopt           :       0.00          0          0
1789.80/1790.15	c   fixandinfer      :       0.00          0          0
1789.80/1790.15	c   feaspump         :      93.97          1          0
1789.80/1790.15	c   coefdiving       :       0.00          0          0
1789.80/1790.15	c   pscostdiving     :       0.00          0          0
1789.80/1790.15	c   fracdiving       :       0.00          0          0
1789.80/1790.15	c   veclendiving     :       0.00          0          0
1789.80/1790.15	c   intdiving        :       0.00          0          0
1789.80/1790.15	c   actconsdiving    :       0.00          0          0
1789.80/1790.15	c   objpscostdiving  :       0.00          0          0
1789.80/1790.15	c   rootsoldiving    :       0.00          0          0
1789.80/1790.15	c   linesearchdiving :       0.00          0          0
1789.80/1790.15	c   guideddiving     :       0.00          0          0
1789.80/1790.15	c   octane           :       0.00          0          0
1789.80/1790.15	c   rens             :       0.00          0          0
1789.80/1790.15	c   rins             :       0.00          0          0
1789.80/1790.15	c   localbranching   :       0.00          0          0
1789.80/1790.15	c   mutation         :       0.00          0          0
1789.80/1790.15	c   crossover        :       0.00          0          0
1789.80/1790.15	c   dins             :       0.00          0          0
1789.80/1790.15	c   undercover       :       0.00          0          0
1789.80/1790.15	c   nlp              :       0.00          0          0
1789.80/1790.15	c   trysol           :       0.00          0          0
1789.80/1790.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.80/1790.15	c   primal LP        :       0.00          0          0       0.00          -
1789.80/1790.15	c   dual LP          :      95.02          9       9627    1069.67     101.31
1789.80/1790.15	c   lex dual LP      :       0.00          0          0       0.00          -
1789.80/1790.15	c   barrier LP       :       0.00          0          0       0.00          -
1789.80/1790.15	c   diving/probing LP:      93.39          7       5291     755.86      56.65
1789.80/1790.15	c   strong branching :       0.00          0          0       0.00          -
1789.80/1790.15	c     (at root node) :          -          0          0       0.00          -
1789.80/1790.15	c   conflict analysis:       0.00          0          0       0.00          -
1789.80/1790.15	c B&B Tree           :
1789.80/1790.15	c   number of runs   :          1
1789.80/1790.15	c   nodes            :          1
1789.80/1790.15	c   nodes (total)    :          1
1789.80/1790.15	c   nodes left       :          2
1789.80/1790.15	c   max depth        :          0
1789.80/1790.15	c   max depth (total):          0
1789.80/1790.15	c   backtracks       :          0 (0.0%)
1789.80/1790.15	c   delayed cutoffs  :          0
1789.80/1790.15	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.80/1790.15	c   avg switch length:       1.00
1789.80/1790.15	c   switching time   :       0.00
1789.80/1790.15	c Solution           :
1789.80/1790.15	c   Solutions found  :          0 (0 improvements)
1789.80/1790.15	c   Primal Bound     :          -
1789.80/1790.15	c   Dual Bound       : +6.81414220414430e+05
1789.80/1790.15	c   Gap              :   infinite
1789.80/1790.15	c   Root Dual Bound  : +6.81414220414430e+05
1789.80/1790.15	c   Root Iterations  :      14918
1791.40/1791.71	c Time complete: 1791.41.

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

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.03 2.00 3/176 5901
/proc/meminfo: memFree=30087792/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 1 0 345962549 8105984 1197 33554432000 4194304 8395647 140735513315232 140735700990920 7385025 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 1979 1197 370 1026 0 949 0

[startup+0.10115 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 5901
/proc/meminfo: memFree=30087792/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=44220 CPUtime=0.09 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 10219 0 0 0 8 1 0 0 20 0 1 0 345962549 45281280 10159 33554432000 4194304 8395647 140735513315232 140735700990920 5758034 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 11055 10159 394 1026 0 10025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44220

[startup+0.200364 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 5901
/proc/meminfo: memFree=30087792/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=53288 CPUtime=0.19 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 12413 0 0 0 17 2 0 0 20 0 1 0 345962549 54566912 12353 33554432000 4194304 8395647 140735513315232 140735700990920 5757902 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 13322 12353 394 1026 0 12292 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53288

[startup+0.300363 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 5901
/proc/meminfo: memFree=30087792/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=68440 CPUtime=0.29 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 16198 0 0 0 27 2 0 0 20 0 1 0 345962549 70082560 16138 33554432000 4194304 8395647 140735513315232 140735513180440 4424487 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 17110 16138 394 1026 0 16080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68440

[startup+0.70031 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 5901
/proc/meminfo: memFree=30087792/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=103352 CPUtime=0.69 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 24926 0 0 0 65 4 0 0 20 0 1 0 345962549 105832448 24866 33554432000 4194304 8395647 140735513315232 140735513180440 7382056 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 25838 24867 394 1026 0 24808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103352

[startup+1.50031 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5902
/proc/meminfo: memFree=29970100/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=143884 CPUtime=1.49 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 34987 0 0 0 142 7 0 0 20 0 1 0 345962549 147337216 34927 33554432000 4194304 8395647 140735513315232 140735513180440 7382041 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 35971 34927 394 1026 0 34941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143884

[startup+3.10034 s]
/proc/loadavg: 2.01 2.03 2.00 4/177 5902
/proc/meminfo: memFree=29890608/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=536344 CPUtime=3.09 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 131253 0 0 0 287 22 0 0 20 0 1 0 345962549 549216256 130839 33554432000 4194304 8395647 140735513315232 140735513312856 7386044 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 134086 130861 442 1026 0 133056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 536344

[startup+6.30033 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5902
/proc/meminfo: memFree=29473972/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=706596 CPUtime=6.29 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 173482 0 0 0 599 30 0 0 20 0 1 0 345962549 723554304 172475 33554432000 4194304 8395647 140735513315232 140735513312040 6074036 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 176649 172475 493 1026 0 175619 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 706596

[startup+12.7003 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5902
/proc/meminfo: memFree=29030440/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=1099504 CPUtime=12.68 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 271539 0 0 0 1224 44 0 0 20 0 1 0 345962549 1125892096 270499 33554432000 4194304 8395647 140735513315232 140735513310696 6013922 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 274876 270499 495 1026 0 273846 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1099504

[startup+25.5005 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5902
/proc/meminfo: memFree=28808516/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=1294840 CPUtime=25.48 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 318071 0 0 0 2497 51 0 0 20 0 1 0 345962549 1325916160 319556 33554432000 4194304 8395647 140735513315232 140735513311304 5604533 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/5901/statm: 323710 319556 507 1026 0 322680 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1294840

[startup+51.1004 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 5902
/proc/meminfo: memFree=28793484/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=1310184 CPUtime=51.08 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 321895 0 0 0 5056 52 0 0 20 0 1 0 345962549 1341628416 323380 33554432000 4194304 8395647 140735513315232 140735513311016 5604533 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 327546 323380 507 1026 0 326516 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1310184

[startup+102.3 s]
/proc/loadavg: 2.22 2.09 2.02 3/177 5902
/proc/meminfo: memFree=28662460/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=1436060 CPUtime=102.28 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 353390 0 0 0 10170 58 0 0 20 0 1 0 345962549 1470525440 354875 33554432000 4194304 8395647 140735513315232 140735513311096 5210338 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 359015 354875 513 1026 0 357985 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1436060

[startup+162.3 s]
/proc/loadavg: 2.15 2.09 2.02 3/177 5903
/proc/meminfo: memFree=28398928/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=1697512 CPUtime=162.26 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 418892 0 0 0 16158 68 0 0 20 0 1 0 345962549 1738252288 420377 33554432000 4194304 8395647 140735513315232 140735513311096 4910721 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 424378 420377 513 1026 0 423348 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1697512

[startup+222.307 s]
/proc/loadavg: 2.13 2.09 2.02 3/177 5903
/proc/meminfo: memFree=27993848/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2136864 CPUtime=222.26 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 479607 0 0 0 22141 85 0 0 20 0 1 0 345962549 2188148736 521144 33554432000 4194304 8395647 140735513315232 140735513309752 6707999 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 534216 521144 589 1026 0 533186 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2136864

[startup+282.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/178 5906
/proc/meminfo: memFree=28030536/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2104144 CPUtime=282.25 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 481858 0 0 0 28136 89 0 0 20 0 1 0 345962549 2154643456 511974 33554432000 4194304 8395647 140735513315232 140735513310120 4904063 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 526036 511974 598 1026 0 525006 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2104144

[startup+342.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 5906
/proc/meminfo: memFree=28016188/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2104144 CPUtime=342.24 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 481947 0 0 0 34134 90 0 0 20 0 1 0 345962549 2154643456 512063 33554432000 4194304 8395647 140735513315232 140735513310520 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 526036 512063 611 1026 0 525006 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2104144

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 5906
/proc/meminfo: memFree=28016156/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2104144 CPUtime=402.23 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 481948 0 0 0 40133 90 0 0 20 0 1 0 345962549 2154643456 512064 33554432000 4194304 8395647 140735513315232 140735513310520 5792894 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 526036 512064 612 1026 0 525006 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2104144

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 5907
/proc/meminfo: memFree=27867324/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2246256 CPUtime=462.22 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 488359 0 0 0 46127 95 0 0 20 0 1 0 345962549 2300166144 549213 33554432000 4194304 8395647 140735513315232 140735513310520 5827855 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 561564 549213 624 1026 0 560534 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2246256

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5907
/proc/meminfo: memFree=27867228/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2246256 CPUtime=522.21 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 488359 0 0 0 52126 95 0 0 20 0 1 0 345962549 2300166144 549213 33554432000 4194304 8395647 140735513315232 140735513310520 5849675 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 561564 549213 624 1026 0 560534 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2246256

[startup+582.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 5945
/proc/meminfo: memFree=29018804/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2246256 CPUtime=582.2 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 488359 0 0 0 58125 95 0 0 20 0 1 0 345962549 2300166144 549213 33554432000 4194304 8395647 140735513315232 140735513310520 7382142 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 561564 549213 624 1026 0 560534 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2246256

[startup+642.3 s]

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

/proc/meminfo: memFree=28864232/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2278112 CPUtime=1062.12 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 491406 0 0 0 106109 103 0 0 20 0 1 0 345962549 2332786688 557265 33554432000 4194304 8395647 140735513315232 140735513310472 7382116 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 569528 557265 624 1026 0 568498 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2278112

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5951
/proc/meminfo: memFree=28868236/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2278112 CPUtime=1122.11 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 491406 0 0 0 112103 108 0 0 20 0 1 0 345962549 2332786688 557265 33554432000 4194304 8395647 140735513315232 140735513310520 5827831 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 569528 557265 624 1026 0 568498 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2278112

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5951
/proc/meminfo: memFree=28865660/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2278112 CPUtime=1182.1 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 491406 0 0 0 118102 108 0 0 20 0 1 0 345962549 2332786688 557265 33554432000 4194304 8395647 140735513315232 140735513310520 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 569528 557265 624 1026 0 568498 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2278112

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5952
/proc/meminfo: memFree=28846644/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2289164 CPUtime=1242.1 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 492226 0 0 0 124101 109 0 0 20 0 1 0 345962549 2344103936 561151 33554432000 4194304 8395647 140735513315232 140735513310360 6698214 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 572291 561151 624 1026 0 571261 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2289164

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5952
/proc/meminfo: memFree=28840604/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2289164 CPUtime=1302.08 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 492244 0 0 0 130098 110 0 0 20 0 1 0 345962549 2344103936 561167 33554432000 4194304 8395647 140735513315232 140735513310520 5849675 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 572291 561167 624 1026 0 571261 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2289164

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5953
/proc/meminfo: memFree=28837408/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2289164 CPUtime=1362.08 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 492244 0 0 0 136098 110 0 0 20 0 1 0 345962549 2344103936 561167 33554432000 4194304 8395647 140735513315232 140735513310520 5852534 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 572291 561167 624 1026 0 571261 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2289164

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5953
/proc/meminfo: memFree=28820996/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2300220 CPUtime=1422.07 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 492967 0 0 0 142093 114 0 0 20 0 1 0 345962549 2355425280 564445 33554432000 4194304 8395647 140735513315232 140735513310472 7382116 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 575055 564445 624 1026 0 574025 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2300220

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5956
/proc/meminfo: memFree=28817048/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2300220 CPUtime=1482.05 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 492968 0 0 0 148088 117 0 0 20 0 1 0 345962549 2355425280 564446 33554432000 4194304 8395647 140735513315232 140735513310520 5849682 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 575055 564446 624 1026 0 574025 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2300220

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5994
/proc/meminfo: memFree=27842996/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2300220 CPUtime=1542.05 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 492972 0 0 0 154088 117 0 0 20 0 1 0 345962549 2355425280 564641 33554432000 4194304 8395647 140735513315232 140735513310520 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 575055 564641 625 1026 0 574025 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2300220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5994
/proc/meminfo: memFree=27616928/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2310812 CPUtime=1602.03 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494111 0 0 0 160081 122 0 0 20 0 1 0 345962549 2366271488 566744 33554432000 4194304 8395647 140735513315232 140735513310472 7385934 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 577703 566744 625 1026 0 576673 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2310812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5995
/proc/meminfo: memFree=27085032/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2310812 CPUtime=1662.02 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494112 0 0 0 166075 127 0 0 20 0 1 0 345962549 2366271488 566830 33554432000 4194304 8395647 140735513315232 140735513310424 6440477 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 577703 566830 625 1026 0 576673 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2310812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5995
/proc/meminfo: memFree=27034612/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2310812 CPUtime=1722.01 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494118 0 0 0 172070 131 0 0 20 0 1 0 345962549 2366271488 567109 33554432000 4194304 8395647 140735513315232 140735513310472 7385987 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 577703 567109 625 1026 0 576673 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2310812

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27023608/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2310812 CPUtime=1782 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494119 0 0 0 178064 136 0 0 20 0 1 0 345962549 2366271488 568193 33554432000 4194304 8395647 140735513315232 140735513310472 7385927 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 577703 568193 625 1026 0 576673 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2310812

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

[startup+1785.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27023732/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2310812 CPUtime=1785.3 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494119 0 0 0 178393 137 0 0 20 0 1 0 345962549 2366271488 568193 33554432000 4194304 8395647 140735513315232 140735513310472 6440503 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 577703 568193 625 1026 0 576673 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 2310812

[startup+1788.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27019820/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2310812 CPUtime=1788.5 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494119 0 0 0 178713 137 0 0 20 0 1 0 345962549 2366271488 569197 33554432000 4194304 8395647 140735513315232 140735513310424 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 577703 569197 625 1026 0 576673 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (KiB) 2310812

[startup+1790.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27019820/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2223792 CPUtime=1790.1 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494226 0 0 0 178873 137 0 0 20 0 1 0 345962549 2277163008 548148 33554432000 4194304 8395647 140735513315232 140735513314392 6345272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 555948 548148 632 1026 0 554918 0
Current children cumulated CPU time (s) 1790.1
Current children cumulated vsize (KiB) 2223792

[startup+1791.2 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27103616/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2223792 CPUtime=1790.9 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494228 0 0 0 178953 137 0 0 20 0 1 0 345962549 2277163008 548150 33554432000 4194304 8395647 140735513315232 140735513314392 5208041 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 555948 548150 634 1026 0 554918 0
Current children cumulated CPU time (s) 1790.9
Current children cumulated vsize (KiB) 2223792

[startup+1791.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27103616/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=2136856 CPUtime=1791.3 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494228 0 0 0 178992 138 0 0 20 0 1 0 345962549 2188140544 527984 33554432000 4194304 8395647 140735513315232 140735513314392 6345173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 534214 527984 634 1026 0 533184 0
Current children cumulated CPU time (s) 1791.3
Current children cumulated vsize (KiB) 2136856

[startup+1791.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5995
/proc/meminfo: memFree=27103616/32873844 swapFree=7116/7116
[pid=5901] ppid=5899 vsize=1997508 CPUtime=1791.4 cores=1,3,5,7
/proc/5901/stat : 5901 (pbscip.linux.x8) R 5899 5901 4984 0 -1 4202496 494228 0 0 0 179001 139 0 0 20 0 1 0 345962549 2045448192 493261 33554432000 4194304 8395647 140735513315232 140735513314392 6345268 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5901/statm: 499377 493261 634 1026 0 498347 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 1997508

Child status: 0
Real time (s): 1791.72
CPU time (s): 1791.42
CPU user time (s): 1790.02
CPU system time (s): 1.40479
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 2310812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.02
system time used= 1.40479
maximum resident set size= 2279252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494234
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= 29
involuntary context switches= 1891

runsolver used 5.41418 second user time and 12.1641 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 10:25:40
IDJOB=3743981
IDBENCH=92659
IDSOLVER=2326
FILE ID=node103/3743981-1338798339
RUNJOBID= node103-1338783950-5001
PBS_JOBID= 14636845
Free space on /tmp= 71100 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_7_mh_ic.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-3743981-1338798339/watcher-3743981-1338798339 -o /tmp/evaluation-result-3743981-1338798339/solver-3743981-1338798339 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743981-1338798339.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8e96b5601354e3bba8e306781e19ba68
RANDOM SEED=1085711363

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30087800 kB
Buffers:          208424 kB
Cached:           476844 kB
SwapCached:         5648 kB
Active:          1527084 kB
Inactive:         483612 kB
Active(anon):    1322628 kB
Inactive(anon):     4740 kB
Active(file):     204456 kB
Inactive(file):   478872 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             22552 kB
Writeback:             0 kB
AnonPages:       1572940 kB
Mapped:            11392 kB
Shmem:                 0 kB
Slab:             634532 kB
SReclaimable:      75168 kB
SUnreclaim:       559364 kB
KernelStack:        1480 kB
PageTables:         6396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1460476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71084 MiB
End job on node103 at 2012-06-04 10:55:32