Trace number 1870466

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 1412.92 1413.28

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_5.opb
MD5SUM75c62437256ecfefd1c4252ede4b185e
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 benchmark335.599
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)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

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-1870466-1245206092.opb>
0.00/0.02	c original problem has 1564 variables (1564 bin, 0 int, 0 impl, 0 cont) and 1615 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, 11812 impls, 100 clqs
0.29/0.35	c    (0.2s) probing: 101/1564 (6.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.35	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.35	c presolving (2 rounds):
0.29/0.35	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.35	c  11812 implications, 100 cliques
0.29/0.35	c presolved problem has 1564 variables (1564 bin, 0 int, 0 impl, 0 cont) and 1615 constraints
0.29/0.35	c     100 constraints of type <setppc>
0.29/0.35	c    1464 constraints of type <and>
0.29/0.35	c       1 constraints of type <linear>
0.29/0.35	c      50 constraints of type <logicor>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	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.89/3.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.90	c   3.7s|     1 |     0 |  3760 |7465k|   0 | 887 |1564 |1615 |1615 |1564 |3079 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
10.69/10.71	c  10.5s|     1 |     0 |  9601 |7723k|   0 | 886 |1564 |1615 |1615 |1564 |3134 |  55 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
10.69/10.72	o -3
10.69/10.72	c s10.5s|     1 |     0 |  9601 |7743k|   0 | 886 |1564 |1615 |1615 |1564 |3134 |  55 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
12.59/12.66	c  12.4s|     1 |     0 |  9717 |7803k|   0 | 877 |1564 |1615 |1615 |1564 |3144 |  65 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
14.59/14.60	c  14.3s|     1 |     0 |  9922 |7948k|   0 | 848 |1564 |1615 |1615 |1564 |3158 |  79 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
16.69/16.76	c  16.5s|     1 |     0 | 10223 |8651k|   0 | 840 |1564 |1615 |1615 |1564 |3165 |  86 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
18.69/18.78	c  18.5s|     1 |     0 | 10828 |9532k|   0 | 823 |1564 |1615 |1615 |1564 |3179 | 100 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
21.48/21.55	c  21.3s|     1 |     0 | 12248 |  10M|   0 | 841 |1564 |1615 |1615 |1564 |3191 | 112 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
41.48/41.60	c  41.3s|     1 |     2 | 12248 |  10M|   0 | 841 |1564 |1615 |1615 |1564 |3191 | 112 |   0 |  17 |-2.500000e+01 |-3.000000e+00 |  88.00%
78.77/78.84	o -4
78.77/78.84	c R78.3s|     7 |     6 | 18292 |  10M|   6 |  34 |1564 |1615 | 330 |1564 |1279 | 754 |   0 | 231 |-2.500000e+01 |-4.000000e+00 |  84.00%
111.76/111.88	o -5
111.76/111.88	c R 111s|    32 |    20 | 32181 |  10M|  12 |  32 |1564 |1617 | 169 |1564 |1315 |2273 |   2 | 334 |-2.477181e+01 |-5.000000e+00 |  79.82%
129.86/129.93	o -6
129.86/129.93	c * 129s|    89 |    45 | 59323 |  10M|  17 |   - |1564 |1618 |  84 |1564 |1655 |3748 |   3 | 361 |-2.454090e+01 |-6.000000e+00 |  75.55%
675.82/676.03	c   672s| 10000 |  1862 |897787 |  33M|  72 |  98 |1564 |1752 | 413 |1564 |1588 |  40k| 226 |4436 |-1.117494e+01 |-6.000000e+00 |  46.31%
877.17/877.46	c   871s| 20000 |  1990 |  1259k|  40M|  72 | 102 |1564 |1769 | 334 |1564 |1627 |  50k| 504 |6097 |-9.705365e+00 |-6.000000e+00 |  38.18%
1055.63/1055.97	c  1048s| 30000 |  1907 |  1563k|  42M|  76 |   - |1564 |1809 | 183 |1564 |1636 |  58k| 755 |8107 |-9.047584e+00 |-6.000000e+00 |  33.68%
1199.89/1200.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.89/1200.26	c  1191s| 40000 |  1517 |  1831k|  38M|  76 |  52 |1564 |1814 | 109 |1564 |1630 |  63k| 947 |9129 |-8.579705e+00 |-6.000000e+00 |  30.07%
1347.25/1347.70	c  1338s| 50000 |   951 |  2088k|  29M|  76 |   - |1564 |1820 | 184 |1564 |1605 |  67k|1117 |  10k|-8.259398e+00 |-6.000000e+00 |  27.36%
1412.83/1413.22	c 
1412.83/1413.22	c SCIP Status        : problem is solved [optimal solution found]
1412.83/1413.22	c Solving Time (sec) : 1402.56
1412.83/1413.22	c Solving Nodes      : 55623
1412.83/1413.22	c Primal Bound       : -6.00000000000000e+00 (8 solutions)
1412.83/1413.22	c Dual Bound         : -6.00000000000000e+00
1412.83/1413.22	c Gap                : 0.00 %
1412.83/1413.23	c NODE         55623
1412.83/1413.23	c DUAL BOUND   -6
1412.83/1413.23	c PRIMAL BOUND -6
1412.83/1413.23	c GAP          0
1412.83/1413.23	s OPTIMUM FOUND
1412.83/1413.23	v -x57 -x96 x92 -x81 -x75 -x95 x69 -x67 -x93 -x90 x89 -x94 -x86 -x64 -x72 -x51 -x98 -x88 -x70 -x63 x60 -x58 -x55 -x54 -x52 -x91 -x62 
1412.83/1413.23	v -x59 x85 -x78 -x97 -x68 -x53 -x84 -x80 -x56 -x65 -x87 -x79 -x99 -x82 -x74 x100 -x71 -x83 -x77 -x73 -x61 -x66 -x76 -x50 -x49 
1412.83/1413.23	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 
1412.83/1413.23	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1412.83/1413.23	c SCIP Status        : problem is solved [optimal solution found]
1412.83/1413.23	c Solving Time       :    1402.56
1412.83/1413.23	c Original Problem   :
1412.83/1413.23	c   Problem name     : HOME/instance-1870466-1245206092.opb
1412.83/1413.23	c   Variables        : 1564 (1564 binary, 0 integer, 0 implicit integer, 0 continuous)
1412.83/1413.23	c   Constraints      : 1615 initial, 1615 maximal
1412.83/1413.23	c Presolved Problem  :
1412.83/1413.23	c   Problem name     : t_HOME/instance-1870466-1245206092.opb
1412.83/1413.23	c   Variables        : 1564 (1564 binary, 0 integer, 0 implicit integer, 0 continuous)
1412.83/1413.23	c   Constraints      : 1615 initial, 1841 maximal
1412.83/1413.23	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1412.83/1413.23	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   implics          :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   probing          :       0.04          0          0          0          0          0          0          0          0
1412.83/1413.23	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   and              :       0.10          0          0          0          0          0          0          0          0
1412.83/1413.23	c   linear           :       0.01          0          0          0          0          0          0          0          0
1412.83/1413.23	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1412.83/1413.23	c   root node        :          -         64          -          -         64          -          -          -          -
1412.83/1413.23	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1412.83/1413.23	c   integral         :          0          0          0      29382          0         60       3149          0          0      55658
1412.83/1413.23	c   setppc           :        100          6     163999          1          0        580     241764          0          0          0
1412.83/1413.23	c   and              :       1464      43611     163419          1          0          9    3866722      72847          0          0
1412.83/1413.23	c   linear           :          1          6     163407          1          0         48        451          0          0          0
1412.83/1413.23	c   logicor          :         50+         6      46217          1          0          7      18424          0          0          0
1412.83/1413.23	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1412.83/1413.23	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1412.83/1413.23	c   integral         :     334.21       0.00       0.00     334.21       0.00
1412.83/1413.23	c   setppc           :       1.13       0.00       1.13       0.00       0.00
1412.83/1413.23	c   and              :      29.34      15.59      13.75       0.00       0.00
1412.83/1413.23	c   linear           :       1.76       0.00       1.76       0.00       0.00
1412.83/1413.23	c   logicor          :       0.78       0.00       0.78       0.00       0.00
1412.83/1413.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1412.83/1413.23	c Propagators        :       Time      Calls    Cutoffs    DomReds
1412.83/1413.23	c   rootredcost      :       0.06          4          0          0
1412.83/1413.23	c   pseudoobj        :       1.04     164607        190        867
1412.83/1413.23	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1412.83/1413.23	c   propagation      :       0.08        834        788       1562       27.7          5       43.4          -
1412.83/1413.23	c   infeasible LP    :       0.00          2          2          6        8.0          0        0.0          0
1412.83/1413.23	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1412.83/1413.23	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1412.83/1413.23	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1412.83/1413.23	c   applied globally :          -          -          -       1222       24.9          -          -          -
1412.83/1413.23	c   applied locally  :          -          -          -          0        0.0          -          -          -
1412.83/1413.23	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1412.83/1413.23	c   cut pool         :       0.01          5          -          -          0          -    (maximal pool size: 280)
1412.83/1413.23	c   redcost          :       4.04      46198          0     123356          0          0
1412.83/1413.23	c   impliedbounds    :       0.00          6          0          0         92          0
1412.83/1413.23	c   intobj           :       0.00          0          0          0          0          0
1412.83/1413.23	c   gomory           :       4.75          6          0          0          2          0
1412.83/1413.23	c   strongcg         :       3.82          6          0          0        290          0
1412.83/1413.23	c   cmir             :       0.18          6          0          0          0          0
1412.83/1413.23	c   flowcover        :       0.23          6          0          0          0          0
1412.83/1413.23	c   clique           :       0.18          6          0          0         41          0
1412.83/1413.23	c   zerohalf         :       0.00          0          0          0          0          0
1412.83/1413.23	c   mcf              :       0.10          3          0          0         36          0
1412.83/1413.23	c Pricers            :       Time      Calls       Vars
1412.83/1413.23	c   problem variables:       0.00          0          0
1412.83/1413.23	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1412.83/1413.23	c   relpscost        :     334.06      29381         60       3149          0          0      55658
1412.83/1413.23	c   pscost           :       0.00          0          0          0          0          0          0
1412.83/1413.23	c   inference        :       0.00          0          0          0          0          0          0
1412.83/1413.23	c   mostinf          :       0.00          0          0          0          0          0          0
1412.83/1413.23	c   leastinf         :       0.00          0          0          0          0          0          0
1412.83/1413.23	c   fullstrong       :       0.00          0          0          0          0          0          0
1412.83/1413.23	c   allfullstrong    :       0.00          0          0          0          0          0          0
1412.83/1413.23	c   random           :       0.00          0          0          0          0          0          0
1412.83/1413.23	c Primal Heuristics  :       Time      Calls      Found
1412.83/1413.23	c   LP solutions     :       0.00          -          1
1412.83/1413.23	c   pseudo solutions :       0.00          -          0
1412.83/1413.23	c   oneopt           :       0.07          4          0
1412.83/1413.23	c   feaspump         :       4.99          1          0
1412.83/1413.23	c   crossover        :       0.36          7          0
1412.83/1413.23	c   guideddiving     :       5.28         27          0
1412.83/1413.23	c   objpscostdiving  :       3.54         14          0
1412.83/1413.23	c   rootsoldiving    :       1.37         14          0
1412.83/1413.23	c   coefdiving       :       3.30         28          0
1412.83/1413.23	c   linesearchdiving :       2.39         28          0
1412.83/1413.23	c   pscostdiving     :       4.32         28          0
1412.83/1413.23	c   fracdiving       :       4.43         28          0
1412.83/1413.23	c   veclendiving     :       7.21         28          0
1412.83/1413.23	c   simplerounding   :       0.09          0          0
1412.83/1413.23	c   rounding         :       6.82      13094          2
1412.83/1413.23	c   shifting         :       2.57       2990          5
1412.83/1413.23	c   intshifting      :       0.00          0          0
1412.83/1413.23	c   fixandinfer      :       0.00          0          0
1412.83/1413.23	c   intdiving        :       0.00          0          0
1412.83/1413.23	c   actconsdiving    :       0.00          0          0
1412.83/1413.23	c   octane           :       0.00          0          0
1412.83/1413.23	c   rens             :       0.01          0          0
1412.83/1413.23	c   rins             :       0.00          0          0
1412.83/1413.23	c   localbranching   :       0.00          0          0
1412.83/1413.23	c   mutation         :       0.00          0          0
1412.83/1413.23	c   dins             :       0.00          0          0
1412.83/1413.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1412.83/1413.23	c   primal LP        :       7.97          0          0       0.00       0.00
1412.83/1413.23	c   dual LP          :     880.13      70507    2158155      30.61    2452.09
1412.83/1413.23	c   barrier LP       :       0.00          0          0       0.00          -
1412.83/1413.23	c   diving/probing LP:      30.69       5667      63877      11.27    2081.36
1412.83/1413.23	c   strong branching :     331.04      10801     774937      71.75    2340.92
1412.83/1413.23	c     (at root node) :          -         17      16698     982.24          -
1412.83/1413.23	c   conflict analysis:       0.00          0          0       0.00          -
1412.83/1413.23	c B&B Tree           :
1412.83/1413.23	c   number of runs   :          1
1412.83/1413.23	c   nodes            :      55623
1412.83/1413.23	c   nodes (total)    :      55623
1412.83/1413.23	c   nodes left       :          0
1412.83/1413.23	c   max depth        :         76
1412.83/1413.23	c   max depth (total):         76
1412.83/1413.23	c   backtracks       :       6260 (11.3%)
1412.83/1413.23	c   delayed cutoffs  :          5
1412.83/1413.23	c   repropagations   :       8511 (15063 domain reductions, 1 cutoffs)
1412.83/1413.23	c   avg switch length:       5.60
1412.83/1413.23	c   switching time   :      29.12
1412.83/1413.23	c Solution           :
1412.83/1413.23	c   Solutions found  :          8 (4 improvements)
1412.83/1413.23	c   Primal Bound     : -6.00000000000000e+00   (in run 1, after 89 nodes, 129.17 seconds, depth 17, found by <relaxation>)
1412.83/1413.23	c   Dual Bound       : -6.00000000000000e+00
1412.83/1413.23	c   Gap              :       0.00 %
1412.83/1413.23	c   Root Dual Bound  : -2.50000000000000e+01
1412.83/1413.27	c Time complete: 1412.91.

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-1870466-1245206092/watcher-1870466-1245206092 -o /tmp/evaluation-result-1870466-1245206092/solver-1870466-1245206092 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870466-1245206092.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7728
/proc/meminfo: memFree=1604024/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=6100 CPUtime=0
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 517 0 0 0 0 0 0 0 20 0 1 0 188208902 6246400 499 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/7728/statm: 1525 508 325 886 0 635 0

[startup+0.084684 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7728
/proc/meminfo: memFree=1604024/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=16752 CPUtime=0.07
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 3574 0 0 0 4 3 0 0 20 0 1 0 188208902 17154048 3202 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 4188 3202 404 886 0 3298 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16752

[startup+0.101685 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7728
/proc/meminfo: memFree=1604024/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=16752 CPUtime=0.09
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 3574 0 0 0 5 4 0 0 20 0 1 0 188208902 17154048 3202 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 4188 3202 404 886 0 3298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16752

[startup+0.301707 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7728
/proc/meminfo: memFree=1604024/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=19028 CPUtime=0.29
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 4175 0 0 0 14 15 0 0 22 0 1 0 188208902 19484672 3803 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 4757 3803 436 886 0 3867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19028

[startup+0.701745 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7728
/proc/meminfo: memFree=1604024/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=24940 CPUtime=0.69
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 5887 0 0 0 52 17 0 0 25 0 1 0 188208902 25538560 5416 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 6235 5416 520 886 0 5345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24940

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1582832/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=27852 CPUtime=1.49
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 6403 0 0 0 132 17 0 0 25 0 1 0 188208902 28520448 5932 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 6963 5932 523 886 0 6073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27852

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1582192/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=27852 CPUtime=3.09
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 6410 0 0 0 292 17 0 0 25 0 1 0 188208902 28520448 5939 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 6963 5939 523 886 0 6073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27852

[startup+6.30232 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1581808/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=27852 CPUtime=6.29
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 6460 0 0 0 610 19 0 0 25 0 1 0 188208902 28520448 5989 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 6963 5989 534 886 0 6073 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27852

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1580856/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=33540 CPUtime=12.69
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 8185 0 0 0 1247 22 0 0 25 0 1 0 188208902 34344960 7654 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 8385 7654 570 886 0 7495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33540

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1568632/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=40600 CPUtime=25.48
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 9884 0 0 0 2522 26 0 0 25 0 1 0 188208902 41574400 9353 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 10150 9353 573 886 0 9260 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40600

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1568504/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=40600 CPUtime=51.08
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 9907 0 0 0 5072 36 0 0 25 0 1 0 188208902 41574400 9376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 10150 9376 574 886 0 9260 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40600

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1568568/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=40600 CPUtime=102.27
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 9911 0 0 0 10167 60 0 0 25 0 1 0 188208902 41574400 9380 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 10150 9380 577 886 0 9260 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40600

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1568376/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=40600 CPUtime=162.25
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 9969 0 0 0 16137 88 0 0 25 0 1 0 188208902 41574400 9410 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 10150 9410 578 886 0 9260 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 40600

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1569400/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=39528 CPUtime=222.23
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 12409 0 0 0 22102 121 0 0 25 0 1 0 188208902 40476672 9157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 9882 9157 589 886 0 8992 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39528

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1566904/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=41972 CPUtime=282.22
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 15694 0 0 0 28066 156 0 0 25 0 1 0 188208902 42979328 9760 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 10493 9760 589 886 0 9603 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 41972

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7729
/proc/meminfo: memFree=1564344/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=44640 CPUtime=342.21
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 18938 0 0 0 34027 194 0 0 25 0 1 0 188208902 45711360 10442 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 11160 10442 590 886 0 10270 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 44640

[startup+402.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 7729
/proc/meminfo: memFree=1558136/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=51024 CPUtime=402.19
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 20444 0 0 0 39985 234 0 0 25 0 1 0 188208902 52248576 11948 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 12756 11948 590 886 0 11866 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 51024

[startup+462.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 7729
/proc/meminfo: memFree=1553464/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=55224 CPUtime=462.18
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 24191 0 0 0 45939 279 0 0 25 0 1 0 188208902 56549376 13103 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 13806 13103 590 886 0 12916 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 55224

[startup+522.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 7729
/proc/meminfo: memFree=1548984/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=60420 CPUtime=522.16
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 25429 0 0 0 51895 321 0 0 25 0 1 0 188208902 61870080 14340 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 15105 14340 590 886 0 14215 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 60420

[startup+582.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 7729
/proc/meminfo: memFree=1542840/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=66220 CPUtime=582.15
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 29508 0 0 0 57850 365 0 0 25 0 1 0 188208902 67809280 15830 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 16555 15830 590 886 0 15665 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 66220

[startup+642.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 7729
/proc/meminfo: memFree=1538360/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=70520 CPUtime=642.14
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 30560 0 0 0 63808 406 0 0 25 0 1 0 188208902 72212480 16882 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 17630 16882 590 886 0 16740 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 70520

[startup+702.301 s]

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

/proc/meminfo: memFree=1523768/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=85324 CPUtime=822.09
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 36776 0 0 0 81667 542 0 0 25 0 1 0 188208902 87371776 20555 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 21331 20555 590 886 0 20441 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 85324

[startup+882.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 7729
/proc/meminfo: memFree=1520120/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=88856 CPUtime=882.07
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 37703 0 0 0 87617 590 0 0 25 0 1 0 188208902 90988544 21482 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 22214 21482 590 886 0 21324 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 88856

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 7729
/proc/meminfo: memFree=1516216/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=92704 CPUtime=942.06
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 38670 0 0 0 93571 635 0 0 25 0 1 0 188208902 94928896 22449 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 23176 22449 590 886 0 22286 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 92704

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7729
/proc/meminfo: memFree=1513720/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=95128 CPUtime=1002.03
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 41812 0 0 0 99515 688 0 0 25 0 1 0 188208902 97411072 23050 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 23782 23050 590 886 0 22892 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 95128

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7731
/proc/meminfo: memFree=1510328/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=98548 CPUtime=1062.02
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 42650 0 0 0 105466 736 0 0 25 0 1 0 188208902 100913152 23888 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 24637 23888 590 886 0 23747 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 98548

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7731
/proc/meminfo: memFree=1508792/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=100100 CPUtime=1122.01
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43021 0 0 0 111414 787 0 0 25 0 1 0 188208902 102502400 24259 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25025 24259 590 886 0 24135 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 100100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1507832/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=101168 CPUtime=1182
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43290 0 0 0 117360 840 0 0 25 0 1 0 188208902 103596032 24528 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25292 24528 590 886 0 24402 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 101168

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1506616/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=102184 CPUtime=1241.98
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43586 0 0 0 123312 886 0 0 25 0 1 0 188208902 104636416 24824 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25546 24824 590 886 0 24656 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 102184

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1505464/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103336 CPUtime=1301.96
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43850 0 0 0 129260 936 0 0 25 0 1 0 188208902 105816064 25088 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25834 25088 590 886 0 24944 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 103336

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504888/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103684 CPUtime=1361.94
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43987 0 0 0 135209 985 0 0 25 0 1 0 188208902 106172416 25225 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25921 25225 590 886 0 25031 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 103684

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

[startup+1382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504888/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103684 CPUtime=1381.94
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43987 0 0 0 137191 1003 0 0 25 0 1 0 188208902 106172416 25225 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25921 25225 590 886 0 25031 0
Current children cumulated CPU time (s) 1381.94
Current children cumulated vsize (KiB) 103684

[startup+1395.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1394.74
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 138460 1014 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1394.74
Current children cumulated vsize (KiB) 103820

[startup+1401.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1401.13
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 139094 1019 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1401.13
Current children cumulated vsize (KiB) 103820

[startup+1407.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1407.54
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 139729 1025 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1407.54
Current children cumulated vsize (KiB) 103820

[startup+1411.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1410.73
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 140046 1027 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1410.73
Current children cumulated vsize (KiB) 103820

[startup+1411.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1411.53
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 140125 1028 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1411.53
Current children cumulated vsize (KiB) 103820

[startup+1412.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1412.33
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 140205 1028 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1412.33
Current children cumulated vsize (KiB) 103820

[startup+1413.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1412.73
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 140244 1029 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 4309805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1412.73
Current children cumulated vsize (KiB) 103820

[startup+1413.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7731
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=7728] ppid=7726 vsize=103820 CPUtime=1412.83
/proc/7728/stat : 7728 (pbscip.linux.x8) R 7726 7728 6958 0 -1 4194304 43995 0 0 0 140254 1029 0 0 25 0 1 0 188208902 106311680 25233 1992294400 4194304 7823515 548682068736 18446744073709551615 6722725 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7728/statm: 25955 25233 590 886 0 25065 0
Current children cumulated CPU time (s) 1412.83
Current children cumulated vsize (KiB) 103820

Child status: 0
Real time (s): 1413.28
CPU time (s): 1412.92
CPU user time (s): 1402.6
CPU system time (s): 10.3144
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 103820

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

runsolver used 1.20682 second user time and 3.9394 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-17 04:34:52
IDJOB=1870466
IDBENCH=48232
IDSOLVER=683
FILE ID=node27/1870466-1245206092
PBS_JOBID= 9368347
Free space on /tmp= 66288 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_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870466-1245206092/watcher-1870466-1245206092 -o /tmp/evaluation-result-1870466-1245206092/solver-1870466-1245206092 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870466-1245206092.opb

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

MD5SUM BENCH= 75c62437256ecfefd1c4252ede4b185e
RANDOM SEED=2047586034

node27.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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1604504 kB
Buffers:         71712 kB
Cached:         286308 kB
SwapCached:          0 kB
Active:         104012 kB
Inactive:       268428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9868 kB
Writeback:           0 kB
Mapped:          24220 kB
Slab:            64948 kB
Committed_AS:   185520 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node27 at 2009-06-17 04:58:26