Trace number 3743951

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.28 1791.58

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_8_mh_ic.opb
MD5SUM200da2ee4bad985e04dd58ea607472c3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7816078
Best CPU time to get the best result obtained on this benchmark1800.29
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 46375
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 35510890511
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 35510890511
Number of bits of the biggest sum of numbers36
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-3743951-1338797419.opb>
2.20/2.21	c original problem has 126385 variables (126385 bin, 0 int, 0 impl, 0 cont) and 286973 constraints
2.20/2.21	c problem read
2.20/2.21	c presolving settings loaded
3.09/3.13	c presolving:
4.19/4.26	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.79/6.90	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
78.97/79.01	c    (76.8s) probing: 1000/120855 (0.8%) - 0 fixings, 0 aggregations, 139598 implications, 0 bound changes
159.96/160.02	c    (157.8s) probing: 2000/120855 (1.7%) - 0 fixings, 0 aggregations, 988826 implications, 0 bound changes
160.06/160.16	c    (158.0s) probing: 2001/120855 (1.7%) - 0 fixings, 0 aggregations, 993314 implications, 0 bound changes
160.06/160.16	c    (158.0s) probing aborted: 2000/2000 successive useless probings
160.06/160.17	c presolving (3 rounds):
160.06/160.17	c  5530 deleted vars, 4169 deleted constraints, 140 tightened bounds, 0 added holes, 595 changed sides, 29155 changed coefficients
160.06/160.17	c  22427328 implications, 1 cliques
160.06/160.17	c presolved problem has 120855 variables (120855 bin, 0 int, 0 impl, 0 cont) and 282804 constraints
160.06/160.17	c   81620 constraints of type <knapsack>
160.06/160.17	c  119631 constraints of type <setppc>
160.06/160.17	c       3 constraints of type <linear>
160.06/160.17	c   81550 constraints of type <logicor>
160.06/160.17	c transformed objective value is always integral (scale: 1)
160.06/160.17	c Presolving Time: 157.35
160.06/160.17	c - non default parameters ----------------------------------------------------------------------
160.06/160.17	c # SCIP version 1.2.1.3
160.06/160.17	c 
160.06/160.17	c # frequency for displaying node information lines
160.06/160.17	c # [type: int, range: [-1,2147483647], default: 100]
160.06/160.17	c display/freq = 10000
160.06/160.17	c 
160.06/160.17	c # maximal time in seconds to run
160.06/160.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
160.06/160.17	c limits/time = 1787.8
160.06/160.17	c 
160.06/160.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
160.06/160.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
160.06/160.17	c limits/memory = 13950
160.06/160.17	c 
160.06/160.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
160.06/160.17	c # [type: int, range: [1,2], default: 1]
160.06/160.17	c timing/clocktype = 2
160.06/160.17	c 
160.06/160.17	c # should presolving try to simplify inequalities
160.06/160.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
160.06/160.17	c constraints/linear/simplifyinequalities = TRUE
160.06/160.17	c 
160.06/160.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
160.06/160.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
160.06/160.17	c constraints/indicator/addCouplingCons = TRUE
160.06/160.17	c 
160.06/160.17	c # should presolving try to simplify knapsacks
160.06/160.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
160.06/160.17	c constraints/knapsack/simplifyinequalities = TRUE
160.06/160.17	c 
160.06/160.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
160.06/160.17	c # [type: int, range: [-1,2147483647], default: -1]
160.06/160.17	c separating/rapidlearning/freq = 0
160.06/160.17	c 
160.06/160.17	c -----------------------------------------------------------------------------------------------
160.06/160.17	c start solving
160.16/160.22	c 
189.07/189.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.07/189.16	c   187s|     1 |     0 |  3634 |     - |1307M|   0 | 425 | 120k| 282k| 120k| 282k|   0 |   0 |   0 | 7.135115e+05 |      --      |    Inf 
488.62/488.74	c   487s|     1 |     0 |  9875 |     - |1322M|   0 | 415 | 120k| 282k| 120k| 282k|  36 |   0 |   0 | 8.524438e+05 |      --      |    Inf 
943.84/944.02	c   942s|     1 |     0 | 10272 |     - |1331M|   0 | 423 | 120k| 282k| 120k| 282k|  59 |   0 |   0 | 8.779848e+05 |      --      |    Inf 
1056.42/1056.65	c  1054s|     1 |     0 | 10546 |     - |1337M|   0 | 413 | 120k| 282k| 120k| 282k|  71 |   0 |   0 | 8.822067e+05 |      --      |    Inf 
1187.80/1188.06	c  1186s|     1 |     0 | 11309 |     - |1341M|   0 | 460 | 120k| 282k| 120k| 282k|  86 |   0 |   0 | 8.925221e+05 |      --      |    Inf 
1789.69/1790.03	c  1788s|     1 |     0 | 11309 |     - |1341M|   0 |   - | 120k| 282k| 120k| 282k| 100 |   0 |   0 | 8.925221e+05 |      --      |    Inf 
1789.79/1790.16	c  1788s|     1 |     2 | 11309 |     - |1341M|   0 |   - | 120k| 282k| 120k| 282k| 100 |   0 |   0 | 8.925221e+05 |      --      |    Inf 
1789.79/1790.16	c 
1789.79/1790.16	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.16	c Solving Time (sec) : 1787.95
1789.79/1790.16	c Solving Nodes      : 1
1789.79/1790.16	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.79/1790.16	c Dual Bound         : +8.92522131613320e+05
1789.79/1790.16	c Gap                : infinite
1789.79/1790.16	s UNKNOWN
1789.79/1790.16	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.16	c Solving Time       :    1787.95
1789.79/1790.16	c Original Problem   :
1789.79/1790.16	c   Problem name     : HOME/instance-3743951-1338797419.opb
1789.79/1790.16	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.16	c   Constraints      : 286973 initial, 286973 maximal
1789.79/1790.16	c Presolved Problem  :
1789.79/1790.16	c   Problem name     : t_HOME/instance-3743951-1338797419.opb
1789.79/1790.16	c   Variables        : 120855 (120855 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.16	c   Constraints      : 282804 initial, 282804 maximal
1789.79/1790.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.79/1790.16	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.79/1790.16	c   dualfix          :       0.02       3605          0          0          0          0          0          0          0
1789.79/1790.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   implics          :       0.02          0          0          0          0          0          0          0          0
1789.79/1790.16	c   probing          :     140.50          0          0          0          0          0          0          0          0
1789.79/1790.16	c   knapsack         :      12.38          0          0          0          0          0          0          0      26180
1789.79/1790.16	c   setppc           :       0.26          0          0          0          0          0          0          0          0
1789.79/1790.16	c   linear           :       3.31        140       1785          0        140          0       4169        595       2975
1789.79/1790.16	c   logicor          :       0.21          0          0          0          0          0          0          0          0
1789.79/1790.16	c   root node        :          -          0          -          -          0          -          -          -          -
1789.79/1790.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.16	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.79/1790.16	c   knapsack         :      81620          5       6395          0          1          0          0        143          0          0
1789.79/1790.16	c   setppc           :     119631          5       6395          0          1          0          0          0          0          0
1789.79/1790.16	c   linear           :          3          5       6395          0          0          0          0          0          0          0
1789.79/1790.16	c   logicor          :      81550          5       4396          0          1          0          0          0          0          0
1789.79/1790.16	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.79/1790.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.79/1790.16	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.16	c   knapsack         :      45.11       0.71      44.40       0.00       0.00
1789.79/1790.16	c   setppc           :      52.89       0.07      52.77       0.00       0.05
1789.79/1790.16	c   linear           :      11.25      10.61       0.65       0.00       0.00
1789.79/1790.16	c   logicor          :       1.58       0.05       1.49       0.00       0.04
1789.79/1790.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.16	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.79/1790.16	c   vbounds          :       0.01          2          0          0
1789.79/1790.16	c   rootredcost      :       0.00          0          0          0
1789.79/1790.16	c   pseudoobj        :       0.02          6          0          0
1789.79/1790.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.79/1790.16	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.16	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.16	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.79/1790.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.79/1790.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.79/1790.16	c   cut pool         :       0.02          4          -          -        189          -    (maximal pool size: 1345)
1789.79/1790.16	c   redcost          :       0.04          5          0          0          0          0
1789.79/1790.16	c   impliedbounds    :       0.09          5          0          0         80          0
1789.79/1790.16	c   intobj           :       0.00          0          0          0          0          0
1789.79/1790.16	c   cgmip            :       0.00          0          0          0          0          0
1789.79/1790.16	c   gomory           :     785.88          5          0          0       1500          0
1789.79/1790.16	c   strongcg         :     201.28          5          0          0       2002          0
1789.79/1790.16	c   cmir             :     114.09          4          0          0          2          0
1789.79/1790.16	c   flowcover        :     301.51          4          0          0         80          0
1789.79/1790.16	c   clique           :      47.14          4          0          0         29          0
1789.79/1790.16	c   zerohalf         :       0.00          0          0          0          0          0
1789.79/1790.16	c   mcf              :       0.30          1          0          0          0          0
1789.79/1790.16	c   rapidlearning    :       0.00          0          0          0          0          0
1789.79/1790.16	c Pricers            :       Time      Calls       Vars
1789.79/1790.16	c   problem variables:       0.00          0          0
1789.79/1790.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.16	c   relpscost        :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   pscost           :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   inference        :       0.04          1          0          0          0          0          2
1789.79/1790.16	c   mostinf          :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   leastinf         :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   random           :       0.00          0          0          0          0          0          0
1789.79/1790.16	c Primal Heuristics  :       Time      Calls      Found
1789.79/1790.16	c   LP solutions     :       0.00          -          0
1789.79/1790.16	c   pseudo solutions :       0.00          -          0
1789.79/1790.16	c   oneopt           :       0.00          0          0
1789.79/1790.16	c   trivial          :       0.17          2          0
1789.79/1790.16	c   simplerounding   :       0.01          0          0
1789.79/1790.16	c   zirounding       :       0.00          0          0
1789.79/1790.16	c   rounding         :       0.09          5          0
1789.79/1790.16	c   shifting         :       0.22          5          0
1789.79/1790.16	c   intshifting      :       0.00          0          0
1789.79/1790.16	c   twoopt           :       0.00          0          0
1789.79/1790.16	c   fixandinfer      :       0.00          0          0
1789.79/1790.16	c   feaspump         :     112.23          1          0
1789.79/1790.16	c   coefdiving       :       0.00          0          0
1789.79/1790.16	c   pscostdiving     :       0.00          0          0
1789.79/1790.16	c   fracdiving       :       0.00          0          0
1789.79/1790.16	c   veclendiving     :       0.00          0          0
1789.79/1790.16	c   intdiving        :       0.00          0          0
1789.79/1790.16	c   actconsdiving    :       0.00          0          0
1789.79/1790.16	c   objpscostdiving  :       0.00          0          0
1789.79/1790.16	c   rootsoldiving    :       0.00          0          0
1789.79/1790.16	c   linesearchdiving :       0.00          0          0
1789.79/1790.16	c   guideddiving     :       0.00          0          0
1789.79/1790.16	c   octane           :       0.00          0          0
1789.79/1790.16	c   rens             :       0.00          0          0
1789.79/1790.16	c   rins             :       0.00          0          0
1789.79/1790.16	c   localbranching   :       0.00          0          0
1789.79/1790.16	c   mutation         :       0.00          0          0
1789.79/1790.16	c   crossover        :       0.00          0          0
1789.79/1790.16	c   dins             :       0.00          0          0
1789.79/1790.16	c   undercover       :       0.00          0          0
1789.79/1790.16	c   nlp              :       0.00          0          0
1789.79/1790.16	c   trysol           :       0.00          0          0
1789.79/1790.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.79/1790.16	c   primal LP        :       0.00          0          0       0.00          -
1789.79/1790.16	c   dual LP          :      54.19          5       6190    1238.00     114.22
1789.79/1790.16	c   lex dual LP      :       0.00          0          0       0.00          -
1789.79/1790.16	c   barrier LP       :       0.00          0          0       0.00          -
1789.79/1790.16	c   diving/probing LP:     111.95          3       5119    1706.33      45.72
1789.79/1790.16	c   strong branching :       0.00          0          0       0.00          -
1789.79/1790.16	c     (at root node) :          -          0          0       0.00          -
1789.79/1790.16	c   conflict analysis:       0.00          0          0       0.00          -
1789.79/1790.16	c B&B Tree           :
1789.79/1790.16	c   number of runs   :          1
1789.79/1790.16	c   nodes            :          1
1789.79/1790.16	c   nodes (total)    :          1
1789.79/1790.16	c   nodes left       :          2
1789.79/1790.16	c   max depth        :          0
1789.79/1790.16	c   max depth (total):          0
1789.79/1790.16	c   backtracks       :          0 (0.0%)
1789.79/1790.16	c   delayed cutoffs  :          0
1789.79/1790.16	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.79/1790.16	c   avg switch length:       1.00
1789.79/1790.16	c   switching time   :       0.00
1789.79/1790.16	c Solution           :
1789.79/1790.16	c   Solutions found  :          0 (0 improvements)
1789.79/1790.16	c   Primal Bound     :          -
1789.79/1790.16	c   Dual Bound       : +8.92522131613320e+05
1789.79/1790.16	c   Gap              :   infinite
1789.79/1790.16	c   Root Dual Bound  : +8.92522131613320e+05
1789.79/1790.16	c   Root Iterations  :      11309
1791.19/1791.58	c Time complete: 1791.27.

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-3743951-1338797419/watcher-3743951-1338797419 -o /tmp/evaluation-result-3743951-1338797419/solver-3743951-1338797419 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743951-1338797419.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.00 2.02 2.00 3/177 14432
/proc/meminfo: memFree=19682760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 345808956 8105984 1194 33554432000 4194304 8395647 140735272062688 140736295548808 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 1979 1194 370 1026 0 949 0

[startup+0.0533121 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14432
/proc/meminfo: memFree=19682760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=28656 CPUtime=0.04 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 6401 0 0 0 4 0 0 0 20 0 1 0 345808956 29343744 6342 33554432000 4194304 8395647 140735272062688 140736295548808 5755739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 7164 6342 387 1026 0 6134 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28656

[startup+0.100341 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14432
/proc/meminfo: memFree=19682760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=44212 CPUtime=0.09 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 10217 0 0 0 8 1 0 0 20 0 1 0 345808956 45273088 10158 33554432000 4194304 8395647 140735272062688 140736295548808 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 11053 10158 394 1026 0 10023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44212

[startup+0.300262 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14432
/proc/meminfo: memFree=19682760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=68432 CPUtime=0.29 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 16195 0 0 0 27 2 0 0 20 0 1 0 345808956 70074368 16136 33554432000 4194304 8395647 140735272062688 140735271927896 4245996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 17108 16136 394 1026 0 16078 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68432

[startup+0.700265 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14432
/proc/meminfo: memFree=19682760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=103344 CPUtime=0.69 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 24924 0 0 0 66 3 0 0 20 0 1 0 345808956 105824256 24865 33554432000 4194304 8395647 140735272062688 140735271927896 7295707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 25836 24865 394 1026 0 24806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103344

[startup+1.50034 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14433
/proc/meminfo: memFree=19570136/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=143684 CPUtime=1.49 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 34968 0 0 0 145 4 0 0 20 0 1 0 345808956 147132416 34909 33554432000 4194304 8395647 140735272062688 140735271927896 7370222 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 35921 34909 394 1026 0 34891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143684

[startup+3.10031 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14433
/proc/meminfo: memFree=19488172/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=537916 CPUtime=3.09 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 131712 0 0 0 290 19 0 0 20 0 1 0 345808956 550825984 131299 33554432000 4194304 8395647 140735272062688 140735271927896 4601776 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 134479 131299 444 1026 0 133449 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 537916

[startup+6.3003 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14433
/proc/meminfo: memFree=19108484/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=678628 CPUtime=6.29 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 166622 0 0 0 605 24 0 0 20 0 1 0 345808956 694915072 165616 33554432000 4194304 8395647 140735272062688 140735272059400 4988958 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 169657 165616 483 1026 0 168627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 678628

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14433
/proc/meminfo: memFree=18651024/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=1072672 CPUtime=12.69 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 264289 0 0 0 1230 39 0 0 20 0 1 0 345808956 1098416128 263761 33554432000 4194304 8395647 140735272062688 140735272058152 6348998 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 268168 263761 495 1026 0 267138 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1072672

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14433
/proc/meminfo: memFree=18402648/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=1293612 CPUtime=25.49 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 317222 0 0 0 2503 46 0 0 20 0 1 0 345808956 1324658688 319219 33554432000 4194304 8395647 140735272062688 140735272058872 5604430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 323403 319219 507 1026 0 322373 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1293612

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14433
/proc/meminfo: memFree=18385532/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=1309976 CPUtime=51.08 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 321302 0 0 0 5061 47 0 0 20 0 1 0 345808956 1341415424 323299 33554432000 4194304 8395647 140735272062688 140735272058472 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 327494 323299 507 1026 0 326464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1309976

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14433
/proc/meminfo: memFree=18209804/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=1449156 CPUtime=102.28 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 356123 0 0 0 10176 52 0 0 20 0 1 0 345808956 1483935744 358120 33554432000 4194304 8395647 140735272062688 140735272058552 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 362289 358120 513 1026 0 361259 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1449156

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17658344/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2034984 CPUtime=162.26 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 467867 0 0 0 16156 70 0 0 20 0 1 0 345808956 2083823616 491046 33554432000 4194304 8395647 140735272062688 140735272058152 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 508746 491046 578 1026 0 507716 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2034984

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17610760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2107508 CPUtime=222.26 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 475547 0 0 0 22149 77 0 0 20 0 1 0 345808956 2158088192 513232 33554432000 4194304 8395647 140735272062688 140735272057208 6758163 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 526877 513232 589 1026 0 525847 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2107508

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17604276/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2110776 CPUtime=282.25 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 476715 0 0 0 28145 80 0 0 20 0 1 0 345808956 2161434624 514911 33554432000 4194304 8395647 140735272062688 140735272056440 6708203 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 527694 514911 589 1026 0 526664 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2110776

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17646056/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2081356 CPUtime=342.23 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 478837 0 0 0 34140 83 0 0 20 0 1 0 345808956 2131308544 504308 33554432000 4194304 8395647 140735272062688 140735272057976 5823729 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 520339 504308 606 1026 0 519309 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2081356

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17639444/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2081356 CPUtime=402.22 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 478897 0 0 0 40139 83 0 0 20 0 1 0 345808956 2131308544 505390 33554432000 4194304 8395647 140735272062688 140735272057976 5852534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 520339 505390 611 1026 0 519309 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2081356

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17634760/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2081356 CPUtime=462.21 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 479054 0 0 0 46138 83 0 0 20 0 1 0 345808956 2131308544 506058 33554432000 4194304 8395647 140735272062688 140735272057976 5792689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 520339 506058 612 1026 0 519309 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2081356

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17472896/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2233860 CPUtime=522.21 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 486151 0 0 0 52129 92 0 0 20 0 1 0 345808956 2287472640 546473 33554432000 4194304 8395647 140735272062688 140735272057880 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 558465 546473 624 1026 0 557435 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2233860

[startup+582.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 14476
/proc/meminfo: memFree=24596020/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2233860 CPUtime=582.2 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 486155 0 0 0 58121 99 0 0 20 0 1 0 345808956 2287472640 546491 33554432000 4194304 8395647 140735272062688 140735272057880 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 558465 546491 624 1026 0 557435 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2233860

[startup+642.3 s]

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

/proc/meminfo: memFree=24060148/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2259952 CPUtime=1002.13 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 488264 0 0 0 100087 126 0 0 20 0 1 0 345808956 2314190848 555116 33554432000 4194304 8395647 140735272062688 140735272057976 5849640 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 564988 555116 624 1026 0 563958 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2259952

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14478
/proc/meminfo: memFree=24046416/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2275180 CPUtime=1062.12 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 488646 0 0 0 106085 127 0 0 20 0 1 0 345808956 2329784320 558564 33554432000 4194304 8395647 140735272062688 140735272057880 6197309 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 568795 558564 624 1026 0 567765 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2275180

[startup+1122.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 14478
/proc/meminfo: memFree=24044132/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2275180 CPUtime=1122.11 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 488653 0 0 0 112083 128 0 0 20 0 1 0 345808956 2329784320 558571 33554432000 4194304 8395647 140735272062688 140735272057976 5849682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 568795 558571 624 1026 0 567765 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2275180

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 14478
/proc/meminfo: memFree=24053540/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2250536 CPUtime=1182.1 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 488964 0 0 0 118082 128 0 0 20 0 1 0 345808956 2304548864 555938 33554432000 4194304 8395647 140735272062688 140735272057816 6636363 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 562634 555938 624 1026 0 561604 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2250536

[startup+1242.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 14481
/proc/meminfo: memFree=24024392/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1242.09 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489447 0 0 0 124075 134 0 0 20 0 1 0 345808956 2347503616 562551 33554432000 4194304 8395647 140735272062688 140735272057928 6197330 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 562551 624 1026 0 572091 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2292484

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 14481
/proc/meminfo: memFree=24024412/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1302.09 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489447 0 0 0 130070 139 0 0 20 0 1 0 345808956 2347503616 562551 33554432000 4194304 8395647 140735272062688 140735272057928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 562551 624 1026 0 572091 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2292484

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14482
/proc/meminfo: memFree=24022284/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1362.07 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489447 0 0 0 136062 145 0 0 20 0 1 0 345808956 2347503616 562551 33554432000 4194304 8395647 140735272062688 140735272057928 6200096 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 562551 624 1026 0 572091 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2292484

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14482
/proc/meminfo: memFree=24021924/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1422.07 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489447 0 0 0 142056 151 0 0 20 0 1 0 345808956 2347503616 562551 33554432000 4194304 8395647 140735272062688 140735272057928 4270180 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 562551 624 1026 0 572091 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2292484

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14482
/proc/meminfo: memFree=24021100/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1482.05 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489459 0 0 0 148050 155 0 0 20 0 1 0 345808956 2347503616 562745 33554432000 4194304 8395647 140735272062688 140735272057880 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 562745 624 1026 0 572091 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2292484

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14482
/proc/meminfo: memFree=24018708/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1542.04 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489472 0 0 0 154044 160 0 0 20 0 1 0 345808956 2347503616 563309 33554432000 4194304 8395647 140735272062688 140735272057880 5863195 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 563309 624 1026 0 572091 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2292484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14482
/proc/meminfo: memFree=24018124/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1602.03 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489473 0 0 0 160038 165 0 0 20 0 1 0 345808956 2347503616 563474 33554432000 4194304 8395647 140735272062688 140735272057976 6124432 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 563474 624 1026 0 572091 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2292484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 14482
/proc/meminfo: memFree=24001960/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1662.01 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489482 0 0 0 166031 170 0 0 20 0 1 0 345808956 2347503616 563603 33554432000 4194304 8395647 140735272062688 140735272057976 6124426 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 563603 624 1026 0 572091 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2292484

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 14483
/proc/meminfo: memFree=24000508/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1722.01 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489483 0 0 0 172025 176 0 0 20 0 1 0 345808956 2347503616 563941 33554432000 4194304 8395647 140735272062688 140735272057976 6124483 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 563941 624 1026 0 572091 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2292484

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 14486
/proc/meminfo: memFree=23994268/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1781.99 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489483 0 0 0 178019 180 0 0 20 0 1 0 345808956 2347503616 565395 33554432000 4194304 8395647 140735272062688 140735272057976 6440490 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 565395 624 1026 0 572091 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 2292484

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14486
/proc/meminfo: memFree=23993796/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1785.2 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489483 0 0 0 178339 181 0 0 20 0 1 0 345808956 2347503616 565395 33554432000 4194304 8395647 140735272062688 140735272057928 7382152 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 565395 624 1026 0 572091 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 2292484

[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14486
/proc/meminfo: memFree=23994292/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2292484 CPUtime=1788.4 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 489483 0 0 0 178659 181 0 0 20 0 1 0 345808956 2347503616 565395 33554432000 4194304 8395647 140735272062688 140735272057928 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 573121 565395 624 1026 0 572091 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 2292484

[startup+1790.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14486
/proc/meminfo: memFree=23994416/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2213844 CPUtime=1790 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 490063 0 0 0 178818 182 0 0 20 0 1 0 345808956 2266976256 544819 33554432000 4194304 8395647 140735272062688 140735272057304 6345887 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 553461 544819 631 1026 0 552431 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 2213844

[startup+1791.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14486
/proc/meminfo: memFree=24075528/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2213844 CPUtime=1790.8 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 490065 0 0 0 178898 182 0 0 20 0 1 0 345808956 2266976256 544821 33554432000 4194304 8395647 140735272062688 140735272057304 6063815 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 553461 544821 633 1026 0 552431 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 2213844

[startup+1791.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14486
/proc/meminfo: memFree=24075528/32873844 swapFree=7128/7128
[pid=14432] ppid=14430 vsize=2030648 CPUtime=1791.19 cores=1,3,5,7
/proc/14432/stat : 14432 (pbscip.linux.x8) R 14430 14432 13572 0 -1 4202496 490065 0 0 0 178937 182 0 0 20 0 1 0 345808956 2079383552 503159 33554432000 4194304 8395647 140735272062688 140735272062072 4437221 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14432/statm: 507662 503159 633 1026 0 506632 0
Current children cumulated CPU time (s) 1791.19
Current children cumulated vsize (KiB) 2030648

Child status: 0
Real time (s): 1791.58
CPU time (s): 1791.28
CPU user time (s): 1789.44
CPU system time (s): 1.84472
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 2317076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.44
system time used= 1.84472
maximum resident set size= 2274328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490071
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= 59
involuntary context switches= 1836

runsolver used 6.571 second user time and 10.4644 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 10:10:19
IDJOB=3743951
IDBENCH=92654
IDSOLVER=2326
FILE ID=node105/3743951-1338797419
RUNJOBID= node105-1338785386-13589
PBS_JOBID= 14636855
Free space on /tmp= 71156 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_8_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-3743951-1338797419/watcher-3743951-1338797419 -o /tmp/evaluation-result-3743951-1338797419/solver-3743951-1338797419 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743951-1338797419.opb -t 1800 -m 15500

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

MD5SUM BENCH= 200da2ee4bad985e04dd58ea607472c3
RANDOM SEED=293385274

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19683364 kB
Buffers:          577100 kB
Cached:          3935864 kB
SwapCached:         1700 kB
Active:          8953484 kB
Inactive:        3334288 kB
Active(anon):    7728216 kB
Inactive(anon):    47724 kB
Active(file):    1225268 kB
Inactive(file):  3286564 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             22936 kB
Writeback:             0 kB
AnonPages:       7779368 kB
Mapped:            11300 kB
Shmem:                 0 kB
Slab:             745768 kB
SReclaimable:     186436 kB
SUnreclaim:       559332 kB
KernelStack:        1488 kB
PageTables:        19600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8252536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3489792 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= 71240 MiB
End job on node105 at 2012-06-04 10:40:11