Trace number 1869335

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.2? 1797.49 1798.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark319
Best CPU time to get the best result obtained on this benchmark1798.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.01	c SCIP version 1.1.0.7
0.99/1.01	c LP-Solver Clp 1.8.2
0.99/1.01	c user parameter file <scip.set> not found - using default parameters
0.99/1.01	c read problem <HOME/instance-1869335-1245170394.opb>
0.99/1.01	c original problem has 8883 variables (8883 bin, 0 int, 0 impl, 0 cont) and 17459 constraints
1.29/1.36	c start presolving problem
1.29/1.36	c presolving:
1.69/1.75	c (round 1) 0 del vars, 8721 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 0 impls, 0 clqs
6.88/6.95	c    (5.8s) probing: 119/8883 (1.3%) - 0 fixings, 0 aggregations, 1950 implications, 0 bound changes
6.88/6.95	c    (5.8s) probing aborted: 100/100 successive totally useless probings
6.88/6.95	c presolving (2 rounds):
6.88/6.95	c  0 deleted vars, 8721 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.88/6.95	c  17748 implications, 0 cliques
6.88/6.95	c presolved problem has 8883 variables (8883 bin, 0 int, 0 impl, 0 cont) and 8738 constraints
6.88/6.95	c      17 constraints of type <knapsack>
6.88/6.95	c    8721 constraints of type <linear>
6.88/6.95	c transformed objective value is always integral (scale: 1)
6.88/6.95	c Presolving Time: 5.57
6.88/6.96	c OPT-LIN
6.88/6.96	c -----------------------------------------------------------------------------------------------
6.88/6.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.88/6.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.88/6.96	c limits/memory = c 1620
6.88/6.96	c # maximal time in seconds to run
6.88/6.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.88/6.96	c limits/time = c 1791
6.88/6.96	c # frequency for displaying node information lines
6.88/6.96	c # [type: int, range: [-1,2147483647], default: 100]
6.88/6.96	c display/freq = c 10000
6.88/6.96	c -----------------------------------------------------------------------------------------------
6.88/6.96	c start solving problem
6.88/6.96	c 
11.48/11.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.48/11.54	c  10.3s|     1 |     0 | 11454 |  81M|   0 |4997 |8883 |8738 |8738 |8883 |8738 |   0 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
23.58/23.69	c  22.4s|     1 |     0 | 18372 |  82M|   0 |5023 |8883 |8738 |8738 |8883 |8799 |  61 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
26.08/26.10	c  24.8s|     1 |     0 | 18471 |  82M|   0 |5036 |8883 |8738 |8738 |8883 |8864 | 126 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
29.58/29.70	c  28.4s|     1 |     0 | 18682 |  83M|   0 |5055 |8883 |8738 |8738 |8883 |8947 | 209 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
37.37/37.47	c  36.1s|     1 |     0 | 19002 |  83M|   0 |5054 |8883 |8738 |8738 |8883 |9010 | 272 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
42.46/42.55	c  41.1s|     1 |     0 | 19430 |  84M|   0 |5077 |8883 |8738 |8738 |8883 |9090 | 352 |   0 |   0 | 1.700088e+01 |      --      |    Inf 
53.76/53.90	c  52.5s|     1 |     0 | 19889 |  84M|   0 |5069 |8883 |8738 |8738 |8883 |9172 | 434 |   0 |   0 | 1.716667e+01 |      --      |    Inf 
68.85/68.96	c  67.5s|     1 |     0 | 21050 |  85M|   0 |5065 |8883 |8738 |8738 |8883 |9232 | 494 |   0 |   0 | 1.716667e+01 |      --      |    Inf 
77.25/77.35	c  75.8s|     1 |     0 | 21876 |  85M|   0 |5065 |8883 |8738 |8738 |8883 |9258 | 520 |   0 |   0 | 1.716667e+01 |      --      |    Inf 
91.25/91.38	c  89.8s|     1 |     0 | 22607 |  86M|   0 |5075 |8883 |8738 |8738 |8883 |9323 | 585 |   0 |   0 | 1.716667e+01 |      --      |    Inf 
104.84/104.96	c   103s|     1 |     0 | 23200 |  86M|   0 |5082 |8883 |8738 |8738 |8883 |9363 | 625 |   0 |   0 | 1.725000e+01 |      --      |    Inf 
110.24/110.37	c   109s|     1 |     0 | 24062 |  86M|   0 |5073 |8883 |8738 |8738 |8883 |9385 | 647 |   0 |   0 | 1.725000e+01 |      --      |    Inf 
114.44/114.52	c   113s|     1 |     0 | 24560 |  86M|   0 |5078 |8883 |8738 |8738 |8883 |9400 | 662 |   0 |   0 | 1.725000e+01 |      --      |    Inf 
119.43/119.54	c   118s|     1 |     0 | 25339 |  86M|   0 |5074 |8883 |8738 |8738 |8883 |9413 | 675 |   0 |   0 | 1.725000e+01 |      --      |    Inf 
124.44/124.55	c   123s|     1 |     0 | 26014 |  86M|   0 |5071 |8883 |8738 |8738 |8883 |9174 | 690 |   0 |   0 | 1.725000e+01 |      --      |    Inf 
127.44/127.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.44/127.58	c   126s|     1 |     0 | 26382 |  86M|   0 |5075 |8883 |8738 |8738 |8883 |9186 | 702 |   0 |   0 | 1.733333e+01 |      --      |    Inf 
130.84/130.95	c   129s|     1 |     0 | 26763 |  86M|   0 |5067 |8883 |8738 |8738 |8883 |9198 | 714 |   0 |   0 | 1.733333e+01 |      --      |    Inf 
132.83/132.97	c   131s|     1 |     0 | 26968 |  86M|   0 |5072 |8883 |8738 |8738 |8883 |9209 | 725 |   0 |   0 | 1.733333e+01 |      --      |    Inf 
135.63/135.74	c   134s|     1 |     0 | 27273 |  86M|   0 |5073 |8883 |8738 |8738 |8883 |9217 | 733 |   0 |   0 | 1.733333e+01 |      --      |    Inf 
138.43/138.57	c   137s|     1 |     0 | 27555 |  86M|   0 |5064 |8883 |8738 |8738 |8883 |9225 | 741 |   0 |   0 | 1.733333e+01 |      --      |    Inf 
141.92/142.08	c   140s|     1 |     0 | 27921 |  86M|   0 |5074 |8883 |8738 |8738 |8883 |8939 | 749 |   0 |   0 | 1.733333e+01 |      --      |    Inf 
168.72/168.80	c   167s|     1 |     2 | 27921 |  86M|   0 |5074 |8883 |8738 |8738 |8883 |8939 | 749 |   0 |  23 | 1.733333e+01 |      --      |    Inf 
1797.13/1797.81	c 
1797.13/1797.81	c SCIP Status        : solving was interrupted [time limit reached]
1797.13/1797.81	c Solving Time (sec) : 1791.01
1797.13/1797.81	c Solving Nodes      : 930
1797.13/1797.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.13/1797.81	c Dual Bound         : +1.80000000000000e+01
1797.13/1797.81	c Gap                : infinite
1797.13/1797.81	c NODE         930
1797.13/1797.81	c DUAL BOUND   18
1797.13/1797.81	c PRIMAL BOUND 1e+20
1797.13/1797.81	c GAP          1e+20
1797.13/1797.81	s UNKNOWN
1797.13/1797.81	c SCIP Status        : solving was interrupted [time limit reached]
1797.13/1797.81	c Solving Time       :    1791.01
1797.13/1797.81	c Original Problem   :
1797.13/1797.81	c   Problem name     : HOME/instance-1869335-1245170394.opb
1797.13/1797.81	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.13/1797.81	c   Constraints      : 17459 initial, 17459 maximal
1797.13/1797.81	c Presolved Problem  :
1797.13/1797.81	c   Problem name     : t_HOME/instance-1869335-1245170394.opb
1797.13/1797.81	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.13/1797.81	c   Constraints      : 8738 initial, 8776 maximal
1797.13/1797.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.13/1797.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.13/1797.81	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1797.13/1797.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.13/1797.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.13/1797.81	c   implics          :       0.01          0          0          0          0          0          0          0          0
1797.13/1797.81	c   probing          :       5.04          0          0          0          0          0          0          0          0
1797.13/1797.81	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1797.13/1797.81	c   linear           :       0.42          0          0          0          0          0       8721          0          0
1797.13/1797.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.13/1797.81	c   root node        :          -          0          -          -          0          -          -          -          -
1797.13/1797.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.13/1797.81	c   integral         :          0          0          0        867          0          0         49          0          0       1706
1797.13/1797.81	c   knapsack         :         17         20       6114          0          0          2        226        181          0          0
1797.13/1797.81	c   linear           :       8721         20       6112          0          0         14      30185          1          0          0
1797.13/1797.81	c   logicor          :          0+         0        165          0          0          0         20          0          0          0
1797.13/1797.81	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.13/1797.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.13/1797.81	c   integral         :     530.77       0.00       0.00     530.77       0.00
1797.13/1797.81	c   knapsack         :       0.64       0.01       0.63       0.00       0.00
1797.13/1797.81	c   linear           :      22.62       0.03      22.59       0.00       0.00
1797.13/1797.81	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1797.13/1797.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.13/1797.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.13/1797.81	c   rootredcost      :       0.00          0          0          0
1797.13/1797.81	c   pseudoobj        :       0.02       5867          0          0
1797.13/1797.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.13/1797.81	c   propagation      :       0.00         16         16         56       17.6          7       15.0          -
1797.13/1797.81	c   infeasible LP    :       3.37       1860          0          0        0.0          0        0.0          0
1797.13/1797.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.13/1797.81	c   applied globally :          -          -          -         38       18.0          -          -          -
1797.13/1797.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.13/1797.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.13/1797.81	c   cut pool         :       0.07         19          -          -       6428          -    (maximal pool size: 6004)
1797.13/1797.81	c   redcost          :       1.06        886          0          2          0          0
1797.13/1797.81	c   impliedbounds    :       0.04         20          0          0         55          0
1797.13/1797.81	c   intobj           :       0.00          0          0          0          0          0
1797.13/1797.81	c   gomory           :       4.73         20          0          0          6          0
1797.13/1797.81	c   strongcg         :       4.51         20          0          0          5          0
1797.13/1797.81	c   cmir             :      25.82         10          0          0       4849          0
1797.13/1797.81	c   flowcover        :      27.08         10          0          0       1679          0
1797.13/1797.81	c   clique           :       0.01          1          0          0          0          0
1797.13/1797.81	c   zerohalf         :       0.00          0          0          0          0          0
1797.13/1797.81	c   mcf              :       0.00          1          0          0          0          0
1797.13/1797.81	c Pricers            :       Time      Calls       Vars
1797.13/1797.81	c   problem variables:       0.00          0          0
1797.13/1797.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.13/1797.81	c   relpscost        :     530.77        867          0         49          0          0       1706
1797.13/1797.81	c   pscost           :       0.00          0          0          0          0          0          0
1797.13/1797.81	c   inference        :       0.00          0          0          0          0          0          0
1797.13/1797.81	c   mostinf          :       0.00          0          0          0          0          0          0
1797.13/1797.81	c   leastinf         :       0.00          0          0          0          0          0          0
1797.13/1797.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.13/1797.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.13/1797.81	c   random           :       0.00          0          0          0          0          0          0
1797.13/1797.81	c Primal Heuristics  :       Time      Calls      Found
1797.13/1797.81	c   LP solutions     :       0.00          -          0
1797.13/1797.81	c   pseudo solutions :       0.00          -          0
1797.13/1797.81	c   oneopt           :       0.00          0          0
1797.13/1797.81	c   crossover        :       0.00          0          0
1797.13/1797.81	c   coefdiving       :     296.28          2          0
1797.13/1797.81	c   veclendiving     :      46.30          4          0
1797.13/1797.81	c   objpscostdiving  :      73.76          2          0
1797.13/1797.81	c   rootsoldiving    :      82.17          2          0
1797.13/1797.81	c   pscostdiving     :      36.24          8          0
1797.13/1797.81	c   feaspump         :      43.67          5          0
1797.13/1797.81	c   linesearchdiving :      50.52         10          0
1797.13/1797.81	c   simplerounding   :       0.01          0          0
1797.13/1797.81	c   rounding         :       2.99        367          0
1797.13/1797.81	c   shifting         :      16.83        105          0
1797.13/1797.81	c   intshifting      :       0.00          0          0
1797.13/1797.81	c   fixandinfer      :       0.00          0          0
1797.13/1797.81	c   fracdiving       :     123.84          2          0
1797.13/1797.81	c   intdiving        :       0.00          0          0
1797.13/1797.81	c   actconsdiving    :       0.00          0          0
1797.13/1797.81	c   guideddiving     :       0.00          0          0
1797.13/1797.81	c   octane           :       0.00          0          0
1797.13/1797.81	c   rens             :       0.03          0          0
1797.13/1797.81	c   rins             :       0.00          0          0
1797.13/1797.81	c   localbranching   :       0.00          0          0
1797.13/1797.81	c   mutation         :       0.00          0          0
1797.13/1797.81	c   dins             :       0.00          0          0
1797.13/1797.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.13/1797.81	c   primal LP        :       1.55          0          0       0.00       0.00
1797.13/1797.81	c   dual LP          :     400.91        953     289419     303.69     721.91
1797.13/1797.81	c   barrier LP       :       0.00          0          0       0.00          -
1797.13/1797.81	c   diving/probing LP:     719.81       4645     642493     138.32     892.59
1797.13/1797.81	c   strong branching :     529.53        860     255951     297.62     483.36
1797.13/1797.81	c     (at root node) :          -         23       7010     304.78          -
1797.13/1797.81	c   conflict analysis:       0.00          0          0       0.00          -
1797.13/1797.81	c B&B Tree           :
1797.13/1797.81	c   number of runs   :          1
1797.13/1797.81	c   nodes            :        930
1797.13/1797.81	c   nodes (total)    :        930
1797.13/1797.81	c   nodes left       :        777
1797.13/1797.81	c   max depth        :        296
1797.13/1797.81	c   max depth (total):        296
1797.13/1797.81	c   backtracks       :         86 (9.2%)
1797.13/1797.81	c   delayed cutoffs  :          0
1797.13/1797.81	c   repropagations   :         63 (8702 domain reductions, 0 cutoffs)
1797.13/1797.82	c   avg switch length:       4.65
1797.13/1797.82	c   switching time   :       2.34
1797.13/1797.82	c Solution           :
1797.13/1797.82	c   Solutions found  :          0 (0 improvements)
1797.13/1797.82	c   Primal Bound     :          -
1797.13/1797.82	c   Dual Bound       : +1.80000000000000e+01
1797.13/1797.82	c   Gap              :   infinite
1797.13/1797.82	c   Root Dual Bound  : +1.73333333333333e+01
1797.43/1798.14	c Time complete: 1797.48.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869335-1245170394/watcher-1869335-1245170394 -o /tmp/evaluation-result-1869335-1245170394/solver-1869335-1245170394 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869335-1245170394.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 8506
/proc/meminfo: memFree=1904296/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=5812 CPUtime=0
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 526 0 0 0 0 0 0 0 18 0 1 0 184640080 5951488 510 1992294400 4194304 9342243 548682068736 18446744073709551615 8164368 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 1454 520 348 1256 0 193 0

[startup+0.092005 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8506
/proc/meminfo: memFree=1904296/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=12540 CPUtime=0.08
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 2096 0 0 0 8 0 0 0 18 0 1 0 184640080 12840960 2080 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 3135 2080 378 1256 0 1874 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12540

[startup+0.101006 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8506
/proc/meminfo: memFree=1904296/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=12540 CPUtime=0.09
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 2100 0 0 0 9 0 0 0 18 0 1 0 184640080 12840960 2084 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 3135 2084 378 1256 0 1874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12540

[startup+0.30104 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8506
/proc/meminfo: memFree=1904296/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=17856 CPUtime=0.29
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 3433 0 0 0 28 1 0 0 19 0 1 0 184640080 18284544 3417 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 4464 3417 378 1256 0 3203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17856

[startup+0.701113 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8506
/proc/meminfo: memFree=1904296/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=27596 CPUtime=0.68
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 5862 0 0 0 66 2 0 0 22 0 1 0 184640080 28258304 5846 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 6899 5846 378 1256 0 5638 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27596

[startup+1.50132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1875808/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=157652 CPUtime=1.49
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 37462 0 0 0 134 15 0 0 25 0 1 0 184640080 161435648 37092 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 39413 37092 454 1256 0 38152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157652

[startup+3.10154 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 8507
/proc/meminfo: memFree=1754976/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=159060 CPUtime=3.09
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 37949 0 0 0 290 19 0 0 25 0 1 0 184640080 162877440 37579 1992294400 4194304 9342243 548682068736 18446744073709551615 5062384 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 39765 37579 484 1256 0 38504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159060

[startup+6.30112 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 8507
/proc/meminfo: memFree=1755232/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=159060 CPUtime=6.28
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 37949 0 0 0 609 19 0 0 25 0 1 0 184640080 162877440 37579 1992294400 4194304 9342243 548682068736 18446744073709551615 5066015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 39765 37579 484 1256 0 38504 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 159060

[startup+12.7013 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 8507
/proc/meminfo: memFree=1718432/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=203220 CPUtime=12.69
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 52449 0 0 0 1242 27 0 0 25 0 1 0 184640080 208097280 47533 1992294400 4194304 9342243 548682068736 18446744073709551615 6960329 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 50805 47533 638 1256 0 49544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 203220

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 8507
/proc/meminfo: memFree=1710816/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=215064 CPUtime=25.49
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 54440 0 0 0 2516 33 0 0 25 0 1 0 184640080 220225536 48931 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 53766 48931 665 1256 0 52505 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 215064

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 8507
/proc/meminfo: memFree=1693984/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=240744 CPUtime=51.06
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 66671 0 0 0 5063 43 0 0 25 0 1 0 184640080 246521856 54258 1992294400 4194304 9342243 548682068736 18446744073709551615 6889068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60186 54258 665 1256 0 58925 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 240744

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 8507
/proc/meminfo: memFree=1681440/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=250128 CPUtime=102.25
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 79164 0 0 0 10170 55 0 0 25 0 1 0 184640080 256131072 56281 1992294400 4194304 9342243 548682068736 18446744073709551615 6960586 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 62532 56281 665 1256 0 61271 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 250128

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1682528/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=281484 CPUtime=162.22
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 136609 0 0 0 16128 94 0 0 25 0 1 0 184640080 288239616 55992 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 70371 55992 676 1256 0 69110 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 281484

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1685280/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=269516 CPUtime=222.2
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 213078 0 0 0 22089 131 0 0 25 0 1 0 184640080 275984384 55282 1992294400 4194304 9342243 548682068736 18446744073709551615 6977788 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 67379 55282 677 1256 0 66118 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 269516

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1684832/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=259920 CPUtime=282.17
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 260691 0 0 0 28060 157 0 0 25 0 1 0 184640080 266158080 55389 1992294400 4194304 9342243 548682068736 18446744073709551615 6960333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 64980 55389 677 1256 0 63719 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 259920

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1684832/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=259920 CPUtime=342.16
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 320268 0 0 0 34026 190 0 0 25 0 1 0 184640080 266158080 55389 1992294400 4194304 9342243 548682068736 18446744073709551615 6960329 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 64980 55389 677 1256 0 63719 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 259920

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1684768/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=259920 CPUtime=402.14
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 382556 0 0 0 39993 221 0 0 25 0 1 0 184640080 266158080 55392 1992294400 4194304 9342243 548682068736 18446744073709551615 6960231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 64980 55392 677 1256 0 63719 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 259920

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1684768/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=259920 CPUtime=462.12
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 442811 0 0 0 45957 255 0 0 25 0 1 0 184640080 266158080 55392 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 64980 55392 677 1256 0 63719 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 259920

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 8507
/proc/meminfo: memFree=1689056/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=235692 CPUtime=522.1
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 495534 0 0 0 51924 286 0 0 25 0 1 0 184640080 241348608 54375 1992294400 4194304 9342243 548682068736 18446744073709551615 6064753 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 58923 54375 683 1256 0 57662 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 235692

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1689696/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=240652 CPUtime=582.07
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 506561 0 0 0 57908 299 0 0 25 0 1 0 184640080 246427648 54161 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60163 54161 683 1256 0 58902 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 240652

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8507
/proc/meminfo: memFree=1686048/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=242400 CPUtime=642.05
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 509174 0 0 0 63897 308 0 0 25 0 1 0 184640080 248217600 55072 1992294400 4194304 9342243 548682068736 18446744073709551615 6959737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60600 55072 683 1256 0 59339 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 242400

[startup+702.302 s]

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

/proc/meminfo: memFree=1681312/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243664 CPUtime=1061.9
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 519886 0 0 0 105833 357 0 0 25 0 1 0 184640080 249511936 56153 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60916 56153 687 1256 0 59655 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 243664

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8509
/proc/meminfo: memFree=1680672/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243664 CPUtime=1121.88
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 520030 0 0 0 111824 364 0 0 25 0 1 0 184640080 249511936 56297 1992294400 4194304 9342243 548682068736 18446744073709551615 6039493 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60916 56297 687 1256 0 59655 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 243664

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8509
/proc/meminfo: memFree=1688544/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=248012 CPUtime=1181.85
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 524611 0 0 0 117810 375 0 0 25 0 1 0 184640080 253964288 54761 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 62003 54761 687 1256 0 60742 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 248012

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8509
/proc/meminfo: memFree=1688288/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=232704 CPUtime=1241.84
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 525603 0 0 0 123803 381 0 0 25 0 1 0 184640080 238288896 54392 1992294400 4194304 9342243 548682068736 18446744073709551615 7289242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 58176 54392 687 1256 0 56915 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 232704

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680416/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=271204 CPUtime=1301.81
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 542321 0 0 0 129787 394 0 0 25 0 1 0 184640080 277712896 56341 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 67801 56341 687 1256 0 66540 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 271204

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1686304/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=242844 CPUtime=1361.78
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 578743 0 0 0 135758 420 0 0 25 0 1 0 184640080 248672256 54876 1992294400 4194304 9342243 548682068736 18446744073709551615 6960322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60711 54876 687 1256 0 59450 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 242844

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1684704/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243860 CPUtime=1421.77
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 589364 0 0 0 141743 434 0 0 25 0 1 0 184640080 249712640 55261 1992294400 4194304 9342243 548682068736 18446744073709551615 6957682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60965 55261 687 1256 0 59704 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 243860

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1679200/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=244364 CPUtime=1481.74
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 606134 0 0 0 147727 447 0 0 25 0 1 0 184640080 250228736 56621 1992294400 4194304 9342243 548682068736 18446744073709551615 6039489 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 61091 56621 687 1256 0 59830 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 244364

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1682720/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=239040 CPUtime=1541.73
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 629875 0 0 0 153707 466 0 0 25 0 1 0 184640080 244776960 55739 1992294400 4194304 9342243 548682068736 18446744073709551615 6952930 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 59760 55739 687 1256 0 58499 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 239040

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1681184/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243104 CPUtime=1601.7
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 650439 0 0 0 159688 482 0 0 25 0 1 0 184640080 248938496 56145 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60776 56145 687 1256 0 59515 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 243104

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1685088/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1661.68
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 667402 0 0 0 165671 497 0 0 25 0 1 0 184640080 249454592 55180 1992294400 4194304 9342243 548682068736 18446744073709551615 6889104 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 55180 687 1256 0 59641 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 243608

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680928/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1721.66
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668414 0 0 0 171659 507 0 0 25 0 1 0 184640080 249454592 56192 1992294400 4194304 9342243 548682068736 18446744073709551615 6038437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56192 687 1256 0 59641 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 243608

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1781.63
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668562 0 0 0 177648 515 0 0 25 0 1 0 184640080 249454592 56340 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56340 687 1256 0 59641 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 243608

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1791.24
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668562 0 0 0 178608 516 0 0 25 0 1 0 184640080 249454592 56340 1992294400 4194304 9342243 548682068736 18446744073709551615 6039476 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56340 687 1256 0 59641 0
Current children cumulated CPU time (s) 1791.24
Current children cumulated vsize (KiB) 243608

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1794.43
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668562 0 0 0 178927 516 0 0 25 0 1 0 184640080 249454592 56340 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56340 687 1256 0 59641 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 243608

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1796.03
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668562 0 0 0 179087 516 0 0 25 0 1 0 184640080 249454592 56340 1992294400 4194304 9342243 548682068736 18446744073709551615 6064753 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56340 687 1256 0 59641 0
Current children cumulated CPU time (s) 1796.03
Current children cumulated vsize (KiB) 243608

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1796.83
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668562 0 0 0 179167 516 0 0 25 0 1 0 184640080 249454592 56340 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56340 687 1256 0 59641 0
Current children cumulated CPU time (s) 1796.83
Current children cumulated vsize (KiB) 243608

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=243608 CPUtime=1797.23
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668565 0 0 0 179207 516 0 0 24 0 1 0 184640080 249454592 56343 1992294400 4194304 9342243 548682068736 18446744073709551615 4333688 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 60902 56343 690 1256 0 59641 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (KiB) 243608

[startup+1798.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8515
/proc/meminfo: memFree=1680224/2055920 swapFree=4180860/4192956
[pid=8506] ppid=8504 vsize=200728 CPUtime=1797.43
/proc/8506/stat : 8506 (pbscip.linux.x8) R 8504 8506 8198 0 -1 4194304 668567 0 0 0 179226 517 0 0 25 0 1 0 184640080 205545472 47963 1992294400 4194304 9342243 548682068736 18446744073709551615 5021919 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 50182 47963 692 1256 0 48921 0
Current children cumulated CPU time (s) 1797.43
Current children cumulated vsize (KiB) 200728

Child status: 0
Real time (s): 1798.15
CPU time (s): 1797.49
CPU user time (s): 1792.28
CPU system time (s): 5.20621
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 281484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.28
system time used= 5.20621
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 668570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2028

runsolver used 1.46478 second user time and 3.9214 second system time

The end

Launcher Data

Begin job on node12 at 2009-06-16 18:39:55
IDJOB=1869335
IDBENCH=2630
IDSOLVER=684
FILE ID=node12/1869335-1245170394
PBS_JOBID= 9363884
Free space on /tmp= 66232 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.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-1869335-1245170394/watcher-1869335-1245170394 -o /tmp/evaluation-result-1869335-1245170394/solver-1869335-1245170394 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869335-1245170394.opb

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=1427252890

node12.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.281
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.281
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:       1904712 kB
Buffers:         28992 kB
Cached:          72796 kB
SwapCached:       6264 kB
Active:          64556 kB
Inactive:        45612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904712 kB
SwapTotal:     4192956 kB
SwapFree:      4180860 kB
Dirty:           16908 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            27048 kB
Committed_AS:   174792 kB
PageTables:       1380 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= 66220 MiB
End job on node12 at 2009-06-16 19:09:53