Trace number 1870476

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-13 1797.53 1802.38

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1798.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870476-1245206733.opb>
0.00/0.04	c original problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24696 impls, 200 clqs
0.39/0.47	c    (0.3s) probing: 101/3262 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.47	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.47	c presolving (2 rounds):
0.39/0.47	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.47	c  24696 implications, 200 cliques
0.39/0.47	c presolved problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.39/0.47	c     200 constraints of type <setppc>
0.39/0.47	c    3062 constraints of type <and>
0.39/0.47	c       1 constraints of type <linear>
0.39/0.47	c     100 constraints of type <logicor>
0.39/0.47	c transformed objective value is always integral (scale: 1)
0.39/0.47	c Presolving Time: 0.25
0.39/0.47	c OPT-NLC
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/memory = c 1620
0.39/0.47	c # maximal time in seconds to run
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/time = c 1791
0.39/0.47	c # frequency for displaying node information lines
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.47	c display/freq = c 10000
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c start solving problem
0.39/0.47	c 
17.98/18.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.98/18.04	c  17.8s|     1 |     0 |  8456 |  15M|   0 |1809 |3262 |3363 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
17.98/18.06	o -4
17.98/18.06	c s17.8s|     1 |     0 |  8456 |  15M|   0 |1809 |3262 |3363 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
22.18/22.22	c  21.9s|     1 |     0 |  9668 |  15M|   0 |1788 |3262 |3363 |3363 |3262 |6547 | 122 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
25.98/26.01	c  25.7s|     1 |     0 | 10749 |  15M|   0 |1737 |3262 |3363 |3363 |3262 |6578 | 153 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
30.27/30.37	c  30.0s|     1 |     0 | 12063 |  15M|   0 |1740 |3262 |3363 |3363 |3262 |6596 | 171 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
35.78/35.86	c  35.5s|     1 |     0 | 13827 |  15M|   0 |1651 |3262 |3363 |3363 |3262 |6617 | 192 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
40.77/40.90	c  40.5s|     1 |     0 | 15399 |  15M|   0 |1667 |3262 |3363 |3363 |3262 |6641 | 216 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
46.57/46.69	c  46.3s|     1 |     0 | 17212 |  15M|   0 |1504 |3262 |3363 |3363 |3262 |6662 | 237 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
46.67/46.71	o -4
46.67/46.71	c s46.3s|     1 |     0 | 17212 |  15M|   0 |1504 |3262 |3363 |3363 |3262 |6662 | 237 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
119.13/119.23	o -10
119.13/119.23	c E 118s|     1 |     0 | 17212 |  15M|   0 |1504 |3262 |3363 |3363 |3262 |6662 | 237 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
119.13/119.30	c   118s|     1 |     0 | 17212 |  15M|   0 |1504 |3262 |3363 |3363 |3262 |6662 | 237 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
125.12/125.25	c   124s|     1 |     0 | 19214 |  15M|   0 |1628 |3262 |3363 |3363 |3262 |6697 | 272 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
229.90/230.02	c   229s|     1 |     2 | 19214 |  15M|   0 |1628 |3262 |3363 |3363 |3262 |6697 | 272 |   0 |  38 |-5.000000e+01 |-1.000000e+01 |  80.00%
427.95/428.16	o -12
427.95/428.16	c s 426s|    45 |    39 | 77550 |  16M|  30 |   - |3262 |3365 | 197 |3262 |3903 |4787 |   2 | 214 |-5.000000e+01 |-1.200000e+01 |  76.00%
1118.39/1119.67	o -13
1118.39/1119.67	c l1115s|   172 |    62 |656010 |  17M|  41 |   - |3262 |3387 |  69 |3262 |3133 |8169 |  24 | 278 |-4.954548e+01 |-1.300000e+01 |  73.76%
1797.35/1802.29	c 
1797.35/1802.29	c SCIP Status        : solving was interrupted [time limit reached]
1797.35/1802.29	c Solving Time (sec) : 1791.00
1797.35/1802.29	c Solving Nodes      : 297
1797.35/1802.29	c Primal Bound       : -1.30000000000000e+01 (8 solutions)
1797.35/1802.29	c Dual Bound         : -4.71991318230231e+01
1797.35/1802.29	c Gap                : 72.46 %
1797.35/1802.30	c NODE         297
1797.35/1802.30	c DUAL BOUND   -47.1991
1797.35/1802.30	c PRIMAL BOUND -13
1797.35/1802.30	c GAP          0.724571
1797.35/1802.30	s SATISFIABLE
1797.35/1802.30	v -x160 x183 -x118 -x165 -x126 -x157 -x148 -x158 -x196 x181 -x167 -x156 -x142 -x131 -x198 -x197 -x163 -x137 -x110 -x171 -x107 -x103 
1797.35/1802.30	v x144 -x130 x125 -x122 -x113 x119 -x159 -x192 -x195 -x164 x179 -x175 -x188 x145 -x191 -x151 -x169 -x102 -x152 -x146 -x140 -x135 
1797.35/1802.30	v -x112 -x105 -x134 -x143 -x190 -x186 -x189 -x123 -x194 -x136 -x114 -x138 -x154 -x141 x162 -x200 -x109 -x185 -x101 x193 -x178 
1797.35/1802.30	v -x172 -x170 -x155 -x139 -x124 -x120 -x117 -x116 -x108 -x104 x128 -x147 -x168 -x153 -x184 -x132 -x180 -x106 -x115 -x187 -x129 
1797.35/1802.30	v -x199 -x161 -x149 -x127 x182 -x174 -x150 -x121 x133 -x177 -x173 -x111 x166 -x176 -x100 -x99 -x98 x97 -x96 x95 -x94 -x93 x92 
1797.35/1802.30	v x91 -x90 -x89 x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 
1797.35/1802.30	v x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 
1797.35/1802.30	v -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1797.35/1802.30	v -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.35/1802.30	c SCIP Status        : solving was interrupted [time limit reached]
1797.35/1802.30	c Solving Time       :    1791.00
1797.35/1802.30	c Original Problem   :
1797.35/1802.30	c   Problem name     : HOME/instance-1870476-1245206733.opb
1797.35/1802.30	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.35/1802.30	c   Constraints      : 3363 initial, 3363 maximal
1797.35/1802.30	c Presolved Problem  :
1797.35/1802.30	c   Problem name     : t_HOME/instance-1870476-1245206733.opb
1797.35/1802.30	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.35/1802.30	c   Constraints      : 3363 initial, 3394 maximal
1797.35/1802.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.35/1802.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.35/1802.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.35/1802.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.35/1802.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.35/1802.30	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.35/1802.30	c   probing          :       0.09          0          0          0          0          0          0          0          0
1797.35/1802.30	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1797.35/1802.30	c   and              :       0.12          0          0          0          0          0          0          0          0
1797.35/1802.30	c   linear           :       0.02          0          0          0          0          0          0          0          0
1797.35/1802.30	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1797.35/1802.30	c   root node        :          -          0          -          -          0          -          -          -          -
1797.35/1802.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.35/1802.30	c   integral         :          0          0          0        274          0          0         87          0          0        492
1797.35/1802.30	c   setppc           :        200          7      11502          0          0         10        547          0          0          0
1797.35/1802.30	c   and              :       3062        777      11492          0          0         19      12052      38113          0          0
1797.35/1802.30	c   linear           :          1          7      11473          0          0          0          0          0          0          0
1797.35/1802.30	c   logicor          :        100+         7        818          0          0          0        169          0          0          0
1797.35/1802.30	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.35/1802.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.35/1802.30	c   integral         :     484.02       0.00       0.00     484.02       0.00
1797.35/1802.30	c   setppc           :       0.17       0.00       0.17       0.00       0.00
1797.35/1802.30	c   and              :       4.09       1.94       2.15       0.00       0.00
1797.35/1802.30	c   linear           :       0.12       0.00       0.12       0.00       0.00
1797.35/1802.30	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1797.35/1802.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.35/1802.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.35/1802.30	c   rootredcost      :       0.00          2          0          0
1797.35/1802.30	c   pseudoobj        :       0.05      11340          0          0
1797.35/1802.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.35/1802.30	c   propagation      :       0.00         29         29         29        2.3          0        0.0          -
1797.35/1802.30	c   infeasible LP    :       0.00          2          2          5       40.2          0        0.0          0
1797.35/1802.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.35/1802.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.35/1802.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.35/1802.30	c   applied globally :          -          -          -         31        3.8          -          -          -
1797.35/1802.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.35/1802.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.35/1802.30	c   cut pool         :       0.00          6          -          -          0          -    (maximal pool size: 185)
1797.35/1802.30	c   redcost          :       0.31        779          0         92          0          0
1797.35/1802.30	c   impliedbounds    :       0.02          7          0          0        188          0
1797.35/1802.30	c   intobj           :       0.00          0          0          0          0          0
1797.35/1802.30	c   gomory           :       1.75          7          0          0         18          0
1797.35/1802.30	c   strongcg         :       1.73          7          0          0         18          0
1797.35/1802.30	c   cmir             :       0.72          7          0          0          6          0
1797.35/1802.30	c   flowcover        :       0.62          7          0          0          0          0
1797.35/1802.30	c   clique           :       0.73          7          0          0         58          0
1797.35/1802.30	c   zerohalf         :       0.00          0          0          0          0          0
1797.35/1802.30	c   mcf              :       1.11          7          0          0         66          0
1797.45/1802.30	c Pricers            :       Time      Calls       Vars
1797.45/1802.30	c   problem variables:       0.00          0          0
1797.45/1802.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.45/1802.30	c   relpscost        :     484.01        274          0         87          0          0        492
1797.45/1802.30	c   pscost           :       0.00          0          0          0          0          0          0
1797.45/1802.30	c   inference        :       0.00          0          0          0          0          0          0
1797.45/1802.30	c   mostinf          :       0.00          0          0          0          0          0          0
1797.45/1802.30	c   leastinf         :       0.00          0          0          0          0          0          0
1797.45/1802.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.45/1802.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.45/1802.30	c   random           :       0.00          0          0          0          0          0          0
1797.45/1802.30	c Primal Heuristics  :       Time      Calls      Found
1797.45/1802.30	c   LP solutions     :       0.00          -          0
1797.45/1802.30	c   pseudo solutions :       0.00          -          0
1797.45/1802.30	c   crossover        :       0.00          0          0
1797.45/1802.30	c   oneopt           :       0.02          3          0
1797.45/1802.30	c   rootsoldiving    :       6.82          2          0
1797.45/1802.30	c   veclendiving     :      17.00          4          0
1797.45/1802.30	c   linesearchdiving :      17.62          4          1
1797.45/1802.30	c   guideddiving     :      30.49          4          0
1797.45/1802.30	c   simplerounding   :       0.00          0          0
1797.45/1802.30	c   rounding         :       1.10        367          0
1797.45/1802.30	c   shifting         :       0.60         83          6
1797.45/1802.30	c   intshifting      :       0.00          0          0
1797.45/1802.30	c   fixandinfer      :       0.00          0          0
1797.45/1802.30	c   feaspump         :       0.00          0          0
1797.45/1802.30	c   coefdiving       :      27.92          5          0
1797.45/1802.30	c   pscostdiving     :      32.67          5          0
1797.45/1802.30	c   fracdiving       :      38.79          5          0
1797.45/1802.30	c   intdiving        :       0.00          0          0
1797.45/1802.30	c   actconsdiving    :       0.00          0          0
1797.45/1802.30	c   objpscostdiving  :     553.11          1          0
1797.45/1802.30	c   octane           :       0.00          0          0
1797.45/1802.30	c   rens             :      71.91          1          1
1797.45/1802.30	c   rins             :       0.00          0          0
1797.45/1802.30	c   localbranching   :       0.00          0          0
1797.45/1802.30	c   mutation         :       0.00          0          0
1797.45/1802.30	c   dins             :       0.00          0          0
1797.45/1802.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.45/1802.30	c   primal LP        :       1.80          0          0       0.00       0.00
1797.45/1802.30	c   dual LP          :     494.08        848     474386     559.42     960.14
1797.45/1802.30	c   barrier LP       :       0.00          0          0       0.00          -
1797.45/1802.30	c   diving/probing LP:     698.33       9337     668406      71.59     957.15
1797.45/1802.30	c   strong branching :     483.83        928     377683     406.99     780.61
1797.45/1802.30	c     (at root node) :          -         38      38000    1000.00          -
1797.45/1802.30	c   conflict analysis:       0.00          0          0       0.00          -
1797.45/1802.30	c B&B Tree           :
1797.45/1802.30	c   number of runs   :          1
1797.45/1802.30	c   nodes            :        297
1797.45/1802.30	c   nodes (total)    :        297
1797.45/1802.30	c   nodes left       :        187
1797.45/1802.30	c   max depth        :         41
1797.45/1802.30	c   max depth (total):         41
1797.45/1802.30	c   backtracks       :         48 (16.2%)
1797.45/1802.30	c   delayed cutoffs  :          2
1797.45/1802.30	c   repropagations   :        446 (318 domain reductions, 0 cutoffs)
1797.45/1802.30	c   avg switch length:       4.99
1797.45/1802.30	c   switching time   :       2.28
1797.45/1802.30	c Solution           :
1797.45/1802.30	c   Solutions found  :          8 (5 improvements)
1797.45/1802.30	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 172 nodes, 1114.69 seconds, depth 213, found by <linesearchdiving>)
1797.45/1802.30	c   Dual Bound       : -4.71991318230231e+01
1797.45/1802.30	c   Gap              :      72.46 %
1797.45/1802.30	c   Root Dual Bound  : -5.00000000000000e+01
1797.45/1802.38	c Time complete: 1797.52.

Verifier Data

OK	-13

Watcher Data

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

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

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.45 1.52 1.41 2/72 10702
/proc/meminfo: memFree=1112848/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=12336 CPUtime=0.03
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 2411 0 0 0 2 1 0 0 19 0 1 0 188269806 12632064 2393 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/10702/statm: 3084 2393 354 886 0 2194 0

[startup+0.130586 s]
/proc/loadavg: 1.45 1.52 1.41 2/72 10702
/proc/meminfo: memFree=1112848/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=21896 CPUtime=0.12
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 4860 0 0 0 8 4 0 0 20 0 1 0 188269806 22421504 4488 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 5474 4488 404 886 0 4584 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 21896

[startup+0.201588 s]
/proc/loadavg: 1.45 1.52 1.41 2/72 10702
/proc/meminfo: memFree=1112848/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=21896 CPUtime=0.19
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 4860 0 0 0 10 9 0 0 20 0 1 0 188269806 22421504 4488 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 5474 4488 404 886 0 4584 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21896

[startup+0.304161 s]
/proc/loadavg: 1.45 1.52 1.41 2/72 10702
/proc/meminfo: memFree=1112848/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=25528 CPUtime=0.29
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 5800 0 0 0 16 13 0 0 21 0 1 0 188269806 26140672 5428 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 6382 5428 436 886 0 5492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25528

[startup+0.702506 s]
/proc/loadavg: 1.45 1.52 1.41 2/72 10702
/proc/meminfo: memFree=1112848/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=38460 CPUtime=0.69
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 9193 0 0 0 50 19 0 0 24 0 1 0 188269806 39383040 8627 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 9615 8627 520 886 0 8725 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38460

[startup+1.50968 s]
/proc/loadavg: 1.45 1.52 1.41 2/73 10703
/proc/meminfo: memFree=1087624/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=39864 CPUtime=1.5
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 9631 0 0 0 130 20 0 0 25 0 1 0 188269806 40820736 9047 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 9966 9047 523 886 0 9076 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 39864

[startup+3.10271 s]
/proc/loadavg: 1.73 1.58 1.43 2/73 10703
/proc/meminfo: memFree=1085960/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=40456 CPUtime=3.09
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 9801 0 0 0 289 20 0 0 25 0 1 0 188269806 41426944 9214 1992294400 4194304 7823515 548682068736 18446744073709551615 6211707 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 10114 9214 523 886 0 9224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40456

[startup+6.302 s]
/proc/loadavg: 1.73 1.58 1.43 2/73 10703
/proc/meminfo: memFree=1085640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=41312 CPUtime=6.28
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 9857 0 0 0 608 20 0 0 25 0 1 0 188269806 42303488 9270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 10328 9270 523 886 0 9438 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41312

[startup+12.7014 s]
/proc/loadavg: 1.77 1.59 1.43 3/73 10703
/proc/meminfo: memFree=1085576/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=41996 CPUtime=12.69
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 10071 0 0 0 1247 22 0 0 25 0 1 0 188269806 43003904 9484 1992294400 4194304 7823515 548682068736 18446744073709551615 6211142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 10499 9484 523 886 0 9609 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41996

[startup+25.5013 s]
/proc/loadavg: 1.81 1.60 1.44 4/73 10703
/proc/meminfo: memFree=1081736/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=44456 CPUtime=25.48
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 10906 0 0 0 2521 27 0 0 25 0 1 0 188269806 45522944 10317 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 11114 10317 568 886 0 10224 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44456

[startup+51.102 s]
/proc/loadavg: 1.90 1.64 1.45 4/73 10703
/proc/meminfo: memFree=1042056/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=85228 CPUtime=51.07
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 20955 0 0 0 5065 42 0 0 25 0 1 0 188269806 87273472 20216 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 21307 20216 573 886 0 20417 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85228

[startup+102.301 s]
/proc/loadavg: 1.78 1.63 1.46 2/73 10703
/proc/meminfo: memFree=1039624/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=87596 CPUtime=102.26
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21546 0 0 0 10147 79 0 0 25 0 1 0 188269806 89698304 20806 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 21899 20806 574 886 0 21009 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 87596

[startup+162.301 s]
/proc/loadavg: 1.80 1.67 1.48 2/73 10703
/proc/meminfo: memFree=1038024/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=162.21
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21959 0 0 0 16118 103 0 0 25 0 1 0 188269806 91291648 21219 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21219 578 886 0 21398 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 89152

[startup+222.306 s]
/proc/loadavg: 1.56 1.62 1.47 2/73 10703
/proc/meminfo: memFree=1037960/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=222.21
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21959 0 0 0 22108 113 0 0 25 0 1 0 188269806 91291648 21219 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21219 578 886 0 21398 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 89152

[startup+282.301 s]
/proc/loadavg: 1.74 1.67 1.50 4/73 10703
/proc/meminfo: memFree=1037896/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=282.18
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21959 0 0 0 28091 127 0 0 25 0 1 0 188269806 91291648 21219 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21219 578 886 0 21398 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 89152

[startup+342.301 s]
/proc/loadavg: 1.63 1.67 1.51 2/73 10703
/proc/meminfo: memFree=1037896/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=342.17
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21963 0 0 0 34073 144 0 0 25 0 1 0 188269806 91291648 21223 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21223 578 886 0 21398 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 89152

[startup+402.301 s]
/proc/loadavg: 1.54 1.65 1.51 3/73 10705
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=402.15
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21964 0 0 0 40050 165 0 0 25 0 1 0 188269806 91291648 21224 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21224 579 886 0 21398 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 89152

[startup+462.301 s]
/proc/loadavg: 1.38 1.58 1.49 3/73 10705
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=462.14
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 46028 186 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 89152

[startup+522.303 s]
/proc/loadavg: 1.39 1.53 1.48 2/73 10705
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=521.88
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 51982 206 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6216245 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 521.88
Current children cumulated vsize (KiB) 89152

[startup+582.301 s]
/proc/loadavg: 1.37 1.49 1.46 3/73 10705
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=581.68
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 57943 225 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6110449 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 581.68
Current children cumulated vsize (KiB) 89152

[startup+642.301 s]
/proc/loadavg: 1.47 1.51 1.47 2/73 10705
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=641.67
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 63927 240 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 641.67
Current children cumulated vsize (KiB) 89152

[startup+702.302 s]

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

/proc/meminfo: memFree=1037768/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1121.09
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 111734 375 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 1121.09
Current children cumulated vsize (KiB) 89152

[startup+1182.3 s]
/proc/loadavg: 1.51 1.52 1.47 2/73 10711
/proc/meminfo: memFree=1037768/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1180.65
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 117662 403 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6263171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 1180.65
Current children cumulated vsize (KiB) 89152

[startup+1242.3 s]
/proc/loadavg: 1.41 1.49 1.45 2/73 10711
/proc/meminfo: memFree=1037576/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1240.03
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 123570 433 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 1240.03
Current children cumulated vsize (KiB) 89152

[startup+1302.3 s]
/proc/loadavg: 1.21 1.41 1.43 4/73 10711
/proc/meminfo: memFree=1037576/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1299.47
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 129490 457 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6205847 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 1299.47
Current children cumulated vsize (KiB) 89152

[startup+1362.3 s]
/proc/loadavg: 1.46 1.44 1.44 2/73 10711
/proc/meminfo: memFree=1037576/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1358.89
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21967 0 0 0 135406 483 0 0 25 0 1 0 188269806 91291648 21227 1992294400 4194304 7823515 548682068736 18446744073709551615 6100314 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21227 582 886 0 21398 0
Current children cumulated CPU time (s) 1358.89
Current children cumulated vsize (KiB) 89152

[startup+1422.3 s]
/proc/loadavg: 1.53 1.45 1.44 2/73 10711
/proc/meminfo: memFree=1037576/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1418.36
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 141331 505 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1418.36
Current children cumulated vsize (KiB) 89152

[startup+1482.3 s]
/proc/loadavg: 1.52 1.47 1.45 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1477.75
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 147234 541 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1477.75
Current children cumulated vsize (KiB) 89152

[startup+1542.31 s]
/proc/loadavg: 1.77 1.55 1.47 3/73 10711
/proc/meminfo: memFree=1037768/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1537.74
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 153216 558 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1537.74
Current children cumulated vsize (KiB) 89152

[startup+1602.3 s]
/proc/loadavg: 1.60 1.54 1.47 4/73 10711
/proc/meminfo: memFree=1037768/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1597.72
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 159196 576 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1597.72
Current children cumulated vsize (KiB) 89152

[startup+1662.3 s]
/proc/loadavg: 1.61 1.54 1.47 4/73 10711
/proc/meminfo: memFree=1037768/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1657.69
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 165173 596 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6110434 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1657.69
Current children cumulated vsize (KiB) 89152

[startup+1722.3 s]
/proc/loadavg: 1.55 1.53 1.47 2/73 10711
/proc/meminfo: memFree=1037704/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1717.46
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 171128 618 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 5994235 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1717.46
Current children cumulated vsize (KiB) 89152

[startup+1782.3 s]
/proc/loadavg: 1.63 1.55 1.47 3/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1777.45
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 177110 635 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1777.45
Current children cumulated vsize (KiB) 89152

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

[startup+1792.01 s]
/proc/loadavg: 1.54 1.53 1.47 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1787.16
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 178078 638 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1787.16
Current children cumulated vsize (KiB) 89152

[startup+1798.4 s]
/proc/loadavg: 1.49 1.52 1.46 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1793.55
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 178715 640 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1793.55
Current children cumulated vsize (KiB) 89152

[startup+1800 s]
/proc/loadavg: 1.49 1.52 1.46 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1795.15
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 178874 641 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 89152

[startup+1801.6 s]
/proc/loadavg: 1.49 1.52 1.46 4/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1796.75
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 179033 642 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6100132 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 89152

[startup+1802 s]
/proc/loadavg: 1.61 1.54 1.47 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1797.15
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 179073 642 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 4266322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1797.15
Current children cumulated vsize (KiB) 89152

[startup+1802.2 s]
/proc/loadavg: 1.61 1.54 1.47 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1797.35
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21971 0 0 0 179093 642 0 0 25 0 1 0 188269806 91291648 21231 1992294400 4194304 7823515 548682068736 18446744073709551615 6135967 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21231 584 886 0 21398 0
Current children cumulated CPU time (s) 1797.35
Current children cumulated vsize (KiB) 89152

[startup+1802.3 s]
/proc/loadavg: 1.61 1.54 1.47 2/73 10711
/proc/meminfo: memFree=1037640/2055920 swapFree=4181884/4192956
[pid=10702] ppid=10700 vsize=89152 CPUtime=1797.45
/proc/10702/stat : 10702 (pbscip.linux.x8) R 10700 10702 10619 0 -1 4194304 21972 0 0 0 179103 642 0 0 25 0 1 0 188269806 91291648 21232 1992294400 4194304 7823515 548682068736 18446744073709551615 6957296 0 0 4096 0 0 0 0 17 1 0 0
/proc/10702/statm: 22288 21232 585 886 0 21398 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (KiB) 89152

Child status: 0
Real time (s): 1802.38
CPU time (s): 1797.53
CPU user time (s): 1791.09
CPU system time (s): 6.43802
CPU usage (%): 99.7308
Max. virtual memory (cumulated for all children) (KiB): 89152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.09
system time used= 6.43802
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21976
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= 1
involuntary context switches= 16502

runsolver used 2.12768 second user time and 5.9121 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 04:45:33
IDJOB=1870476
IDBENCH=48237
IDSOLVER=683
FILE ID=node52/1870476-1245206733
PBS_JOBID= 9368380
Free space on /tmp= 66464 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870476-1245206733/watcher-1870476-1245206733 -o /tmp/evaluation-result-1870476-1245206733/solver-1870476-1245206733 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870476-1245206733.opb

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=464354002

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1121392 kB
Buffers:         69316 kB
Cached:         757164 kB
SwapCached:       6112 kB
Active:         131228 kB
Inactive:       721476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121392 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            9912 kB
Writeback:           0 kB
Mapped:          32632 kB
Slab:            66892 kB
Committed_AS:   607416 kB
PageTables:       2152 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node52 at 2009-06-17 05:15:36