Trace number 1869585

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.58 1797.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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.49/1.53	c SCIP version 1.1.0.7
1.49/1.53	c LP-Solver Clp 1.8.2
1.49/1.53	c user parameter file <scip.set> not found - using default parameters
1.49/1.53	c read problem <HOME/instance-1869585-1245179863.opb>
1.49/1.53	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
1.99/2.04	c start presolving problem
1.99/2.04	c presolving:
2.39/2.46	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 4 chg sides, 1202 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.59/2.67	c (round 2) 1 del vars, 12412 del conss, 1 chg bounds, 4 chg sides, 1202 chg coeffs, 908 upgd conss, 0 impls, 0 clqs
3.09/3.20	c (round 3) 1 del vars, 12412 del conss, 1 chg bounds, 42 chg sides, 1292 chg coeffs, 1797 upgd conss, 740 impls, 12 clqs
3.79/3.83	c (round 4) 1 del vars, 12412 del conss, 1 chg bounds, 104 chg sides, 1415 chg coeffs, 1797 upgd conss, 740 impls, 12 clqs
9.48/9.58	c    (7.8s) probing: 124/13477 (0.9%) - 0 fixings, 0 aggregations, 87 implications, 0 bound changes
9.48/9.58	c    (7.8s) probing aborted: 100/100 successive totally useless probings
9.48/9.58	c presolving (5 rounds):
9.48/9.58	c  1 deleted vars, 12412 deleted constraints, 1 tightened bounds, 0 added holes, 104 changed sides, 1426 changed coefficients
9.48/9.58	c  914 implications, 12 cliques
9.48/9.58	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14228 constraints
9.48/9.58	c    1797 constraints of type <knapsack>
9.48/9.58	c      20 constraints of type <setppc>
9.48/9.58	c   12411 constraints of type <linear>
9.48/9.58	c transformed objective value is always integral (scale: 1)
9.48/9.58	c Presolving Time: 7.49
9.48/9.59	c OPT-LIN
9.48/9.59	c -----------------------------------------------------------------------------------------------
9.48/9.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.48/9.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.48/9.59	c limits/memory = c 1620
9.48/9.59	c # maximal time in seconds to run
9.48/9.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.48/9.59	c limits/time = c 1791
9.48/9.59	c # frequency for displaying node information lines
9.48/9.59	c # [type: int, range: [-1,2147483647], default: 100]
9.48/9.59	c display/freq = c 10000
9.48/9.59	c -----------------------------------------------------------------------------------------------
9.48/9.59	c start solving problem
9.48/9.59	c 
15.18/15.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.18/15.20	c  13.3s|     1 |     0 | 11061 | 122M|   0 |  10k|  13k|  14k|  14k|  13k|  14k|   0 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
92.34/92.43	c  90.3s|     1 |     0 | 31507 | 123M|   0 |  10k|  13k|  14k|  14k|  13k|  14k| 101 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
122.23/122.38	c   120s|     1 |     0 | 37591 | 124M|   0 |  10k|  13k|  14k|  14k|  13k|  14k| 269 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
153.11/153.23	c   151s|     1 |     0 | 41483 | 124M|   0 |9949 |  13k|  14k|  14k|  13k|  14k| 411 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
179.30/179.48	c   177s|     1 |     0 | 44341 | 125M|   0 |9623 |  13k|  14k|  14k|  13k|  14k| 569 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
238.59/238.70	c   236s|     1 |     0 | 53194 | 126M|   0 |9992 |  13k|  14k|  14k|  13k|  14k| 706 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
297.36/297.56	c   295s|     1 |     0 | 61495 | 126M|   0 |9892 |  13k|  14k|  14k|  13k|  15k| 836 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
352.85/353.01	c   350s|     1 |     2 | 61495 | 126M|   0 |9892 |  13k|  14k|  14k|  13k|  15k| 836 |   0 |  23 | 1.900000e+02 |      --      |    Inf 
1796.11/1796.84	c 
1796.11/1796.84	c SCIP Status        : solving was interrupted [time limit reached]
1796.11/1796.84	c Solving Time (sec) : 1791.00
1796.11/1796.84	c Solving Nodes      : 6
1796.11/1796.84	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.11/1796.84	c Dual Bound         : +1.90000000000000e+02
1796.11/1796.84	c Gap                : infinite
1796.11/1796.84	c NODE         6
1796.11/1796.84	c DUAL BOUND   190
1796.11/1796.84	c PRIMAL BOUND 1e+20
1796.11/1796.84	c GAP          1e+20
1796.11/1796.84	s UNKNOWN
1796.11/1796.84	c SCIP Status        : solving was interrupted [time limit reached]
1796.11/1796.84	c Solving Time       :    1791.00
1796.11/1796.84	c Original Problem   :
1796.11/1796.84	c   Problem name     : HOME/instance-1869585-1245179863.opb
1796.11/1796.84	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.11/1796.84	c   Constraints      : 26620 initial, 26620 maximal
1796.11/1796.84	c Presolved Problem  :
1796.11/1796.84	c   Problem name     : t_HOME/instance-1869585-1245179863.opb
1796.11/1796.84	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.11/1796.84	c   Constraints      : 14228 initial, 14228 maximal
1796.11/1796.84	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.11/1796.84	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1796.11/1796.84	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1796.11/1796.84	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.84	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.84	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.84	c   probing          :       5.66          0          0          0          0          0          0          0          0
1796.11/1796.84	c   knapsack         :       0.93          0          0          0          0          0          0        100        224
1796.11/1796.84	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1796.11/1796.84	c   linear           :       0.71          1          0          0          1          0      12412          4       1202
1796.11/1796.84	c   root node        :          -          0          -          -          0          -          -          -          -
1796.11/1796.84	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.11/1796.84	c   integral         :          0          0          0         10          0          0         16          0          0         12
1796.11/1796.84	c   knapsack         :       1797          6       4549          0          0          0         12       1200          0          0
1796.11/1796.84	c   setppc           :         20          6       4549          0          0          0          2          0          0          0
1796.11/1796.84	c   linear           :      12411          6       4549          0          0          0         17          0          0          0
1796.11/1796.84	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.11/1796.84	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.11/1796.84	c   integral         :     245.79       0.00       0.00     245.79       0.00
1796.11/1796.84	c   knapsack         :       0.89       0.07       0.82       0.00       0.00
1796.11/1796.84	c   setppc           :       0.01       0.00       0.01       0.00       0.00
1796.11/1796.84	c   linear           :      10.29       0.03      10.26       0.00       0.00
1796.11/1796.84	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.11/1796.84	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.11/1796.84	c   rootredcost      :       0.00          0          0          0
1796.11/1796.84	c   pseudoobj        :       0.01       4290          0          0
1796.11/1796.84	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.11/1796.84	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.11/1796.84	c   infeasible LP    :       5.28       2091          0          0        0.0          0        0.0          0
1796.11/1796.84	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.11/1796.84	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.11/1796.84	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.11/1796.84	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.11/1796.84	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.11/1796.84	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.11/1796.84	c   cut pool         :       0.01          5          -          -       2195          -    (maximal pool size: 5321)
1796.11/1796.84	c   redcost          :       0.02         16          0          1          0          0
1796.11/1796.84	c   impliedbounds    :       0.01          6          0          0         13          0
1796.11/1796.84	c   intobj           :       0.00          0          0          0          0          0
1796.11/1796.84	c   gomory           :      21.97          6          0          0         31          0
1796.11/1796.84	c   strongcg         :      21.49          6          0          0          6          0
1796.11/1796.84	c   cmir             :      13.55          6          0          0       3000          0
1796.11/1796.84	c   flowcover        :       7.93          6          0          0       1200          0
1796.11/1796.84	c   clique           :       0.01          6          0          0          3          0
1796.11/1796.84	c   zerohalf         :       0.00          0          0          0          0          0
1796.11/1796.84	c   mcf              :       0.02          2          0          0          0          0
1796.11/1796.84	c Pricers            :       Time      Calls       Vars
1796.11/1796.84	c   problem variables:       0.00          0          0
1796.11/1796.84	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.11/1796.84	c   relpscost        :     245.79         10          0         16          0          0         12
1796.11/1796.84	c   pscost           :       0.00          0          0          0          0          0          0
1796.11/1796.84	c   inference        :       0.00          0          0          0          0          0          0
1796.11/1796.84	c   mostinf          :       0.00          0          0          0          0          0          0
1796.11/1796.84	c   leastinf         :       0.00          0          0          0          0          0          0
1796.11/1796.84	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.11/1796.84	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.11/1796.84	c   random           :       0.00          0          0          0          0          0          0
1796.11/1796.84	c Primal Heuristics  :       Time      Calls      Found
1796.11/1796.84	c   LP solutions     :       0.00          -          0
1796.11/1796.84	c   pseudo solutions :       0.00          -          0
1796.11/1796.84	c   oneopt           :       0.00          0          0
1796.11/1796.84	c   simplerounding   :       0.00          0          0
1796.11/1796.84	c   rounding         :       0.28         16          0
1796.11/1796.84	c   shifting         :       3.65          7          0
1796.11/1796.84	c   intshifting      :       0.00          0          0
1796.11/1796.84	c   fixandinfer      :       0.00          0          0
1796.11/1796.84	c   feaspump         :      52.65          1          0
1796.11/1796.84	c   coefdiving       :     798.69          1          0
1796.11/1796.84	c   pscostdiving     :       4.03          1          0
1796.11/1796.84	c   fracdiving       :     424.73          1          0
1796.11/1796.84	c   veclendiving     :       0.00          0          0
1796.11/1796.84	c   intdiving        :       0.00          0          0
1796.11/1796.84	c   actconsdiving    :       0.00          0          0
1796.11/1796.84	c   objpscostdiving  :       0.00          0          0
1796.11/1796.84	c   rootsoldiving    :       0.00          0          0
1796.11/1796.84	c   linesearchdiving :       0.00          0          0
1796.11/1796.84	c   guideddiving     :       0.00          0          0
1796.11/1796.84	c   octane           :       0.00          0          0
1796.11/1796.84	c   rens             :       0.03          0          0
1796.11/1796.84	c   rins             :       0.00          0          0
1796.11/1796.84	c   localbranching   :       0.00          0          0
1796.11/1796.84	c   mutation         :       0.00          0          0
1796.11/1796.84	c   crossover        :       0.00          0          0
1796.11/1796.84	c   dins             :       0.00          0          0
1796.11/1796.84	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.11/1796.84	c   primal LP        :       0.70          0          0       0.00       0.00
1796.11/1796.84	c   dual LP          :     186.75         16      62449    3903.06     334.40
1796.11/1796.84	c   barrier LP       :       0.00          0          0       0.00          -
1796.11/1796.84	c   diving/probing LP:    1251.85       4142     990648     239.17     791.35
1796.11/1796.84	c   strong branching :     245.76        248      91512     369.00     372.36
1796.11/1796.84	c     (at root node) :          -         23      13541     588.74          -
1796.11/1796.84	c   conflict analysis:       0.00          0          0       0.00          -
1796.11/1796.84	c B&B Tree           :
1796.11/1796.84	c   number of runs   :          1
1796.11/1796.84	c   nodes            :          6
1796.11/1796.84	c   nodes (total)    :          6
1796.11/1796.84	c   nodes left       :          7
1796.11/1796.84	c   max depth        :          3
1796.11/1796.84	c   max depth (total):          3
1796.11/1796.84	c   backtracks       :          2 (33.3%)
1796.11/1796.84	c   delayed cutoffs  :          0
1796.11/1796.84	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.11/1796.84	c   avg switch length:       1.67
1796.11/1796.84	c   switching time   :       0.71
1796.11/1796.84	c Solution           :
1796.11/1796.84	c   Solutions found  :          0 (0 improvements)
1796.11/1796.84	c   Primal Bound     :          -
1796.11/1796.84	c   Dual Bound       : +1.90000000000000e+02
1796.11/1796.84	c   Gap              :   infinite
1796.11/1796.84	c   Root Dual Bound  : +1.90000000000000e+02
1796.51/1797.25	c Time complete: 1796.56.

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-1869585-1245179863/watcher-1869585-1245179863 -o /tmp/evaluation-result-1869585-1245179863/solver-1869585-1245179863 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869585-1245179863.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 0.99 3/64 5605
/proc/meminfo: memFree=1812152/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=5812 CPUtime=0
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 185580560 5951488 505 1992294400 4194304 9342243 548682068736 18446744073709551615 8143668 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 1454 516 345 1256 0 193 0

[startup+0.026486 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 5605
/proc/meminfo: memFree=1812152/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=10480 CPUtime=0.01
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 1593 0 0 0 1 0 0 0 18 0 1 0 185580560 10731520 1577 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 2620 1577 378 1256 0 1359 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10480

[startup+0.101499 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 5605
/proc/meminfo: memFree=1812152/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=12404 CPUtime=0.09
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 2093 0 0 0 9 0 0 0 18 0 1 0 185580560 12701696 2077 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 3101 2077 378 1256 0 1840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12404

[startup+0.301535 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 5605
/proc/meminfo: memFree=1812152/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=18224 CPUtime=0.29
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 3524 0 0 0 28 1 0 0 19 0 1 0 185580560 18661376 3508 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 4556 3508 378 1256 0 3295 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18224

[startup+0.701608 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 5605
/proc/meminfo: memFree=1812152/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=27228 CPUtime=0.69
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 5768 0 0 0 67 2 0 0 22 0 1 0 185580560 27881472 5752 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 6807 5752 378 1256 0 5546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27228

[startup+1.50175 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1783664/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=45368 CPUtime=1.49
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 10312 0 0 0 144 5 0 0 25 0 1 0 185580560 46456832 10296 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 11342 10296 378 1256 0 10081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45368

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1623280/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=201168 CPUtime=3.09
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 49345 0 0 0 284 25 0 0 25 0 1 0 185580560 205996032 48185 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 50292 48185 485 1256 0 49031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201168

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1618032/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=203512 CPUtime=6.29
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 50042 0 0 0 601 28 0 0 25 0 1 0 185580560 208396288 48836 1992294400 4194304 9342243 548682068736 18446744073709551615 5063368 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 50878 48836 494 1256 0 49617 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 203512

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1553656/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=274116 CPUtime=12.69
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 66372 0 0 0 1233 36 0 0 25 0 1 0 185580560 280694784 65141 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 68529 65141 620 1256 0 67268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 274116

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1548472/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=280264 CPUtime=25.48
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 71427 0 0 0 2509 39 0 0 25 0 1 0 185580560 286990336 66416 1992294400 4194304 9342243 548682068736 18446744073709551615 6952941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 70066 66416 649 1256 0 68805 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 280264

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1548024/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=281616 CPUtime=51.05
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 71538 0 0 0 5064 41 0 0 25 0 1 0 185580560 288374784 66527 1992294400 4194304 9342243 548682068736 18446744073709551615 6910934 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 70404 66527 649 1256 0 69143 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 281616

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1538488/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=302116 CPUtime=102.24
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 94546 0 0 0 10163 61 0 0 25 0 1 0 185580560 309366784 68946 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 75529 68946 683 1256 0 74268 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 302116

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1532984/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324356 CPUtime=162.22
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 154322 0 0 0 16127 95 0 0 25 0 1 0 185580560 332140544 70274 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81089 70274 683 1256 0 79828 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 324356

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1520568/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=359348 CPUtime=222.19
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 201592 0 0 0 22099 120 0 0 25 0 1 0 185580560 367972352 73998 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 89837 73998 683 1256 0 88576 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 359348

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1509048/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=333912 CPUtime=282.17
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 227314 0 0 0 28079 138 0 0 25 0 1 0 185580560 341925888 75662 1992294400 4194304 9342243 548682068736 18446744073709551615 6896880 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 83478 75662 683 1256 0 82217 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 333912

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1504440/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=365312 CPUtime=342.14
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 253012 0 0 0 34062 152 0 0 25 0 1 0 185580560 374079488 77361 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 91328 77361 690 1256 0 90067 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 365312

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1503928/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=319404 CPUtime=402.12
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 274396 0 0 0 40046 166 0 0 25 0 1 0 185580560 327069696 77504 1992294400 4194304 9342243 548682068736 18446744073709551615 6866826 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 79851 77504 693 1256 0 78590 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 319404

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1500024/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=357500 CPUtime=462.1
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 285499 0 0 0 46033 177 0 0 25 0 1 0 185580560 366080000 78474 1992294400 4194304 9342243 548682068736 18446744073709551615 6967280 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 89375 78474 693 1256 0 88114 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 357500

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1499960/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=357500 CPUtime=522.08
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 310366 0 0 0 52016 192 0 0 25 0 1 0 185580560 366080000 78474 1992294400 4194304 9342243 548682068736 18446744073709551615 6959737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 89375 78474 693 1256 0 88114 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 357500

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1503480/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324788 CPUtime=582.05
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318661 0 0 0 58003 202 0 0 25 0 1 0 185580560 332582912 77559 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81197 77559 693 1256 0 79936 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 324788

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1503480/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324788 CPUtime=642.04
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318665 0 0 0 63991 213 0 0 25 0 1 0 185580560 332582912 77563 1992294400 4194304 9342243 548682068736 18446744073709551615 7289224 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81197 77563 697 1256 0 79936 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 324788

[startup+702.302 s]

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

/proc/meminfo: memFree=1503608/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324788 CPUtime=1121.86
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318665 0 0 0 111908 278 0 0 25 0 1 0 185580560 332582912 77563 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81197 77563 697 1256 0 79936 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 324788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1503672/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324788 CPUtime=1181.84
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318665 0 0 0 117898 286 0 0 25 0 1 0 185580560 332582912 77563 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81197 77563 697 1256 0 79936 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 324788

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1503608/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324788 CPUtime=1241.82
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318665 0 0 0 123888 294 0 0 25 0 1 0 185580560 332582912 77563 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81197 77563 697 1256 0 79936 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 324788

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1503608/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=324788 CPUtime=1301.81
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318665 0 0 0 129878 303 0 0 25 0 1 0 185580560 332582912 77563 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 81197 77563 697 1256 0 79936 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 324788

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502712/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1361.78
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318868 0 0 0 135869 309 0 0 25 0 1 0 185580560 338214912 77766 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77766 697 1256 0 81311 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 330288

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502712/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1421.76
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 141858 318 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 330288

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502648/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1481.74
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 147848 326 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 6038942 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 330288

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1541.71
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 153835 336 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 5889988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 330288

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1601.69
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 159825 344 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 330288

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502520/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1661.67
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 165815 352 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 330288

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502456/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1721.65
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 171804 361 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 6038931 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 330288

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1781.62
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 177796 366 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 330288

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1784.82
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 178116 366 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1784.82
Current children cumulated vsize (KiB) 330288

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1791.23
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 178755 368 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 6038404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 330288

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1794.42
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 179074 368 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 5869941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (KiB) 330288

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1795.22
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 179154 368 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1795.22
Current children cumulated vsize (KiB) 330288

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1796.01
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318869 0 0 0 179233 368 0 0 25 0 1 0 185580560 338214912 77767 1992294400 4194304 9342243 548682068736 18446744073709551615 6960836 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77767 697 1256 0 81311 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 330288

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=330288 CPUtime=1796.41
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318872 0 0 0 179273 368 0 0 25 0 1 0 185580560 338214912 77770 1992294400 4194304 9342243 548682068736 18446744073709551615 4219436 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 82572 77770 700 1256 0 81311 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 330288

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5606
/proc/meminfo: memFree=1502584/2055920 swapFree=4182476/4192956
[pid=5605] ppid=5603 vsize=264536 CPUtime=1796.51
/proc/5605/stat : 5605 (pbscip.linux.x8) R 5603 5605 5488 0 -1 4194304 318873 0 0 0 179282 369 0 0 25 0 1 0 185580560 270884864 63886 1992294400 4194304 9342243 548682068736 18446744073709551615 5799142 0 0 4096 0 0 0 0 17 1 0 0
/proc/5605/statm: 66134 63886 701 1256 0 64873 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 264536

Child status: 0
Real time (s): 1797.25
CPU time (s): 1796.58
CPU user time (s): 1792.84
CPU system time (s): 3.74043
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 365812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.84
system time used= 3.74043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3181

runsolver used 1.3288 second user time and 3.9364 second system time

The end

Launcher Data

Begin job on node67 at 2009-06-16 21:17:44
IDJOB=1869585
IDBENCH=2947
IDSOLVER=684
FILE ID=node67/1869585-1245179863
PBS_JOBID= 9368271
Free space on /tmp= 66424 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_20.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-1869585-1245179863/watcher-1869585-1245179863 -o /tmp/evaluation-result-1869585-1245179863/solver-1869585-1245179863 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869585-1245179863.opb

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1458526078

node67.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.272
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.272
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:       1812632 kB
Buffers:         24980 kB
Cached:         155048 kB
SwapCached:       4524 kB
Active:          63868 kB
Inactive:       123712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812632 kB
SwapTotal:     4192956 kB
SwapFree:      4182476 kB
Dirty:           19224 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            41628 kB
Committed_AS:   103996 kB
PageTables:       1440 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= 66412 MiB
End job on node67 at 2009-06-16 21:47:41