Trace number 1870507

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-13 1799.59 1799.36

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_2.opb
MD5SUM3576405369e31b0bc5c7707d6d764dde
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 benchmark1800.03
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)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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 Clp 1.8.2
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870507-1245208679.opb>
0.00/0.04	c original problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
0.04/0.07	c start presolving problem
0.04/0.07	c presolving:
0.20/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24792 impls, 200 clqs
0.39/0.46	c    (0.2s) probing: 101/3274 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.46	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  24792 implications, 200 cliques
0.39/0.46	c presolved problem has 3274 variables (3274 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
0.39/0.46	c     200 constraints of type <setppc>
0.39/0.46	c    3074 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c     100 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.23
0.39/0.46	c OPT-NLC
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = c 1620
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = c 1791
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = c 10000
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving problem
0.39/0.46	c 
0.59/0.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.65	c   0.4s|     1 |     0 |   298 |  15M|   0 | 226 |3274 |3375 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
0.59/0.65	o -6
0.59/0.65	c R 0.4s|     1 |     0 |   298 |  15M|   0 | 226 |3274 |3375 |3375 |3274 |6449 |   0 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
1.70/1.76	c   1.5s|     1 |     0 |  2050 |  15M|   0 | 849 |3274 |3375 |3375 |3274 |6452 |   3 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
3.79/3.85	c   3.6s|     1 |     0 |  3590 |  16M|   0 | 702 |3274 |3375 |3375 |3274 |6456 |   7 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
7.39/7.47	c   7.2s|     1 |     0 |  5626 |  16M|   0 |1723 |3274 |3375 |3375 |3274 |6463 |  14 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
8.89/8.99	c   8.7s|     1 |     0 |  5828 |  16M|   0 |1723 |3274 |3375 |3375 |3274 |6469 |  20 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
10.39/10.45	c  10.2s|     1 |     0 |  5986 |  16M|   0 |1723 |3274 |3375 |3375 |3274 |6473 |  24 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
11.89/11.99	c  11.7s|     1 |     0 |  6215 |  16M|   0 |1721 |3274 |3375 |3375 |3274 |6477 |  28 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
13.39/13.42	c  13.1s|     1 |     0 |  6417 |  16M|   0 |1724 |3274 |3375 |3375 |3274 |6481 |  32 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
27.79/27.82	c  27.5s|     1 |     2 |  6417 |  16M|   0 |1724 |3274 |3375 |3375 |3274 |6481 |  32 |   0 |  18 |-5.000000e+01 |-6.000000e+00 |  88.00%
162.20/162.25	o -11
162.20/162.25	c R 162s|    16 |    15 | 73503 |  16M|  13 |  51 |3274 |3375 |2975 |3274 |2722 |1312 |   0 | 391 |-5.000000e+01 |-1.100000e+01 |  78.00%
250.11/250.15	o -12
250.11/250.15	c l 249s|    45 |    46 |137986 |  18M|  15 |   - |3274 |3390 |  88 |3274 |2911 |3322 |  15 | 569 |-5.000000e+01 |-1.200000e+01 |  76.00%
537.45/537.44	o -13
537.45/537.44	c l 536s|    75 |    74 |381736 |  17M|  15 |   - |3274 |3392 |  75 |3274 |3334 |6416 |  17 | 824 |-4.668980e+01 |-1.300000e+01 |  72.16%
1799.41/1799.28	c 
1799.41/1799.28	c SCIP Status        : solving was interrupted [time limit reached]
1799.41/1799.28	c Solving Time (sec) : 1791.00
1799.41/1799.28	c Solving Nodes      : 480
1799.41/1799.28	c Primal Bound       : -1.30000000000000e+01 (11 solutions)
1799.41/1799.28	c Dual Bound         : -4.26469273130054e+01
1799.41/1799.28	c Gap                : 69.52 %
1799.41/1799.28	c NODE         480
1799.41/1799.28	c DUAL BOUND   -42.6469
1799.41/1799.28	c PRIMAL BOUND -13
1799.41/1799.28	c GAP          0.695171
1799.41/1799.28	s SATISFIABLE
1799.41/1799.28	v x196 -x137 -x130 -x172 -x140 -x179 -x127 -x159 -x181 -x123 -x121 -x133 -x175 -x112 x188 -x113 -x147 -x119 -x156 -x152 -x185 -x154 
1799.41/1799.28	v x142 -x136 -x126 -x186 -x105 -x171 -x117 -x144 -x163 -x106 x149 -x124 -x110 -x102 -x193 -x177 -x169 x167 -x160 -x151 -x148 
1799.41/1799.28	v -x141 -x139 -x135 -x134 -x109 -x104 -x200 -x145 -x115 -x166 -x161 -x107 x129 -x158 -x153 -x183 -x187 -x114 -x164 -x197 -x101 
1799.41/1799.28	v -x198 x195 x190 -x184 -x182 -x157 -x132 -x125 -x122 -x118 -x108 -x111 -x192 -x116 -x170 -x173 -x103 x131 -x168 x174 x155 -x138 
1799.41/1799.28	v -x194 -x150 -x180 -x143 -x128 -x146 x178 -x165 -x199 -x162 -x176 -x189 -x120 x191 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 
1799.41/1799.28	v x92 -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 
1799.41/1799.28	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 
1799.41/1799.28	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 
1799.41/1799.28	v -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1799.41/1799.28	c SCIP Status        : solving was interrupted [time limit reached]
1799.41/1799.28	c Solving Time       :    1791.00
1799.41/1799.28	c Original Problem   :
1799.41/1799.28	c   Problem name     : HOME/instance-1870507-1245208679.opb
1799.41/1799.28	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.41/1799.28	c   Constraints      : 3375 initial, 3375 maximal
1799.41/1799.28	c Presolved Problem  :
1799.41/1799.28	c   Problem name     : t_HOME/instance-1870507-1245208679.opb
1799.41/1799.28	c   Variables        : 3274 (3274 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.41/1799.28	c   Constraints      : 3375 initial, 3442 maximal
1799.41/1799.28	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.41/1799.28	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.41/1799.28	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.41/1799.28	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.41/1799.28	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.41/1799.28	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.41/1799.28	c   probing          :       0.08          0          0          0          0          0          0          0          0
1799.41/1799.28	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1799.41/1799.28	c   and              :       0.12          0          0          0          0          0          0          0          0
1799.41/1799.28	c   linear           :       0.02          0          0          0          0          0          0          0          0
1799.41/1799.28	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1799.41/1799.28	c   root node        :          -          0          -          -          0          -          -          -          -
1799.41/1799.28	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.41/1799.28	c   integral         :          0          0          0        504          0          0         33          0          0        956
1799.41/1799.28	c   setppc           :        200          7      26099          0          0         18       1651          0          0          0
1799.41/1799.28	c   and              :       3074       1114      26080          0          0         18      51093      26913          0          0
1799.41/1799.28	c   linear           :          1          7      26059          0          0          0          0          0          0          0
1799.41/1799.28	c   logicor          :        100+         7       1545          0          0          0        314          0          0          0
1799.41/1799.28	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1799.41/1799.28	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.41/1799.28	c   integral         :     433.88       0.00       0.00     433.88       0.00
1799.41/1799.28	c   setppc           :       0.30       0.00       0.30       0.00       0.00
1799.41/1799.28	c   and              :       7.14       2.62       4.52       0.00       0.00
1799.41/1799.28	c   linear           :       0.35       0.00       0.35       0.00       0.00
1799.41/1799.28	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1799.41/1799.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.41/1799.28	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.41/1799.28	c   rootredcost      :       0.06          4          0          0
1799.41/1799.28	c   pseudoobj        :       0.37      25954          2          0
1799.41/1799.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.41/1799.28	c   propagation      :       0.00         38         38         71       68.0          4       47.2          -
1799.41/1799.28	c   infeasible LP    :       0.23        296          0          0        0.0          0        0.0          0
1799.41/1799.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.41/1799.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.41/1799.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.41/1799.28	c   applied globally :          -          -          -         67       60.9          -          -          -
1799.41/1799.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.41/1799.28	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.41/1799.28	c   cut pool         :       0.01          6          -          -          0          -    (maximal pool size: 111)
1799.41/1799.28	c   redcost          :       0.53       1114          0         87          0          0
1799.41/1799.28	c   impliedbounds    :       0.00          7          0          0          4          0
1799.41/1799.28	c   intobj           :       0.00          0          0          0          0          0
1799.41/1799.28	c   gomory           :       2.08          7          0          0          0          0
1799.41/1799.28	c   strongcg         :       2.02          7          0          0        449          0
1799.41/1799.28	c   cmir             :       0.58          7          0          0          0          0
1799.41/1799.28	c   flowcover        :       0.56          7          0          0          0          0
1799.41/1799.28	c   clique           :       0.58          7          0          0         40          0
1799.41/1799.28	c   zerohalf         :       0.00          0          0          0          0          0
1799.41/1799.28	c   mcf              :       0.04          2          0          0          0          0
1799.41/1799.28	c Pricers            :       Time      Calls       Vars
1799.41/1799.28	c   problem variables:       0.00          0          0
1799.41/1799.28	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.41/1799.28	c   relpscost        :     433.88        504          0         33          0          0        956
1799.41/1799.28	c   pscost           :       0.00          0          0          0          0          0          0
1799.41/1799.28	c   inference        :       0.00          0          0          0          0          0          0
1799.41/1799.28	c   mostinf          :       0.00          0          0          0          0          0          0
1799.41/1799.28	c   leastinf         :       0.00          0          0          0          0          0          0
1799.41/1799.28	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.41/1799.28	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.41/1799.28	c   random           :       0.00          0          0          0          0          0          0
1799.41/1799.28	c Primal Heuristics  :       Time      Calls      Found
1799.41/1799.28	c   LP solutions     :       0.00          -          0
1799.41/1799.28	c   pseudo solutions :       0.00          -          0
1799.41/1799.28	c   oneopt           :       0.01          4          0
1799.41/1799.28	c   crossover        :       0.39          1          0
1799.41/1799.28	c   simplerounding   :       0.00          0          0
1799.41/1799.28	c   rounding         :       4.22       1133          2
1799.41/1799.28	c   shifting         :       0.63        102          7
1799.41/1799.28	c   intshifting      :       0.00          0          0
1799.41/1799.28	c   fixandinfer      :       0.00          0          0
1799.41/1799.28	c   feaspump         :       0.00          0          0
1799.41/1799.28	c   coefdiving       :      68.70         10          0
1799.41/1799.28	c   pscostdiving     :      70.42          5          0
1799.41/1799.28	c   fracdiving       :      61.12          9          0
1799.41/1799.28	c   veclendiving     :      38.47         10          0
1799.41/1799.28	c   intdiving        :       0.00          0          0
1799.41/1799.28	c   actconsdiving    :       0.00          0          0
1799.41/1799.28	c   objpscostdiving  :      30.02          3          0
1799.41/1799.28	c   rootsoldiving    :      14.45          7          0
1799.41/1799.28	c   linesearchdiving :      67.67         29          2
1799.41/1799.28	c   guideddiving     :      69.27          7          0
1799.41/1799.28	c   octane           :       0.00          0          0
1799.41/1799.28	c   rens             :       0.01          0          0
1799.41/1799.28	c   rins             :       0.00          0          0
1799.41/1799.28	c   localbranching   :       0.00          0          0
1799.41/1799.28	c   mutation         :       0.00          0          0
1799.41/1799.28	c   dins             :       0.00          0          0
1799.41/1799.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.41/1799.28	c   primal LP        :     125.94          0          0       0.00       0.00
1799.41/1799.28	c   dual LP          :     791.49       1135     826778     728.44    1044.58
1799.41/1799.28	c   barrier LP       :       0.00          0          0       0.00          -
1799.41/1799.28	c   diving/probing LP:     371.95      19668     588475      29.92    1582.13
1799.41/1799.28	c   strong branching :     433.42       2161     521724     241.43    1203.74
1799.41/1799.28	c     (at root node) :          -         18       7308     406.00          -
1799.41/1799.28	c   conflict analysis:       0.00          0          0       0.00          -
1799.41/1799.28	c B&B Tree           :
1799.41/1799.28	c   number of runs   :          1
1799.41/1799.28	c   nodes            :        480
1799.41/1799.28	c   nodes (total)    :        480
1799.41/1799.28	c   nodes left       :        475
1799.41/1799.28	c   max depth        :         52
1799.41/1799.28	c   max depth (total):         52
1799.41/1799.28	c   backtracks       :        106 (22.1%)
1799.41/1799.28	c   delayed cutoffs  :          0
1799.41/1799.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.41/1799.28	c   avg switch length:       4.15
1799.41/1799.28	c   switching time   :     126.56
1799.41/1799.28	c Solution           :
1799.41/1799.28	c   Solutions found  :         11 (4 improvements)
1799.41/1799.28	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 75 nodes, 535.57 seconds, depth 167, found by <linesearchdiving>)
1799.41/1799.28	c   Dual Bound       : -4.26469273130054e+01
1799.41/1799.28	c   Gap              :      69.52 %
1799.41/1799.28	c   Root Dual Bound  : -4.99999999999999e+01
1799.51/1799.36	c Time complete: 1799.58.

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-1870507-1245208679/watcher-1870507-1245208679 -o /tmp/evaluation-result-1870507-1245208679/solver-1870507-1245208679 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870507-1245208679.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.00 1.00 1.00 3/64 1060
/proc/meminfo: memFree=1753912/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=5812 CPUtime=0
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 514 0 0 0 0 0 0 0 18 0 1 0 188468391 5951488 498 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/1060/statm: 1453 499 332 1256 0 192 0

[startup+0.0533129 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1060
/proc/meminfo: memFree=1753912/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=16604 CPUtime=0.04
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 3466 0 0 0 3 1 0 0 18 0 1 0 188468391 17002496 3097 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 4151 3106 408 1256 0 2890 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16604

[startup+0.101298 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1060
/proc/meminfo: memFree=1753912/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=23116 CPUtime=0.09
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 4912 0 0 0 7 2 0 0 18 0 1 0 188468391 23670784 4542 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 5779 4542 446 1256 0 4518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23116

[startup+0.30124 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1060
/proc/meminfo: memFree=1753912/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=25696 CPUtime=0.29
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 5596 0 0 0 17 12 0 0 19 0 1 0 188468391 26312704 5226 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 6424 5226 478 1256 0 5163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25696

[startup+0.701126 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1060
/proc/meminfo: memFree=1753912/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=42752 CPUtime=0.69
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 9291 0 0 0 50 19 0 0 23 0 1 0 188468391 43778048 8889 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 10688 8889 642 1256 0 9427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42752

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1718128/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=46920 CPUtime=1.5
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 10480 0 0 0 129 21 0 0 25 0 1 0 188468391 48046080 10076 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 11730 10076 668 1256 0 10469 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 46920

[startup+3.10144 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1715888/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=51536 CPUtime=3.1
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 11513 0 0 0 288 22 0 0 25 0 1 0 188468391 52772864 11109 1992294400 4194304 9342243 548682068736 18446744073709551615 6970116 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 12884 11109 668 1256 0 11623 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 51536

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1709872/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=53780 CPUtime=6.29
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 12748 0 0 0 605 24 0 0 25 0 1 0 188468391 55070720 11557 1992294400 4194304 9342243 548682068736 18446744073709551615 6978074 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 13445 11557 677 1256 0 12184 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53780

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1709432/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=54592 CPUtime=12.7
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 13132 0 0 0 1243 27 0 0 25 0 1 0 188468391 55902208 11693 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 13648 11693 677 1256 0 12387 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 54592

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1708672/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=59768 CPUtime=25.5
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 16173 0 0 0 2521 29 0 0 25 0 1 0 188468391 61202432 11933 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 14942 11933 683 1256 0 13681 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 59768

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1708288/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=58536 CPUtime=51.08
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 17824 0 0 0 5076 32 0 0 25 0 1 0 188468391 59940864 12052 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 14634 12052 705 1256 0 13373 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58536

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1707648/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=54512 CPUtime=102.29
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 22059 0 0 0 10189 40 0 0 25 0 1 0 188468391 55820288 12219 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 13628 12219 705 1256 0 12367 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 54512

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1707840/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=58020 CPUtime=162.3
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 27799 0 0 0 16178 52 0 0 25 0 1 0 188468391 59412480 12139 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 14505 12139 706 1256 0 13244 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 58020

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1707520/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=55300 CPUtime=222.31
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 44775 0 0 0 22163 68 0 0 25 0 1 0 188468391 56627200 12250 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 13825 12250 711 1256 0 12564 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 55300

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1706176/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=63504 CPUtime=282.31
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 76846 0 0 0 28140 91 0 0 25 0 1 0 188468391 65028096 12579 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 15876 12579 711 1256 0 14615 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 63504

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1703808/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=59876 CPUtime=342.32
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 80858 0 0 0 34131 101 0 0 25 0 1 0 188468391 61313024 12961 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 14969 12961 711 1256 0 13708 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 59876

[startup+402.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 1061
/proc/meminfo: memFree=1704640/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=59816 CPUtime=402.33
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 100075 0 0 0 40116 117 0 0 25 0 1 0 188468391 61251584 13073 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 14954 13073 711 1256 0 13693 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 59816

[startup+462.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 1061
/proc/meminfo: memFree=1704512/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=63296 CPUtime=462.34
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 134154 0 0 0 46088 146 0 0 25 0 1 0 188468391 64815104 13103 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 15824 13103 711 1256 0 14563 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 63296

[startup+522.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1704000/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=67740 CPUtime=522.35
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 181109 0 0 0 52057 178 0 0 25 0 1 0 188468391 69365760 13163 1992294400 4194304 9342243 548682068736 18446744073709551615 6039872 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 16935 13163 711 1256 0 15674 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 67740

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1704384/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=61272 CPUtime=582.35
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 244941 0 0 0 58014 221 0 0 25 0 1 0 188468391 62742528 12957 1992294400 4194304 9342243 548682068736 18446744073709551615 6976974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 15318 12957 711 1256 0 14057 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 61272

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1704256/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=60312 CPUtime=642.36
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 303174 0 0 0 63976 260 0 0 25 0 1 0 188468391 61759488 13038 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 15078 13038 711 1256 0 13817 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 60312

[startup+702.302 s]

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

/proc/meminfo: memFree=1701248/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=64636 CPUtime=1062.42
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 865834 0 0 0 105648 594 0 0 25 0 1 0 188468391 66187264 13849 1992294400 4194304 9342243 548682068736 18446744073709551615 6210988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 16159 13849 712 1256 0 14898 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 64636

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1702592/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=64256 CPUtime=1122.43
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 932202 0 0 0 111607 636 0 0 25 0 1 0 188468391 65798144 13433 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 16064 13433 712 1256 0 14803 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 64256

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 1061
/proc/meminfo: memFree=1704192/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=63904 CPUtime=1182.43
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1010131 0 0 0 117557 686 0 0 25 0 1 0 188468391 65437696 13257 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 15976 13257 712 1256 0 14715 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 63904

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 1061
/proc/meminfo: memFree=1703808/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=68864 CPUtime=1242.45
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1070558 0 0 0 123522 723 0 0 25 0 1 0 188468391 70516736 13107 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 17216 13107 712 1256 0 15955 0
Current children cumulated CPU time (s) 1242.45
Current children cumulated vsize (KiB) 68864

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1699136/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=66048 CPUtime=1302.46
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1148624 0 0 0 129474 772 0 0 25 0 1 0 188468391 67633152 14266 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 16512 14266 712 1256 0 15251 0
Current children cumulated CPU time (s) 1302.46
Current children cumulated vsize (KiB) 66048

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1698624/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=67404 CPUtime=1362.46
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1166347 0 0 0 135457 789 0 0 25 0 1 0 188468391 69021696 14429 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 16851 14429 712 1256 0 15590 0
Current children cumulated CPU time (s) 1362.46
Current children cumulated vsize (KiB) 67404

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1680192/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1422.48
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176101 0 0 0 141446 802 0 0 25 0 1 0 188468391 85008384 19008 1992294400 4194304 9342243 548682068736 18446744073709551615 6959570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19008 721 1256 0 19493 0
Current children cumulated CPU time (s) 1422.48
Current children cumulated vsize (KiB) 83016

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1679744/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1482.48
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176206 0 0 0 147438 810 0 0 25 0 1 0 188468391 85008384 19113 1992294400 4194304 9342243 548682068736 18446744073709551615 6956382 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19113 721 1256 0 19493 0
Current children cumulated CPU time (s) 1482.48
Current children cumulated vsize (KiB) 83016

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1679680/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1542.48
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176216 0 0 0 153433 815 0 0 25 0 1 0 188468391 85008384 19123 1992294400 4194304 9342243 548682068736 18446744073709551615 6940612 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19123 721 1256 0 19493 0
Current children cumulated CPU time (s) 1542.48
Current children cumulated vsize (KiB) 83016

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1679552/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1602.5
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176238 0 0 0 159426 824 0 0 25 0 1 0 188468391 85008384 19145 1992294400 4194304 9342243 548682068736 18446744073709551615 5868839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19145 721 1256 0 19493 0
Current children cumulated CPU time (s) 1602.5
Current children cumulated vsize (KiB) 83016

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1679360/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1662.5
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176296 0 0 0 165420 830 0 0 25 0 1 0 188468391 85008384 19203 1992294400 4194304 9342243 548682068736 18446744073709551615 6962249 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19203 721 1256 0 19493 0
Current children cumulated CPU time (s) 1662.5
Current children cumulated vsize (KiB) 83016

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1061
/proc/meminfo: memFree=1679296/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1722.51
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176300 0 0 0 171413 838 0 0 25 0 1 0 188468391 85008384 19207 1992294400 4194304 9342243 548682068736 18446744073709551615 6040605 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19207 721 1256 0 19493 0
Current children cumulated CPU time (s) 1722.51
Current children cumulated vsize (KiB) 83016

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1782.51
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176307 0 0 0 177406 845 0 0 25 0 1 0 188468391 85008384 19214 1992294400 4194304 9342243 548682068736 18446744073709551615 6938547 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19214 721 1256 0 19493 0
Current children cumulated CPU time (s) 1782.51
Current children cumulated vsize (KiB) 83016

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1792.12
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176307 0 0 0 178366 846 0 0 25 0 1 0 188468391 85008384 19214 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19214 721 1256 0 19493 0
Current children cumulated CPU time (s) 1792.12
Current children cumulated vsize (KiB) 83016

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1795.32
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176307 0 0 0 178686 846 0 0 25 0 1 0 188468391 85008384 19214 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19214 721 1256 0 19493 0
Current children cumulated CPU time (s) 1795.32
Current children cumulated vsize (KiB) 83016

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1796.92
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176307 0 0 0 178846 846 0 0 25 0 1 0 188468391 85008384 19214 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19214 721 1256 0 19493 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 83016

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1798.51
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176307 0 0 0 179005 846 0 0 25 0 1 0 188468391 85008384 19214 1992294400 4194304 9342243 548682068736 18446744073709551615 6923208 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19214 721 1256 0 19493 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 83016

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1799.31
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176307 0 0 0 179085 846 0 0 25 0 1 0 188468391 85008384 19214 1992294400 4194304 9342243 548682068736 18446744073709551615 6957775 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19214 721 1256 0 19493 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (KiB) 83016

[startup+1799.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1063
/proc/meminfo: memFree=1679040/2055920 swapFree=4191900/4192956
[pid=1060] ppid=1058 vsize=83016 CPUtime=1799.51
/proc/1060/stat : 1060 (pbscip.linux.x8) R 1058 1060 370 0 -1 4194304 1176308 0 0 0 179105 846 0 0 25 0 1 0 188468391 85008384 19215 1992294400 4194304 9342243 548682068736 18446744073709551615 4301900 0 0 4096 0 0 0 0 17 1 0 0
/proc/1060/statm: 20754 19215 722 1256 0 19493 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 83016

Child status: 0
Real time (s): 1799.36
CPU time (s): 1799.59
CPU user time (s): 1791.1
CPU system time (s): 8.48171
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 83016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.1
system time used= 8.48171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1176311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1769

runsolver used 1.2858 second user time and 3.89941 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-17 05:17:59
IDJOB=1870507
IDBENCH=48252
IDSOLVER=684
FILE ID=node16/1870507-1245208679
PBS_JOBID= 9368349
Free space on /tmp= 66280 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870507-1245208679/watcher-1870507-1245208679 -o /tmp/evaluation-result-1870507-1245208679/solver-1870507-1245208679 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870507-1245208679.opb

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

MD5SUM BENCH= 3576405369e31b0bc5c7707d6d764dde
RANDOM SEED=1387729676

node16.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.214
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.214
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:       1754392 kB
Buffers:         54216 kB
Cached:         160064 kB
SwapCached:        260 kB
Active:          78864 kB
Inactive:       148216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754392 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          21276 kB
Slab:            60476 kB
Committed_AS:   171020 kB
PageTables:       1440 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= 66268 MiB
End job on node16 at 2009-06-17 05:47:59