Trace number 1870520

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)OPT-7 1115.05 1115.35

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.01/0.02	c SCIP version 1.1.0.7
0.01/0.02	c LP-Solver SoPlex 1.4.1
0.01/0.02	c user parameter file <scip.set> not found - using default parameters
0.01/0.02	c read problem <HOME/instance-1870520-1245209595.opb>
0.01/0.02	c original problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1617 constraints
0.01/0.03	c start presolving problem
0.01/0.03	c presolving:
0.09/0.18	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11828 impls, 100 clqs
0.29/0.34	c    (0.2s) probing: 101/1566 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c presolving (2 rounds):
0.29/0.34	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34	c  11828 implications, 100 cliques
0.29/0.34	c presolved problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1617 constraints
0.29/0.34	c     100 constraints of type <setppc>
0.29/0.34	c    1466 constraints of type <and>
0.29/0.34	c       1 constraints of type <linear>
0.29/0.34	c      50 constraints of type <logicor>
0.29/0.34	c transformed objective value is always integral (scale: 1)
0.29/0.34	c Presolving Time: 0.16
0.29/0.35	c OPT-NLC
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = c 1620
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = c 1791
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = c 10000
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving problem
0.29/0.35	c 
3.19/3.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.19/3.23	c   3.0s|     1 |     0 |  3234 |7474k|   0 | 316 |1566 |1617 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
3.19/3.24	o -1
3.19/3.24	c s 3.0s|     1 |     0 |  3234 |7532k|   0 | 316 |1566 |1617 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
5.29/5.37	c   5.2s|     1 |     0 |  4853 |7947k|   0 | 475 |1566 |1617 |1617 |1566 |3153 |  70 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
5.29/5.37	o -2
5.29/5.37	c R 5.2s|     1 |     0 |  4853 |7965k|   0 | 475 |1566 |1617 |1617 |1566 |3153 |  70 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
8.19/8.29	c   8.1s|     1 |     0 |  6631 |9006k|   0 | 361 |1566 |1617 |1617 |1566 |3212 | 129 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
8.29/8.30	o -2
8.29/8.30	c s 8.1s|     1 |     0 |  6631 |9027k|   0 | 361 |1566 |1617 |1617 |1566 |3212 | 129 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
10.99/11.04	c  10.8s|     1 |     0 |  8187 |  10M|   0 | 339 |1566 |1617 |1617 |1566 |3242 | 159 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
13.79/13.82	c  13.6s|     1 |     0 |  9681 |  12M|   0 | 297 |1566 |1617 |1617 |1566 |3270 | 187 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
16.49/16.59	c  16.3s|     1 |     0 | 11398 |  14M|   0 | 394 |1566 |1617 |1617 |1566 |3307 | 224 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
20.19/20.23	c  19.9s|     1 |     0 | 13283 |  16M|   0 | 454 |1566 |1617 |1617 |1566 |3329 | 246 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
24.68/24.78	c  24.5s|     1 |     0 | 15656 |  16M|   0 | 305 |1566 |1617 |1617 |1566 |3351 | 268 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
35.28/35.33	o -5
35.28/35.33	c E34.9s|     1 |     0 | 15656 |  16M|   0 | 305 |1566 |1617 |1617 |1566 |3351 | 268 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
35.28/35.36	c  34.9s|     1 |     0 | 15656 |  16M|   0 | 305 |1566 |1617 |1617 |1566 |3351 | 268 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
38.97/39.04	c  38.6s|     1 |     0 | 17503 |  18M|   0 | 277 |1566 |1617 |1617 |1566 |3367 | 284 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
77.16/77.23	c  76.7s|     1 |     2 | 17503 |  18M|   0 | 277 |1566 |1617 |1617 |1566 |3367 | 284 |   0 |  28 |-2.500000e+01 |-5.000000e+00 |  80.00%
122.25/122.35	o -6
122.25/122.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.25/122.35	c R 122s|     7 |     5 | 26947 |  18M|   6 |   - |1566 |1617 | 334 |1566 |1493 |1154 |   0 | 312 |-2.500000e+01 |-6.000000e+00 |  76.00%
587.53/587.74	o -7
587.53/587.74	c * 584s|  4580 |   670 |647826 |  23M|  71 |   - |1566 |1741 | 127 |1566 |1739 |  27k| 163 |3062 |-1.424513e+01 |-7.000000e+00 |  50.86%
796.38/796.66	c   791s| 10000 |   972 |975333 |  31M|  71 | 146 |1566 |1669 | 391 |1566 |1670 |  36k| 195 |4512 |-1.173816e+01 |-7.000000e+00 |  40.37%
1052.22/1052.54	c  1045s| 20000 |   646 |  1355k|  31M|  72 | 119 |1566 |1672 | 489 |1566 |1782 |  46k| 265 |7297 |-9.641920e+00 |-7.000000e+00 |  27.40%
1114.90/1115.30	c 
1114.90/1115.30	c SCIP Status        : problem is solved [optimal solution found]
1114.90/1115.30	c Solving Time (sec) : 1107.65
1114.90/1115.30	c Solving Nodes      : 22995
1114.90/1115.30	c Primal Bound       : -7.00000000000000e+00 (11 solutions)
1114.90/1115.30	c Dual Bound         : -7.00000000000000e+00
1114.90/1115.30	c Gap                : 0.00 %
1114.90/1115.30	c NODE         22995
1114.90/1115.30	c DUAL BOUND   -7
1114.90/1115.30	c PRIMAL BOUND -7
1114.90/1115.30	c GAP          0
1114.90/1115.30	s OPTIMUM FOUND
1114.90/1115.30	v -x59 -x66 -x97 -x60 -x58 -x56 -x96 -x87 -x72 x90 x98 -x94 -x93 -x82 -x62 -x70 -x51 x99 -x91 x89 -x85 -x78 -x67 -x63 -x61 -x57 -x81 
1114.90/1115.30	v -x71 -x83 -x73 -x74 -x80 -x69 -x68 -x100 -x92 -x53 -x54 -x65 -x55 -x95 x86 -x79 x76 -x88 -x64 -x77 -x75 x84 -x52 x50 -x49 
1114.90/1115.30	v -x48 -x47 -x46 -x45 -x44 -x43 x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 x29 -x28 -x27 -x26 x25 -x24 -x23 
1114.90/1115.30	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1114.90/1115.30	c SCIP Status        : problem is solved [optimal solution found]
1114.90/1115.30	c Solving Time       :    1107.65
1114.90/1115.30	c Original Problem   :
1114.90/1115.30	c   Problem name     : HOME/instance-1870520-1245209595.opb
1114.90/1115.30	c   Variables        : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
1114.90/1115.30	c   Constraints      : 1617 initial, 1617 maximal
1114.90/1115.30	c Presolved Problem  :
1114.90/1115.30	c   Problem name     : t_HOME/instance-1870520-1245209595.opb
1114.90/1115.30	c   Variables        : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
1114.90/1115.30	c   Constraints      : 1617 initial, 1744 maximal
1114.90/1115.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1114.90/1115.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   implics          :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   probing          :       0.04          0          0          0          0          0          0          0          0
1114.90/1115.30	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   and              :       0.11          0          0          0          0          0          0          0          0
1114.90/1115.30	c   linear           :       0.01          0          0          0          0          0          0          0          0
1114.90/1115.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1114.90/1115.30	c   root node        :          -         35          -          -         35          -          -          -          -
1114.90/1115.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1114.90/1115.30	c   integral         :          0          0          0      13172          0         46       3738          0          0      23730
1114.90/1115.30	c   setppc           :        100          8      70341          3          0         87      82520          0          0          0
1114.90/1115.30	c   and              :       1466      20773      70254          3          0         23    1855619      49800          0          0
1114.90/1115.30	c   linear           :          1          8      70231          1          0         10         82          0          0          0
1114.90/1115.30	c   logicor          :         50+         8      20722          1          0          3       8730          0          0          0
1114.90/1115.30	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1114.90/1115.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1114.90/1115.30	c   integral         :     341.44       0.00       0.00     341.44       0.00
1114.90/1115.30	c   setppc           :       0.59       0.00       0.59       0.00       0.00
1114.90/1115.30	c   and              :      18.46      11.09       7.36       0.01       0.00
1114.90/1115.30	c   linear           :       0.78       0.00       0.78       0.00       0.00
1114.90/1115.30	c   logicor          :       0.30       0.00       0.30       0.00       0.00
1115.00/1115.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1115.00/1115.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
1115.00/1115.30	c   rootredcost      :       0.04          2          0          0
1115.00/1115.30	c   pseudoobj        :       0.39      70544         67        205
1115.00/1115.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1115.00/1115.30	c   propagation      :       0.02        190        182        400       28.6          1       41.0          -
1115.00/1115.30	c   infeasible LP    :       0.00          4          4          5       28.2          0        0.0          0
1115.00/1115.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1115.00/1115.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1115.00/1115.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1115.00/1115.30	c   applied globally :          -          -          -        309       26.6          -          -          -
1115.00/1115.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
1115.00/1115.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1115.00/1115.30	c   cut pool         :       0.01          7          -          -         44          -    (maximal pool size: 842)
1115.00/1115.30	c   redcost          :       2.40      21833          0      81176          0          0
1115.00/1115.30	c   impliedbounds    :       0.01          8          0          0          0          0
1115.00/1115.30	c   intobj           :       0.00          0          0          0          0          0
1115.00/1115.30	c   gomory           :       3.59          8          0          0        227          0
1115.00/1115.30	c   strongcg         :       3.14          8          0          0       1184          0
1115.00/1115.30	c   cmir             :       0.24          8          0          0          0          0
1115.00/1115.30	c   flowcover        :       0.22          8          0          0          0          0
1115.00/1115.30	c   clique           :       0.07          8          0          0         60          0
1115.00/1115.30	c   zerohalf         :       0.00          0          0          0          0          0
1115.00/1115.30	c   mcf              :       0.10          3          0          0          0          0
1115.00/1115.30	c Pricers            :       Time      Calls       Vars
1115.00/1115.30	c   problem variables:       0.00          0          0
1115.00/1115.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1115.00/1115.30	c   relpscost        :     341.43      13169         46       3738          0          0      23730
1115.00/1115.30	c   pscost           :       0.00          0          0          0          0          0          0
1115.00/1115.30	c   inference        :       0.00          0          0          0          0          0          0
1115.00/1115.30	c   mostinf          :       0.00          0          0          0          0          0          0
1115.00/1115.30	c   leastinf         :       0.00          0          0          0          0          0          0
1115.00/1115.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1115.00/1115.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1115.00/1115.30	c   random           :       0.00          0          0          0          0          0          0
1115.00/1115.30	c Primal Heuristics  :       Time      Calls      Found
1115.00/1115.30	c   LP solutions     :       0.01          -          1
1115.00/1115.30	c   pseudo solutions :       0.00          -          0
1115.00/1115.30	c   feaspump         :       0.00          0          0
1115.00/1115.30	c   oneopt           :       0.06          3          0
1115.00/1115.30	c   rootsoldiving    :       1.26         11          0
1115.00/1115.30	c   objpscostdiving  :      10.26         11          0
1115.00/1115.30	c   coefdiving       :       5.63         22          0
1115.00/1115.30	c   pscostdiving     :       3.37         22          0
1115.00/1115.30	c   fracdiving       :       4.22         22          0
1115.00/1115.30	c   veclendiving     :       3.37         22          0
1115.00/1115.30	c   linesearchdiving :       3.23         22          0
1115.00/1115.30	c   guideddiving     :       3.90         22          0
1115.00/1115.30	c   crossover        :       0.44         10          0
1115.00/1115.30	c   simplerounding   :       0.00          0          0
1115.00/1115.30	c   rounding         :       5.49       8745          2
1115.00/1115.30	c   shifting         :       2.68       2147          7
1115.00/1115.30	c   intshifting      :       0.00          0          0
1115.00/1115.30	c   fixandinfer      :       0.00          0          0
1115.00/1115.30	c   intdiving        :       0.00          0          0
1115.00/1115.30	c   actconsdiving    :       0.00          0          0
1115.00/1115.30	c   octane           :       0.00          0          0
1115.00/1115.30	c   rens             :      10.40          1          1
1115.00/1115.30	c   rins             :       0.00          0          0
1115.00/1115.30	c   localbranching   :       0.00          0          0
1115.00/1115.30	c   mutation         :       0.00          0          0
1115.00/1115.30	c   dins             :       0.00          0          0
1115.00/1115.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1115.00/1115.30	c   primal LP        :       5.10          0          0       0.00       0.00
1115.00/1115.30	c   dual LP          :     630.26      31845    1385340      43.50    2198.05
1115.00/1115.30	c   barrier LP       :       0.00          0          0       0.00          -
1115.00/1115.30	c   diving/probing LP:      29.12       5288      59765      11.30    2052.37
1115.00/1115.30	c   strong branching :     339.67       8258     713454      86.40    2100.43
1115.00/1115.30	c     (at root node) :          -         28      28000    1000.00          -
1115.00/1115.30	c   conflict analysis:       0.00          0          0       0.00          -
1115.00/1115.30	c B&B Tree           :
1115.00/1115.30	c   number of runs   :          1
1115.00/1115.30	c   nodes            :      22995
1115.00/1115.30	c   nodes (total)    :      22995
1115.00/1115.30	c   nodes left       :          0
1115.00/1115.30	c   max depth        :         72
1115.00/1115.30	c   max depth (total):         72
1115.00/1115.30	c   backtracks       :       2798 (12.2%)
1115.00/1115.30	c   delayed cutoffs  :          1
1115.00/1115.30	c   repropagations   :        937 (2275 domain reductions, 0 cutoffs)
1115.00/1115.30	c   avg switch length:       5.58
1115.00/1115.30	c   switching time   :      15.28
1115.00/1115.30	c Solution           :
1115.00/1115.30	c   Solutions found  :         11 (6 improvements)
1115.00/1115.30	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 4580 nodes, 583.94 seconds, depth 17, found by <relaxation>)
1115.00/1115.30	c   Dual Bound       : -7.00000000000000e+00
1115.00/1115.30	c   Gap              :       0.00 %
1115.00/1115.30	c   Root Dual Bound  : -2.50000000000000e+01
1115.00/1115.34	c Time complete: 1115.04.

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870520-1245209595/watcher-1870520-1245209595 -o /tmp/evaluation-result-1870520-1245209595/solver-1870520-1245209595 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870520-1245209595.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.13 1.05 1.01 3/64 6019
/proc/meminfo: memFree=1849064/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=4648 CPUtime=0
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 492 0 0 0 0 0 0 0 18 0 1 0 188556858 4759552 477 1992294400 4194304 7823515 548682068736 18446744073709551615 6124882 0 0 4096 0 0 0 0 17 1 0 0
/proc/6019/statm: 1162 485 318 886 0 272 0

[startup+0.0258689 s]
/proc/loadavg: 1.13 1.05 1.01 3/64 6019
/proc/meminfo: memFree=1849064/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=10428 CPUtime=0.01
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 1924 0 0 0 1 0 0 0 18 0 1 0 188556858 10678272 1905 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/6019/statm: 2607 1905 354 886 0 1717 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10428

[startup+0.101876 s]
/proc/loadavg: 1.13 1.05 1.01 3/64 6019
/proc/meminfo: memFree=1849064/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=16756 CPUtime=0.09
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 3575 0 0 0 5 4 0 0 18 0 1 0 188556858 17158144 3203 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 4189 3203 404 886 0 3299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16756

[startup+0.301896 s]
/proc/loadavg: 1.13 1.05 1.01 3/64 6019
/proc/meminfo: memFree=1849064/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=19032 CPUtime=0.29
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 4176 0 0 0 14 15 0 0 19 0 1 0 188556858 19488768 3804 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 4758 3804 436 886 0 3868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19032

[startup+0.701936 s]
/proc/loadavg: 1.13 1.05 1.01 3/64 6019
/proc/meminfo: memFree=1849064/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=25052 CPUtime=0.69
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 5886 0 0 0 52 17 0 0 22 0 1 0 188556858 25653248 5427 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 6263 5427 523 886 0 5373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25052

[startup+1.50201 s]
/proc/loadavg: 1.13 1.05 1.01 2/65 6020
/proc/meminfo: memFree=1828384/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=26420 CPUtime=1.49
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 6180 0 0 0 132 17 0 0 25 0 1 0 188556858 27054080 5720 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 6605 5720 523 886 0 5715 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26420

[startup+3.10117 s]
/proc/loadavg: 1.13 1.05 1.01 2/65 6020
/proc/meminfo: memFree=1828064/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=26420 CPUtime=3.09
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 6210 0 0 0 291 18 0 0 25 0 1 0 188556858 27054080 5750 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 6605 5750 523 886 0 5715 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26420

[startup+6.30149 s]
/proc/loadavg: 1.12 1.05 1.01 2/65 6020
/proc/meminfo: memFree=1824992/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=30164 CPUtime=6.29
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 7182 0 0 0 609 20 0 0 25 0 1 0 188556858 30887936 6665 1992294400 4194304 7823515 548682068736 18446744073709551615 6205821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 7541 6665 568 886 0 6651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30164

[startup+12.7011 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 6020
/proc/meminfo: memFree=1818976/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=37320 CPUtime=12.69
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 8931 0 0 0 1247 22 0 0 25 0 1 0 188556858 38215680 8414 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 9330 8414 568 886 0 8440 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37320

[startup+25.5014 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 6020
/proc/meminfo: memFree=1793760/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=61664 CPUtime=25.49
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 14845 0 0 0 2518 31 0 0 25 0 1 0 188556858 63143936 14300 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 15416 14300 572 886 0 14526 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61664

[startup+51.1019 s]
/proc/loadavg: 1.05 1.04 1.00 2/65 6020
/proc/meminfo: memFree=1805472/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=48968 CPUtime=51.07
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 17215 0 0 0 5059 48 0 0 25 0 1 0 188556858 50143232 11392 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 12242 11392 578 886 0 11352 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48968

[startup+102.305 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 6020
/proc/meminfo: memFree=1805408/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=48968 CPUtime=102.25
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 17215 0 0 0 10161 64 0 0 25 0 1 0 188556858 50143232 11392 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 12242 11392 578 886 0 11352 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48968

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 6020
/proc/meminfo: memFree=1805408/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=48968 CPUtime=162.24
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 17217 0 0 0 16130 94 0 0 25 0 1 0 188556858 50143232 11394 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 12242 11394 579 886 0 11352 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48968

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6020
/proc/meminfo: memFree=1805344/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=48968 CPUtime=222.22
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 17222 0 0 0 22098 124 0 0 25 0 1 0 188556858 50143232 11399 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 12242 11399 582 886 0 11352 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 48968

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6020
/proc/meminfo: memFree=1803488/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=50616 CPUtime=282.21
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 19327 0 0 0 28059 162 0 0 25 0 1 0 188556858 51830784 11822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 12654 11822 587 886 0 11764 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50616

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6020
/proc/meminfo: memFree=1803424/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=50904 CPUtime=342.2
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 21793 0 0 0 34022 198 0 0 25 0 1 0 188556858 52125696 11893 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 12726 11893 589 886 0 11836 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50904

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1800224/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=54204 CPUtime=402.17
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 25274 0 0 0 39980 237 0 0 25 0 1 0 188556858 55504896 12669 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 13551 12669 589 886 0 12661 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 54204

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1795424/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=58692 CPUtime=462.16
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 26460 0 0 0 45936 280 0 0 25 0 1 0 188556858 60100608 13855 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 14673 13855 589 886 0 13783 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 58692

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1792544/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=61580 CPUtime=522.15
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 29839 0 0 0 51895 320 0 0 25 0 1 0 188556858 63057920 14576 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 15395 14576 589 886 0 14505 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 61580

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1788704/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=65608 CPUtime=582.13
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 30853 0 0 0 57855 358 0 0 25 0 1 0 188556858 67182592 15590 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 16402 15590 589 886 0 15512 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 65608

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1787040/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=66932 CPUtime=642.12
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 36444 0 0 0 63810 402 0 0 25 0 1 0 188556858 68538368 15924 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 16733 15924 590 886 0 15843 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 66932

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1784864/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=69224 CPUtime=702.1
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 39605 0 0 0 69768 442 0 0 25 0 1 0 188556858 70885376 16479 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 17306 16479 590 886 0 16416 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 69224

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1782048/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=71852 CPUtime=762.09
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 42691 0 0 0 75724 485 0 0 25 0 1 0 188556858 73576448 17164 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 17963 17164 590 886 0 17073 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 71852

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1778784/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=75284 CPUtime=822.07
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 46106 0 0 0 81680 527 0 0 25 0 1 0 188556858 77090816 17963 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 18821 17963 590 886 0 17931 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 75284

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1775712/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=78128 CPUtime=882.05
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 46867 0 0 0 87637 568 0 0 25 0 1 0 188556858 80003072 18724 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 19532 18724 590 886 0 18642 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 78128

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1772000/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=81884 CPUtime=942.04
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 47794 0 0 0 93596 608 0 0 25 0 1 0 188556858 83849216 19651 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 20471 19651 590 886 0 19581 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 81884

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1770080/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=83916 CPUtime=1002.03
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 50902 0 0 0 99551 652 0 0 25 0 1 0 188556858 85929984 20157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 20979 20157 590 886 0 20089 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 83916

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1768288/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=85796 CPUtime=1062.01
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51297 0 0 0 105505 696 0 0 25 0 1 0 188556858 87855104 20552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21449 20552 590 886 0 20559 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 85796

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1768224/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=85796 CPUtime=1074.81
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51308 0 0 0 106777 704 0 0 25 0 1 0 188556858 87855104 20563 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21449 20563 590 886 0 20559 0
Current children cumulated CPU time (s) 1074.81
Current children cumulated vsize (KiB) 85796

[startup+1100.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1767392/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86308 CPUtime=1100.4
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51513 0 0 0 109316 724 0 0 25 0 1 0 188556858 88379392 20768 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21577 20768 590 886 0 20687 0
Current children cumulated CPU time (s) 1100.4
Current children cumulated vsize (KiB) 86308

[startup+1107.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1767136/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86800 CPUtime=1106.8
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51577 0 0 0 109951 729 0 0 25 0 1 0 188556858 88883200 20832 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21700 20832 590 886 0 20810 0
Current children cumulated CPU time (s) 1106.8
Current children cumulated vsize (KiB) 86800

[startup+1110.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1767136/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86800 CPUtime=1110
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51577 0 0 0 110269 731 0 0 25 0 1 0 188556858 88883200 20832 1992294400 4194304 7823515 548682068736 18446744073709551615 5978231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21700 20832 590 886 0 20810 0
Current children cumulated CPU time (s) 1110
Current children cumulated vsize (KiB) 86800

[startup+1113.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1766944/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86800 CPUtime=1113.2
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51636 0 0 0 110587 733 0 0 25 0 1 0 188556858 88883200 20891 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21700 20891 590 886 0 20810 0
Current children cumulated CPU time (s) 1113.2
Current children cumulated vsize (KiB) 86800

[startup+1114.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1766944/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86800 CPUtime=1114.01
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51636 0 0 0 110667 734 0 0 25 0 1 0 188556858 88883200 20891 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21700 20891 590 886 0 20810 0
Current children cumulated CPU time (s) 1114.01
Current children cumulated vsize (KiB) 86800

[startup+1115.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6020
/proc/meminfo: memFree=1766944/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86800 CPUtime=1114.8
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51636 0 0 0 110746 734 0 0 25 0 1 0 188556858 88883200 20891 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6019/statm: 21700 20891 590 886 0 20810 0
Current children cumulated CPU time (s) 1114.8
Current children cumulated vsize (KiB) 86800

[startup+1115.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 6020
/proc/meminfo: memFree=1766944/2055920 swapFree=4181368/4192956
[pid=6019] ppid=6017 vsize=86800 CPUtime=1115
/proc/6019/stat : 6019 (pbscip.linux.x8) R 6017 6019 5279 0 -1 4194304 51636 0 0 0 110766 734 0 0 25 0 1 0 188556858 88883200 20891 1992294400 4194304 7823515 548682068736 18446744073709551615 6957296 0 0 4096 0 0 0 0 17 1 0 0
/proc/6019/statm: 21700 20891 590 886 0 20810 0
Current children cumulated CPU time (s) 1115
Current children cumulated vsize (KiB) 86800

Child status: 0
Real time (s): 1115.35
CPU time (s): 1115.05
CPU user time (s): 1107.69
CPU system time (s): 7.35688
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 90992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1107.69
system time used= 7.35688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51641
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= 2042

runsolver used 0.957854 second user time and 2.14867 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-17 05:33:15
IDJOB=1870520
IDBENCH=48259
IDSOLVER=683
FILE ID=node36/1870520-1245209595
PBS_JOBID= 9368354
Free space on /tmp= 66200 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_50_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-1870520-1245209595/watcher-1870520-1245209595 -o /tmp/evaluation-result-1870520-1245209595/solver-1870520-1245209595 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870520-1245209595.opb

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=739071058

node36.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.230
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.230
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:       1849480 kB
Buffers:         22168 kB
Cached:         113704 kB
SwapCached:       6588 kB
Active:          40868 kB
Inactive:       104096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849480 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            9864 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            47484 kB
Committed_AS:   198588 kB
PageTables:       1360 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= 66188 MiB
End job on node36 at 2009-06-17 05:51:51