Trace number 1870465

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2OPT-7 1140.37 1140.66

General information on the benchmark

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

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 Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870465-1245205999.opb>
0.00/0.02	c original problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 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, 11908 impls, 100 clqs
0.29/0.34	c    (0.2s) probing: 101/1576 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c presolving (2 rounds):
0.29/0.34	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34	c  11908 implications, 100 cliques
0.29/0.34	c presolved problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.29/0.34	c     100 constraints of type <setppc>
0.29/0.34	c    1476 constraints of type <and>
0.29/0.34	c       1 constraints of type <linear>
0.29/0.34	c      50 constraints of type <logicor>
0.29/0.34	c transformed objective value is always integral (scale: 1)
0.29/0.34	c Presolving Time: 0.15
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 
0.39/0.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.40	c   0.2s|     1 |     0 |   124 |7519k|   0 | 100 |1576 |1627 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.39/0.40	o -3
0.39/0.40	c s 0.2s|     1 |     0 |   124 |7550k|   0 | 100 |1576 |1627 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
0.60/0.67	c   0.5s|     1 |     0 |   524 |7568k|   0 | 264 |1576 |1627 |1627 |1576 |3104 |   1 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
1.19/1.25	c   1.1s|     1 |     0 |  1682 |7721k|   0 | 494 |1576 |1627 |1627 |1576 |3110 |   7 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
2.10/2.12	c   1.9s|     1 |     0 |  2671 |7860k|   0 | 800 |1576 |1627 |1627 |1576 |3118 |  15 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.09/3.11	c   2.9s|     1 |     0 |  2958 |7956k|   0 | 791 |1576 |1627 |1627 |1576 |3126 |  23 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
4.19/4.28	c   4.1s|     1 |     0 |  3492 |8071k|   0 | 822 |1576 |1627 |1627 |1576 |3132 |  29 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
5.49/5.57	c   5.3s|     1 |     0 |  3779 |8143k|   0 | 832 |1576 |1627 |1627 |1576 |3140 |  37 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
9.49/9.54	c   9.3s|     1 |     2 |  3779 |8168k|   0 | 832 |1576 |1627 |1627 |1576 |3140 |  37 |   0 |  18 |-2.500000e+01 |-3.000000e+00 |  88.00%
44.68/44.76	o -4
44.68/44.76	c p44.5s|     7 |     8 | 52344 |8602k|   4 |   - |1576 |1628 |  38 |1576 |1514 |1468 |   1 | 171 |-2.500000e+01 |-4.000000e+00 |  84.00%
51.08/51.15	o -5
51.08/51.15	c f50.8s|     8 |     9 | 63442 |8476k|   5 |   - |1576 |1628 |  34 |1576 |1608 |1511 |   1 | 193 |-2.500000e+01 |-5.000000e+00 |  80.00%
117.26/117.37	o -6
117.26/117.37	c * 117s|    19 |    16 |156270 |8374k|  13 |   - |1576 |1629 | 469 |1576 |1781 |2366 |   2 | 532 |-2.378808e+01 |-6.000000e+00 |  74.78%
535.05/535.22	o -7
535.05/535.22	c * 533s|  3695 |   653 |989706 |  12M|  69 |   - |1576 |1690 | 119 |1576 |1727 |  22k|  93 |3440 |-1.241140e+01 |-7.000000e+00 |  43.60%
817.87/818.12	c   814s| 10000 |   936 |  1667k|  21M|  72 |   - |1576 |1680 | 866 |1576 |1712 |  28k| 192 |5509 |-1.044735e+01 |-7.000000e+00 |  33.00%
1140.30/1140.62	c 
1140.30/1140.62	c SCIP Status        : problem is solved [optimal solution found]
1140.30/1140.62	c Solving Time (sec) : 1134.96
1140.30/1140.62	c Solving Nodes      : 19610
1140.30/1140.62	c Primal Bound       : -7.00000000000000e+00 (10 solutions)
1140.30/1140.62	c Dual Bound         : -7.00000000000000e+00
1140.30/1140.62	c Gap                : 0.00 %
1140.30/1140.62	c NODE         19610
1140.30/1140.62	c DUAL BOUND   -7
1140.30/1140.62	c PRIMAL BOUND -7
1140.30/1140.62	c GAP          0
1140.30/1140.62	s OPTIMUM FOUND
1140.30/1140.62	v -x70 -x61 -x84 -x78 -x64 -x63 -x58 -x54 x72 -x100 -x83 -x82 -x95 -x79 -x62 -x51 x85 x81 -x80 -x71 -x68 x67 x60 -x57 -x56 -x87 -x55 
1140.30/1140.62	v -x99 -x88 -x98 -x74 -x89 -x93 -x66 -x96 -x92 -x53 x90 -x94 -x75 -x59 -x65 -x52 -x77 -x73 -x76 -x91 -x69 -x86 x97 -x50 x49 
1140.30/1140.62	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 
1140.30/1140.62	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1140.30/1140.62	c SCIP Status        : problem is solved [optimal solution found]
1140.30/1140.62	c Solving Time       :    1134.96
1140.30/1140.62	c Original Problem   :
1140.30/1140.62	c   Problem name     : HOME/instance-1870465-1245205999.opb
1140.30/1140.62	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
1140.30/1140.62	c   Constraints      : 1627 initial, 1627 maximal
1140.30/1140.62	c Presolved Problem  :
1140.30/1140.62	c   Problem name     : t_HOME/instance-1870465-1245205999.opb
1140.30/1140.62	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
1140.30/1140.62	c   Constraints      : 1627 initial, 1708 maximal
1140.30/1140.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1140.30/1140.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   probing          :       0.04          0          0          0          0          0          0          0          0
1140.30/1140.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   and              :       0.10          0          0          0          0          0          0          0          0
1140.30/1140.62	c   linear           :       0.01          0          0          0          0          0          0          0          0
1140.30/1140.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1140.30/1140.62	c   root node        :          -         38          -          -         38          -          -          -          -
1140.30/1140.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1140.30/1140.62	c   integral         :          0          0          0      10934          0         49       1942          0          0      20324
1140.30/1140.62	c   setppc           :        100          6      65491          2          0         56      82999          0          0          0
1140.30/1140.62	c   and              :       1476      16515      65437          2          0         42    1718847      35296          0          0
1140.30/1140.62	c   linear           :          1          6      65393          2          0         15         61          0          0          0
1140.30/1140.62	c   logicor          :         50+         6      18112          2          0          3       9692          0          0          0
1140.30/1140.62	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1140.30/1140.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1140.30/1140.62	c   integral         :     289.28       0.00       0.00     289.28       0.00
1140.30/1140.62	c   setppc           :       0.56       0.00       0.56       0.00       0.00
1140.30/1140.62	c   and              :      15.53       8.84       6.69       0.00       0.00
1140.30/1140.62	c   linear           :       0.82       0.00       0.82       0.00       0.00
1140.30/1140.62	c   logicor          :       0.20       0.00       0.20       0.00       0.00
1140.30/1140.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1140.30/1140.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1140.30/1140.62	c   rootredcost      :       0.03          5          0          0
1140.30/1140.62	c   pseudoobj        :       0.37      65642         74        273
1140.30/1140.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1140.30/1140.62	c   propagation      :       0.01        190        184        454       33.0          1       35.0          -
1140.30/1140.62	c   infeasible LP    :       3.59       9741          0          0        0.0          0        0.0          0
1140.30/1140.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1140.30/1140.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1140.30/1140.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1140.30/1140.62	c   applied globally :          -          -          -        335       30.8          -          -          -
1140.30/1140.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1140.30/1140.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1140.30/1140.62	c   cut pool         :       0.00          5          -          -          3          -    (maximal pool size: 126)
1140.30/1140.62	c   redcost          :       1.73      17176          0      61981          0          0
1140.30/1140.62	c   impliedbounds    :       0.00          6          0          0         20          0
1140.30/1140.62	c   intobj           :       0.00          0          0          0          0          0
1140.30/1140.62	c   gomory           :       1.45          6          0          0        100          0
1140.30/1140.62	c   strongcg         :       1.19          6          0          0        255          0
1140.30/1140.62	c   cmir             :       0.18          6          0          0          0          0
1140.30/1140.62	c   flowcover        :       0.16          6          0          0          0          0
1140.30/1140.62	c   clique           :       0.13          6          0          0         32          0
1140.30/1140.62	c   zerohalf         :       0.00          0          0          0          0          0
1140.30/1140.62	c   mcf              :       0.02          2          0          0          2          0
1140.30/1140.62	c Pricers            :       Time      Calls       Vars
1140.30/1140.62	c   problem variables:       0.00          0          0
1140.30/1140.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1140.30/1140.62	c   relpscost        :     289.24      10932         49       1942          0          0      20324
1140.30/1140.62	c   pscost           :       0.00          0          0          0          0          0          0
1140.30/1140.62	c   inference        :       0.00          0          0          0          0          0          0
1140.30/1140.62	c   mostinf          :       0.00          0          0          0          0          0          0
1140.30/1140.62	c   leastinf         :       0.00          0          0          0          0          0          0
1140.30/1140.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1140.30/1140.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1140.30/1140.62	c   random           :       0.00          0          0          0          0          0          0
1140.30/1140.62	c Primal Heuristics  :       Time      Calls      Found
1140.30/1140.62	c   LP solutions     :       0.01          -          2
1140.30/1140.62	c   pseudo solutions :       0.00          -          0
1140.30/1140.62	c   feaspump         :       0.00          0          0
1140.30/1140.62	c   oneopt           :       0.06          5          0
1140.30/1140.62	c   objpscostdiving  :      33.12          5          0
1140.30/1140.62	c   crossover        :       0.45         10          0
1140.30/1140.62	c   fracdiving       :      11.88         31          1
1140.30/1140.62	c   veclendiving     :      10.34         31          0
1140.30/1140.62	c   rootsoldiving    :       1.69         16          0
1140.30/1140.62	c   linesearchdiving :       5.83         32          0
1140.30/1140.62	c   guideddiving     :       6.72         32          0
1140.30/1140.62	c   coefdiving       :      17.94         32          0
1140.30/1140.62	c   pscostdiving     :       9.24         32          1
1140.30/1140.62	c   simplerounding   :       0.06          0          0
1140.30/1140.62	c   rounding         :       1.34       1805          0
1140.30/1140.62	c   shifting         :       1.80       1604          6
1140.30/1140.62	c   intshifting      :       0.00          0          0
1140.30/1140.62	c   fixandinfer      :       0.00          0          0
1140.30/1140.62	c   intdiving        :       0.00          0          0
1140.30/1140.62	c   actconsdiving    :       0.00          0          0
1140.30/1140.62	c   octane           :       0.00          0          0
1140.30/1140.62	c   rens             :       0.01          0          0
1140.30/1140.62	c   rins             :       0.00          0          0
1140.30/1140.62	c   localbranching   :       0.00          0          0
1140.30/1140.62	c   mutation         :       0.00          0          0
1140.30/1140.62	c   dins             :       0.00          0          0
1140.30/1140.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1140.30/1140.62	c   primal LP        :      44.28          0          0       0.00       0.00
1140.30/1140.62	c   dual LP          :     643.90      25764    2283772      88.64    3546.78
1140.30/1140.62	c   barrier LP       :       0.00          0          0       0.00          -
1140.30/1140.62	c   diving/probing LP:      87.68       9417     215218      22.85    2454.58
1140.30/1140.62	c   strong branching :     287.91       7622     963600     126.42    3346.88
1140.30/1140.62	c     (at root node) :          -         18       4932     274.00          -
1140.30/1140.62	c   conflict analysis:       0.00          0          0       0.00          -
1140.30/1140.62	c B&B Tree           :
1140.30/1140.62	c   number of runs   :          1
1140.30/1140.62	c   nodes            :      19610
1140.30/1140.62	c   nodes (total)    :      19610
1140.30/1140.62	c   nodes left       :          0
1140.30/1140.62	c   max depth        :         72
1140.30/1140.62	c   max depth (total):         72
1140.30/1140.62	c   backtracks       :       2569 (13.1%)
1140.30/1140.62	c   delayed cutoffs  :          0
1140.30/1140.62	c   repropagations   :        720 (1062 domain reductions, 0 cutoffs)
1140.30/1140.62	c   avg switch length:       6.54
1140.30/1140.62	c   switching time   :      52.66
1140.30/1140.62	c Solution           :
1140.30/1140.62	c   Solutions found  :         10 (5 improvements)
1140.30/1140.62	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 3695 nodes, 532.88 seconds, depth 22, found by <relaxation>)
1140.30/1140.62	c   Dual Bound       : -7.00000000000000e+00
1140.30/1140.62	c   Gap              :       0.00 %
1140.30/1140.62	c   Root Dual Bound  : -2.50000000000000e+01
1140.30/1140.66	c Time complete: 1140.36.

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870465-1245205999/watcher-1870465-1245205999 -o /tmp/evaluation-result-1870465-1245205999/solver-1870465-1245205999 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870465-1245205999.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: 0.92 0.98 0.99 3/64 10838
/proc/meminfo: memFree=1835896/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=5812 CPUtime=0
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 188197113 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/10838/statm: 1453 503 332 1256 0 192 0

[startup+0.0873651 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10838
/proc/meminfo: memFree=1835896/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=17920 CPUtime=0.07
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 3612 0 0 0 4 3 0 0 18 0 1 0 188197113 18350080 3242 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 4480 3242 446 1256 0 3219 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17920

[startup+0.102367 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10838
/proc/meminfo: memFree=1835896/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=17920 CPUtime=0.09
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 3612 0 0 0 5 4 0 0 18 0 1 0 188197113 18350080 3242 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 4480 3242 446 1256 0 3219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17920

[startup+0.301388 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10838
/proc/meminfo: memFree=1835896/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=20272 CPUtime=0.29
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 4232 0 0 0 12 17 0 0 19 0 1 0 188197113 20758528 3862 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 5068 3862 478 1256 0 3807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20272

[startup+0.702433 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10838
/proc/meminfo: memFree=1835896/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=30040 CPUtime=0.7
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 6528 0 0 0 51 19 0 0 22 0 1 0 188197113 30760960 6141 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 7510 6141 667 1256 0 6249 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 30040

[startup+1.50152 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1813488/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=30748 CPUtime=1.49
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 6668 0 0 0 130 19 0 0 25 0 1 0 188197113 31485952 6281 1992294400 4194304 9342243 548682068736 18446744073709551615 5566729 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 7687 6281 668 1256 0 6426 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30748

[startup+3.10169 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1812528/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=31336 CPUtime=3.09
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 6884 0 0 0 289 20 0 0 25 0 1 0 188197113 32088064 6497 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 7834 6497 668 1256 0 6573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31336

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1810416/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=35608 CPUtime=6.29
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 8164 0 0 0 607 22 0 0 25 0 1 0 188197113 36462592 7008 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8902 7008 674 1256 0 7641 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35608

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1810368/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=32316 CPUtime=12.69
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 8866 0 0 0 1246 23 0 0 25 0 1 0 188197113 33091584 6990 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8079 6990 689 1256 0 6818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32316

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1810368/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=33076 CPUtime=25.49
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 8945 0 0 0 2523 26 0 0 25 0 1 0 188197113 33869824 7069 1992294400 4194304 9342243 548682068736 18446744073709551615 6896236 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8269 7069 690 1256 0 7008 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33076

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1811264/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=32024 CPUtime=51.08
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 9082 0 0 0 5078 30 0 0 25 0 1 0 188197113 32792576 6880 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8006 6880 701 1256 0 6745 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32024

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1810304/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=33332 CPUtime=102.27
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 11545 0 0 0 10188 39 0 0 25 0 1 0 188197113 34131968 7109 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8333 7109 701 1256 0 7072 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 33332

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1809152/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=33828 CPUtime=162.25
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 24252 0 0 0 16170 55 0 0 25 0 1 0 188197113 34639872 7360 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8457 7360 702 1256 0 7196 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33828

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1809024/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=34068 CPUtime=222.23
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 30454 0 0 0 22153 70 0 0 25 0 1 0 188197113 34885632 7418 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 8517 7418 703 1256 0 7256 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34068

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1807104/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=38196 CPUtime=282.21
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 60261 0 0 0 28122 99 0 0 25 0 1 0 188197113 39112704 7791 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 9549 7791 712 1256 0 8288 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38196

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1803648/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=39692 CPUtime=342.2
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 70869 0 0 0 34097 123 0 0 25 0 1 0 188197113 40644608 8515 1992294400 4194304 9342243 548682068736 18446744073709551615 4817523 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 9923 8515 712 1256 0 8662 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 39692

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1801088/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=42344 CPUtime=402.18
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 91221 0 0 0 40068 150 0 0 25 0 1 0 188197113 43360256 9047 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 10586 9047 712 1256 0 9325 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42344

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1796800/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=48288 CPUtime=462.17
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 108327 0 0 0 46040 177 0 0 25 0 1 0 188197113 49446912 10341 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 12072 10341 712 1256 0 10811 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 48288

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1793472/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=50972 CPUtime=522.16
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 139886 0 0 0 52003 213 0 0 25 0 1 0 188197113 52195328 11317 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 12743 11317 712 1256 0 11482 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 50972

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1787648/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=55276 CPUtime=582.14
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 153177 0 0 0 57978 236 0 0 25 0 1 0 188197113 56602624 12721 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 13819 12721 713 1256 0 12558 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 55276

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1786496/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=56560 CPUtime=642.13
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 178107 0 0 0 63947 266 0 0 25 0 1 0 188197113 57917440 12992 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 14140 12992 713 1256 0 12879 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 56560

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1784640/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=61244 CPUtime=702.11
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 193627 0 0 0 69917 294 0 0 25 0 1 0 188197113 62713856 13304 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 15311 13304 713 1256 0 14050 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 61244

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1782592/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=60828 CPUtime=762.1
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 227125 0 0 0 75882 328 0 0 25 0 1 0 188197113 62287872 13914 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 15207 13914 713 1256 0 13946 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 60828

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1778944/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=64500 CPUtime=822.08
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 252166 0 0 0 81843 365 0 0 25 0 1 0 188197113 66048000 14949 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 16125 14949 713 1256 0 14864 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 64500

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1776384/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=66964 CPUtime=882.07
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 258936 0 0 0 87815 392 0 0 25 0 1 0 188197113 68571136 15495 1992294400 4194304 9342243 548682068736 18446744073709551615 6224550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 16741 15495 713 1256 0 15480 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 66964

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1775872/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=67880 CPUtime=942.05
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 272440 0 0 0 93784 421 0 0 25 0 1 0 188197113 69509120 15777 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 16970 15777 713 1256 0 15709 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 67880

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1775360/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=68752 CPUtime=1002.03
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 289842 0 0 0 99751 452 0 0 25 0 1 0 188197113 70402048 15854 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17188 15855 713 1256 0 15927 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 68752

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1772608/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=69948 CPUtime=1062.02
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 334421 0 0 0 105706 496 0 0 25 0 1 0 188197113 71626752 16111 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17487 16111 713 1256 0 16226 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 69948

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771968/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=70668 CPUtime=1122
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 349559 0 0 0 111673 527 0 0 25 0 1 0 188197113 72364032 16415 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17667 16415 713 1256 0 16406 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 70668

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771712/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=73216 CPUtime=1126
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 350889 0 0 0 112071 529 0 0 25 0 1 0 188197113 74973184 16598 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 18304 16598 713 1256 0 17043 0
Current children cumulated CPU time (s) 1126
Current children cumulated vsize (KiB) 73216

[startup+1132.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1772352/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=70464 CPUtime=1132.4
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 352796 0 0 0 112708 532 0 0 25 0 1 0 188197113 72155136 16403 1992294400 4194304 9342243 548682068736 18446744073709551615 6938234 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17616 16403 713 1256 0 16355 0
Current children cumulated CPU time (s) 1132.4
Current children cumulated vsize (KiB) 70464

[startup+1135.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771584/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=71292 CPUtime=1135.59
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 353699 0 0 0 113026 533 0 0 25 0 1 0 188197113 73003008 16644 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17823 16644 713 1256 0 16562 0
Current children cumulated CPU time (s) 1135.59
Current children cumulated vsize (KiB) 71292

[startup+1139.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771904/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=70860 CPUtime=1138.79
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 353913 0 0 0 113345 534 0 0 25 0 1 0 188197113 72560640 16642 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17715 16642 713 1256 0 16454 0
Current children cumulated CPU time (s) 1138.79
Current children cumulated vsize (KiB) 70860

[startup+1139.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771392/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=71040 CPUtime=1139.6
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 353981 0 0 0 113425 535 0 0 25 0 1 0 188197113 72744960 16710 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17760 16710 713 1256 0 16499 0
Current children cumulated CPU time (s) 1139.6
Current children cumulated vsize (KiB) 71040

[startup+1140.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771392/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=71040 CPUtime=1140
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 353987 0 0 0 113465 535 0 0 25 0 1 0 188197113 72744960 16716 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17760 16716 713 1256 0 16499 0
Current children cumulated CPU time (s) 1140
Current children cumulated vsize (KiB) 71040

[startup+1140.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771392/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=71040 CPUtime=1140.19
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 353988 0 0 0 113484 535 0 0 25 0 1 0 188197113 72744960 16717 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17760 16717 713 1256 0 16499 0
Current children cumulated CPU time (s) 1140.19
Current children cumulated vsize (KiB) 71040

[startup+1140.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10839
/proc/meminfo: memFree=1771328/2055920 swapFree=4181916/4192956
[pid=10838] ppid=10836 vsize=71040 CPUtime=1140.3
/proc/10838/stat : 10838 (pbscip.linux.x8) R 10836 10838 10801 0 -1 4194304 353989 0 0 0 113495 535 0 0 25 0 1 0 188197113 72744960 16718 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10838/statm: 17760 16718 713 1256 0 16499 0
Current children cumulated CPU time (s) 1140.3
Current children cumulated vsize (KiB) 71040

Child status: 0
Real time (s): 1140.66
CPU time (s): 1140.37
CPU user time (s): 1135
CPU system time (s): 5.36618
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 73444

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

runsolver used 0.892864 second user time and 2.50762 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-17 04:33:19
IDJOB=1870465
IDBENCH=48231
IDSOLVER=684
FILE ID=node37/1870465-1245205999
PBS_JOBID= 9368391
Free space on /tmp= 66168 MiB

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

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=1889979144

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1836376 kB
Buffers:         21144 kB
Cached:         112808 kB
SwapCached:       5040 kB
Active:          49564 kB
Inactive:        92396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836376 kB
SwapTotal:     4192956 kB
SwapFree:      4181916 kB
Dirty:           12032 kB
Writeback:           0 kB
Mapped:          14196 kB
Slab:            63760 kB
Committed_AS:   176876 kB
PageTables:       1376 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= 66156 MiB
End job on node37 at 2009-06-17 04:52:20