Trace number 2693618

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.48 1800.43

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf9.ucl--soft-66-100-0.wbo
MD5SUM436e932860314596b9609870688d381f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.404937
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20445
Total number of constraints58444
Number of soft constraints19808
Number of constraints which are clauses56420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2024
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 1010028
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1010027
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
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-2693618-1277913232.wbo>
0.49/0.51	c original problem has 60061 variables (40253 bin, 0 int, 0 impl, 19808 cont) and 78253 constraints
0.49/0.51	c problem read
0.49/0.51	c presolving settings loaded
0.49/0.51	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.79/0.84	c presolving:
1.09/1.17	c (round 1) 383 del vars, 200 del conss, 56 chg bounds, 1012 chg sides, 2058 chg coeffs, 0 upgd conss, 600898 impls, 0 clqs
1.19/1.22	c (round 2) 427 del vars, 903 del conss, 57 chg bounds, 1012 chg sides, 2058 chg coeffs, 0 upgd conss, 600898 impls, 0 clqs
1.19/1.25	c (round 3) 488 del vars, 923 del conss, 58 chg bounds, 1012 chg sides, 2058 chg coeffs, 0 upgd conss, 600898 impls, 0 clqs
1.19/1.28	c (round 4) 506 del vars, 925 del conss, 58 chg bounds, 1012 chg sides, 2058 chg coeffs, 0 upgd conss, 600906 impls, 0 clqs
1.29/1.37	c (round 5) 507 del vars, 979 del conss, 19805 chg bounds, 1012 chg sides, 2058 chg coeffs, 0 upgd conss, 600906 impls, 0 clqs
1.59/1.63	c (round 6) 508 del vars, 979 del conss, 19805 chg bounds, 1012 chg sides, 2058 chg coeffs, 37808 upgd conss, 600906 impls, 0 clqs
13.49/13.54	c    (12.6s) probing: 1000/39806 (2.5%) - 1 fixings, 15 aggregations, 62714 implications, 0 bound changes
24.59/24.62	c    (23.6s) probing: 2000/39806 (5.0%) - 3 fixings, 19 aggregations, 112281 implications, 0 bound changes
34.49/34.55	c    (33.5s) probing: 3000/39806 (7.5%) - 3 fixings, 23 aggregations, 144103 implications, 0 bound changes
42.39/42.46	c    (41.4s) probing: 4000/39806 (10.0%) - 3 fixings, 26 aggregations, 154376 implications, 0 bound changes
50.40/50.42	c    (49.3s) probing: 5000/39806 (12.6%) - 3 fixings, 28 aggregations, 164329 implications, 0 bound changes
57.69/57.74	c    (56.6s) probing: 6000/39806 (15.1%) - 3 fixings, 28 aggregations, 167027 implications, 0 bound changes
64.69/64.74	c    (63.6s) probing: 7000/39806 (17.6%) - 3 fixings, 30 aggregations, 168973 implications, 0 bound changes
71.59/71.62	c    (70.4s) probing: 8000/39806 (20.1%) - 3 fixings, 31 aggregations, 170019 implications, 0 bound changes
78.49/78.53	c    (77.3s) probing: 9000/39806 (22.6%) - 3 fixings, 32 aggregations, 171196 implications, 0 bound changes
84.79/84.81	c    (83.5s) probing: 9917/39806 (24.9%) - 3 fixings, 32 aggregations, 171800 implications, 0 bound changes
84.79/84.81	c    (83.5s) probing aborted: 100/100 successive totally useless probings
84.79/84.81	c (round 7) 543 del vars, 979 del conss, 19805 chg bounds, 1012 chg sides, 2058 chg coeffs, 37808 upgd conss, 1341733 impls, 0 clqs
84.79/84.87	c (round 8) 543 del vars, 989 del conss, 19805 chg bounds, 1012 chg sides, 2058 chg coeffs, 37808 upgd conss, 1341733 impls, 0 clqs
86.09/86.19	c    (84.8s) probing: 10000/39806 (25.1%) - 3 fixings, 33 aggregations, 174079 implications, 0 bound changes
89.39/89.48	c    (88.1s) probing: 10372/39806 (26.1%) - 3 fixings, 33 aggregations, 174578 implications, 0 bound changes
89.39/89.48	c    (88.1s) probing aborted: 100/100 successive totally useless probings
89.39/89.48	c presolving (9 rounds):
89.39/89.48	c  546 deleted vars, 991 deleted constraints, 19805 tightened bounds, 0 added holes, 1012 changed sides, 2058 changed coefficients
89.39/89.48	c  1347721 implications, 0 cliques
89.39/89.48	c presolved problem has 59515 variables (39770 bin, 0 int, 0 impl, 19745 cont) and 77262 constraints
89.39/89.48	c   19745 constraints of type <indicator>
89.39/89.48	c      29 constraints of type <varbound>
89.39/89.48	c    1256 constraints of type <knapsack>
89.39/89.48	c   19716 constraints of type <linear>
89.39/89.48	c   36516 constraints of type <logicor>
89.39/89.48	c transformed objective value is always integral (scale: 1)
89.39/89.48	c Presolving Time: 87.95
89.39/89.48	c - non default parameters ----------------------------------------------------------------------
89.39/89.48	c # SCIP version 1.2.1.2
89.39/89.48	c 
89.39/89.48	c # frequency for displaying node information lines
89.39/89.48	c # [type: int, range: [-1,2147483647], default: 100]
89.39/89.48	c display/freq = 10000
89.39/89.48	c 
89.39/89.48	c # maximal time in seconds to run
89.39/89.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
89.39/89.48	c limits/time = 1799.49
89.39/89.48	c 
89.39/89.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
89.39/89.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
89.39/89.48	c limits/memory = 3420
89.39/89.48	c 
89.39/89.48	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
89.39/89.48	c # [type: int, range: [-1,2147483647], default: 1]
89.39/89.48	c lp/solvefreq = -1
89.39/89.48	c 
89.39/89.48	c # should presolving try to simplify inequalities
89.39/89.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
89.39/89.48	c constraints/linear/simplifyinequalities = TRUE
89.39/89.48	c 
89.39/89.48	c # should presolving try to simplify knapsacks
89.39/89.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
89.39/89.48	c constraints/knapsack/simplifyinequalities = TRUE
89.39/89.48	c 
89.39/89.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
89.39/89.48	c # [type: int, range: [-1,2147483647], default: -1]
89.39/89.48	c separating/rapidlearning/freq = 0
89.39/89.48	c 
89.39/89.48	c -----------------------------------------------------------------------------------------------
89.39/89.48	c start solving
89.49/89.50	c 
89.60/89.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.60/89.63	c  88.3s|     1 |     2 |     0 |     - | 237M|   0 |   - |  59k|  77k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
394.00/394.04	c   392s| 10000 | 10001 |     0 |   0.0 | 274M|  51 |   - |  59k|  77k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
696.91/696.97	c   694s| 20000 | 20001 |     0 |   0.0 | 309M|  67 |   - |  59k|  77k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
999.61/999.68	c   996s| 30000 | 30001 |     0 |   0.0 | 340M|  67 |   - |  59k|  77k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1303.03/1303.03	c  1298s| 40000 | 40001 |     0 |   0.0 | 371M|  67 |   - |  59k|  77k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1607.93/1607.94	c  1602s| 50000 | 50001 |     0 |   0.0 | 402M|  67 |   - |  59k|  77k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1793.37
1800.04/1800.01	c Solving Nodes      : 56227
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s UNKNOWN
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1793.37
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2693618-1277913232.wbo
1800.04/1800.01	c   Variables        : 60061 (40253 binary, 0 integer, 0 implicit integer, 19808 continuous)
1800.04/1800.01	c   Constraints      : 78253 initial, 78253 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2693618-1277913232.wbo
1800.04/1800.01	c   Variables        : 59515 (39770 binary, 0 integer, 0 implicit integer, 19745 continuous)
1800.04/1800.01	c   Constraints      : 77262 initial, 77262 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.02        125          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.06          0        307          0          0          0          0          0          0
1800.04/1800.01	c   probing          :      87.21          3         33          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.02          0          0          0          0          0         63          0          0
1800.04/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.39         58         20          0      19805          0        920       1012       2058
1800.04/1800.01	c   logicor          :       0.04          0          0          0          0          0          8          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :      19745          0     324467          0      56227          0      10920          0          0          0
1800.04/1800.01	c   varbound         :         29          0     324467          0      56227          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       1256          0     324467          0      56227          0         23          0          0          0
1800.04/1800.01	c   linear           :      19716          0     324467          0      56227          0      10779          0          0          0
1800.04/1800.01	c   logicor          :      36516          0     310995          0      56227          1    2898146          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0      56227          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :     325.44       0.00     162.82       0.00     162.62
1800.04/1800.01	c   varbound         :       1.14       0.00       0.62       0.00       0.52
1800.04/1800.01	c   knapsack         :      14.06       0.00      13.98       0.00       0.08
1800.04/1800.01	c   linear           :     190.55       0.00     190.41       0.00       0.14
1800.04/1800.01	c   logicor          :     519.14       0.00      14.63       0.00     504.51
1800.04/1800.01	c   countsols        :       0.07       0.00       0.00       0.00       0.07
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       4.42      44499          0        139
1800.04/1800.01	c   rootredcost      :       0.04          0          0          0
1800.04/1800.01	c   pseudoobj        :     254.95     294065          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :     417.16      56227          0          0          0          0     112454
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.00          0          0
1800.04/1800.01	c   trivial          :       0.13          2          0
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.03          0          0
1800.04/1800.01	c   trysol           :       0.02          1          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :      56227
1800.04/1800.01	c   nodes (total)    :      56227
1800.04/1800.01	c   nodes left       :      56228
1800.04/1800.01	c   max depth        :         67
1800.04/1800.01	c   max depth (total):         67
1800.04/1800.01	c   backtracks       :       1619 (2.9%)
1800.04/1800.01	c   delayed cutoffs  :          0
1800.04/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.01	c   avg switch length:       2.68
1800.04/1800.01	c   switching time   :      12.72
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          0 (0 improvements)
1800.04/1800.01	c   Primal Bound     :          -
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0
1800.44/1800.43	c Time complete: 1800.47.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693618-1277913232/watcher-2693618-1277913232 -o /tmp/evaluation-result-2693618-1277913232/solver-2693618-1277913232 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693618-1277913232.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 14000
/proc/meminfo: memFree=31361168/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=8300 CPUtime=0
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 1553 0 0 0 0 0 0 0 21 0 1 0 132619563 8499200 1475 4089446400 4194304 7136930 140733472935152 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14000/statm: 2075 1476 275 719 0 1354 0

[startup+0.051777 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 14000
/proc/meminfo: memFree=31361168/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=18624 CPUtime=0.04
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 4131 0 0 0 4 0 0 0 21 0 1 0 132619563 19070976 4053 4089446400 4194304 7136930 140733472935152 18446744073709551615 4361643 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14000/statm: 4656 4053 275 719 0 3935 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18624

[startup+0.100769 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 14000
/proc/meminfo: memFree=31361168/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=26840 CPUtime=0.09
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 6198 0 0 0 9 0 0 0 21 0 1 0 132619563 27484160 6120 4089446400 4194304 7136930 140733472935152 18446744073709551615 6176931 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14000/statm: 6710 6120 275 719 0 5989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26840

[startup+0.300734 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 14000
/proc/meminfo: memFree=31361168/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=58152 CPUtime=0.29
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 14031 0 0 0 28 1 0 0 21 0 1 0 132619563 59547648 13953 4089446400 4194304 7136930 140733472935152 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14000/statm: 14538 13953 275 719 0 13817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58152

[startup+0.700663 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 14000
/proc/meminfo: memFree=31361168/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=197028 CPUtime=0.69
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 48799 0 0 0 63 6 0 0 22 0 1 0 132619563 201756672 48311 4089446400 4194304 7136930 140733472935152 18446744073709551615 5953060 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 49257 48311 295 719 0 48536 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 197028

[startup+1.50052 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 14001
/proc/meminfo: memFree=31123824/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=274980 CPUtime=1.49
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 71180 0 0 0 118 31 0 0 25 0 1 0 132619563 281579520 66134 4089446400 4194304 7136930 140733472935152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 68745 66134 369 719 0 68024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 274980

[startup+3.1003 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 14001
/proc/meminfo: memFree=31075712/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=297812 CPUtime=3.09
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 79453 0 0 0 269 40 0 0 25 0 1 0 132619563 304959488 71567 4089446400 4194304 7136930 140733472935152 18446744073709551615 4983680 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 74453 71567 388 719 0 73732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 297812

[startup+6.30073 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 14001
/proc/meminfo: memFree=31065824/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=308676 CPUtime=6.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 82168 0 0 0 587 43 0 0 25 0 1 0 132619563 316084224 74282 4089446400 4194304 7136930 140733472935152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 77169 74282 388 719 0 76448 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 308676

[startup+12.7005 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 14001
/proc/meminfo: memFree=31063220/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=310840 CPUtime=12.69
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 82751 0 0 0 1223 46 0 0 25 0 1 0 132619563 318300160 74865 4089446400 4194304 7136930 140733472935152 18446744073709551615 5500779 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 77710 74865 388 719 0 76989 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 310840

[startup+25.5003 s]
/proc/loadavg: 1.97 2.00 2.00 3/179 14002
/proc/meminfo: memFree=31057356/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=317324 CPUtime=25.49
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 84389 0 0 0 2496 53 0 0 25 0 1 0 132619563 324939776 76503 4089446400 4194304 7136930 140733472935152 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 79331 76503 394 719 0 78610 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 317324

[startup+51.1007 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 14003
/proc/meminfo: memFree=31052188/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=322424 CPUtime=51.09
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 85580 0 0 0 5046 63 0 0 25 0 1 0 132619563 330162176 77694 4089446400 4194304 7136930 140733472935152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 80606 77694 394 719 0 79885 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 322424

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14004
/proc/meminfo: memFree=31043848/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=331204 CPUtime=102.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 91084 0 0 0 10138 92 0 0 25 0 1 0 132619563 339152896 79562 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 82801 79562 406 719 0 82080 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 331204

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14005
/proc/meminfo: memFree=31035008/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=339812 CPUtime=162.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 93129 0 0 0 16118 112 0 0 25 0 1 0 132619563 347967488 81607 4089446400 4194304 7136930 140733472935152 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14000/statm: 84953 81607 406 719 0 84232 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 339812

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 14202
/proc/meminfo: memFree=31010652/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=349208 CPUtime=222.29
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 95403 0 0 0 22098 131 0 0 25 0 1 0 132619563 357588992 83881 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 87302 83881 406 719 0 86581 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 349208

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14204
/proc/meminfo: memFree=30991004/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=357520 CPUtime=282.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 97361 0 0 0 28084 146 0 0 25 0 1 0 132619563 366100480 85839 4089446400 4194304 7136930 140733472935152 18446744073709551615 4697099 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 89380 85839 406 719 0 88659 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 357520

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14206
/proc/meminfo: memFree=30982660/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=366136 CPUtime=342.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 99390 0 0 0 34068 162 0 0 25 0 1 0 132619563 374923264 87868 4089446400 4194304 7136930 140733472935152 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 91534 87868 406 719 0 90813 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 366136

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14207
/proc/meminfo: memFree=30973424/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=374228 CPUtime=402.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 101368 0 0 0 40053 177 0 0 25 0 1 0 132619563 383209472 89846 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 93557 89846 406 719 0 92836 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 374228

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14217
/proc/meminfo: memFree=30965976/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=381244 CPUtime=462.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 102977 0 0 0 46038 192 0 0 25 0 1 0 132619563 390393856 91455 4089446400 4194304 7136930 140733472935152 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 95311 91455 406 719 0 94590 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 381244

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14219
/proc/meminfo: memFree=30958500/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=388892 CPUtime=522.3
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 104748 0 0 0 52023 207 0 0 25 0 1 0 132619563 398225408 93226 4089446400 4194304 7136930 140733472935152 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 97223 93226 406 719 0 96502 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 388892

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14221
/proc/meminfo: memFree=30942836/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=402388 CPUtime=582.31
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 108066 0 0 0 58008 223 0 0 25 0 1 0 132619563 412045312 96544 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 100597 96544 406 719 0 99876 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 402388

[startup+642.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 14223
/proc/meminfo: memFree=30934504/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=408796 CPUtime=642.31
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 109652 0 0 0 63993 238 0 0 25 0 1 0 132619563 418607104 98130 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 102199 98130 406 719 0 101478 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 408796

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14231
/proc/meminfo: memFree=30825420/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=449944 CPUtime=942.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 119484 0 0 0 93903 329 0 0 25 0 1 0 132619563 460742656 107962 4089446400 4194304 7136930 140733472935152 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 112486 107962 406 719 0 111765 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 449944

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14232
/proc/meminfo: memFree=30810380/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=457280 CPUtime=1002.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 121255 0 0 0 99885 347 0 0 25 0 1 0 132619563 468254720 109733 4089446400 4194304 7136930 140733472935152 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 114320 109733 406 719 0 113599 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 457280

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14233
/proc/meminfo: memFree=30798796/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=461848 CPUtime=1062.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 122392 0 0 0 105868 364 0 0 25 0 1 0 132619563 472932352 110870 4089446400 4194304 7136930 140733472935152 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 115462 110870 406 719 0 114741 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 461848

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14235
/proc/meminfo: memFree=30775684/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=468552 CPUtime=1122.31
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 124015 0 0 0 111848 383 0 0 25 0 1 0 132619563 479797248 112493 4089446400 4194304 7136930 140733472935152 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 117138 112493 406 719 0 116417 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 468552

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14237
/proc/meminfo: memFree=30751096/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=476304 CPUtime=1182.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 125876 0 0 0 117828 404 0 0 25 0 1 0 132619563 487735296 114354 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 119076 114354 406 719 0 118355 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 476304

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14239
/proc/meminfo: memFree=30720052/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=483640 CPUtime=1242.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 127754 0 0 0 123807 425 0 0 25 0 1 0 132619563 495247360 116232 4089446400 4194304 7136930 140733472935152 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 120910 116232 406 719 0 120189 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 483640

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14240
/proc/meminfo: memFree=30696336/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=489604 CPUtime=1302.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 129298 0 0 0 129783 449 0 0 25 0 1 0 132619563 501354496 117776 4089446400 4194304 7136930 140733472935152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 122401 117776 406 719 0 121680 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 489604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14241
/proc/meminfo: memFree=30664300/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=504316 CPUtime=1362.32
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 132722 0 0 0 135764 468 0 0 25 0 1 0 132619563 516419584 121200 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 126079 121200 406 719 0 125358 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 504316

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14243
/proc/meminfo: memFree=30642924/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=507992 CPUtime=1422.33
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 133610 0 0 0 141747 486 0 0 25 0 1 0 132619563 520183808 122088 4089446400 4194304 7136930 140733472935152 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 126998 122088 406 719 0 126277 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 507992

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14245
/proc/meminfo: memFree=30605444/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=515556 CPUtime=1482.33
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 135364 0 0 0 147728 505 0 0 25 0 1 0 132619563 527929344 123842 4089446400 4194304 7136930 140733472935152 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 128889 123842 406 719 0 128168 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 515556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14247
/proc/meminfo: memFree=30555316/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=522612 CPUtime=1542.33
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 137048 0 0 0 153703 530 0 0 25 0 1 0 132619563 535154688 125526 4089446400 4194304 7136930 140733472935152 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 130653 125526 406 719 0 129932 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 522612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14248
/proc/meminfo: memFree=30514600/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=530484 CPUtime=1602.33
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 138858 0 0 0 159682 551 0 0 25 0 1 0 132619563 543215616 127336 4089446400 4194304 7136930 140733472935152 18446744073709551615 5507212 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 132621 127336 406 719 0 131900 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 530484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14249
/proc/meminfo: memFree=30475232/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=536636 CPUtime=1662.33
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 140365 0 0 0 165661 572 0 0 25 0 1 0 132619563 549515264 128843 4089446400 4194304 7136930 140733472935152 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 134159 128843 406 719 0 133438 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 536636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14251
/proc/meminfo: memFree=30432288/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=543740 CPUtime=1722.33
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 142145 0 0 0 171639 594 0 0 25 0 1 0 132619563 556789760 130623 4089446400 4194304 7136930 140733472935152 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 135935 130623 406 719 0 135214 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 543740

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14253
/proc/meminfo: memFree=30400760/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=548756 CPUtime=1782.34
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 143481 0 0 0 177619 615 0 0 25 0 1 0 132619563 561926144 131959 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005106 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 137189 131959 406 719 0 136468 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 548756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14253
/proc/meminfo: memFree=30387232/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=552676 CPUtime=1800.04
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 144443 0 0 0 179384 620 0 0 25 0 1 0 132619563 565940224 132921 4089446400 4194304 7136930 140733472935152 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14000/statm: 138169 132921 406 719 0 137448 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 552676

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

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

[startup+1800.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14253
/proc/meminfo: memFree=30387232/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=534768 CPUtime=1800.23
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 144450 0 0 0 179403 620 0 0 25 0 1 0 132619563 547602432 128797 4089446400 4194304 7136930 140733472935152 18446744073709551615 4997862 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14000/statm: 133692 128797 413 719 0 132971 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 534768

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14253
/proc/meminfo: memFree=30387232/32950928 swapFree=4192956/4192956
[pid=14000] ppid=13998 vsize=105120 CPUtime=1800.44
/proc/14000/stat : 14000 (pbscip.linux.x8) R 13998 14000 12796 0 -1 4202496 144450 0 0 0 179422 622 0 0 25 0 1 0 132619563 107642880 25273 4089446400 4194304 7136930 140733472935152 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14000/statm: 26280 25273 413 719 0 25559 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 105120

Child status: 0
Real time (s): 1800.43
CPU time (s): 1800.48
CPU user time (s): 1794.25
CPU system time (s): 6.22605
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 552676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 6.22605
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144457
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= 3
involuntary context switches= 1709

runsolver used 3.24851 second user time and 6.48201 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 17:53:52
IDJOB=2693618
IDBENCH=79011
IDSOLVER=1206
FILE ID=node124/2693618-1277913232
PBS_JOBID= 11197228
Free space on /tmp= 130616 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf9.ucl--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693618-1277913232/watcher-2693618-1277913232 -o /tmp/evaluation-result-2693618-1277913232/solver-2693618-1277913232 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693618-1277913232.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 436e932860314596b9609870688d381f
RANDOM SEED=1318538428

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31362068 kB
Buffers:        200964 kB
Cached:        1123872 kB
SwapCached:          0 kB
Active:         644888 kB
Inactive:       831712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31362068 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5088 kB
Writeback:           0 kB
AnonPages:      151516 kB
Mapped:          16980 kB
Slab:            80084 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   299392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130612 MiB
End job on node124 at 2010-06-30 18:23:54