Trace number 1870530

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-11 1795.52 1796.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_4.opb
MD5SUMfeead174159765db2806c13d35bd6cbe
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.04
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)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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-1870530-1245210167.opb>
0.00/0.04	c original problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.06/0.07	c start presolving problem
0.06/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, 24760 impls, 200 clqs
0.39/0.46	c    (0.2s) probing: 101/3270 (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  24760 implications, 200 cliques
0.39/0.46	c presolved problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.39/0.46	c     200 constraints of type <setppc>
0.39/0.46	c    3070 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 
17.28/17.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.28/17.31	c  17.0s|     1 |     0 |  8308 |  15M|   0 |1809 |3270 |3371 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
17.28/17.33	o -5
17.28/17.33	c s17.1s|     1 |     0 |  8308 |  15M|   0 |1809 |3270 |3371 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
20.98/21.08	c  20.8s|     1 |     0 |  9419 |  15M|   0 |1782 |3270 |3371 |3371 |3270 |6550 | 109 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
25.58/25.62	c  25.3s|     1 |     0 | 10772 |  15M|   0 |1789 |3270 |3371 |3371 |3270 |6583 | 142 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
30.28/30.37	c  30.1s|     1 |     0 | 12194 |  15M|   0 |1741 |3270 |3371 |3371 |3270 |6609 | 168 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
34.97/35.04	c  34.7s|     1 |     0 | 13646 |  15M|   0 |1708 |3270 |3371 |3371 |3270 |6632 | 191 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
39.67/39.73	c  39.4s|     1 |     0 | 15078 |  15M|   0 |1733 |3270 |3371 |3371 |3270 |6649 | 208 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
44.98/45.05	c  44.7s|     1 |     0 | 16702 |  15M|   0 |1766 |3270 |3371 |3371 |3270 |6667 | 226 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
111.75/111.81	c   111s|     1 |     2 | 16702 |  15M|   0 |1766 |3270 |3371 |3371 |3270 |6667 | 226 |   0 |  25 |-5.000000e+01 |-5.000000e+00 |  90.00%
376.68/376.86	o -11
376.68/376.86	c p 376s|    28 |    29 | 92554 |  17M|  15 |   - |3270 |3371 | 153 |3270 |3200 |3610 |   0 | 186 |-5.000000e+01 |-1.100000e+01 |  78.00%
1795.35/1795.99	c 
1795.35/1795.99	c SCIP Status        : solving was interrupted [time limit reached]
1795.35/1795.99	c Solving Time (sec) : 1791.00
1795.35/1795.99	c Solving Nodes      : 34
1795.35/1795.99	c Primal Bound       : -1.10000000000000e+01 (8 solutions)
1795.35/1795.99	c Dual Bound         : -4.97860548893139e+01
1795.35/1795.99	c Gap                : 77.91 %
1795.45/1796.00	c NODE         34
1795.45/1796.00	c DUAL BOUND   -49.7861
1795.45/1796.00	c PRIMAL BOUND -11
1795.45/1796.00	c GAP          0.779055
1795.45/1796.00	s SATISFIABLE
1795.45/1796.00	v -x146 -x154 -x136 x128 -x198 -x166 -x193 -x151 x182 -x124 -x110 -x130 -x116 -x171 -x156 -x163 x185 -x189 -x181 x153 -x179 -x167 
1795.45/1796.00	v -x178 -x149 -x161 -x133 -x172 -x160 x159 -x152 -x112 -x188 x134 -x139 -x197 -x170 -x194 -x117 -x187 -x122 -x196 -x191 -x158 
1795.45/1796.00	v x140 -x135 -x113 -x111 -x109 -x108 -x107 -x190 -x148 -x144 -x173 -x143 -x132 -x176 -x177 -x162 x125 -x195 -x120 -x200 -x131 -x121 
1795.45/1796.00	v -x101 x199 -x192 -x168 -x157 -x147 -x141 -x137 -x114 -x106 -x183 -x123 -x119 -x174 x180 -x169 -x105 -x118 -x150 -x142 -x103 
1795.45/1796.00	v -x104 -x165 -x115 -x155 -x145 -x186 x129 -x126 -x138 -x164 -x127 -x175 -x184 -x102 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 
1795.45/1796.00	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 
1795.45/1796.00	v -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 
1795.45/1796.00	v -x41 -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 
1795.45/1796.00	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1795.45/1796.00	c SCIP Status        : solving was interrupted [time limit reached]
1795.45/1796.00	c Solving Time       :    1791.00
1795.45/1796.00	c Original Problem   :
1795.45/1796.00	c   Problem name     : HOME/instance-1870530-1245210167.opb
1795.45/1796.00	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.45/1796.00	c   Constraints      : 3371 initial, 3371 maximal
1795.45/1796.00	c Presolved Problem  :
1795.45/1796.00	c   Problem name     : t_HOME/instance-1870530-1245210167.opb
1795.45/1796.00	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.45/1796.00	c   Constraints      : 3371 initial, 3381 maximal
1795.45/1796.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.45/1796.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   probing          :       0.07          0          0          0          0          0          0          0          0
1795.45/1796.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   and              :       0.12          0          0          0          0          0          0          0          0
1795.45/1796.00	c   linear           :       0.02          0          0          0          0          0          0          0          0
1795.45/1796.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.45/1796.00	c   root node        :          -          0          -          -          0          -          -          -          -
1795.45/1796.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.45/1796.00	c   integral         :          0          0          0         34          0          0          0          0          0         68
1795.45/1796.00	c   setppc           :        200          6       1840          0          0          2          0          0          0          0
1795.45/1796.00	c   and              :       3070        131       1838          0          0          3        926      20429          0          0
1795.45/1796.00	c   linear           :          1          6       1835          0          0          0          0          0          0          0
1795.45/1796.00	c   logicor          :        100+         6        255          0          0          0         16          0          0          0
1795.45/1796.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.45/1796.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.45/1796.00	c   integral         :     268.01       0.00       0.00     268.01       0.00
1795.45/1796.00	c   setppc           :       0.01       0.00       0.01       0.00       0.00
1795.45/1796.00	c   and              :       0.54       0.33       0.21       0.00       0.00
1795.45/1796.00	c   linear           :       0.04       0.02       0.02       0.00       0.00
1795.45/1796.00	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1795.45/1796.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.45/1796.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.45/1796.00	c   rootredcost      :       0.00          2          0          0
1795.45/1796.00	c   pseudoobj        :       0.03       1642          0          0
1795.45/1796.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.45/1796.00	c   propagation      :       0.00          5          5         10       46.2          0        0.0          -
1795.45/1796.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.45/1796.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.45/1796.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.45/1796.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.45/1796.00	c   applied globally :          -          -          -         10       46.2          -          -          -
1795.45/1796.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.45/1796.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.45/1796.00	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 168)
1795.45/1796.00	c   redcost          :       0.04        131          0          0          0          0
1795.45/1796.00	c   impliedbounds    :       0.01          6          0          0        180          0
1795.45/1796.00	c   intobj           :       0.00          0          0          0          0          0
1795.45/1796.00	c   gomory           :       1.69          6          0          0          8          0
1795.45/1796.00	c   strongcg         :       1.68          6          0          0          8          0
1795.45/1796.00	c   cmir             :       0.54          6          0          0          0          0
1795.45/1796.00	c   flowcover        :       0.51          6          0          0          0          0
1795.45/1796.00	c   clique           :       0.73          6          0          0         46          0
1795.45/1796.00	c   zerohalf         :       0.00          0          0          0          0          0
1795.45/1796.00	c   mcf              :       0.88          6          0          0         60          0
1795.45/1796.00	c Pricers            :       Time      Calls       Vars
1795.45/1796.00	c   problem variables:       0.00          0          0
1795.45/1796.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.45/1796.00	c   relpscost        :     268.01         34          0          0          0          0         68
1795.45/1796.00	c   pscost           :       0.00          0          0          0          0          0          0
1795.45/1796.00	c   inference        :       0.00          0          0          0          0          0          0
1795.45/1796.00	c   mostinf          :       0.00          0          0          0          0          0          0
1795.45/1796.00	c   leastinf         :       0.00          0          0          0          0          0          0
1795.45/1796.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.45/1796.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.45/1796.00	c   random           :       0.00          0          0          0          0          0          0
1795.45/1796.00	c Primal Heuristics  :       Time      Calls      Found
1795.45/1796.00	c   LP solutions     :       0.00          -          0
1795.45/1796.00	c   pseudo solutions :       0.00          -          0
1795.45/1796.00	c   rootsoldiving    :       0.00          0          0
1795.45/1796.00	c   linesearchdiving :       0.00          0          0
1795.45/1796.00	c   guideddiving     :       0.00          0          0
1795.45/1796.00	c   crossover        :       0.00          0          0
1795.45/1796.00	c   oneopt           :       0.00          2          0
1795.45/1796.00	c   coefdiving       :       3.60          1          0
1795.45/1796.00	c   pscostdiving     :       3.07          1          1
1795.45/1796.00	c   veclendiving     :       2.96          1          0
1795.45/1796.00	c   simplerounding   :       0.00          0          0
1795.45/1796.00	c   rounding         :       3.12        122          0
1795.45/1796.00	c   shifting         :       0.13         12          7
1795.45/1796.00	c   intshifting      :       0.00          0          0
1795.45/1796.00	c   fixandinfer      :       0.00          0          0
1795.45/1796.00	c   feaspump         :       0.00          0          0
1795.45/1796.00	c   fracdiving       :      15.93          1          0
1795.45/1796.00	c   intdiving        :       0.00          0          0
1795.45/1796.00	c   actconsdiving    :       0.00          0          0
1795.45/1796.00	c   objpscostdiving  :    1340.78          1          0
1795.45/1796.00	c   octane           :       0.00          0          0
1795.45/1796.00	c   rens             :       0.01          0          0
1795.45/1796.00	c   rins             :       0.00          0          0
1795.45/1796.00	c   localbranching   :       0.00          0          0
1795.45/1796.00	c   mutation         :       0.00          0          0
1795.45/1796.00	c   dins             :       0.00          0          0
1795.45/1796.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.45/1796.00	c   primal LP        :       0.27          0          0       0.00       0.00
1795.45/1796.00	c   dual LP          :     145.68        141     121957     864.94     837.16
1795.45/1796.00	c   barrier LP       :       0.00          0          0       0.00          -
1795.45/1796.00	c   diving/probing LP:    1358.72       3230    1045664     323.73     769.59
1795.45/1796.00	c   strong branching :     267.95        202     186718     924.35     696.84
1795.45/1796.00	c     (at root node) :          -         25      25000    1000.00          -
1795.45/1796.00	c   conflict analysis:       0.00          0          0       0.00          -
1795.45/1796.00	c B&B Tree           :
1795.45/1796.00	c   number of runs   :          1
1795.45/1796.00	c   nodes            :         34
1795.45/1796.00	c   nodes (total)    :         34
1795.45/1796.00	c   nodes left       :         35
1795.45/1796.00	c   max depth        :         15
1795.45/1796.00	c   max depth (total):         15
1795.45/1796.00	c   backtracks       :          4 (11.8%)
1795.45/1796.00	c   delayed cutoffs  :          0
1795.45/1796.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.45/1796.00	c   avg switch length:       2.12
1795.45/1796.00	c   switching time   :       0.30
1795.45/1796.00	c Solution           :
1795.45/1796.00	c   Solutions found  :          8 (2 improvements)
1795.45/1796.00	c   Primal Bound     : -1.10000000000000e+01   (in run 1, after 28 nodes, 375.60 seconds, depth 304, found by <pscostdiving>)
1795.45/1796.00	c   Dual Bound       : -4.97860548893139e+01
1795.45/1796.00	c   Gap              :      77.91 %
1795.45/1796.00	c   Root Dual Bound  : -5.00000000000000e+01
1795.45/1796.06	c Time complete: 1795.51.

Verifier Data

OK	-11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870530-1245210167/watcher-1870530-1245210167 -o /tmp/evaluation-result-1870530-1245210167/solver-1870530-1245210167 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870530-1245210167.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 6060
/proc/meminfo: memFree=1800480/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=4324 CPUtime=0
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 188609656 4427776 447 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/6060/statm: 1081 448 286 886 0 191 0

[startup+0.0637999 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6060
/proc/meminfo: memFree=1800480/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=18128 CPUtime=0.06
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 4159 0 0 0 5 1 0 0 18 0 1 0 188609656 18563072 3787 1992294400 4194304 7823515 548682068736 18446744073709551615 6911387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 4566 3794 371 886 0 3676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18128

[startup+0.101806 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6060
/proc/meminfo: memFree=1800480/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=21944 CPUtime=0.09
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 4871 0 0 0 8 1 0 0 18 0 1 0 188609656 22470656 4499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 5486 4499 404 886 0 4596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21944

[startup+0.301834 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6060
/proc/meminfo: memFree=1800480/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=25596 CPUtime=0.29
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 5816 0 0 0 17 12 0 0 19 0 1 0 188609656 26210304 5444 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 6399 5444 436 886 0 5509 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25596

[startup+0.70189 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6060
/proc/meminfo: memFree=1800480/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=38668 CPUtime=0.69
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 9293 0 0 0 50 19 0 0 22 0 1 0 188609656 39596032 8708 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 9667 8708 520 886 0 8777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38668

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1767192/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=39988 CPUtime=1.48
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 9658 0 0 0 129 19 0 0 25 0 1 0 188609656 40947712 9062 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 9997 9062 523 886 0 9107 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39988

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1765528/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=41088 CPUtime=3.09
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 9938 0 0 0 289 20 0 0 25 0 1 0 188609656 42074112 9342 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 10272 9342 523 886 0 9382 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41088

[startup+6.30168 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1764696/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=41088 CPUtime=6.28
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 9973 0 0 0 608 20 0 0 25 0 1 0 188609656 42074112 9377 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 10272 9377 523 886 0 9382 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41088

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1763936/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=41996 CPUtime=12.69
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 10214 0 0 0 1247 22 0 0 25 0 1 0 188609656 43003904 9618 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 10499 9618 523 886 0 9609 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41996

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1761632/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=44104 CPUtime=25.48
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 11019 0 0 0 2522 26 0 0 25 0 1 0 188609656 45162496 10225 1992294400 4194304 7823515 548682068736 18446744073709551615 6180656 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 11026 10225 567 886 0 10136 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44104

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757408/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=51.07
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12240 0 0 0 5075 32 0 0 25 0 1 0 188609656 49324032 11323 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11323 572 886 0 11152 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48168

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757344/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=102.26
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12240 0 0 0 10186 40 0 0 25 0 1 0 188609656 49324032 11323 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11323 572 886 0 11152 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48168

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757280/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=162.24
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12242 0 0 0 16168 56 0 0 25 0 1 0 188609656 49324032 11325 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11325 574 886 0 11152 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48168

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757280/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=222.23
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12242 0 0 0 22150 73 0 0 25 0 1 0 188609656 49324032 11325 1992294400 4194304 7823515 548682068736 18446744073709551615 6722731 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11325 574 886 0 11152 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 48168

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757280/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=282.21
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12242 0 0 0 28138 83 0 0 25 0 1 0 188609656 49324032 11325 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11325 574 886 0 11152 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 48168

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757280/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=342.19
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12243 0 0 0 34119 100 0 0 25 0 1 0 188609656 49324032 11326 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11326 575 886 0 11152 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 48168

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757280/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=402.17
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12243 0 0 0 40099 118 0 0 25 0 1 0 188609656 49324032 11326 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11326 575 886 0 11152 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 48168

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757216/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=462.15
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 46080 135 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6208307 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 48168

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757216/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=522.14
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 52065 149 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 48168

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757216/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=582.11
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 58045 166 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 48168

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6061
/proc/meminfo: memFree=1757216/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=642.1
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 64029 181 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6208537 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 48168

[startup+702.301 s]

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

/proc/meminfo: memFree=1756952/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1121.94
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 111908 286 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 48168

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756952/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1181.93
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 117893 300 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 48168

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756952/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1241.91
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 123878 313 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 48168

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756952/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1301.9
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 129863 327 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6208911 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 48168

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756952/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1361.87
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 135847 340 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 48168

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756960/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1421.86
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 141832 354 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 48168

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1481.84
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 147817 367 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 48168

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1541.83
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 153802 381 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 48168

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756960/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1601.8
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 159786 394 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 48168

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756960/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1661.79
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 165768 411 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 48168

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756960/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1721.77
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 171751 426 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 48168

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1781.75
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 177738 437 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 48168

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1784.95
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 178057 438 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 48168

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1791.35
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 178695 440 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 48168

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1792.95
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 178854 441 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1792.95
Current children cumulated vsize (KiB) 48168

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1794.55
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 179014 441 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 48168

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1794.95
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 179053 442 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1794.95
Current children cumulated vsize (KiB) 48168

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1795.35
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 179093 442 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1795.35
Current children cumulated vsize (KiB) 48168

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6069
/proc/meminfo: memFree=1756896/2055920 swapFree=4181384/4192956
[pid=6060] ppid=6058 vsize=48168 CPUtime=1795.45
/proc/6060/stat : 6060 (pbscip.linux.x8) R 6058 6060 5232 0 -1 4194304 12246 0 0 0 179103 442 0 0 25 0 1 0 188609656 49324032 11329 1992294400 4194304 7823515 548682068736 18446744073709551615 4364562 0 0 4096 0 0 0 0 17 1 0 0
/proc/6060/statm: 12042 11329 578 886 0 11152 0
Current children cumulated CPU time (s) 1795.45
Current children cumulated vsize (KiB) 48168

Child status: 0
Real time (s): 1796.06
CPU time (s): 1795.52
CPU user time (s): 1791.09
CPU system time (s): 4.42933
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 48168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.09
system time used= 4.42933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1764

runsolver used 1.36979 second user time and 3.89241 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-17 05:42:47
IDJOB=1870530
IDBENCH=48264
IDSOLVER=683
FILE ID=node49/1870530-1245210167
PBS_JOBID= 9368346
Free space on /tmp= 66028 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_4.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-1870530-1245210167/watcher-1870530-1245210167 -o /tmp/evaluation-result-1870530-1245210167/solver-1870530-1245210167 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870530-1245210167.opb

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

MD5SUM BENCH= feead174159765db2806c13d35bd6cbe
RANDOM SEED=1423228710

node49.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.232
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.232
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:       1800896 kB
Buffers:         59148 kB
Cached:         125924 kB
SwapCached:       4580 kB
Active:          68760 kB
Inactive:       124436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800896 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            9908 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            47656 kB
Committed_AS:   182952 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66020 MiB
End job on node49 at 2009-06-17 06:12:44