Trace number 1870502

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-6 1526.73 1530.7

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870502-1245208540.opb>
0.00/0.02	c original problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.00/0.03	c start presolving problem
0.00/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, 12084 impls, 100 clqs
0.30/0.35	c    (0.2s) probing: 101/1598 (6.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.30/0.35	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.30/0.35	c presolving (2 rounds):
0.30/0.35	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.30/0.35	c  12084 implications, 100 cliques
0.30/0.35	c presolved problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.30/0.35	c     100 constraints of type <setppc>
0.30/0.35	c    1498 constraints of type <and>
0.30/0.35	c       1 constraints of type <linear>
0.30/0.35	c      50 constraints of type <logicor>
0.30/0.35	c transformed objective value is always integral (scale: 1)
0.30/0.35	c Presolving Time: 0.16
0.30/0.35	c OPT-NLC
0.30/0.35	c -----------------------------------------------------------------------------------------------
0.30/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.30/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.30/0.35	c limits/memory = c 1620
0.30/0.35	c # maximal time in seconds to run
0.30/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.30/0.35	c limits/time = c 1791
0.30/0.35	c # frequency for displaying node information lines
0.30/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.30/0.35	c display/freq = c 10000
0.30/0.35	c -----------------------------------------------------------------------------------------------
0.30/0.35	c start solving problem
0.30/0.35	c 
3.09/3.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.19	c   3.0s|     1 |     0 |  3384 |7621k|   0 | 349 |1598 |1649 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
3.09/3.19	o 0
3.09/3.19	c R 3.0s|     1 |     0 |  3384 |7635k|   0 | 349 |1598 |1649 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |-5.551115e-16 | 100.00%
5.49/5.50	c   5.3s|     1 |     0 |  4970 |8416k|   0 | 454 |1598 |1649 |1649 |1598 |3203 |  56 |   0 |   0 |-2.500000e+01 |-5.551115e-16 | 100.00%
7.99/8.06	c   7.8s|     1 |     0 |  6492 |8624k|   0 | 543 |1598 |1649 |1649 |1598 |3232 |  85 |   0 |   0 |-2.500000e+01 |-5.551115e-16 | 100.00%
7.99/8.06	o -3
7.99/8.06	c R 7.8s|     1 |     0 |  6492 |8653k|   0 | 543 |1598 |1649 |1649 |1598 |3232 |  85 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
9.99/10.06	c   9.8s|     1 |     0 |  7451 |9242k|   0 | 518 |1598 |1649 |1649 |1598 |3257 | 110 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
12.58/12.64	c  12.4s|     1 |     0 |  8820 |9643k|   0 | 576 |1598 |1649 |1649 |1598 |3289 | 142 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
15.18/15.27	c  15.0s|     1 |     0 | 10080 |  10M|   0 | 524 |1598 |1649 |1649 |1598 |3309 | 162 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
15.18/15.28	o -3
15.18/15.28	c s15.0s|     1 |     0 | 10080 |  10M|   0 | 524 |1598 |1649 |1649 |1598 |3309 | 162 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
19.08/19.11	c  18.8s|     1 |     0 | 11982 |  11M|   0 | 470 |1598 |1649 |1649 |1598 |3328 | 181 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
29.77/29.86	o -5
29.77/29.86	c E29.4s|     1 |     0 | 11982 |  11M|   0 | 470 |1598 |1649 |1649 |1598 |3328 | 181 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
29.77/29.89	c  29.4s|     1 |     0 | 11982 |  11M|   0 | 470 |1598 |1649 |1649 |1598 |3328 | 181 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
32.88/32.98	c  32.5s|     1 |     0 | 13416 |  11M|   0 | 383 |1598 |1649 |1649 |1598 |3342 | 195 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
72.06/72.12	c  71.6s|     1 |     2 | 13416 |  11M|   0 | 383 |1598 |1649 |1649 |1598 |3342 | 195 |   0 |  29 |-2.500000e+01 |-5.000000e+00 |  80.00%
160.31/160.48	o -6
160.31/160.48	c R 159s|   106 |    42 | 67438 |  12M|  18 |   - |1598 |1661 |  81 |1598 |1710 |3367 |  12 | 827 |-2.476720e+01 |-6.000000e+00 |  75.77%
767.75/768.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.75/768.85	c   763s| 10000 |  1798 |981046 |  36M|  72 |   - |1598 |1821 | 225 |1598 |1717 |  31k| 449 |4754 |-1.173390e+01 |-6.000000e+00 |  48.87%
1005.81/1007.53	c   999s| 20000 |  1956 |  1371k|  44M|  72 |  70 |1598 |1913 | 224 |1598 |1708 |  43k|1000 |6795 |-1.021069e+01 |-6.000000e+00 |  41.24%
1201.83/1204.35	c  1194s| 30000 |  1869 |  1693k|  47M|  73 |  70 |1598 |1914 | 353 |1598 |1623 |  51k|1533 |8831 |-9.163275e+00 |-6.000000e+00 |  34.52%
1358.85/1362.00	c  1349s| 40000 |  1437 |  1964k|  42M|  78 |   - |1598 |1935 | 246 |1598 |1744 |  56k|2035 |  10k|-8.669170e+00 |-6.000000e+00 |  30.79%
1500.66/1504.31	c  1490s| 50000 |   619 |  2201k|  27M|  78 |   - |1598 |1873 | 706 |1598 |1605 |  60k|2266 |  11k|-8.238828e+00 |-6.000000e+00 |  27.17%
1526.62/1530.64	c 
1526.62/1530.64	c SCIP Status        : problem is solved [optimal solution found]
1526.62/1530.64	c Solving Time (sec) : 1515.80
1526.62/1530.64	c Solving Nodes      : 51726
1526.62/1530.64	c Primal Bound       : -6.00000000000000e+00 (7 solutions)
1526.62/1530.64	c Dual Bound         : -6.00000000000000e+00
1526.62/1530.64	c Gap                : 0.00 %
1526.62/1530.64	c NODE         51726
1526.62/1530.64	c DUAL BOUND   -6
1526.62/1530.64	c PRIMAL BOUND -6
1526.62/1530.64	c GAP          0
1526.62/1530.64	s OPTIMUM FOUND
1526.62/1530.64	v -x95 -x89 -x79 -x96 -x52 -x98 -x58 -x55 -x54 -x71 -x75 x99 -x88 -x85 -x57 -x51 x97 -x92 -x90 -x82 -x76 -x67 -x65 -x61 -x56 -x70 
1526.62/1530.64	v -x59 -x53 -x74 x81 -x83 x80 -x68 -x69 -x62 -x73 -x77 -x64 -x60 -x91 -x63 -x72 x100 -x93 -x86 -x94 -x66 x78 -x87 -x84 -x50 -x49 
1526.62/1530.64	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 
1526.62/1530.64	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1526.62/1530.64	c SCIP Status        : problem is solved [optimal solution found]
1526.62/1530.64	c Solving Time       :    1515.80
1526.62/1530.64	c Original Problem   :
1526.62/1530.64	c   Problem name     : HOME/instance-1870502-1245208540.opb
1526.62/1530.64	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
1526.62/1530.64	c   Constraints      : 1649 initial, 1649 maximal
1526.62/1530.64	c Presolved Problem  :
1526.62/1530.64	c   Problem name     : t_HOME/instance-1870502-1245208540.opb
1526.62/1530.64	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
1526.62/1530.64	c   Constraints      : 1649 initial, 1980 maximal
1526.62/1530.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1526.62/1530.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   implics          :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   probing          :       0.04          0          0          0          0          0          0          0          0
1526.62/1530.64	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   and              :       0.10          0          0          0          0          0          0          0          0
1526.62/1530.64	c   linear           :       0.01          0          0          0          0          0          0          0          0
1526.62/1530.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1526.62/1530.64	c   root node        :          -         35          -          -         35          -          -          -          -
1526.62/1530.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1526.62/1530.64	c   integral         :          0          0          0      27973          0         76       4853          0          0      51768
1526.62/1530.64	c   setppc           :        100          7     162535          0          0        509     228683          0          0          0
1526.62/1530.64	c   and              :       1498      40479     162026          0          0         94    4040000      62945          0          0
1526.62/1530.64	c   linear           :          1          7     161919          0          0        109        931          0          0          0
1526.62/1530.64	c   logicor          :         50+         7      50905          0          0         27      24823          0          0          0
1526.62/1530.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1526.62/1530.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1526.62/1530.64	c   integral         :     369.36       0.00       0.00     369.36       0.00
1526.62/1530.64	c   setppc           :       1.42       0.00       1.42       0.00       0.00
1526.62/1530.64	c   and              :      33.03      17.34      15.69       0.00       0.00
1526.62/1530.64	c   linear           :       1.84       0.00       1.84       0.00       0.00
1526.62/1530.65	c   logicor          :       1.04       0.00       1.04       0.00       0.00
1526.62/1530.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1526.62/1530.65	c Propagators        :       Time      Calls    Cutoffs    DomReds
1526.62/1530.65	c   rootredcost      :       0.14          1          0          0
1526.62/1530.65	c   pseudoobj        :       0.92     163338        453       1784
1526.62/1530.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1526.62/1530.65	c   propagation      :       0.17       1192       1116       3099       35.2         13       36.6          -
1526.62/1530.65	c   infeasible LP    :       0.00          2          2          7       28.4          0        0.0          0
1526.62/1530.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1526.62/1530.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1526.62/1530.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1526.62/1530.65	c   applied globally :          -          -          -       2350       33.5          -          -          -
1526.62/1530.65	c   applied locally  :          -          -          -          0        0.0          -          -          -
1526.62/1530.65	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1526.62/1530.65	c   cut pool         :       0.00          6          -          -         25          -    (maximal pool size: 365)
1526.62/1530.65	c   redcost          :       4.00      43085          0     146362          0          0
1526.62/1530.65	c   impliedbounds    :       0.01          7          0          0          0          0
1526.62/1530.65	c   intobj           :       0.00          0          0          0          0          0
1526.62/1530.65	c   gomory           :       3.26          7          0          0        132          0
1526.62/1530.65	c   strongcg         :       2.66          7          0          0        397          0
1526.62/1530.65	c   cmir             :       0.22          7          0          0          0          0
1526.62/1530.65	c   flowcover        :       0.24          7          0          0          0          0
1526.62/1530.65	c   clique           :       0.08          7          0          0         53          0
1526.62/1530.65	c   zerohalf         :       0.00          0          0          0          0          0
1526.62/1530.65	c   mcf              :       0.11          3          0          0          0          0
1526.62/1530.65	c Pricers            :       Time      Calls       Vars
1526.62/1530.65	c   problem variables:       0.00          0          0
1526.62/1530.65	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1526.62/1530.65	c   relpscost        :     369.29      27973         76       4853          0          0      51768
1526.62/1530.65	c   pscost           :       0.00          0          0          0          0          0          0
1526.62/1530.65	c   inference        :       0.00          0          0          0          0          0          0
1526.62/1530.65	c   mostinf          :       0.00          0          0          0          0          0          0
1526.62/1530.65	c   leastinf         :       0.00          0          0          0          0          0          0
1526.62/1530.65	c   fullstrong       :       0.00          0          0          0          0          0          0
1526.62/1530.65	c   allfullstrong    :       0.00          0          0          0          0          0          0
1526.62/1530.65	c   random           :       0.00          0          0          0          0          0          0
1526.62/1530.65	c Primal Heuristics  :       Time      Calls      Found
1526.62/1530.65	c   LP solutions     :       0.00          -          0
1526.62/1530.65	c   pseudo solutions :       0.00          -          0
1526.62/1530.65	c   feaspump         :       0.00          0          0
1526.62/1530.65	c   oneopt           :       0.11          2          0
1526.62/1530.65	c   crossover        :       0.40          7          0
1526.62/1530.65	c   guideddiving     :       8.47         37          0
1526.62/1530.65	c   rootsoldiving    :       2.20         19          0
1526.62/1530.65	c   objpscostdiving  :      12.69         19          0
1526.62/1530.65	c   pscostdiving     :       8.12         38          0
1526.62/1530.65	c   linesearchdiving :       6.14         38          0
1526.62/1530.65	c   veclendiving     :       8.94         38          0
1526.62/1530.65	c   fracdiving       :       9.04         38          0
1526.62/1530.65	c   coefdiving       :       8.02         38          0
1526.62/1530.65	c   simplerounding   :       0.15          0          0
1526.62/1530.65	c   rounding         :       9.95      14900          3
1526.62/1530.65	c   shifting         :       3.19       2705          3
1526.62/1530.65	c   intshifting      :       0.00          0          0
1526.62/1530.65	c   fixandinfer      :       0.00          0          0
1526.62/1530.65	c   intdiving        :       0.00          0          0
1526.62/1530.65	c   actconsdiving    :       0.00          0          0
1526.62/1530.65	c   octane           :       0.00          0          0
1526.62/1530.65	c   rens             :      10.61          1          1
1526.62/1530.65	c   rins             :       0.00          0          0
1526.62/1530.65	c   localbranching   :       0.00          0          0
1526.62/1530.65	c   mutation         :       0.00          0          0
1526.62/1530.65	c   dins             :       0.00          0          0
1526.62/1530.65	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1526.62/1530.65	c   primal LP        :       7.19          0          0       0.00       0.00
1526.62/1530.65	c   dual LP          :     909.76      65110    2128365      32.69    2339.48
1526.62/1530.65	c   barrier LP       :       0.00          0          0       0.00          -
1526.62/1530.65	c   diving/probing LP:      52.04       9573     111883      11.69    2149.94
1526.62/1530.65	c   strong branching :     366.35      11748     835030      71.08    2279.32
1526.62/1530.65	c     (at root node) :          -         29      29000    1000.00          -
1526.62/1530.65	c   conflict analysis:       0.00          0          0       0.00          -
1526.62/1530.65	c B&B Tree           :
1526.62/1530.65	c   number of runs   :          1
1526.62/1530.65	c   nodes            :      51726
1526.62/1530.65	c   nodes (total)    :      51726
1526.62/1530.65	c   nodes left       :          0
1526.62/1530.65	c   max depth        :         78
1526.62/1530.65	c   max depth (total):         78
1526.62/1530.65	c   backtracks       :       5962 (11.5%)
1526.62/1530.65	c   delayed cutoffs  :          6
1526.62/1530.65	c   repropagations   :       8517 (14837 domain reductions, 0 cutoffs)
1526.62/1530.65	c   avg switch length:       5.82
1526.62/1530.65	c   switching time   :      30.92
1526.62/1530.65	c Solution           :
1526.62/1530.65	c   Solutions found  :          7 (5 improvements)
1526.62/1530.65	c   Primal Bound     : -6.00000000000000e+00   (in run 1, after 106 nodes, 159.40 seconds, depth 17, found by <rounding>)
1526.62/1530.65	c   Dual Bound       : -6.00000000000000e+00
1526.62/1530.65	c   Gap              :       0.00 %
1526.62/1530.65	c   Root Dual Bound  : -2.50000000000000e+01
1526.62/1530.70	c Time complete: 1526.71.

Verifier Data

OK	-6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870502-1245208540/watcher-1870502-1245208540 -o /tmp/evaluation-result-1870502-1245208540/solver-1870502-1245208540 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870502-1245208540.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.48 1.60 1.61 3/72 11905
/proc/meminfo: memFree=887856/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=6100 CPUtime=0
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 608 0 0 0 0 0 0 0 18 0 1 0 188448034 6246400 590 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11905/statm: 1525 599 325 886 0 635 0

[startup+0.062152 s]
/proc/loadavg: 1.48 1.60 1.61 3/72 11905
/proc/meminfo: memFree=887856/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=16700 CPUtime=0.05
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 3561 0 0 0 4 1 0 0 18 0 1 0 188448034 17100800 3189 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 4175 3189 404 886 0 3285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16700

[startup+0.101155 s]
/proc/loadavg: 1.48 1.60 1.61 3/72 11905
/proc/meminfo: memFree=887856/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=16700 CPUtime=0.09
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 3561 0 0 0 5 4 0 0 18 0 1 0 188448034 17100800 3189 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 4175 3189 404 886 0 3285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16700

[startup+0.30818 s]
/proc/loadavg: 1.48 1.60 1.61 3/72 11905
/proc/meminfo: memFree=887856/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=19032 CPUtime=0.3
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 4176 0 0 0 14 16 0 0 19 0 1 0 188448034 19488768 3804 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 4758 3804 436 886 0 3868 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 19032

[startup+0.701214 s]
/proc/loadavg: 1.48 1.60 1.61 3/72 11905
/proc/meminfo: memFree=887856/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=25040 CPUtime=0.69
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 5925 0 0 0 51 18 0 0 22 0 1 0 188448034 25640960 5439 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 6260 5439 523 886 0 5370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25040

[startup+1.50129 s]
/proc/loadavg: 1.60 1.62 1.62 3/73 11906
/proc/meminfo: memFree=867560/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=26728 CPUtime=1.49
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 6258 0 0 0 131 18 0 0 25 0 1 0 188448034 27369472 5772 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 6682 5772 523 886 0 5792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26728

[startup+3.10145 s]
/proc/loadavg: 1.60 1.62 1.62 2/73 11906
/proc/meminfo: memFree=866216/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=26728 CPUtime=3.09
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 6353 0 0 0 290 19 0 0 25 0 1 0 188448034 27369472 5867 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 6682 5867 523 886 0 5792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26728

[startup+6.30278 s]
/proc/loadavg: 1.60 1.62 1.62 2/73 11906
/proc/meminfo: memFree=863272/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=29788 CPUtime=6.29
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 7247 0 0 0 608 21 0 0 25 0 1 0 188448034 30502912 6700 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 7447 6700 568 886 0 6557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29788

[startup+12.7144 s]
/proc/loadavg: 1.65 1.63 1.62 2/73 11906
/proc/meminfo: memFree=858224/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=34512 CPUtime=12.7
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 8415 0 0 0 1247 23 0 0 25 0 1 0 188448034 35340288 7863 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 8628 7863 568 886 0 7738 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 34512

[startup+25.5024 s]
/proc/loadavg: 1.86 1.68 1.64 2/73 11906
/proc/meminfo: memFree=834032/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=25.49
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14542 0 0 0 2516 33 0 0 25 0 1 0 188448034 61755392 13942 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 13942 574 886 0 14187 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60308

[startup+51.1012 s]
/proc/loadavg: 1.78 1.67 1.64 2/73 11906
/proc/meminfo: memFree=833712/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=51.06
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14623 0 0 0 5062 44 0 0 25 0 1 0 188448034 61755392 14023 1992294400 4194304 7823515 548682068736 18446744073709551615 5925278 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14023 578 886 0 14187 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 60308

[startup+102.306 s]
/proc/loadavg: 1.65 1.65 1.63 3/73 11906
/proc/meminfo: memFree=833712/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=102.22
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14623 0 0 0 10157 65 0 0 25 0 1 0 188448034 61755392 14023 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14023 578 886 0 14187 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 60308

[startup+162.302 s]
/proc/loadavg: 1.81 1.68 1.64 2/73 11906
/proc/meminfo: memFree=833712/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=162.21
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14627 0 0 0 16123 98 0 0 25 0 1 0 188448034 61755392 14027 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14027 582 886 0 14187 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 60308

[startup+222.303 s]
/proc/loadavg: 1.89 1.73 1.66 2/73 11906
/proc/meminfo: memFree=833712/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=221.81
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14628 0 0 0 22051 130 0 0 25 0 1 0 188448034 61755392 14028 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14028 582 886 0 14187 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 60308

[startup+282.301 s]
/proc/loadavg: 1.97 1.79 1.68 2/73 11906
/proc/meminfo: memFree=832752/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=281.73
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14881 0 0 0 28007 166 0 0 25 0 1 0 188448034 61755392 14281 1992294400 4194304 7823515 548682068736 18446744073709551615 6211008 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14281 589 886 0 14187 0
Current children cumulated CPU time (s) 281.73
Current children cumulated vsize (KiB) 60308

[startup+342.311 s]
/proc/loadavg: 1.73 1.75 1.67 3/73 11906
/proc/meminfo: memFree=832752/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=341.5
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14891 0 0 0 33947 203 0 0 25 0 1 0 188448034 61755392 14291 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14291 589 886 0 14187 0
Current children cumulated CPU time (s) 341.5
Current children cumulated vsize (KiB) 60308

[startup+402.301 s]
/proc/loadavg: 1.77 1.76 1.68 2/73 11906
/proc/meminfo: memFree=832752/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=401.47
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14892 0 0 0 39906 241 0 0 25 0 1 0 188448034 61755392 14292 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14292 589 886 0 14187 0
Current children cumulated CPU time (s) 401.47
Current children cumulated vsize (KiB) 60308

[startup+462.301 s]
/proc/loadavg: 1.46 1.68 1.65 3/73 11906
/proc/meminfo: memFree=832688/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=60308 CPUtime=461.45
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 14893 0 0 0 45868 277 0 0 25 0 1 0 188448034 61755392 14293 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15077 14293 589 886 0 14187 0
Current children cumulated CPU time (s) 461.45
Current children cumulated vsize (KiB) 60308

[startup+522.305 s]
/proc/loadavg: 1.57 1.67 1.65 4/73 11906
/proc/meminfo: memFree=832624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=59724 CPUtime=521.45
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 15512 0 0 0 51831 314 0 0 25 0 1 0 188448034 61157376 14264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 14931 14264 590 886 0 14041 0
Current children cumulated CPU time (s) 521.45
Current children cumulated vsize (KiB) 59724

[startup+582.301 s]
/proc/loadavg: 1.50 1.63 1.63 3/73 11906
/proc/meminfo: memFree=832624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=59724 CPUtime=581.31
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 15512 0 0 0 57777 354 0 0 25 0 1 0 188448034 61157376 14264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 14931 14264 590 886 0 14041 0
Current children cumulated CPU time (s) 581.31
Current children cumulated vsize (KiB) 59724

[startup+642.301 s]
/proc/loadavg: 1.33 1.54 1.60 2/73 11906
/proc/meminfo: memFree=830256/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=62528 CPUtime=641.3
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 16149 0 0 0 63737 393 0 0 25 0 1 0 188448034 64028672 14901 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 15632 14901 590 886 0 14742 0
Current children cumulated CPU time (s) 641.3
Current children cumulated vsize (KiB) 62528

[startup+702.301 s]

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

/proc/meminfo: memFree=805424/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=87124 CPUtime=940.75
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 27620 0 0 0 93457 618 0 0 25 0 1 0 188448034 89214976 21099 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 21781 21099 590 886 0 20891 0
Current children cumulated CPU time (s) 940.75
Current children cumulated vsize (KiB) 87124

[startup+1002.3 s]
/proc/loadavg: 1.47 1.49 1.56 4/73 11906
/proc/meminfo: memFree=801584/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=91032 CPUtime=1000.69
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 28575 0 0 0 99407 662 0 0 25 0 1 0 188448034 93216768 22054 1992294400 4194304 7823515 548682068736 18446744073709551615 6216390 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 22758 22054 590 886 0 21868 0
Current children cumulated CPU time (s) 1000.69
Current children cumulated vsize (KiB) 91032

[startup+1062.3 s]
/proc/loadavg: 1.53 1.50 1.56 2/73 11906
/proc/meminfo: memFree=798256/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=95044 CPUtime=1060.06
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 29498 0 0 0 105293 713 0 0 25 0 1 0 188448034 97325056 22977 1992294400 4194304 7823515 548682068736 18446744073709551615 6173514 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 23761 22977 590 886 0 22871 0
Current children cumulated CPU time (s) 1060.06
Current children cumulated vsize (KiB) 95044

[startup+1122.3 s]
/proc/loadavg: 1.55 1.51 1.55 2/73 11906
/proc/meminfo: memFree=795248/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=97760 CPUtime=1119.87
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 32746 0 0 0 111224 763 0 0 25 0 1 0 188448034 100106240 23655 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 24440 23655 590 886 0 23550 0
Current children cumulated CPU time (s) 1119.87
Current children cumulated vsize (KiB) 97760

[startup+1182.3 s]
/proc/loadavg: 1.71 1.57 1.57 2/73 11906
/proc/meminfo: memFree=792176/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=100776 CPUtime=1179.83
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 33490 0 0 0 117180 803 0 0 25 0 1 0 188448034 103194624 24399 1992294400 4194304 7823515 548682068736 18446744073709551615 6109647 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 25194 24399 590 886 0 24304 0
Current children cumulated CPU time (s) 1179.83
Current children cumulated vsize (KiB) 100776

[startup+1242.3 s]
/proc/loadavg: 1.67 1.57 1.56 2/73 11906
/proc/meminfo: memFree=790384/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=102220 CPUtime=1239.82
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 33936 0 0 0 123136 846 0 0 25 0 1 0 188448034 104673280 24844 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 25555 24844 590 886 0 24665 0
Current children cumulated CPU time (s) 1239.82
Current children cumulated vsize (KiB) 102220

[startup+1302.3 s]
/proc/loadavg: 1.45 1.52 1.54 4/73 11906
/proc/meminfo: memFree=788400/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=104428 CPUtime=1299.77
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 34424 0 0 0 129084 893 0 0 25 0 1 0 188448034 106934272 25332 1992294400 4194304 7823515 548682068736 18446744073709551615 6234813 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26107 25332 590 886 0 25217 0
Current children cumulated CPU time (s) 1299.77
Current children cumulated vsize (KiB) 104428

[startup+1362.3 s]
/proc/loadavg: 1.39 1.50 1.53 2/73 11906
/proc/meminfo: memFree=786608/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=105972 CPUtime=1359.14
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 34886 0 0 0 134967 947 0 0 25 0 1 0 188448034 108515328 25794 1992294400 4194304 7823515 548682068736 18446744073709551615 4243063 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26493 25794 590 886 0 25603 0
Current children cumulated CPU time (s) 1359.14
Current children cumulated vsize (KiB) 105972

[startup+1422.31 s]
/proc/loadavg: 1.45 1.51 1.54 3/73 11906
/proc/meminfo: memFree=786032/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=106628 CPUtime=1418.75
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35036 0 0 0 140878 997 0 0 25 0 1 0 188448034 109187072 25944 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26657 25944 590 886 0 25767 0
Current children cumulated CPU time (s) 1418.75
Current children cumulated vsize (KiB) 106628

[startup+1482.3 s]
/proc/loadavg: 1.24 1.44 1.51 3/73 11906
/proc/meminfo: memFree=785008/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107636 CPUtime=1478.69
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35287 0 0 0 146828 1041 0 0 25 0 1 0 188448034 110219264 26195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26909 26195 590 886 0 26019 0
Current children cumulated CPU time (s) 1478.69
Current children cumulated vsize (KiB) 107636

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

[startup+1484.7 s]
/proc/loadavg: 1.24 1.44 1.51 2/73 11906
/proc/meminfo: memFree=785008/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107636 CPUtime=1481.09
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35287 0 0 0 147066 1043 0 0 25 0 1 0 188448034 110219264 26195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26909 26195 590 886 0 26019 0
Current children cumulated CPU time (s) 1481.09
Current children cumulated vsize (KiB) 107636

[startup+1510.31 s]
/proc/loadavg: 1.57 1.50 1.53 4/73 11906
/proc/meminfo: memFree=784880/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107636 CPUtime=1506.62
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35305 0 0 0 149599 1063 0 0 25 0 1 0 188448034 110219264 26213 1992294400 4194304 7823515 548682068736 18446744073709551615 5924530 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26909 26213 590 886 0 26019 0
Current children cumulated CPU time (s) 1506.62
Current children cumulated vsize (KiB) 107636

[startup+1523.1 s]
/proc/loadavg: 1.51 1.49 1.53 2/73 11906
/proc/meminfo: memFree=784816/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107636 CPUtime=1519.25
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35305 0 0 0 150849 1076 0 0 25 0 1 0 188448034 110219264 26213 1992294400 4194304 7823515 548682068736 18446744073709551615 6110670 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26909 26213 590 886 0 26019 0
Current children cumulated CPU time (s) 1519.25
Current children cumulated vsize (KiB) 107636

[startup+1526.3 s]
/proc/loadavg: 1.51 1.49 1.53 2/73 11906
/proc/meminfo: memFree=784816/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107936 CPUtime=1522.36
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35343 0 0 0 151156 1080 0 0 25 0 1 0 188448034 110526464 26251 1992294400 4194304 7823515 548682068736 18446744073709551615 6212682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26984 26251 590 886 0 26094 0
Current children cumulated CPU time (s) 1522.36
Current children cumulated vsize (KiB) 107936

[startup+1527.91 s]
/proc/loadavg: 1.55 1.50 1.53 2/73 11906
/proc/meminfo: memFree=784624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107936 CPUtime=1523.95
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35361 0 0 0 151313 1082 0 0 25 0 1 0 188448034 110526464 26269 1992294400 4194304 7823515 548682068736 18446744073709551615 4817523 0 0 4096 16384 0 0 0 17 0 0 0
/proc/11905/statm: 26984 26269 590 886 0 26094 0
Current children cumulated CPU time (s) 1523.95
Current children cumulated vsize (KiB) 107936

[startup+1529.5 s]
/proc/loadavg: 1.55 1.50 1.53 2/73 11906
/proc/meminfo: memFree=784624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107936 CPUtime=1525.53
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35361 0 0 0 151469 1084 0 0 25 0 1 0 188448034 110526464 26269 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26984 26269 590 886 0 26094 0
Current children cumulated CPU time (s) 1525.53
Current children cumulated vsize (KiB) 107936

[startup+1530.3 s]
/proc/loadavg: 1.55 1.50 1.53 4/73 11906
/proc/meminfo: memFree=784624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107936 CPUtime=1526.32
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35361 0 0 0 151548 1084 0 0 25 0 1 0 188448034 110526464 26269 1992294400 4194304 7823515 548682068736 18446744073709551615 6110595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26984 26269 590 886 0 26094 0
Current children cumulated CPU time (s) 1526.32
Current children cumulated vsize (KiB) 107936

[startup+1530.5 s]
/proc/loadavg: 1.55 1.50 1.53 4/73 11906
/proc/meminfo: memFree=784624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107936 CPUtime=1526.52
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35361 0 0 0 151568 1084 0 0 25 0 1 0 188448034 110526464 26269 1992294400 4194304 7823515 548682068736 18446744073709551615 6042227 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26984 26269 590 886 0 26094 0
Current children cumulated CPU time (s) 1526.52
Current children cumulated vsize (KiB) 107936

[startup+1530.6 s]
/proc/loadavg: 1.55 1.50 1.53 4/73 11906
/proc/meminfo: memFree=784624/2055920 swapFree=4182184/4192956
[pid=11905] ppid=11903 vsize=107936 CPUtime=1526.62
/proc/11905/stat : 11905 (pbscip.linux.x8) R 11903 11905 11788 0 -1 4194304 35361 0 0 0 151578 1084 0 0 25 0 1 0 188448034 110526464 26269 1992294400 4194304 7823515 548682068736 18446744073709551615 4789210 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11905/statm: 26984 26269 590 886 0 26094 0
Current children cumulated CPU time (s) 1526.62
Current children cumulated vsize (KiB) 107936

Child status: 0
Real time (s): 1530.7
CPU time (s): 1526.73
CPU user time (s): 1515.86
CPU system time (s): 10.8683
CPU usage (%): 99.7403
Max. virtual memory (cumulated for all children) (KiB): 107936

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

runsolver used 1.78473 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node70 at 2009-06-17 05:15:40
IDJOB=1870502
IDBENCH=48250
IDSOLVER=683
FILE ID=node70/1870502-1245208540
PBS_JOBID= 9368375
Free space on /tmp= 66400 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_1.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-1870502-1245208540/watcher-1870502-1245208540 -o /tmp/evaluation-result-1870502-1245208540/solver-1870502-1245208540 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870502-1245208540.opb

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=1644311225

node70.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.241
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.241
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:        888272 kB
Buffers:         77608 kB
Cached:         978324 kB
SwapCached:       5888 kB
Active:         171776 kB
Inactive:       910652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        888272 kB
SwapTotal:     4192956 kB
SwapFree:      4182184 kB
Dirty:            9864 kB
Writeback:           0 kB
Mapped:          32940 kB
Slab:            70276 kB
Committed_AS:   598744 kB
PageTables:       2048 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= 66392 MiB
End job on node70 at 2009-06-17 05:41:11