Trace number 1869345

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? 1795.63 1796.21

General information on the benchmark

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

Solver Data

0.79/0.80	c SCIP version 1.1.0.7
0.79/0.80	c LP-Solver Clp 1.8.2
0.79/0.80	c user parameter file <scip.set> not found - using default parameters
0.79/0.80	c read problem <HOME/instance-1869345-1245170636.opb>
0.79/0.80	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.99/1.09	c start presolving problem
0.99/1.09	c presolving:
1.39/1.40	c (round 1) 0 del vars, 6936 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
5.49/5.51	c    (4.6s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
5.49/5.51	c    (4.6s) probing aborted: 100/100 successive totally useless probings
5.49/5.51	c presolving (2 rounds):
5.49/5.51	c  0 deleted vars, 6936 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.49/5.51	c  14144 implications, 0 cliques
5.49/5.51	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
5.49/5.51	c      16 constraints of type <knapsack>
5.49/5.51	c    6936 constraints of type <linear>
5.49/5.51	c transformed objective value is always integral (scale: 1)
5.49/5.51	c Presolving Time: 4.42
5.49/5.52	c OPT-LIN
5.49/5.52	c -----------------------------------------------------------------------------------------------
5.49/5.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.49/5.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.49/5.52	c limits/memory = c 1620
5.49/5.52	c # maximal time in seconds to run
5.49/5.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.49/5.52	c limits/time = c 1791
5.49/5.52	c # frequency for displaying node information lines
5.49/5.52	c # [type: int, range: [-1,2147483647], default: 100]
5.49/5.52	c display/freq = c 10000
5.49/5.52	c -----------------------------------------------------------------------------------------------
5.49/5.52	c start solving problem
5.49/5.52	c 
8.49/8.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.52	c   7.5s|     1 |     0 |  9039 |  64M|   0 |4010 |7089 |6952 |6952 |7089 |6952 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
19.18/19.29	c  18.3s|     1 |     0 | 16291 |  65M|   0 |4036 |7089 |6952 |6952 |7089 |7030 |  78 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
21.48/21.56	c  20.5s|     1 |     0 | 16535 |  65M|   0 |4032 |7089 |6952 |6952 |7089 |7098 | 146 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
23.78/23.80	c  22.7s|     1 |     0 | 16803 |  66M|   0 |4038 |7089 |6952 |6952 |7089 |7155 | 203 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
26.28/26.37	c  25.3s|     1 |     0 | 17114 |  67M|   0 |4029 |7089 |6952 |6952 |7089 |7214 | 262 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
28.98/29.06	c  27.9s|     1 |     0 | 17468 |  67M|   0 |4027 |7089 |6952 |6952 |7089 |7271 | 319 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
33.18/33.24	c  32.1s|     1 |     0 | 18189 |  68M|   0 |4053 |7089 |6952 |6952 |7089 |7328 | 376 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
55.87/55.91	c  54.7s|     1 |     2 | 18189 |  68M|   0 |4053 |7089 |6952 |6952 |7089 |7328 | 376 |   0 |  32 | 1.600115e+01 |      --      |    Inf 
1795.31/1795.97	c 
1795.31/1795.97	c SCIP Status        : solving was interrupted [time limit reached]
1795.31/1795.97	c Solving Time (sec) : 1791.00
1795.31/1795.97	c Solving Nodes      : 4623
1795.31/1795.97	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.31/1795.97	c Dual Bound         : +1.80000000000000e+01
1795.31/1795.97	c Gap                : infinite
1795.31/1795.97	c NODE         4623
1795.31/1795.97	c DUAL BOUND   18
1795.31/1795.97	c PRIMAL BOUND 1e+20
1795.31/1795.97	c GAP          1e+20
1795.31/1795.97	s UNKNOWN
1795.31/1795.97	c SCIP Status        : solving was interrupted [time limit reached]
1795.31/1795.97	c Solving Time       :    1791.00
1795.31/1795.97	c Original Problem   :
1795.31/1795.97	c   Problem name     : HOME/instance-1869345-1245170636.opb
1795.31/1795.97	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.31/1795.97	c   Constraints      : 13888 initial, 13888 maximal
1795.31/1795.97	c Presolved Problem  :
1795.31/1795.97	c   Problem name     : t_HOME/instance-1869345-1245170636.opb
1795.31/1795.97	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.31/1795.97	c   Constraints      : 6952 initial, 7544 maximal
1795.31/1795.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.31/1795.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   probing          :       4.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1795.31/1795.97	c   linear           :       0.34          0          0          0          0          0       6936          0          0
1795.31/1795.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.31/1795.97	c   root node        :          -          0          -          -          0          -          -          -          -
1795.31/1795.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.31/1795.97	c   integral         :          0          0          0       4031          0          5        430          0          0       7850
1795.31/1795.97	c   knapsack         :         16          6      19610          0          1         26       2145         85          0          0
1795.31/1795.97	c   linear           :       6936          6      19584          0          0        144     323707          0          0          0
1795.31/1795.97	c   logicor          :          0+         0       1843          0          0          1        195          0          0          0
1795.31/1795.97	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.31/1795.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.31/1795.97	c   integral         :     408.25       0.00       0.00     408.25       0.00
1795.31/1795.97	c   knapsack         :       2.48       0.01       2.47       0.00       0.00
1795.31/1795.97	c   linear           :      81.97       0.01      81.96       0.00       0.00
1795.31/1795.97	c   logicor          :       0.22       0.00       0.22       0.00       0.00
1795.31/1795.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.31/1795.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.31/1795.97	c   rootredcost      :       0.02          0          0          0
1795.31/1795.97	c   pseudoobj        :       0.08      19363          0          0
1795.31/1795.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.31/1795.97	c   propagation      :       0.04        171        171       1068       36.7         13       12.5          -
1795.31/1795.97	c   infeasible LP    :       6.43       4694          0          0        0.0          0        0.0          0
1795.31/1795.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.31/1795.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.31/1795.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.31/1795.97	c   applied globally :          -          -          -        592       33.1          -          -          -
1795.31/1795.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.31/1795.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.31/1795.97	c   cut pool         :       0.01          5          -          -       2189          -    (maximal pool size: 4183)
1795.31/1795.97	c   redcost          :       3.81       4033          0         15          0          0
1795.31/1795.97	c   impliedbounds    :       0.01          6          0          0         51          0
1795.31/1795.97	c   intobj           :       0.00          0          0          0          0          0
1795.31/1795.97	c   gomory           :       0.22          6          0          0         27          0
1795.31/1795.97	c   strongcg         :       0.20          6          0          0         14          0
1795.31/1795.97	c   cmir             :       4.81          6          0          0       3000          0
1795.31/1795.97	c   flowcover        :       2.97          6          0          0       1200          0
1795.31/1795.97	c   clique           :       0.01          1          0          0          0          0
1795.31/1795.97	c   zerohalf         :       0.00          0          0          0          0          0
1795.31/1795.97	c   mcf              :       0.00          1          0          0          0          0
1795.31/1795.97	c Pricers            :       Time      Calls       Vars
1795.31/1795.97	c   problem variables:       0.00          0          0
1795.31/1795.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.31/1795.97	c   relpscost        :     408.24       4031          5        430          0          0       7850
1795.31/1795.97	c   pscost           :       0.00          0          0          0          0          0          0
1795.31/1795.97	c   inference        :       0.00          1          0          0          0          0          2
1795.31/1795.97	c   mostinf          :       0.00          0          0          0          0          0          0
1795.31/1795.97	c   leastinf         :       0.00          0          0          0          0          0          0
1795.31/1795.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.31/1795.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.31/1795.97	c   random           :       0.00          0          0          0          0          0          0
1795.31/1795.97	c Primal Heuristics  :       Time      Calls      Found
1795.31/1795.97	c   LP solutions     :       0.00          -          0
1795.31/1795.97	c   pseudo solutions :       0.00          -          0
1795.31/1795.97	c   oneopt           :       0.00          0          0
1795.31/1795.97	c   crossover        :       0.00          0          0
1795.31/1795.97	c   guideddiving     :       0.00          0          0
1795.31/1795.97	c   intshifting      :       0.00          0          0
1795.31/1795.97	c   fracdiving       :     205.69          2          0
1795.31/1795.97	c   coefdiving       :     271.50          3          0
1795.31/1795.97	c   objpscostdiving  :      97.40          2          0
1795.31/1795.97	c   rootsoldiving    :      33.18          3          0
1795.31/1795.97	c   veclendiving     :      47.18          7          0
1795.31/1795.97	c   pscostdiving     :      53.77          8          0
1795.31/1795.97	c   feaspump         :      50.64          6          0
1795.31/1795.97	c   linesearchdiving :      35.26         18          0
1795.31/1795.97	c   simplerounding   :       0.00          0          0
1795.31/1795.97	c   rounding         :       3.49        852          0
1795.31/1795.97	c   shifting         :      19.07        236          0
1795.31/1795.97	c   fixandinfer      :       0.00          0          0
1795.31/1795.97	c   intdiving        :       0.00          0          0
1795.31/1795.97	c   actconsdiving    :       0.00          0          0
1795.31/1795.97	c   octane           :       0.00          0          0
1795.31/1795.97	c   rens             :       0.02          0          0
1795.31/1795.97	c   rins             :       0.00          0          0
1795.31/1795.97	c   localbranching   :       0.00          0          0
1795.31/1795.97	c   mutation         :       0.00          0          0
1795.31/1795.97	c   dins             :       0.00          0          0
1795.31/1795.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.31/1795.97	c   primal LP        :       0.19          0          0       0.00       0.00
1795.31/1795.97	c   dual LP          :     465.56       4582     602553     131.50    1294.25
1795.31/1795.97	c   barrier LP       :       0.00          0          0       0.00          -
1795.31/1795.97	c   diving/probing LP:     718.76       9574     612458      63.97     852.10
1795.31/1795.97	c   strong branching :     403.83       2413     418033     173.24    1035.17
1795.31/1795.97	c     (at root node) :          -         32      10575     330.47          -
1795.31/1795.97	c   conflict analysis:       0.00          0          0       0.00          -
1795.31/1795.97	c B&B Tree           :
1795.31/1795.97	c   number of runs   :          1
1795.31/1795.97	c   nodes            :       4623
1795.31/1795.97	c   nodes (total)    :       4623
1795.31/1795.97	c   nodes left       :       3218
1795.31/1795.97	c   max depth        :        507
1795.31/1795.97	c   max depth (total):        507
1795.31/1795.97	c   backtracks       :        295 (6.4%)
1795.31/1795.97	c   delayed cutoffs  :         12
1795.31/1795.97	c   repropagations   :       1058 (20518 domain reductions, 10 cutoffs)
1795.31/1795.97	c   avg switch length:       6.02
1795.31/1795.97	c   switching time   :      10.28
1795.31/1795.97	c Solution           :
1795.31/1795.97	c   Solutions found  :          0 (0 improvements)
1795.31/1795.97	c   Primal Bound     :          -
1795.31/1795.97	c   Dual Bound       : +1.80000000000000e+01
1795.31/1795.97	c   Gap              :   infinite
1795.31/1795.97	c   Root Dual Bound  : +1.60011547344111e+01
1795.61/1796.21	c Time complete: 1795.62.

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-1869345-1245170636/watcher-1869345-1245170636 -o /tmp/evaluation-result-1869345-1245170636/solver-1869345-1245170636 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869345-1245170636.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.97 3/64 2986
/proc/meminfo: memFree=1914112/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=5812 CPUtime=0
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 1393126 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2986/statm: 1453 502 332 1256 0 192 0

[startup+0.0295749 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 2986
/proc/meminfo: memFree=1914112/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=10700 CPUtime=0.02
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 1639 0 0 0 2 0 0 0 18 0 1 0 1393126 10956800 1623 1992294400 4194304 9342243 548682068736 18446744073709551615 7637144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2986/statm: 2675 1623 378 1256 0 1414 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10700

[startup+0.101584 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 2986
/proc/meminfo: memFree=1914112/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=12540 CPUtime=0.09
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 2100 0 0 0 9 0 0 0 18 0 1 0 1393126 12840960 2084 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/2986/statm: 3135 2084 378 1256 0 1874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12540

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

[startup+0.70167 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 2986
/proc/meminfo: memFree=1914112/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=27472 CPUtime=0.69
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 5831 0 0 0 67 2 0 0 22 0 1 0 1393126 28131328 5815 1992294400 4194304 9342243 548682068736 18446744073709551615 7636212 0 0 4096 0 0 0 0 17 1 0 0
/proc/2986/statm: 6868 5815 378 1256 0 5607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27472

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1820280/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=131004 CPUtime=1.49
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 31317 0 0 0 136 13 0 0 25 0 1 0 1393126 134148096 30947 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 32751 30947 473 1256 0 31490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131004

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1791672/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=131004 CPUtime=3.09
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 31368 0 0 0 296 13 0 0 25 0 1 0 1393126 134148096 30998 1992294400 4194304 9342243 548682068736 18446744073709551615 5063474 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 32751 30998 484 1256 0 31490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131004

[startup+6.30148 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1791352/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=161452 CPUtime=6.29
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 38144 0 0 0 613 16 0 0 25 0 1 0 1393126 165326848 37762 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 40363 37762 611 1256 0 39102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 161452

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1759616/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=167532 CPUtime=12.69
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 42436 0 0 0 1250 19 0 0 25 0 1 0 1393126 171552768 39148 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 41883 39148 640 1256 0 40622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 167532

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1755200/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=181780 CPUtime=25.49
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 50892 0 0 0 2521 28 0 0 25 0 1 0 1393126 186142720 40284 1992294400 4194304 9342243 548682068736 18446744073709551615 4297897 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 45445 40284 665 1256 0 44184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 181780

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1741120/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207540 CPUtime=51.07
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 76159 0 0 0 5064 43 0 0 25 0 1 0 1393126 212520960 43800 1992294400 4194304 9342243 548682068736 18446744073709551615 6960300 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51885 43800 673 1256 0 50624 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 207540

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1743104/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=199664 CPUtime=102.26
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 119508 0 0 0 10158 68 0 0 25 0 1 0 1393126 204455936 43295 1992294400 4194304 9342243 548682068736 18446744073709551615 6960836 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 49916 43295 676 1256 0 48655 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 199664

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1743040/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=199384 CPUtime=162.24
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 191656 0 0 0 16117 107 0 0 25 0 1 0 1393126 204169216 43306 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 49846 43306 677 1256 0 48585 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 199384

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1742400/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=184296 CPUtime=222.22
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 254292 0 0 0 22080 142 0 0 25 0 1 0 1393126 188719104 43458 1992294400 4194304 9342243 548682068736 18446744073709551615 6960602 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 46074 43458 682 1256 0 44813 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 184296

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1742336/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=184296 CPUtime=282.2
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 254293 0 0 0 28071 149 0 0 25 0 1 0 1393126 188719104 43459 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 46074 43459 683 1256 0 44813 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 184296

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1742336/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=184296 CPUtime=342.18
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 254293 0 0 0 34064 154 0 0 25 0 1 0 1393126 188719104 43459 1992294400 4194304 9342243 548682068736 18446744073709551615 5734766 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 46074 43459 683 1256 0 44813 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 184296

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1740480/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=187132 CPUtime=402.17
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 254751 0 0 0 40058 159 0 0 25 0 1 0 1393126 191623168 43917 1992294400 4194304 9342243 548682068736 18446744073709551615 6038407 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 46783 43917 683 1256 0 45522 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 187132

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1737856/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=188652 CPUtime=462.15
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 255407 0 0 0 46052 163 0 0 25 0 1 0 1393126 193179648 44573 1992294400 4194304 9342243 548682068736 18446744073709551615 6039472 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 47163 44573 687 1256 0 45902 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 188652

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2987
/proc/meminfo: memFree=1734016/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=194068 CPUtime=522.12
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 256354 0 0 0 52044 168 0 0 25 0 1 0 1393126 198725632 45520 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 48517 45520 687 1256 0 47256 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 194068

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2989
/proc/meminfo: memFree=1733696/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=194556 CPUtime=582.1
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 256412 0 0 0 58035 175 0 0 25 0 1 0 1393126 199225344 45578 1992294400 4194304 9342243 548682068736 18446744073709551615 6918727 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 48639 45578 687 1256 0 47378 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 194556

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2989
/proc/meminfo: memFree=1737984/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=188408 CPUtime=642.09
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 258196 0 0 0 64027 182 0 0 25 0 1 0 1393126 192929792 44492 1992294400 4194304 9342243 548682068736 18446744073709551615 6952930 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 47102 44492 687 1256 0 45841 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 188408

[startup+702.301 s]

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

/proc/meminfo: memFree=1733888/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=195540 CPUtime=1121.92
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 332225 0 0 0 111922 270 0 0 25 0 1 0 1393126 200232960 45512 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 48885 45512 688 1256 0 47624 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 195540

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1733760/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=198440 CPUtime=1181.91
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 335338 0 0 0 117913 278 0 0 25 0 1 0 1393126 203202560 45552 1992294400 4194304 9342243 548682068736 18446744073709551615 6960255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 49610 45552 688 1256 0 48349 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 198440

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1735232/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=198140 CPUtime=1241.88
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 337800 0 0 0 123902 286 0 0 25 0 1 0 1393126 202895360 45137 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 49535 45137 688 1256 0 48274 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 198140

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1733248/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=198140 CPUtime=1301.86
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 338277 0 0 0 129892 294 0 0 25 0 1 0 1393126 202895360 45614 1992294400 4194304 9342243 548682068736 18446744073709551615 4265884 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 49535 45614 688 1256 0 48274 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 198140

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1732288/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=201020 CPUtime=1361.84
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 338514 0 0 0 135885 299 0 0 25 0 1 0 1393126 205844480 45851 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50255 45851 688 1256 0 48994 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 201020

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1725568/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=203772 CPUtime=1421.83
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 340154 0 0 0 141876 307 0 0 25 0 1 0 1393126 208662528 47491 1992294400 4194304 9342243 548682068736 18446744073709551615 6039493 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50943 47491 688 1256 0 49682 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 203772

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1730624/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=201236 CPUtime=1481.81
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 340934 0 0 0 147867 314 0 0 25 0 1 0 1393126 206065664 46221 1992294400 4194304 9342243 548682068736 18446744073709551615 7289239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50309 46221 688 1256 0 49048 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 201236

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1726592/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=203908 CPUtime=1541.79
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 341913 0 0 0 153860 319 0 0 25 0 1 0 1393126 208801792 47200 1992294400 4194304 9342243 548682068736 18446744073709551615 6039466 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50977 47200 688 1256 0 49716 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 203908

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1723904/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=203488 CPUtime=1601.77
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 344545 0 0 0 159849 328 0 0 25 0 1 0 1393126 208371712 47870 1992294400 4194304 9342243 548682068736 18446744073709551615 6889040 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50872 47870 688 1256 0 49611 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 203488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 2995
/proc/meminfo: memFree=1725312/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=205384 CPUtime=1661.75
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 346573 0 0 0 165838 337 0 0 25 0 1 0 1393126 210313216 47512 1992294400 4194304 9342243 548682068736 18446744073709551615 7289219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51346 47512 688 1256 0 50085 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 205384

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1724800/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=201108 CPUtime=1721.73
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 350713 0 0 0 171827 346 0 0 25 0 1 0 1393126 205934592 47255 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50277 47255 688 1256 0 49016 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 201108

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1718528/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=200268 CPUtime=1781.71
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 354917 0 0 0 177813 358 0 0 25 0 1 0 1393126 205074432 47040 1992294400 4194304 9342243 548682068736 18446744073709551615 6867530 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 50067 47040 688 1256 0 48806 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 200268

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

[startup+1785.5 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1724160/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207916 CPUtime=1784.91
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 355683 0 0 0 178132 359 0 0 25 0 1 0 1393126 212905984 47805 1992294400 4194304 9342243 548682068736 18446744073709551615 7289239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51979 47805 688 1256 0 50718 0
Current children cumulated CPU time (s) 1784.91
Current children cumulated vsize (KiB) 207916

[startup+1791.9 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1722496/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207916 CPUtime=1791.31
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 356094 0 0 0 178772 359 0 0 25 0 1 0 1393126 212905984 48216 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51979 48216 688 1256 0 50718 0
Current children cumulated CPU time (s) 1791.31
Current children cumulated vsize (KiB) 207916

[startup+1793.5 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1722496/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207916 CPUtime=1792.91
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 356094 0 0 0 178931 360 0 0 25 0 1 0 1393126 212905984 48216 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51979 48216 688 1256 0 50718 0
Current children cumulated CPU time (s) 1792.91
Current children cumulated vsize (KiB) 207916

[startup+1795.1 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1722176/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207916 CPUtime=1794.51
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 356180 0 0 0 179091 360 0 0 25 0 1 0 1393126 212905984 48302 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51979 48302 688 1256 0 50718 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (KiB) 207916

[startup+1795.9 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1722176/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207916 CPUtime=1795.31
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 356180 0 0 0 179171 360 0 0 25 0 1 0 1393126 212905984 48302 1992294400 4194304 9342243 548682068736 18446744073709551615 6064675 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2986/statm: 51979 48302 688 1256 0 50718 0
Current children cumulated CPU time (s) 1795.31
Current children cumulated vsize (KiB) 207916

[startup+1796.1 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1722176/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=207916 CPUtime=1795.51
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 356184 0 0 0 179191 360 0 0 25 0 1 0 1393126 212905984 48306 1992294400 4194304 9342243 548682068736 18446744073709551615 5854913 0 0 4096 0 0 0 0 17 1 0 0
/proc/2986/statm: 51979 48306 692 1256 0 50718 0
Current children cumulated CPU time (s) 1795.51
Current children cumulated vsize (KiB) 207916

[startup+1796.2 s]
/proc/loadavg: 1.01 1.01 0.97 2/65 2995
/proc/meminfo: memFree=1847616/2055920 swapFree=4192956/4192956
[pid=2986] ppid=2984 vsize=177560 CPUtime=1795.61
/proc/2986/stat : 2986 (pbscip.linux.x8) R 2984 2986 2526 0 -1 4194304 356185 0 0 0 179199 362 0 0 25 0 1 0 1393126 181821440 42706 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/2986/statm: 44390 42706 33036 1256 0 43129 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 177560

Child status: 0
Real time (s): 1796.21
CPU time (s): 1795.63
CPU user time (s): 1791.99
CPU system time (s): 3.63445
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 216304

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

runsolver used 1.41478 second user time and 3.66844 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-16 18:43:57
IDJOB=1869345
IDBENCH=2635
IDSOLVER=684
FILE ID=node30/1869345-1245170636
PBS_JOBID= 9363829
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=289183831

node30.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.273
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.273
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:       1914528 kB
Buffers:         19240 kB
Cached:          79972 kB
SwapCached:          0 kB
Active:          83120 kB
Inactive:        28932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15608 kB
Writeback:           0 kB
Mapped:          22616 kB
Slab:            15288 kB
Committed_AS:    54572 kB
PageTables:       1360 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= 66204 MiB
End job on node30 at 2009-06-16 19:13:53