Trace number 2665307

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-6 1800.19 1800.71

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_1.opb
MD5SUMe0d3a2bf2cd2b7e4b27d7033a7686e76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark766.009
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2665307-1276670194.opb>
0.00/0.02	c original problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.22	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 12084 impls, 100 clqs
0.39/0.42	c    (0.2s) probing: 101/1598 (6.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.42	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  12084 implications, 100 cliques
0.39/0.42	c presolved problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.39/0.42	c     100 constraints of type <setppc>
0.39/0.42	c    1498 constraints of type <and>
0.39/0.42	c       1 constraints of type <linear>
0.39/0.42	c      50 constraints of type <logicor>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.22
0.39/0.42	c - non default parameters ----------------------------------------------------------------------
0.39/0.42	c # SCIP version 1.2.1.2
0.39/0.42	c 
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = 10000
0.39/0.42	c 
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = 1799.99
0.39/0.42	c 
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = 1620
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify inequalities
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/linear/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify knapsacks
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c heuristics/undercover/freq = 0
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/rapidlearning/freq = 0
0.39/0.42	c 
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving
0.39/0.42	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c t 0.3s|     1 |     0 |   123 |     - |7745k|   0 | 100 |1598 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.39/0.48	o -2
0.39/0.48	c s 0.3s|     1 |     0 |   123 |     - |7787k|   0 | 100 |1598 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.59/0.69	o -3
0.59/0.69	c u 0.5s|     1 |     0 |   123 |     - |7794k|   0 | 100 |1598 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
1.69/1.70	c   1.3s|     1 |     0 |   379 |     - |7808k|   0 | 182 |1598 |1649 |1598 |3148 |   1 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
2.39/2.49	c   2.0s|     1 |     0 |  2441 |     - |7953k|   0 | 500 |1598 |1649 |1598 |3155 |   8 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.29/3.38	c   2.9s|     1 |     0 |  3462 |     - |8031k|   0 | 865 |1598 |1649 |1598 |3165 |  18 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
4.88/4.97	c   4.5s|     1 |     0 |  3713 |     - |8071k|   0 | 877 |1598 |1649 |1598 |3182 |  35 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
6.49/6.58	c   6.1s|     1 |     0 |  4415 |     - |8217k|   0 | 889 |1598 |1649 |1598 |3207 |  60 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
8.19/8.26	c   7.8s|     1 |     0 |  5157 |     - |8293k|   0 | 882 |1598 |1649 |1598 |3233 |  86 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
18.70/18.70	c  18.1s|     1 |     2 |  5157 |     - |8314k|   0 | 882 |1598 |1649 |1598 |3233 |  86 |   0 |  11 |-2.500000e+01 |-3.000000e+00 |  88.00%
68.87/68.91	o -5
68.87/68.91	c R68.1s|    21 |    17 | 37623 |1623.3 |8520k|  13 |   9 |1598 |1649 |1598 |1266 |2005 |   0 | 243 |-2.465031e+01 |-5.000000e+00 |  79.72%
68.87/68.92	o -6
68.87/68.92	c *68.1s|    22 |    14 | 37638 |1546.7 |8539k|  13 |   - |1598 |1649 |1598 |1268 |2007 |   0 | 243 |-2.465031e+01 |-6.000000e+00 |  75.66%
1191.76/1192.16	c  1174s| 10000 |  1586 |  2803k| 279.9 |  32M|  71 |   - |1598 |1826 |1598 |1736 |  98k| 381 |5606 |-1.055470e+01 |-6.000000e+00 |  43.15%
1631.62/1632.18	c  1605s| 20000 |  1707 |  3977k| 198.6 |  40M|  76 |  92 |1598 |1882 |1598 |1767 | 132k| 807 |7737 |-9.137896e+00 |-6.000000e+00 |  34.34%
1800.08/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1769.91
1800.08/1800.61	c Solving Nodes      : 24250
1800.08/1800.61	c Primal Bound       : -6.00000000000000e+00 (13 solutions)
1800.08/1800.61	c Dual Bound         : -8.83234682158106e+00
1800.08/1800.61	c Gap                : 32.07 %
1800.08/1800.61	s SATISFIABLE
1800.08/1800.61	v -x95 -x89 -x79 -x96 x52 -x98 -x58 -x55 -x54 x71 -x75 -x99 -x88 -x85 -x57 -x51 x97 -x92 -x90 -x82 -x76 x67 -x65 -x61 -x56 -x70 -x59 
1800.08/1800.61	v -x53 -x74 x81 -x83 -x80 -x68 -x69 -x62 -x73 -x77 -x64 -x60 -x91 -x63 -x72 -x100 x93 -x86 -x94 -x66 -x78 -x87 -x84 -x50 -x49 
1800.08/1800.61	v -x48 -x47 x46 -x45 x44 -x43 -x42 -x41 x40 x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 
1800.08/1800.61	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time       :    1769.91
1800.08/1800.62	c Original Problem   :
1800.08/1800.62	c   Problem name     : HOME/instance-2665307-1276670194.opb
1800.08/1800.62	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 1649 initial, 1649 maximal
1800.08/1800.62	c Presolved Problem  :
1800.08/1800.62	c   Problem name     : t_HOME/instance-2665307-1276670194.opb
1800.08/1800.62	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 1649 initial, 1901 maximal
1800.08/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.08/1800.62	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.62	c   and              :       0.17          0          0          0          0          0          0          0          0
1800.08/1800.62	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   integral         :          0          0          0      14167          0         35       3009          0          0      25904
1800.08/1800.62	c   setppc           :        100          6      84658          1          0        266     123058          0          0          0
1800.08/1800.62	c   and              :       1498      26700      84392          1          0         71    2262040     147245          0          0
1800.08/1800.62	c   linear           :          1          6      84321          1          0         26        406          0          0          0
1800.08/1800.62	c   logicor          :         50+         6      24309          1          0          5      15375          0          0          0
1800.08/1800.62	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.08/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.62	c   integral         :     413.50       0.00       0.00     413.50       0.00
1800.08/1800.62	c   setppc           :       0.68       0.00       0.68       0.00       0.00
1800.08/1800.62	c   and              :      19.51      11.34       8.17       0.00       0.00
1800.08/1800.62	c   linear           :       1.09       0.01       1.08       0.00       0.00
1800.08/1800.62	c   logicor          :       0.52       0.00       0.52       0.00       0.00
1800.08/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.62	c   vbounds          :       0.08          2          0          0
1800.08/1800.62	c   rootredcost      :       0.03          3          0          0
1800.08/1800.62	c   pseudoobj        :       0.68      84963        189        495
1800.08/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.62	c   propagation      :       0.04        557        536       1301       30.5         10       39.4          -
1800.08/1800.62	c   infeasible LP    :       0.00         13         13         18       17.6          0        0.0          0
1800.08/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.62	c   applied globally :          -          -          -        986       27.8          -          -          -
1800.08/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.62	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 117)
1800.08/1800.62	c   redcost          :       3.07      27291          0      56239          0          0
1800.08/1800.62	c   impliedbounds    :       0.00          6          0          0         84          0
1800.08/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.62	c   gomory           :       1.28          6          0          0        115          0
1800.08/1800.62	c   strongcg         :       1.88          6          0          0        207          0
1800.08/1800.62	c   cmir             :       0.19          6          0          0          7          0
1800.08/1800.62	c   flowcover        :       0.19          6          0          0          8          0
1800.08/1800.62	c   clique           :       0.09          6          0          0         34          0
1800.08/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.62	c   mcf              :       0.02          2          0          0          6          0
1800.08/1800.62	c   rapidlearning    :       0.62          1          0          0          0          0
1800.08/1800.62	c Pricers            :       Time      Calls       Vars
1800.08/1800.62	c   problem variables:       0.00          0          0
1800.08/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   relpscost        :     413.43      14166         35       3009          0          0      25904
1800.08/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.62	c   LP solutions     :       0.00          -          1
1800.08/1800.62	c   pseudo solutions :       0.00          -          0
1800.08/1800.62	c   feaspump         :       0.00          0          0
1800.08/1800.62	c   oneopt           :       0.02          3          0
1800.08/1800.62	c   crossover        :       0.28          6          0
1800.08/1800.62	c   fracdiving       :       6.72         32          0
1800.08/1800.62	c   veclendiving     :      26.98         32          0
1800.08/1800.62	c   linesearchdiving :       6.72         32          0
1800.08/1800.62	c   guideddiving     :      12.21         33          0
1800.08/1800.62	c   pscostdiving     :       9.66         33          0
1800.08/1800.62	c   coefdiving       :       7.42         33          0
1800.08/1800.62	c   rootsoldiving    :       3.97         17          0
1800.08/1800.62	c   objpscostdiving  :       9.07         17          0
1800.08/1800.62	c   trivial          :       0.01          2          3
1800.08/1800.62	c   simplerounding   :       0.10          0          0
1800.08/1800.62	c   zirounding       :       0.34       1000          0
1800.08/1800.62	c   rounding         :       5.19       7597          1
1800.08/1800.62	c   shifting         :       2.60       2268          7
1800.08/1800.62	c   intshifting      :       0.00          0          0
1800.08/1800.62	c   twoopt           :       0.00          0          0
1800.08/1800.62	c   fixandinfer      :       0.00          0          0
1800.08/1800.62	c   intdiving        :       0.00          0          0
1800.08/1800.62	c   actconsdiving    :       0.00          0          0
1800.08/1800.62	c   octane           :       0.00          0          0
1800.08/1800.62	c   rens             :       0.01          0          0
1800.08/1800.62	c   rins             :       0.00          0          0
1800.08/1800.62	c   localbranching   :       0.00          0          0
1800.08/1800.62	c   mutation         :       0.00          0          0
1800.08/1800.62	c   dins             :       0.00          0          0
1800.08/1800.62	c   undercover       :       0.17          1          1
1800.08/1800.62	c   nlp              :       0.01          0          0
1800.08/1800.62	c   trysol           :       0.06          0          0
1800.08/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.62	c   primal LP        :      76.38          0          0       0.00       0.00
1800.08/1800.62	c   dual LP          :    1110.00      38305    4157252     108.53    3745.27
1800.08/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.62	c   diving/probing LP:      73.44       9186     240804      26.21    3278.92
1800.08/1800.62	c   strong branching :     411.87       8934    1532703     171.56    3721.33
1800.08/1800.62	c     (at root node) :          -         11      11000    1000.00          -
1800.08/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.62	c B&B Tree           :
1800.08/1800.62	c   number of runs   :          1
1800.08/1800.62	c   nodes            :      24250
1800.08/1800.62	c   nodes (total)    :      24250
1800.08/1800.62	c   nodes left       :       1647
1800.08/1800.62	c   max depth        :         76
1800.08/1800.62	c   max depth (total):         76
1800.08/1800.62	c   backtracks       :       2459 (10.1%)
1800.08/1800.62	c   delayed cutoffs  :          1
1800.08/1800.62	c   repropagations   :       3761 (9518 domain reductions, 1 cutoffs)
1800.08/1800.62	c   avg switch length:       4.85
1800.08/1800.62	c   switching time   :      86.86
1800.08/1800.62	c Solution           :
1800.08/1800.62	c   Solutions found  :         13 (5 improvements)
1800.08/1800.62	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.08/1800.62	c   Primal Bound     : -6.00000000000000e+00   (in run 1, after 22 nodes, 68.11 seconds, depth 8, found by <relaxation>)
1800.08/1800.62	c   Dual Bound       : -8.83234682158106e+00
1800.08/1800.62	c   Gap              :      32.07 %
1800.08/1800.62	c   Root Dual Bound  : -2.50000000000000e+01
1800.08/1800.62	c   Root Iterations  :       5157
1800.08/1800.70	c Time complete: 1800.17.

Verifier Data

OK	-6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665307-1276670194/watcher-2665307-1276670194 -o /tmp/evaluation-result-2665307-1276670194/solver-2665307-1276670194 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665307-1276670194.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.08 2/105 14687
/proc/meminfo: memFree=1739416/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=9288 CPUtime=0
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 1096 0 0 0 0 0 0 0 25 0 1 0 8313202 9510912 1016 1992294400 4194304 9819077 140737240928000 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14687/statm: 2322 1026 371 1374 0 943 0

[startup+0.100582 s]
/proc/loadavg: 1.00 1.00 1.08 2/105 14687
/proc/meminfo: memFree=1739416/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=17736 CPUtime=0.09
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3806 0 0 0 5 4 0 0 25 0 1 0 8313202 18161664 3115 1992294400 4194304 9819077 140737240928000 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 4434 3115 478 1374 0 3055 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17736

[startup+0.200591 s]
/proc/loadavg: 1.00 1.00 1.08 2/105 14687
/proc/meminfo: memFree=1739416/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=17736 CPUtime=0.19
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3806 0 0 0 11 8 0 0 25 0 1 0 8313202 18161664 3115 1992294400 4194304 9819077 140737240928000 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 4434 3115 478 1374 0 3055 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17736

[startup+0.300601 s]
/proc/loadavg: 1.00 1.00 1.08 2/105 14687
/proc/meminfo: memFree=1739416/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=19032 CPUtime=0.29
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 5455 0 0 0 16 13 0 0 25 0 1 0 8313202 19488768 3479 1992294400 4194304 9819077 140737240928000 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 4758 3479 505 1374 0 3379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19032

[startup+0.700641 s]
/proc/loadavg: 1.00 1.00 1.08 2/105 14687
/proc/meminfo: memFree=1739416/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=35792 CPUtime=0.69
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 18100 0 0 0 47 22 0 0 25 0 1 0 8313202 36651008 7083 1992294400 4194304 9819077 140737240928000 18446744073709551615 4776069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8948 7083 681 1374 0 7569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35792

[startup+1.50072 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 14688
/proc/meminfo: memFree=1706672/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=47172 CPUtime=1.49
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 23019 0 0 0 107 42 0 0 25 0 1 0 8313202 48304128 9689 1992294400 4194304 9819077 140737240928000 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 11793 9689 714 1374 0 10414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47172

[startup+3.10088 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 14688
/proc/meminfo: memFree=1712996/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=33520 CPUtime=3.09
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 24683 0 0 0 265 44 0 0 25 0 1 0 8313202 34324480 7120 1992294400 4194304 9819077 140737240928000 18446744073709551615 7233739 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8380 7120 716 1374 0 7001 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33520

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 14688
/proc/meminfo: memFree=1712624/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=34616 CPUtime=6.29
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 25929 0 0 0 583 46 0 0 25 0 1 0 8313202 35446784 7231 1992294400 4194304 9819077 140737240928000 18446744073709551615 7298091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8654 7231 716 1374 0 7275 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34616

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 14688
/proc/meminfo: memFree=1712128/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=38920 CPUtime=12.69
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 35882 0 0 0 1216 53 0 0 25 0 1 0 8313202 39854080 7229 1992294400 4194304 9819077 140737240928000 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 9730 7229 722 1374 0 8351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38920

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 14688
/proc/meminfo: memFree=1712624/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=32440 CPUtime=25.49
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 46935 0 0 0 2489 60 0 0 25 0 1 0 8313202 33218560 7119 1992294400 4194304 9819077 140737240928000 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8110 7119 735 1374 0 6731 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32440

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.07 2/106 14690
/proc/meminfo: memFree=1712624/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=34972 CPUtime=51.07
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 52330 0 0 0 5037 70 0 0 25 0 1 0 8313202 35811328 7153 1992294400 4194304 9819077 140737240928000 18446744073709551615 7295939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8743 7153 735 1374 0 7364 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34972

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/106 14690
/proc/meminfo: memFree=1712624/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=32616 CPUtime=102.26
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 70213 0 0 0 10133 93 0 0 25 0 1 0 8313202 33398784 7128 1992294400 4194304 9819077 140737240928000 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8154 7128 741 1374 0 6775 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32616

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/106 14692
/proc/meminfo: memFree=1712252/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=34556 CPUtime=162.24
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 130012 0 0 0 16078 146 0 0 25 0 1 0 8313202 35385344 7261 1992294400 4194304 9819077 140737240928000 18446744073709551615 5428869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8639 7261 742 1374 0 7260 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 34556

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.06 2/106 14694
/proc/meminfo: memFree=1712128/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=34552 CPUtime=222.23
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 225800 0 0 0 22006 217 0 0 25 0 1 0 8313202 35381248 7284 1992294400 4194304 9819077 140737240928000 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 8638 7284 742 1374 0 7259 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34552

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/106 14696
/proc/meminfo: memFree=1709028/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=36068 CPUtime=282.21
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 261787 0 0 0 27964 257 0 0 25 0 1 0 8313202 36933632 7992 1992294400 4194304 9819077 140737240928000 18446744073709551615 7289363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 9017 7992 743 1374 0 7638 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 36068

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 14696
/proc/meminfo: memFree=1709028/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=40220 CPUtime=342.19
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 335051 0 0 0 33898 321 0 0 25 0 1 0 8313202 41185280 8034 1992294400 4194304 9819077 140737240928000 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 10055 8034 743 1374 0 8676 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 40220

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 14698
/proc/meminfo: memFree=1708904/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=38500 CPUtime=402.17
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 483693 0 0 0 39809 408 0 0 25 0 1 0 8313202 39424000 8107 1992294400 4194304 9819077 140737240928000 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 9625 8107 743 1374 0 8246 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 38500

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/106 14700
/proc/meminfo: memFree=1707540/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=40156 CPUtime=462.16
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 649144 0 0 0 45713 503 0 0 25 0 1 0 8313202 41119744 8431 1992294400 4194304 9819077 140737240928000 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 10039 8431 743 1374 0 8660 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 40156

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/106 14702
/proc/meminfo: memFree=1702456/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=44880 CPUtime=522.14
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 789089 0 0 0 51627 587 0 0 25 0 1 0 8313202 45957120 9641 1992294400 4194304 9819077 140737240928000 18446744073709551615 6190584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 11220 9641 749 1374 0 9841 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 44880

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 14704
/proc/meminfo: memFree=1701588/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=45196 CPUtime=582.13
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 838594 0 0 0 57576 637 0 0 25 0 1 0 8313202 46280704 9972 1992294400 4194304 9819077 140737240928000 18446744073709551615 7318467 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 11299 9972 749 1374 0 9920 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 45196

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 14704
/proc/meminfo: memFree=1700844/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=49380 CPUtime=642.11
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 988084 0 0 0 63483 728 0 0 25 0 1 0 8313202 50565120 10229 1992294400 4194304 9819077 140737240928000 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 12345 10229 749 1374 0 10966 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 49380

[startup+702.301 s]

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

[startup+882.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14712
/proc/meminfo: memFree=1690676/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=56736 CPUtime=882.05
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 1701723 0 0 0 87055 1150 0 0 25 0 1 0 8313202 58097664 12548 1992294400 4194304 9819077 140737240928000 18446744073709551615 7296209 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 14184 12548 749 1374 0 12805 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 56736

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14712
/proc/meminfo: memFree=1687080/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=60272 CPUtime=942.03
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 1885684 0 0 0 92935 1268 0 0 25 0 1 0 8313202 61718528 13456 1992294400 4194304 9819077 140737240928000 18446744073709551615 7295968 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 15068 13456 750 1374 0 13689 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 60272

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14714
/proc/meminfo: memFree=1683980/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=63528 CPUtime=1002.01
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 2058442 0 0 0 98820 1381 0 0 25 0 1 0 8313202 65052672 14248 1992294400 4194304 9819077 140737240928000 18446744073709551615 6391502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 15882 14248 750 1374 0 14503 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 63528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14716
/proc/meminfo: memFree=1681624/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=66152 CPUtime=1061.99
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 2247960 0 0 0 104706 1493 0 0 25 0 1 0 8313202 67739648 14880 1992294400 4194304 9819077 140737240928000 18446744073709551615 7312023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 16538 14880 750 1374 0 15159 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 66152

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14718
/proc/meminfo: memFree=1678028/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=69220 CPUtime=1121.97
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 2443746 0 0 0 110581 1616 0 0 25 0 1 0 8313202 70881280 15692 1992294400 4194304 9819077 140737240928000 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 17339 15693 750 1374 0 15960 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 69220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14720
/proc/meminfo: memFree=1675796/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=74312 CPUtime=1181.96
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 2638784 0 0 0 116461 1735 0 0 25 0 1 0 8313202 76095488 16236 1992294400 4194304 9819077 140737240928000 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 18578 16236 750 1374 0 17199 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 74312

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14720
/proc/meminfo: memFree=1672820/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=74248 CPUtime=1241.94
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 2835928 0 0 0 122338 1856 0 0 25 0 1 0 8313202 76029952 16964 1992294400 4194304 9819077 140737240928000 18446744073709551615 7296163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 18562 16964 750 1374 0 17183 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 74248

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14722
/proc/meminfo: memFree=1670588/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=76524 CPUtime=1301.92
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3032063 0 0 0 128215 1977 0 0 25 0 1 0 8313202 78360576 17450 1992294400 4194304 9819077 140737240928000 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 19131 17450 750 1374 0 17752 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 76524

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14724
/proc/meminfo: memFree=1667860/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=81972 CPUtime=1361.91
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3211269 0 0 0 134095 2096 0 0 25 0 1 0 8313202 83939328 18182 1992294400 4194304 9819077 140737240928000 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 20493 18182 750 1374 0 19114 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 81972

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14726
/proc/meminfo: memFree=1665256/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=81388 CPUtime=1421.89
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3398342 0 0 0 139973 2216 0 0 25 0 1 0 8313202 83341312 18844 1992294400 4194304 9819077 140737240928000 18446744073709551615 7312713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 20347 18844 750 1374 0 18968 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 81388

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14737
/proc/meminfo: memFree=1661908/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=84880 CPUtime=1481.87
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3592222 0 0 0 145842 2345 0 0 25 0 1 0 8313202 86917120 19521 1992294400 4194304 9819077 140737240928000 18446744073709551615 7291592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 21220 19521 750 1374 0 19841 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 84880

[startup+1542.31 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 14737
/proc/meminfo: memFree=1660296/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=86724 CPUtime=1541.85
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3785549 0 0 0 151715 2470 0 0 25 0 1 0 8313202 88805376 19969 1992294400 4194304 9819077 140737240928000 18446744073709551615 6021518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 21681 19969 750 1374 0 20302 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 86724

[startup+1602.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/106 14739
/proc/meminfo: memFree=1658312/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=88556 CPUtime=1601.83
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 3980322 0 0 0 157590 2593 0 0 25 0 1 0 8313202 90681344 20447 1992294400 4194304 9819077 140737240928000 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 22139 20447 750 1374 0 20760 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 88556

[startup+1662.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/106 14741
/proc/meminfo: memFree=1656824/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=90416 CPUtime=1661.81
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 4181253 0 0 0 163455 2726 0 0 25 0 1 0 8313202 92585984 20822 1992294400 4194304 9819077 140737240928000 18446744073709551615 6695760 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 22604 20822 750 1374 0 21225 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 90416

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/106 14743
/proc/meminfo: memFree=1654716/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=92472 CPUtime=1721.8
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 4388855 0 0 0 169331 2849 0 0 25 0 1 0 8313202 94691328 21373 1992294400 4194304 9819077 140737240928000 18446744073709551615 7296090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 23118 21373 750 1374 0 21739 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 92472

[startup+1782.3 s]
/proc/loadavg: 1.12 1.06 1.00 2/106 14745
/proc/meminfo: memFree=1653600/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=93744 CPUtime=1781.77
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 4596580 0 0 0 175203 2974 0 0 25 0 1 0 8313202 95993856 21588 1992294400 4194304 9819077 140737240928000 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 23436 21588 750 1374 0 22057 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 93744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.09 1.05 1.00 2/106 14745
/proc/meminfo: memFree=1653352/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=96864 CPUtime=1800.08
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 4662706 0 0 0 176991 3017 0 0 25 0 1 0 8313202 99188736 21760 1992294400 4194304 9819077 140737240928000 18446744073709551615 7298655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 24216 21762 750 1374 0 22837 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 96864

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

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

[startup+1800.6 s]
/proc/loadavg: 1.09 1.05 1.00 2/106 14745
/proc/meminfo: memFree=1653352/2059040 swapFree=4164948/4192956
[pid=14687] ppid=14685 vsize=96864 CPUtime=1800.08
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 14407 0 -1 4202496 4662706 0 0 0 176991 3017 0 0 25 0 1 0 8313202 99188736 21760 1992294400 4194304 9819077 140737240928000 18446744073709551615 7298655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14687/statm: 24216 21762 750 1374 0 22837 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 96864

Child status: 0
Real time (s): 1800.71
CPU time (s): 1800.19
CPU user time (s): 1770
CPU system time (s): 30.1894
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 96960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770
system time used= 30.1894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4662793
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= 2
involuntary context switches= 21245

runsolver used 3.06353 second user time and 8.42072 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 08:36:34
IDJOB=2665307
IDBENCH=48250
IDSOLVER=1168
FILE ID=node084/2665307-1276670194
PBS_JOBID= 11172518
Free space on /tmp= 62512 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665307-1276670194/watcher-2665307-1276670194 -o /tmp/evaluation-result-2665307-1276670194/solver-2665307-1276670194 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665307-1276670194.opb -t 1800 -m 1800

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=491841956

node084.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1739944 kB
Buffers:         91696 kB
Cached:         128316 kB
SwapCached:       1440 kB
Active:         100356 kB
Inactive:       152872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1739944 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            6240 kB
Writeback:           8 kB
AnonPages:       31716 kB
Mapped:          15108 kB
Slab:            44208 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179748 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62504 MiB
End job on node084 at 2010-06-16 09:06:36