Trace number 3743837

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? (TO) 1800.28 1800.56

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM7ed2b2aa8756f56877f04170049c9b74
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18641903
Best CPU time to get the best result obtained on this benchmark1800.72
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
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-3743837-1338795278.opb>
24.38/24.41	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
24.38/24.41	c problem read
24.38/24.43	c presolving settings loaded
32.48/32.53	c presolving:
40.69/40.77	c (round 1) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 29900 impls, 1 clqs
54.58/54.60	c (round 2) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 1970601 upgd conss, 29900 impls, 1 clqs
135.57/135.68	c    (111.3s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
135.57/135.68	c    (111.3s) probing aborted: 100/100 successive totally useless probings
135.67/135.74	c presolving (3 rounds):
135.67/135.74	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
135.67/135.74	c  5851100 implications, 1 cliques
135.67/135.74	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
135.67/135.74	c  985350 constraints of type <knapsack>
135.67/135.74	c     101 constraints of type <setppc>
135.67/135.74	c       3 constraints of type <linear>
135.67/135.74	c  985150 constraints of type <logicor>
135.67/135.74	c transformed objective value is always integral (scale: 1)
135.67/135.74	c Presolving Time: 105.92
135.67/135.74	c - non default parameters ----------------------------------------------------------------------
135.67/135.74	c # SCIP version 1.2.1.3
135.67/135.74	c 
135.67/135.74	c # frequency for displaying node information lines
135.67/135.74	c # [type: int, range: [-1,2147483647], default: 100]
135.67/135.74	c display/freq = 10000
135.67/135.74	c 
135.67/135.74	c # maximal time in seconds to run
135.67/135.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
135.67/135.74	c limits/time = 1765.59
135.67/135.74	c 
135.67/135.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
135.67/135.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
135.67/135.74	c limits/memory = 13950
135.67/135.74	c 
135.67/135.74	c # default clock type (1: CPU user seconds, 2: wall clock time)
135.67/135.74	c # [type: int, range: [1,2], default: 1]
135.67/135.74	c timing/clocktype = 2
135.67/135.74	c 
135.67/135.74	c # should presolving try to simplify inequalities
135.67/135.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
135.67/135.74	c constraints/linear/simplifyinequalities = TRUE
135.67/135.74	c 
135.67/135.74	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
135.67/135.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
135.67/135.74	c constraints/indicator/addCouplingCons = TRUE
135.67/135.74	c 
135.67/135.74	c # should presolving try to simplify knapsacks
135.67/135.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
135.67/135.74	c constraints/knapsack/simplifyinequalities = TRUE
135.67/135.74	c 
135.67/135.74	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
135.67/135.74	c # [type: int, range: [-1,2147483647], default: -1]
135.67/135.74	c separating/rapidlearning/freq = 0
135.67/135.74	c 
135.67/135.74	c -----------------------------------------------------------------------------------------------
135.67/135.74	c start solving
135.96/136.05	c 
1102.92/1103.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1102.92/1103.12	c  1079s|     1 |     0 |  8526 |     - |5428M|   0 |1227 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.527419e+06 |      --      |    Inf 
1791.12/1791.43	c  1767s|     1 |     2 | 13497 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.527419e+06 |      --      |    Inf 
1791.12/1791.43	c 
1791.12/1791.43	c SCIP Status        : solving was interrupted [time limit reached]
1791.12/1791.43	c Solving Time (sec) : 1767.00
1791.12/1791.43	c Solving Nodes      : 1
1791.12/1791.43	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.12/1791.43	c Dual Bound         : +1.52741882064589e+06
1791.12/1791.43	c Gap                : infinite
1791.12/1791.43	s UNKNOWN
1791.12/1791.43	c SCIP Status        : solving was interrupted [time limit reached]
1791.12/1791.43	c Solving Time       :    1767.00
1791.12/1791.43	c Original Problem   :
1791.12/1791.43	c   Problem name     : HOME/instance-3743837-1338795278.opb
1791.12/1791.43	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.12/1791.43	c   Constraints      : 2000307 initial, 2000307 maximal
1791.12/1791.43	c Presolved Problem  :
1791.12/1791.43	c   Problem name     : t_HOME/instance-3743837-1338795278.opb
1791.12/1791.43	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.12/1791.43	c   Constraints      : 1970604 initial, 1970604 maximal
1791.12/1791.43	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.12/1791.43	c   trivial          :       0.20          0          0          0          0          0          0          0          0
1791.12/1791.43	c   dualfix          :       0.16          0          0          0          0          0          0          0          0
1791.12/1791.43	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.12/1791.43	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.12/1791.43	c   implics          :       0.10          0          0          0          0          0          0          0          0
1791.12/1791.43	c   probing          :      16.03          0          0          0          0          0          0          0          0
1791.12/1791.43	c   knapsack         :      63.58          0          0          0          0          0          0          0          0
1791.12/1791.43	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.12/1791.43	c   linear           :      17.04        300      14850          0        300          0      29703       4950      14850
1791.12/1791.43	c   logicor          :       2.75          0          0          0          0          0          0          0          0
1791.12/1791.43	c   root node        :          -          0          -          -          0          -          -          -          -
1791.12/1791.43	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.12/1791.43	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.12/1791.43	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.12/1791.43	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.12/1791.43	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.12/1791.43	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.12/1791.43	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.12/1791.43	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.12/1791.43	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.12/1791.43	c   knapsack         :       6.20       0.00       6.20       0.00       0.00
1791.12/1791.43	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.12/1791.43	c   linear           :       0.08       0.00       0.08       0.00       0.00
1791.12/1791.43	c   logicor          :       1.00       0.00       0.85       0.00       0.15
1791.12/1791.43	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.12/1791.43	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.12/1791.43	c   vbounds          :       0.00          2          0          0
1791.12/1791.43	c   rootredcost      :       0.00          0          0          0
1791.12/1791.43	c   pseudoobj        :       0.02          2          0          0
1791.12/1791.43	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.12/1791.43	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.12/1791.43	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.12/1791.43	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.12/1791.43	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.12/1791.43	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.12/1791.43	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.12/1791.43	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.12/1791.43	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.12/1791.43	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.12/1791.43	c   redcost          :       0.00          0          0          0          0          0
1791.12/1791.43	c   impliedbounds    :       0.00          0          0          0          0          0
1791.12/1791.43	c   intobj           :       0.00          0          0          0          0          0
1791.12/1791.43	c   cgmip            :       0.00          0          0          0          0          0
1791.12/1791.43	c   gomory           :       0.00          0          0          0          0          0
1791.12/1791.43	c   strongcg         :       0.00          0          0          0          0          0
1791.12/1791.43	c   cmir             :       0.00          0          0          0          0          0
1791.12/1791.43	c   flowcover        :       0.00          0          0          0          0          0
1791.12/1791.43	c   clique           :       0.00          0          0          0          0          0
1791.12/1791.43	c   zerohalf         :       0.00          0          0          0          0          0
1791.12/1791.43	c   mcf              :       0.00          0          0          0          0          0
1791.12/1791.43	c   rapidlearning    :       0.00          0          0          0          0          0
1791.12/1791.43	c Pricers            :       Time      Calls       Vars
1791.12/1791.43	c   problem variables:       0.00          0          0
1791.12/1791.43	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.12/1791.43	c   relpscost        :       0.00          0          0          0          0          0          0
1791.12/1791.43	c   pscost           :       0.00          0          0          0          0          0          0
1791.12/1791.43	c   inference        :       0.10          1          0          0          0          0          2
1791.12/1791.43	c   mostinf          :       0.00          0          0          0          0          0          0
1791.12/1791.43	c   leastinf         :       0.00          0          0          0          0          0          0
1791.12/1791.43	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.12/1791.43	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.12/1791.43	c   random           :       0.00          0          0          0          0          0          0
1791.12/1791.43	c Primal Heuristics  :       Time      Calls      Found
1791.12/1791.43	c   LP solutions     :       0.00          -          0
1791.12/1791.43	c   pseudo solutions :       0.00          -          0
1791.12/1791.43	c   oneopt           :       0.00          0          0
1791.12/1791.43	c   trivial          :       1.79          2          0
1791.12/1791.43	c   simplerounding   :       0.04          0          0
1791.12/1791.43	c   zirounding       :       0.00          0          0
1791.12/1791.43	c   rounding         :       0.10          1          0
1791.12/1791.43	c   shifting         :       0.34          1          0
1791.12/1791.43	c   intshifting      :       0.00          0          0
1791.12/1791.43	c   twoopt           :       0.00          0          0
1791.12/1791.43	c   fixandinfer      :       0.00          0          0
1791.12/1791.43	c   feaspump         :     687.56          1          0
1791.12/1791.43	c   coefdiving       :       0.00          0          0
1791.12/1791.43	c   pscostdiving     :       0.00          0          0
1791.12/1791.43	c   fracdiving       :       0.00          0          0
1791.12/1791.43	c   veclendiving     :       0.00          0          0
1791.12/1791.43	c   intdiving        :       0.00          0          0
1791.12/1791.43	c   actconsdiving    :       0.00          0          0
1791.12/1791.43	c   objpscostdiving  :       0.00          0          0
1791.12/1791.43	c   rootsoldiving    :       0.00          0          0
1791.12/1791.43	c   linesearchdiving :       0.00          0          0
1791.12/1791.43	c   guideddiving     :       0.00          0          0
1791.12/1791.43	c   octane           :       0.00          0          0
1791.12/1791.43	c   rens             :       0.00          0          0
1791.12/1791.43	c   rins             :       0.00          0          0
1791.12/1791.43	c   localbranching   :       0.00          0          0
1791.12/1791.43	c   mutation         :       0.00          0          0
1791.12/1791.43	c   crossover        :       0.00          0          0
1791.12/1791.43	c   dins             :       0.00          0          0
1791.12/1791.43	c   undercover       :       0.00          0          0
1791.12/1791.43	c   nlp              :       0.00          0          0
1791.12/1791.43	c   trysol           :       0.00          0          0
1791.12/1791.43	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.12/1791.43	c   primal LP        :       0.00          0          0       0.00          -
1791.12/1791.43	c   dual LP          :     959.19          1       8526    8526.00       8.89
1791.12/1791.43	c   lex dual LP      :       0.00          0          0       0.00          -
1791.12/1791.43	c   barrier LP       :       0.00          0          0       0.00          -
1791.12/1791.43	c   diving/probing LP:     687.21          1       4971    4971.00       7.23
1791.12/1791.43	c   strong branching :       0.00          0          0       0.00          -
1791.12/1791.43	c     (at root node) :          -          0          0       0.00          -
1791.12/1791.43	c   conflict analysis:       0.00          0          0       0.00          -
1791.12/1791.43	c B&B Tree           :
1791.12/1791.43	c   number of runs   :          1
1791.12/1791.43	c   nodes            :          1
1791.12/1791.43	c   nodes (total)    :          1
1791.12/1791.43	c   nodes left       :          2
1791.12/1791.43	c   max depth        :          0
1791.12/1791.43	c   max depth (total):          0
1791.12/1791.43	c   backtracks       :          0 (0.0%)
1791.12/1791.43	c   delayed cutoffs  :          0
1791.12/1791.43	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.12/1791.43	c   avg switch length:       1.00
1791.12/1791.43	c   switching time   :       0.00
1791.12/1791.43	c Solution           :
1791.12/1791.43	c   Solutions found  :          0 (0 improvements)
1791.12/1791.43	c   Primal Bound     :          -
1791.12/1791.43	c   Dual Bound       : +1.52741882064589e+06
1791.12/1791.43	c   Gap              :   infinite
1791.12/1791.43	c   Root Dual Bound  : +1.52741882064589e+06
1791.12/1791.43	c   Root Iterations  :      13497

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-3743837-1338795278/watcher-3743837-1338795278 -o /tmp/evaluation-result-3743837-1338795278/solver-3743837-1338795278 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743837-1338795278.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.14 2.07 2.01 3/176 3056
/proc/meminfo: memFree=25333928/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 345656679 8105984 1195 33554432000 4194304 8395647 140735139994704 140733598376616 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1979 1195 370 1026 0 949 0

[startup+0.0579651 s]
/proc/loadavg: 2.14 2.07 2.01 3/176 3056
/proc/meminfo: memFree=25333928/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=29620 CPUtime=0.05 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 6645 0 0 0 4 1 0 0 20 0 1 0 345656679 30330880 6586 33554432000 4194304 8395647 140735139994704 140733598376616 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 7405 6586 387 1026 0 6375 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29620

[startup+0.100367 s]
/proc/loadavg: 2.14 2.07 2.01 3/176 3056
/proc/meminfo: memFree=25333928/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=33532 CPUtime=0.09 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 7663 0 0 0 8 1 0 0 20 0 1 0 345656679 34336768 7604 33554432000 4194304 8395647 140735139994704 140733598376616 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 8383 7604 394 1026 0 7353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33532

[startup+0.300294 s]
/proc/loadavg: 2.14 2.07 2.01 3/176 3056
/proc/meminfo: memFree=25333928/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=45232 CPUtime=0.29 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 10539 0 0 0 28 1 0 0 20 0 1 0 345656679 46317568 10480 33554432000 4194304 8395647 140735139994704 140733598376616 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 11308 10480 394 1026 0 10278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45232

[startup+0.700301 s]
/proc/loadavg: 2.14 2.07 2.01 3/176 3056
/proc/meminfo: memFree=25333928/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=97320 CPUtime=0.69 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 23528 0 0 0 65 4 0 0 20 0 1 0 345656679 99655680 23469 33554432000 4194304 8395647 140735139994704 140733598376616 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 24330 23469 394 1026 0 23300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97320

[startup+1.50031 s]
/proc/loadavg: 2.14 2.07 2.01 3/177 3057
/proc/meminfo: memFree=25206076/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=198700 CPUtime=1.49 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 48867 0 0 0 141 8 0 0 20 0 1 0 345656679 203468800 48808 33554432000 4194304 8395647 140735139994704 140735139858648 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 49675 48808 394 1026 0 48645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198700

[startup+3.10031 s]
/proc/loadavg: 2.14 2.07 2.01 3/177 3057
/proc/meminfo: memFree=25068188/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=392716 CPUtime=3.09 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 97282 0 0 0 293 16 0 0 20 0 1 0 345656679 402141184 97223 33554432000 4194304 8395647 140735139994704 140735139859912 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 98179 97223 394 1026 0 97149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 392716

[startup+6.3003 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 3057
/proc/meminfo: memFree=24698048/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=733588 CPUtime=6.28 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 182665 0 0 0 599 29 0 0 20 0 1 0 345656679 751194112 182606 33554432000 4194304 8395647 140735139994704 140735139859912 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 183397 182606 394 1026 0 182367 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 733588

[startup+12.7003 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 3057
/proc/meminfo: memFree=24211060/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=1154180 CPUtime=12.68 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 287501 0 0 0 1220 48 0 0 20 0 1 0 345656679 1181880320 287442 33554432000 4194304 8395647 140735139994704 140735139859912 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 288545 287442 394 1026 0 287515 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1154180

[startup+25.5003 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 3057
/proc/meminfo: memFree=23195836/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=2298120 CPUtime=25.48 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 572189 0 0 0 2452 96 0 0 20 0 1 0 345656679 2353274880 573309 33554432000 4194304 8395647 140735139994704 140735139989064 4218646 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 574530 573312 413 1026 0 573500 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2298120

[startup+51.1004 s]
/proc/loadavg: 2.14 2.07 2.01 3/177 3057
/proc/meminfo: memFree=20589152/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=4757796 CPUtime=51.08 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1160047 0 0 0 4920 188 0 0 20 0 1 0 345656679 4871983104 1184786 33554432000 4194304 8395647 140735139994704 140735139990696 4214209 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1189449 1184786 483 1026 0 1188419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4757796

[startup+102.307 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 3058
/proc/meminfo: memFree=20366504/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=5031096 CPUtime=102.28 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1215515 0 0 0 10032 196 0 0 20 0 1 0 345656679 5151842304 1239827 33554432000 4194304 8395647 140735139994704 140735139990376 4953650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1257774 1239827 496 1026 0 1256744 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5031096

[startup+162.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 3058
/proc/meminfo: memFree=17841004/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7840568 CPUtime=162.27 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1520748 0 0 0 15944 283 0 0 20 0 1 0 345656679 8028741632 1869733 33554432000 4194304 8395647 140735139994704 140735139990168 6697121 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1960142 1869733 580 1026 0 1959112 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 7840568

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 3058
/proc/meminfo: memFree=17714320/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7951616 CPUtime=222.25 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1525122 0 0 0 21935 290 0 0 20 0 1 0 345656679 8142454784 1901256 33554432000 4194304 8395647 140735139994704 140735139989832 6391396 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1987904 1901256 585 1026 0 1986874 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 7951616

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 3058
/proc/meminfo: memFree=17727428/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7971944 CPUtime=282.25 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1528636 0 0 0 27927 298 0 0 20 0 1 0 345656679 8163270656 1907128 33554432000 4194304 8395647 140735139994704 140735139989832 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1992986 1907128 585 1026 0 1991956 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 7971944

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 3061
/proc/meminfo: memFree=17720688/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7980304 CPUtime=342.24 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1529522 0 0 0 33920 304 0 0 20 0 1 0 345656679 8171831296 1908369 33554432000 4194304 8395647 140735139994704 140735139989832 6697808 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1995076 1908369 585 1026 0 1994046 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 7980304

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3062
/proc/meminfo: memFree=17708628/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7980716 CPUtime=402.23 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1530134 0 0 0 39914 309 0 0 20 0 1 0 345656679 8172253184 1909446 33554432000 4194304 8395647 140735139994704 140735139990264 6697804 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1995179 1909446 585 1026 0 1994149 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 7980716

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3062
/proc/meminfo: memFree=17520284/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7992084 CPUtime=462.21 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1531595 0 0 0 45908 313 0 0 20 0 1 0 345656679 8183894016 1912302 33554432000 4194304 8395647 140735139994704 140735139990264 6752539 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1998021 1912302 585 1026 0 1996991 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 7992084

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3062
/proc/meminfo: memFree=17506928/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7995484 CPUtime=522.21 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1532657 0 0 0 51902 319 0 0 20 0 1 0 345656679 8187375616 1913254 33554432000 4194304 8395647 140735139994704 140735139989832 6697804 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1998871 1913254 585 1026 0 1997841 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 7995484

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3062
/proc/meminfo: memFree=17501252/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=7997968 CPUtime=582.2 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1533924 0 0 0 57895 325 0 0 20 0 1 0 345656679 8189919232 1913844 33554432000 4194304 8395647 140735139994704 140735139989832 6696713 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1999492 1913844 585 1026 0 1998462 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 7997968

[startup+642.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3066
/proc/meminfo: memFree=17514528/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8003988 CPUtime=942.15 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1538684 0 0 0 93862 353 0 0 20 0 1 0 345656679 8196083712 1915488 33554432000 4194304 8395647 140735139994704 140735139989832 6696650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2000997 1915488 585 1026 0 1999967 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 8003988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3067
/proc/meminfo: memFree=17511684/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8003988 CPUtime=1002.14 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1539087 0 0 0 99857 357 0 0 20 0 1 0 345656679 8196083712 1915496 33554432000 4194304 8395647 140735139994704 140735139989832 6390518 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2000997 1915496 585 1026 0 1999967 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 8003988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3067
/proc/meminfo: memFree=17523880/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8003988 CPUtime=1062.13 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1539707 0 0 0 105851 362 0 0 20 0 1 0 345656679 8196083712 1915499 33554432000 4194304 8395647 140735139994704 140735139989832 6696675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2000997 1915499 585 1026 0 1999967 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 8003988

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3067
/proc/meminfo: memFree=17462608/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8084824 CPUtime=1122.12 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1543458 0 0 0 111842 370 0 0 20 0 1 0 345656679 8278859776 1930336 33554432000 4194304 8395647 140735139994704 140735139989528 6709493 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2021206 1930336 590 1026 0 2020176 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 8084824

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3067
/proc/meminfo: memFree=17447988/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8118844 CPUtime=1182.11 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1545681 0 0 0 117828 383 0 0 20 0 1 0 345656679 8313696256 1936663 33554432000 4194304 8395647 140735139994704 140735139989352 6696767 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2029711 1936663 590 1026 0 2028681 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 8118844

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3067
/proc/meminfo: memFree=17447736/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8118844 CPUtime=1242.1 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1546347 0 0 0 123821 389 0 0 20 0 1 0 345656679 8313696256 1936668 33554432000 4194304 8395647 140735139994704 140735139989224 6696706 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2029711 1936668 590 1026 0 2028681 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 8118844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3067
/proc/meminfo: memFree=17414792/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8124952 CPUtime=1302.1 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1546941 0 0 0 129817 393 0 0 20 0 1 0 345656679 8319950848 1939357 33554432000 4194304 8395647 140735139994704 140735139989272 6708599 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2031238 1939357 590 1026 0 2030208 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 8124952

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3068
/proc/meminfo: memFree=17415548/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8124952 CPUtime=1362.09 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1547478 0 0 0 135812 397 0 0 20 0 1 0 345656679 8319950848 1939430 33554432000 4194304 8395647 140735139994704 140735139989528 6635112 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2031238 1939430 590 1026 0 2030208 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 8124952

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3068
/proc/meminfo: memFree=17405028/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8157600 CPUtime=1422.08 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1548937 0 0 0 141804 404 0 0 20 0 1 0 345656679 8353382400 1942001 33554432000 4194304 8395647 140735139994704 140735139989272 6696706 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2039400 1942001 590 1026 0 2038370 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 8157600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=18948768/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8162068 CPUtime=1482.06 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1549912 0 0 0 147794 412 0 0 20 0 1 0 345656679 8357957632 1944085 33554432000 4194304 8395647 140735139994704 140735139989352 6503325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2040517 1944085 590 1026 0 2039487 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 8162068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3110
/proc/meminfo: memFree=15375184/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8162068 CPUtime=1542.05 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1550446 0 0 0 153788 417 0 0 20 0 1 0 345656679 8357957632 1947696 33554432000 4194304 8395647 140735139994704 140735139989272 6709591 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2040517 1947696 590 1026 0 2039487 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8162068

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3133
/proc/meminfo: memFree=12822884/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8200832 CPUtime=1602.04 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1551809 0 0 0 159780 424 0 0 20 0 1 0 345656679 8397651968 1956968 33554432000 4194304 8395647 140735139994704 140735139988216 6708208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2050208 1956968 590 1026 0 2049178 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 8200832

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3134
/proc/meminfo: memFree=12681280/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8204156 CPUtime=1662.04 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1552361 0 0 0 165774 430 0 0 20 0 1 0 345656679 8401055744 1957486 33554432000 4194304 8395647 140735139994704 140735139989272 6378455 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2051039 1957486 590 1026 0 2050009 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 8204156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3134
/proc/meminfo: memFree=12676600/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8205124 CPUtime=1722.03 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1552635 0 0 0 171770 433 0 0 20 0 1 0 345656679 8402046976 1957490 33554432000 4194304 8395647 140735139994704 140735139989224 6708416 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2051281 1957490 590 1026 0 2050251 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 8205124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3134
/proc/meminfo: memFree=12648452/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=8206800 CPUtime=1782.02 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1553470 0 0 0 177762 440 0 0 20 0 1 0 345656679 8403763200 1957495 33554432000 4194304 8395647 140735139994704 140735139989224 6708489 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 2051700 1957495 590 1026 0 2050670 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 8206800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3134
/proc/meminfo: memFree=14591456/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=6044848 CPUtime=1800.02 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4202496 1554262 0 0 0 179551 451 0 0 20 0 1 0 345656679 6189924352 1471923 33554432000 4194304 8395647 140735139994704 140735139993896 6345173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 1511212 1471923 601 1026 0 1510182 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6044848

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

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

[startup+1800.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3134
/proc/meminfo: memFree=14591456/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=0 CPUtime=1800.12 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4203524 1554262 0 0 0 179551 461 0 0 20 0 1 0 345656679 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3134
/proc/meminfo: memFree=14591456/32873844 swapFree=7372/7372
[pid=3056] ppid=3054 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/3056/stat : 3056 (pbscip.linux.x8) R 3054 3056 2230 0 -1 4203524 1554262 0 0 0 179551 471 0 0 20 0 1 0 345656679 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3056/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.56
CPU time (s): 1800.28
CPU user time (s): 1795.52
CPU system time (s): 4.76627
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 8408404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.52
system time used= 4.76628
maximum resident set size= 7949660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1554262
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= 4
involuntary context switches= 1854

runsolver used 3.49247 second user time and 10.4524 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 09:34:41
IDJOB=3743837
IDBENCH=92634
IDSOLVER=2326
FILE ID=node109/3743837-1338795278
RUNJOBID= node109-1338782366-2247
PBS_JOBID= 14636835
Free space on /tmp= 70580 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/Large/normalized-minisat100_16_6_2_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-3743837-1338795278/watcher-3743837-1338795278 -o /tmp/evaluation-result-3743837-1338795278/solver-3743837-1338795278 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743837-1338795278.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7ed2b2aa8756f56877f04170049c9b74
RANDOM SEED=206189670

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25334712 kB
Buffers:         1874496 kB
Cached:          1887420 kB
SwapCached:          988 kB
Active:          5455304 kB
Inactive:        1190708 kB
Active(anon):    2866852 kB
Inactive(anon):    16120 kB
Active(file):    2588452 kB
Inactive(file):  1174588 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:            110308 kB
Writeback:             0 kB
AnonPages:       2889108 kB
Mapped:            12376 kB
Shmem:                 4 kB
Slab:             745352 kB
SReclaimable:     185768 kB
SUnreclaim:       559584 kB
KernelStack:        1432 kB
PageTables:         9664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3106232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 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= 70500 MiB
End job on node109 at 2012-06-04 10:04:43