Trace number 1869559

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? 1796.31 1796.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark354
Best CPU time to get the best result obtained on this benchmark1798.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
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

1.09/1.17	c SCIP version 1.1.0.7
1.09/1.17	c LP-Solver Clp 1.8.2
1.09/1.17	c user parameter file <scip.set> not found - using default parameters
1.09/1.17	c read problem <HOME/instance-1869559-1245178484.opb>
1.09/1.17	c original problem has 10998 variables (10998 bin, 0 int, 0 impl, 0 cont) and 21679 constraints
1.59/1.60	c start presolving problem
1.59/1.60	c presolving:
1.89/1.92	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 1 chg sides, 1172 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.99/2.08	c (round 2) 1 del vars, 9946 del conss, 1 chg bounds, 1 chg sides, 1172 chg coeffs, 903 upgd conss, 0 impls, 0 clqs
2.49/2.50	c (round 3) 1 del vars, 9946 del conss, 1 chg bounds, 25 chg sides, 1233 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
2.89/2.99	c (round 4) 1 del vars, 9946 del conss, 1 chg bounds, 61 chg sides, 1315 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
7.59/7.68	c    (6.3s) probing: 121/10997 (1.1%) - 0 fixings, 0 aggregations, 133 implications, 0 bound changes
7.59/7.68	c    (6.3s) probing aborted: 100/100 successive totally useless probings
7.59/7.68	c presolving (5 rounds):
7.59/7.68	c  1 deleted vars, 9946 deleted constraints, 1 tightened bounds, 0 added holes, 61 changed sides, 1323 changed coefficients
7.59/7.68	c  1014 implications, 12 cliques
7.59/7.68	c presolved problem has 10997 variables (10997 bin, 0 int, 0 impl, 0 cont) and 11745 constraints
7.59/7.68	c    1788 constraints of type <knapsack>
7.59/7.68	c      12 constraints of type <setppc>
7.59/7.68	c    9945 constraints of type <linear>
7.59/7.68	c transformed objective value is always integral (scale: 1)
7.59/7.68	c Presolving Time: 6.07
7.59/7.69	c OPT-LIN
7.59/7.69	c -----------------------------------------------------------------------------------------------
7.59/7.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.59/7.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.59/7.69	c limits/memory = c 1620
7.59/7.69	c # maximal time in seconds to run
7.59/7.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.59/7.69	c limits/time = c 1791
7.59/7.69	c # frequency for displaying node information lines
7.59/7.69	c # [type: int, range: [-1,2147483647], default: 100]
7.59/7.69	c display/freq = c 10000
7.59/7.69	c -----------------------------------------------------------------------------------------------
7.59/7.69	c start solving problem
7.59/7.69	c 
10.18/10.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.18/10.22	c   8.8s|     1 |     0 |  6503 | 102M|   0 |6342 |  10k|  11k|  11k|  10k|  11k|   0 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
53.37/53.48	c  51.8s|     1 |     0 | 27430 | 103M|   0 |8051 |  10k|  11k|  11k|  10k|  11k|  82 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
66.17/66.26	c  64.5s|     1 |     0 | 30676 | 104M|   0 |7707 |  10k|  11k|  11k|  10k|  11k| 197 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
83.06/83.15	c  81.3s|     1 |     0 | 33741 | 104M|   0 |7329 |  10k|  11k|  11k|  10k|  12k| 309 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
118.95/119.01	c   117s|     1 |     0 | 41231 | 105M|   0 |7646 |  10k|  11k|  11k|  10k|  12k| 422 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
159.04/159.14	c   157s|     1 |     0 | 48889 | 106M|   0 |7691 |  10k|  11k|  11k|  10k|  12k| 577 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
207.02/207.11	c   205s|     1 |     0 | 56652 | 106M|   0 |7349 |  10k|  11k|  11k|  10k|  12k| 694 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
231.02/231.11	c   229s|     1 |     2 | 56652 | 106M|   0 |7349 |  10k|  11k|  11k|  10k|  12k| 694 |   0 |  21 | 1.710000e+02 |      --      |    Inf 
1795.96/1796.61	c 
1795.96/1796.61	c SCIP Status        : solving was interrupted [time limit reached]
1795.96/1796.61	c Solving Time (sec) : 1791.01
1795.96/1796.61	c Solving Nodes      : 23
1795.96/1796.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.96/1796.61	c Dual Bound         : +1.71000000000000e+02
1795.96/1796.61	c Gap                : infinite
1795.96/1796.61	c NODE         23
1795.96/1796.61	c DUAL BOUND   171
1795.96/1796.61	c PRIMAL BOUND 1e+20
1795.96/1796.61	c GAP          1e+20
1795.96/1796.61	s UNKNOWN
1795.96/1796.61	c SCIP Status        : solving was interrupted [time limit reached]
1795.96/1796.61	c Solving Time       :    1791.01
1795.96/1796.61	c Original Problem   :
1795.96/1796.61	c   Problem name     : HOME/instance-1869559-1245178484.opb
1795.96/1796.61	c   Variables        : 10998 (10998 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.96/1796.61	c   Constraints      : 21679 initial, 21679 maximal
1795.96/1796.61	c Presolved Problem  :
1795.96/1796.61	c   Problem name     : t_HOME/instance-1869559-1245178484.opb
1795.96/1796.61	c   Variables        : 10997 (10997 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.96/1796.61	c   Constraints      : 11745 initial, 11745 maximal
1795.96/1796.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.96/1796.61	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1795.96/1796.61	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1795.96/1796.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.61	c   implics          :       0.01          0          0          0          0          0          0          0          0
1795.96/1796.61	c   probing          :       4.63          0          0          0          0          0          0          0          0
1795.96/1796.61	c   knapsack         :       0.71          0          0          0          0          0          0         60        151
1795.96/1796.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.61	c   linear           :       0.56          1          0          0          1          0       9946          1       1172
1795.96/1796.61	c   root node        :          -          0          -          -          0          -          -          -          -
1795.96/1796.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.96/1796.61	c   integral         :          0          0          0         24          0          0          1          0          0         46
1795.96/1796.61	c   knapsack         :       1788          6       6146          0          0          0          3       1200          0          0
1795.96/1796.61	c   setppc           :         12          6       6146          0          0          0          0          0          0          0
1795.96/1796.61	c   linear           :       9945          6       6146          0          0          0          0          0          0          0
1795.96/1796.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.96/1796.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.96/1796.61	c   integral         :     281.82       0.00       0.00     281.82       0.00
1795.96/1796.61	c   knapsack         :       1.08       0.06       1.02       0.00       0.00
1795.96/1796.61	c   setppc           :       0.01       0.00       0.01       0.00       0.00
1795.96/1796.61	c   linear           :      10.45       0.03      10.42       0.00       0.00
1795.96/1796.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.96/1796.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.96/1796.61	c   rootredcost      :       0.01          0          0          0
1795.96/1796.61	c   pseudoobj        :       0.02       5893          0          0
1795.96/1796.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.96/1796.61	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1795.96/1796.61	c   infeasible LP    :       5.83       2872          0          0        0.0          0        0.0          0
1795.96/1796.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.96/1796.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.96/1796.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.96/1796.61	c   applied globally :          -          -          -          0        0.0          -          -          -
1795.96/1796.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.96/1796.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.96/1796.61	c   cut pool         :       0.00          5          -          -       1128          -    (maximal pool size: 5356)
1795.96/1796.61	c   redcost          :       0.08         29          0          0          0          0
1795.96/1796.61	c   impliedbounds    :       0.02          6          0          0         14          0
1795.96/1796.61	c   intobj           :       0.00          0          0          0          0          0
1795.96/1796.61	c   gomory           :      13.43          6          0          0         51          0
1795.96/1796.61	c   strongcg         :      13.13          6          0          0         14          0
1795.96/1796.61	c   cmir             :       9.82          6          0          0       3000          0
1795.96/1796.61	c   flowcover        :      10.47          6          0          0       1200          0
1795.96/1796.61	c   clique           :       0.01          6          0          0          1          0
1795.96/1796.61	c   zerohalf         :       0.00          0          0          0          0          0
1795.96/1796.61	c   mcf              :       0.00          1          0          0          0          0
1795.96/1796.61	c Pricers            :       Time      Calls       Vars
1795.96/1796.61	c   problem variables:       0.00          0          0
1795.96/1796.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.96/1796.61	c   relpscost        :     281.82         24          0          1          0          0         46
1795.96/1796.61	c   pscost           :       0.00          0          0          0          0          0          0
1795.96/1796.61	c   inference        :       0.00          0          0          0          0          0          0
1795.96/1796.61	c   mostinf          :       0.00          0          0          0          0          0          0
1795.96/1796.61	c   leastinf         :       0.00          0          0          0          0          0          0
1795.96/1796.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.96/1796.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.96/1796.61	c   random           :       0.00          0          0          0          0          0          0
1795.96/1796.61	c Primal Heuristics  :       Time      Calls      Found
1795.96/1796.61	c   LP solutions     :       0.00          -          0
1795.96/1796.61	c   pseudo solutions :       0.00          -          0
1795.96/1796.61	c   oneopt           :       0.01          0          0
1795.96/1796.61	c   veclendiving     :       0.00          0          0
1795.96/1796.61	c   objpscostdiving  :       0.00          0          0
1795.96/1796.61	c   rootsoldiving    :       0.00          0          0
1795.96/1796.61	c   linesearchdiving :       0.00          0          0
1795.96/1796.61	c   guideddiving     :       0.00          0          0
1795.96/1796.61	c   crossover        :       0.00          0          0
1795.96/1796.61	c   simplerounding   :       0.00          0          0
1795.96/1796.61	c   rounding         :       0.35         30          0
1795.96/1796.61	c   shifting         :       2.44          8          0
1795.96/1796.61	c   intshifting      :       0.00          0          0
1795.96/1796.61	c   fixandinfer      :       0.00          0          0
1795.96/1796.61	c   feaspump         :      29.49          1          0
1795.96/1796.61	c   coefdiving       :     596.03          1          0
1795.96/1796.61	c   pscostdiving     :      13.05          1          0
1795.96/1796.61	c   fracdiving       :     633.58          1          0
1795.96/1796.61	c   intdiving        :       0.00          0          0
1795.96/1796.61	c   actconsdiving    :       0.00          0          0
1795.96/1796.61	c   octane           :       0.00          0          0
1795.96/1796.61	c   rens             :       0.02          0          0
1795.96/1796.61	c   rins             :       0.00          0          0
1795.96/1796.61	c   localbranching   :       0.00          0          0
1795.96/1796.61	c   mutation         :       0.00          0          0
1795.96/1796.61	c   dins             :       0.00          0          0
1795.96/1796.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.96/1796.61	c   primal LP        :       0.43          0          0       0.00       0.00
1795.96/1796.61	c   dual LP          :     179.60         30      80437    2681.23     447.87
1795.96/1796.61	c   barrier LP       :       0.00          0          0       0.00          -
1795.96/1796.61	c   diving/probing LP:    1240.38       5305    1200190     226.24     967.60
1795.96/1796.61	c   strong branching :     281.72        304     157570     518.32     559.31
1795.96/1796.61	c     (at root node) :          -         21       9165     436.43          -
1795.96/1796.61	c   conflict analysis:       0.00          0          0       0.00          -
1795.96/1796.61	c B&B Tree           :
1795.96/1796.61	c   number of runs   :          1
1795.96/1796.61	c   nodes            :         23
1795.96/1796.61	c   nodes (total)    :         23
1795.96/1796.61	c   nodes left       :         24
1795.96/1796.61	c   max depth        :         16
1795.96/1796.61	c   max depth (total):         16
1795.96/1796.61	c   backtracks       :          2 (8.7%)
1795.96/1796.61	c   delayed cutoffs  :          0
1795.96/1796.61	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.96/1796.61	c   avg switch length:       1.83
1795.96/1796.61	c   switching time   :       0.45
1795.96/1796.61	c Solution           :
1795.96/1796.61	c   Solutions found  :          0 (0 improvements)
1795.96/1796.61	c   Primal Bound     :          -
1795.96/1796.61	c   Dual Bound       : +1.71000000000000e+02
1795.96/1796.61	c   Gap              :   infinite
1795.96/1796.61	c   Root Dual Bound  : +1.71000000000000e+02
1796.26/1796.93	c Time complete: 1796.3.

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-1869559-1245178484/watcher-1869559-1245178484 -o /tmp/evaluation-result-1869559-1245178484/solver-1869559-1245178484 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869559-1245178484.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/65 13960
/proc/meminfo: memFree=938304/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=7616 CPUtime=0
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 572 0 0 0 0 0 0 0 20 0 1 0 185446349 7798784 556 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 1904 565 353 1256 0 643 0

[startup+0.067819 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13960
/proc/meminfo: memFree=938304/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=11704 CPUtime=0.05
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 1905 0 0 0 5 0 0 0 20 0 1 0 185446349 11984896 1889 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 2926 1889 378 1256 0 1665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11704

[startup+0.101825 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13960
/proc/meminfo: memFree=938304/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=12968 CPUtime=0.09
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 2209 0 0 0 8 1 0 0 20 0 1 0 185446349 13279232 2193 1992294400 4194304 9342243 548682068736 18446744073709551615 8236272 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 3242 2193 378 1256 0 1981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12968

[startup+0.301863 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13960
/proc/meminfo: memFree=938304/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=19736 CPUtime=0.29
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 3890 0 0 0 27 2 0 0 22 0 1 0 185446349 20209664 3874 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 4934 3874 378 1256 0 3673 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19736

[startup+0.70194 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13960
/proc/meminfo: memFree=938304/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=29360 CPUtime=0.69
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 6323 0 0 0 66 3 0 0 25 0 1 0 185446349 30064640 6307 1992294400 4194304 9342243 548682068736 18446744073709551615 7636353 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 7340 6307 378 1256 0 6079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29360

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13961
/proc/meminfo: memFree=907704/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=159880 CPUtime=1.49
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 37945 0 0 0 134 15 0 0 25 0 1 0 185446349 163717120 37576 1992294400 4194304 9342243 548682068736 18446744073709551615 8251516 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 39970 37583 416 1256 0 38709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159880

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13961
/proc/meminfo: memFree=764664/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=185276 CPUtime=3.09
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 44695 0 0 0 287 22 0 0 25 0 1 0 185446349 189722624 44237 1992294400 4194304 9342243 548682068736 18446744073709551615 5063004 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 46319 44237 494 1256 0 45058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185276

[startup+6.30201 s]
/proc/loadavg: 1.16 1.03 1.01 2/66 13961
/proc/meminfo: memFree=762168/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=185276 CPUtime=6.29
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 44711 0 0 0 607 22 0 0 25 0 1 0 185446349 189722624 44253 1992294400 4194304 9342243 548682068736 18446744073709551615 5028832 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 46319 44253 494 1256 0 45058 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 185276

[startup+12.7012 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 13961
/proc/meminfo: memFree=713536/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=243220 CPUtime=12.69
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 64516 0 0 0 1238 31 0 0 25 0 1 0 185446349 249057280 56816 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 60805 56816 649 1256 0 59544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 243220

[startup+25.5017 s]
/proc/loadavg: 1.31 1.08 1.02 2/66 13961
/proc/meminfo: memFree=714624/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=243796 CPUtime=25.48
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 70953 0 0 0 2512 36 0 0 25 0 1 0 185446349 249647104 56665 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 60949 56665 649 1256 0 59688 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 243796

[startup+51.1016 s]
/proc/loadavg: 1.20 1.07 1.02 2/66 13961
/proc/meminfo: memFree=708928/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=250204 CPUtime=51.07
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 90962 0 0 0 5053 54 0 0 25 0 1 0 185446349 256208896 57907 1992294400 4194304 9342243 548682068736 18446744073709551615 6867530 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 62551 57907 678 1256 0 61290 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 250204

[startup+102.305 s]
/proc/loadavg: 1.09 1.06 1.02 2/66 13961
/proc/meminfo: memFree=682240/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=308952 CPUtime=102.26
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 123059 0 0 0 10149 77 0 0 25 0 1 0 185446349 316366848 64601 1992294400 4194304 9342243 548682068736 18446744073709551615 5874730 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 77238 64601 678 1256 0 75977 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 308952

[startup+162.302 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 13961
/proc/meminfo: memFree=690112/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=282428 CPUtime=162.23
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 171166 0 0 0 16116 107 0 0 25 0 1 0 185446349 289206272 62605 1992294400 4194304 9342243 548682068736 18446744073709551615 6939005 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 70607 62605 678 1256 0 69346 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 282428

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.01 2/66 13962
/proc/meminfo: memFree=677888/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=321120 CPUtime=222.21
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 211809 0 0 0 22092 129 0 0 25 0 1 0 185446349 328826880 65635 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 80280 65635 685 1256 0 79019 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 321120

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 13962
/proc/meminfo: memFree=675456/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=294492 CPUtime=282.19
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 235042 0 0 0 28074 145 0 0 25 0 1 0 185446349 301559808 66244 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 73623 66244 688 1256 0 72362 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 294492

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 13963
/proc/meminfo: memFree=674880/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=342.17
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 250966 0 0 0 34057 160 0 0 25 0 1 0 185446349 304766976 66364 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 66364 688 1256 0 73145 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 297624

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13969
/proc/meminfo: memFree=674176/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=402.14
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 251106 0 0 0 40046 168 0 0 25 0 1 0 185446349 304766976 66504 1992294400 4194304 9342243 548682068736 18446744073709551615 6960570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 66504 688 1256 0 73145 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 297624

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13969
/proc/meminfo: memFree=674176/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=462.12
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 251106 0 0 0 46036 176 0 0 25 0 1 0 185446349 304766976 66504 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 66504 688 1256 0 73145 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 297624

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=671936/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=522.11
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 251715 0 0 0 52027 184 0 0 25 0 1 0 185446349 304766976 67113 1992294400 4194304 9342243 548682068736 18446744073709551615 6978128 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67113 693 1256 0 73145 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 297624

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=671296/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=582.08
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 251858 0 0 0 58015 193 0 0 25 0 1 0 185446349 304766976 67256 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67256 693 1256 0 73145 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 297624

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=671232/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=642.06
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 251867 0 0 0 64004 202 0 0 25 0 1 0 185446349 304766976 67265 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67265 693 1256 0 73145 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 297624

[startup+702.302 s]

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

/proc/meminfo: memFree=670016/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1061.92
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252180 0 0 0 105929 263 0 0 25 0 1 0 185446349 304766976 67577 1992294400 4194304 9342243 548682068736 18446744073709551615 6038437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67577 693 1256 0 73145 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 297624

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668992/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1121.9
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252436 0 0 0 111921 269 0 0 25 0 1 0 185446349 304766976 67833 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67833 693 1256 0 73145 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 297624

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668672/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1181.88
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 117910 278 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6962206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 297624

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1241.86
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 123898 288 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 297624

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1301.84
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 129885 299 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 7289219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 297624

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1361.82
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 135873 309 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 297624

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1421.79
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 141857 322 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 297624

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1481.77
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 147843 334 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6962183 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 297624

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1541.75
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 153831 344 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 297624

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1601.73
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 159817 356 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6960231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 297624

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1661.71
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 165806 365 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6038915 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 297624

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668544/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1721.69
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 171795 374 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 297624

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1781.67
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 177783 384 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6959577 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 297624

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1784.87
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 178103 384 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 7289239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 297624

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1791.27
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 178742 385 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6351381 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1791.27
Current children cumulated vsize (KiB) 297624

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1794.47
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 179062 385 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6038931 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1794.47
Current children cumulated vsize (KiB) 297624

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=297624 CPUtime=1795.26
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252503 0 0 0 179141 385 0 0 25 0 1 0 185446349 304766976 67900 1992294400 4194304 9342243 548682068736 18446744073709551615 6038437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13960/statm: 74406 67900 693 1256 0 73145 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 297624

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=274856 CPUtime=1796.06
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252507 0 0 0 179221 385 0 0 25 0 1 0 185446349 281452544 66450 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 68714 66450 697 1256 0 67453 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 274856

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13969
/proc/meminfo: memFree=668480/2055920 swapFree=4178232/4192956
[pid=13960] ppid=13958 vsize=217352 CPUtime=1796.26
/proc/13960/stat : 13960 (pbscip.linux.x8) R 13958 13960 13814 0 -1 4194304 252508 0 0 0 179240 386 0 0 25 0 1 0 185446349 222568448 52251 1992294400 4194304 9342243 548682068736 18446744073709551615 8312599 0 0 4096 0 0 0 0 17 1 0 0
/proc/13960/statm: 54338 52251 698 1256 0 53077 0
Current children cumulated CPU time (s) 1796.26
Current children cumulated vsize (KiB) 217352

Child status: 0
Real time (s): 1796.94
CPU time (s): 1796.31
CPU user time (s): 1792.41
CPU system time (s): 3.90041
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 321120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.41
system time used= 3.90041
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252511
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= 4
involuntary context switches= 1349

runsolver used 1.92071 second user time and 4.6223 second system time

The end

Launcher Data

Begin job on node91 at 2009-06-16 20:54:45
IDJOB=1869559
IDBENCH=2934
IDSOLVER=684
FILE ID=node91/1869559-1245178484
PBS_JOBID= 9363908
Free space on /tmp= 66440 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/bounded_golomb_rulers/normalized-bogr_19.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-1869559-1245178484/watcher-1869559-1245178484 -o /tmp/evaluation-result-1869559-1245178484/solver-1869559-1245178484 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869559-1245178484.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=1177603577

node91.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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        938784 kB
Buffers:         41580 kB
Cached:         973268 kB
SwapCached:       8484 kB
Active:         551548 kB
Inactive:       473408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        938784 kB
SwapTotal:     4192956 kB
SwapFree:      4178232 kB
Dirty:           17748 kB
Writeback:           0 kB
Mapped:          15496 kB
Slab:            78064 kB
Committed_AS:    79844 kB
PageTables:       1364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node91 at 2009-06-16 21:24:42