Trace number 2665673

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.91 1801.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark226
Best CPU time to get the best result obtained on this benchmark1800.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665673-1276619427.opb>
0.69/0.73	c original problem has 5570 variables (5570 bin, 0 int, 0 impl, 0 cont) and 10896 constraints
0.69/0.73	c problem read
0.69/0.73	c presolving settings loaded
0.89/0.95	c presolving:
1.10/1.12	c (round 1) 2 del vars, 1 del conss, 2 chg bounds, 120 chg sides, 350 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.19/1.24	c (round 2) 2 del vars, 5209 del conss, 2 chg bounds, 120 chg sides, 350 chg coeffs, 247 upgd conss, 0 impls, 0 clqs
1.29/1.34	c (round 3) 2 del vars, 5209 del conss, 2 chg bounds, 148 chg sides, 588 chg coeffs, 479 upgd conss, 62 impls, 0 clqs
4.09/4.16	c    (3.3s) probing: 180/5568 (3.2%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
4.09/4.16	c    (3.3s) probing aborted: 100/100 successive totally useless probings
4.09/4.17	c presolving (4 rounds):
4.09/4.17	c  2 deleted vars, 5209 deleted constraints, 2 tightened bounds, 0 added holes, 148 changed sides, 588 changed coefficients
4.09/4.17	c  72 implications, 0 cliques
4.09/4.17	c presolved problem has 5568 variables (5568 bin, 0 int, 0 impl, 0 cont) and 5687 constraints
4.09/4.17	c     479 constraints of type <knapsack>
4.09/4.17	c    5208 constraints of type <linear>
4.09/4.17	c transformed objective value is always integral (scale: 1)
4.09/4.17	c Presolving Time: 3.21
4.09/4.17	c - non default parameters ----------------------------------------------------------------------
4.09/4.17	c # SCIP version 1.2.1.2
4.09/4.17	c 
4.09/4.17	c # frequency for displaying node information lines
4.09/4.17	c # [type: int, range: [-1,2147483647], default: 100]
4.09/4.17	c display/freq = 10000
4.09/4.17	c 
4.09/4.17	c # maximal time in seconds to run
4.09/4.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.09/4.17	c limits/time = 1799.28
4.09/4.17	c 
4.09/4.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.09/4.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.09/4.17	c limits/memory = 1620
4.09/4.17	c 
4.09/4.17	c # should presolving try to simplify inequalities
4.09/4.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.17	c constraints/linear/simplifyinequalities = TRUE
4.09/4.17	c 
4.09/4.17	c # should presolving try to simplify knapsacks
4.09/4.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.17	c constraints/knapsack/simplifyinequalities = TRUE
4.09/4.17	c 
4.09/4.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.09/4.17	c # [type: int, range: [-1,2147483647], default: -1]
4.09/4.17	c separating/rapidlearning/freq = 0
4.09/4.17	c 
4.09/4.17	c -----------------------------------------------------------------------------------------------
4.09/4.17	c start solving
4.09/4.17	c 
4.79/4.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.79/4.84	c   4.0s|     1 |     0 |  2213 |     - |  46M|   0 |1853 |5568 |5687 |5568 |5687 |   0 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
7.78/7.85	c   6.9s|     1 |     0 |  2719 |     - |  47M|   0 |2255 |5568 |5687 |5568 |5826 | 139 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
10.09/10.16	c   9.1s|     1 |     0 |  3095 |     - |  48M|   0 |2414 |5568 |5687 |5568 |5984 | 297 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
18.48/18.59	c  17.5s|     1 |     0 |  6774 |     - |  48M|   0 |3518 |5568 |5687 |5568 |6182 | 495 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
24.29/24.34	c  23.2s|     1 |     0 |  8076 |     - |  49M|   0 |3682 |5568 |5687 |5568 |6369 | 682 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
30.18/30.25	c  29.0s|     1 |     0 |  9475 |     - |  50M|   0 |3725 |5568 |5687 |5568 |6534 | 847 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
35.18/35.22	c  33.9s|     1 |     0 | 10194 |     - |  50M|   0 |3626 |5568 |5687 |5568 |6679 | 992 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
82.36/82.43	c  80.1s|     1 |     2 | 10194 |     - |  50M|   0 |3626 |5568 |5687 |5568 |6679 | 992 |   0 |  33 | 1.200000e+02 |      --      |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.64/1801.14	c 
1800.64/1801.14	c SCIP Status        : solving was interrupted [user interrupt]
1800.64/1801.14	c Solving Time (sec) : 1749.33
1800.64/1801.14	c Solving Nodes      : 2207
1800.64/1801.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.64/1801.14	c Dual Bound         : +1.20000000000000e+02
1800.64/1801.14	c Gap                : infinite
1800.64/1801.14	s UNKNOWN
1800.64/1801.14	c SCIP Status        : solving was interrupted [user interrupt]
1800.64/1801.14	c Solving Time       :    1749.33
1800.64/1801.14	c Original Problem   :
1800.64/1801.14	c   Problem name     : HOME/instance-2665673-1276619427.opb
1800.64/1801.14	c   Variables        : 5570 (5570 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.64/1801.14	c   Constraints      : 10896 initial, 10896 maximal
1800.64/1801.14	c Presolved Problem  :
1800.64/1801.14	c   Problem name     : t_HOME/instance-2665673-1276619427.opb
1800.64/1801.14	c   Variables        : 5568 (5568 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.64/1801.14	c   Constraints      : 5687 initial, 11532 maximal
1800.64/1801.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.64/1801.14	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.64/1801.14	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.64/1801.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.64/1801.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.64/1801.14	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.64/1801.14	c   probing          :       2.80          0          0          0          0          0          0          0          0
1800.64/1801.14	c   knapsack         :       0.02          0          0          0          0          0          0         28        238
1800.64/1801.14	c   linear           :       0.32          2          0          0          2          0       5209        120        350
1800.64/1801.14	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.64/1801.14	c   root node        :          -          0          -          -          0          -          -          -          -
1800.64/1801.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.64/1801.14	c   integral         :          0          0          0       1689          0         18        611          0          0       3060
1800.64/1801.14	c   knapsack         :        479          6      17074          0          0        143      33161        582          0          0
1800.64/1801.14	c   linear           :       5208          6      16931          0          0       1280     693576          0          0          0
1800.64/1801.14	c   logicor          :          0+         0       8069          0          0         75       7862          0          0          0
1800.64/1801.14	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.64/1801.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.64/1801.14	c   integral         :     625.95       0.00       0.00     625.95       0.00
1800.64/1801.14	c   knapsack         :       7.29       0.08       7.21       0.00       0.00
1800.64/1801.14	c   linear           :      97.67       0.02      97.65       0.00       0.00
1800.64/1801.14	c   logicor          :       2.04       0.00       2.04       0.00       0.00
1800.64/1801.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.64/1801.14	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.64/1801.14	c   vbounds          :       0.01          2          0          0
1800.64/1801.14	c   rootredcost      :       0.03          0          0          0
1800.64/1801.14	c   pseudoobj        :       0.06      16712          0          0
1800.64/1801.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.64/1801.14	c   propagation      :       0.36       1498       1497      11683       39.2        246       15.3          -
1800.64/1801.14	c   infeasible LP    :       4.65       1785       1785       4408       28.5         43       28.3          0
1800.64/1801.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.64/1801.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.64/1801.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.64/1801.14	c   applied globally :          -          -          -       8465       25.4          -          -          -
1800.64/1801.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.64/1801.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.64/1801.14	c   cut pool         :       0.00          5          -          -        671          -    (maximal pool size: 4091)
1800.64/1801.14	c   redcost          :       0.94       1694          0          6          0          0
1800.64/1801.14	c   impliedbounds    :       0.01          6          0          0          1          0
1800.64/1801.14	c   intobj           :       0.00          0          0          0          0          0
1800.64/1801.14	c   cgmip            :       0.00          0          0          0          0          0
1800.64/1801.14	c   gomory           :       2.78          6          0          0         19          0
1800.64/1801.14	c   strongcg         :       2.72          6          0          0          8          0
1800.64/1801.14	c   cmir             :       3.93          6          0          0       3000          0
1800.64/1801.14	c   flowcover        :       2.96          6          0          0       1200          0
1800.64/1801.14	c   clique           :       0.01          1          0          0          0          0
1800.64/1801.14	c   zerohalf         :       0.00          0          0          0          0          0
1800.64/1801.14	c   mcf              :       0.00          1          0          0          0          0
1800.64/1801.14	c   rapidlearning    :       1.30          1          0          0          0          0
1800.64/1801.14	c Pricers            :       Time      Calls       Vars
1800.64/1801.14	c   problem variables:       0.00          0          0
1800.64/1801.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.64/1801.14	c   relpscost        :     625.94       1689         18        611          0          0       3060
1800.64/1801.14	c   pscost           :       0.00          0          0          0          0          0          0
1800.64/1801.14	c   inference        :       0.00          0          0          0          0          0          0
1800.64/1801.14	c   mostinf          :       0.00          0          0          0          0          0          0
1800.64/1801.14	c   leastinf         :       0.00          0          0          0          0          0          0
1800.64/1801.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.64/1801.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.64/1801.14	c   random           :       0.00          0          0          0          0          0          0
1800.64/1801.14	c Primal Heuristics  :       Time      Calls      Found
1800.64/1801.14	c   LP solutions     :       0.00          -          0
1800.64/1801.14	c   pseudo solutions :       0.00          -          0
1800.64/1801.14	c   oneopt           :       0.01          0          0
1800.64/1801.14	c   crossover        :       0.00          0          0
1800.64/1801.14	c   guideddiving     :       0.00          0          0
1800.64/1801.14	c   coefdiving       :     166.19          5          0
1800.64/1801.14	c   pscostdiving     :       9.23          5          0
1800.64/1801.14	c   fracdiving       :      65.45          5          0
1800.64/1801.14	c   veclendiving     :       9.65          5          0
1800.64/1801.14	c   linesearchdiving :       9.39          5          0
1800.64/1801.14	c   rootsoldiving    :       2.84          3          0
1800.64/1801.14	c   objpscostdiving  :      23.13          3          0
1800.64/1801.15	c   feaspump         :       1.31          4          0
1800.64/1801.15	c   trivial          :       0.01          2          0
1800.64/1801.15	c   simplerounding   :       0.00          0          0
1800.64/1801.15	c   zirounding       :       0.71       1000          0
1800.64/1801.15	c   rounding         :       2.09        530          0
1800.64/1801.15	c   shifting         :      10.35        133          0
1800.64/1801.15	c   intshifting      :       0.01          0          0
1800.64/1801.15	c   twoopt           :       0.00          0          0
1800.64/1801.15	c   fixandinfer      :       0.00          0          0
1800.64/1801.15	c   intdiving        :       0.00          0          0
1800.64/1801.15	c   actconsdiving    :       0.00          0          0
1800.64/1801.15	c   octane           :       0.00          0          0
1800.64/1801.15	c   rens             :       0.01          0          0
1800.64/1801.15	c   rins             :       0.00          0          0
1800.64/1801.15	c   localbranching   :       0.00          0          0
1800.64/1801.15	c   mutation         :       0.00          0          0
1800.64/1801.15	c   dins             :       0.00          0          0
1800.64/1801.15	c   undercover       :       0.00          0          0
1800.64/1801.15	c   nlp              :       0.00          0          0
1800.64/1801.15	c   trysol           :       0.02          0          0
1800.64/1801.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.64/1801.15	c   primal LP        :       0.07          0          0       0.00       0.00
1800.64/1801.15	c   dual LP          :     709.40       1903     893526     469.54    1259.55
1800.64/1801.15	c   lex dual LP      :       0.00          0          0       0.00          -
1800.64/1801.15	c   barrier LP       :       0.00          0          0       0.00          -
1800.64/1801.15	c   diving/probing LP:     230.66       4748     213897      45.05     927.33
1800.64/1801.15	c   strong branching :     623.70       2052     568063     276.83     910.80
1800.64/1801.15	c     (at root node) :          -         33      21937     664.76          -
1800.64/1801.15	c   conflict analysis:       0.00          0          0       0.00          -
1800.64/1801.15	c B&B Tree           :
1800.64/1801.15	c   number of runs   :          1
1800.64/1801.15	c   nodes            :       2207
1800.64/1801.15	c   nodes (total)    :       2207
1800.64/1801.15	c   nodes left       :        433
1800.64/1801.15	c   max depth        :         61
1800.64/1801.15	c   max depth (total):         61
1800.64/1801.15	c   backtracks       :        448 (20.3%)
1800.64/1801.15	c   delayed cutoffs  :        421
1800.64/1801.15	c   repropagations   :       2683 (288428 domain reductions, 272 cutoffs)
1800.64/1801.15	c   avg switch length:       4.96
1800.64/1801.15	c   switching time   :      15.42
1800.64/1801.15	c Solution           :
1800.64/1801.15	c   Solutions found  :          0 (0 improvements)
1800.64/1801.15	c   Primal Bound     :          -
1800.64/1801.15	c   Dual Bound       : +1.20000000000000e+02
1800.64/1801.15	c   Gap              :   infinite
1800.64/1801.15	c   Root Dual Bound  : +1.20000000000000e+02
1800.64/1801.15	c   Root Iterations  :      10194
1800.84/1801.36	c Time complete: 1800.9.

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-2665673-1276619427/watcher-2665673-1276619427 -o /tmp/evaluation-result-2665673-1276619427/solver-2665673-1276619427 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665673-1276619427.opb -t 1800 -m 1800 

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: 2.17 2.02 1.64 3/106 10355
/proc/meminfo: memFree=1720316/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=9288 CPUtime=0
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 1055 0 0 0 0 0 0 0 19 0 1 0 3234328 9510912 975 1992294400 4194304 9819077 140734213949776 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 2322 985 371 1374 0 943 0

[startup+0.076086 s]
/proc/loadavg: 2.17 2.02 1.64 3/106 10355
/proc/meminfo: memFree=1720316/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=12132 CPUtime=0.06
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 1956 0 0 0 6 0 0 0 21 0 1 0 3234328 12423168 1876 1992294400 4194304 9819077 140734213949776 18446744073709551615 5650597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 3033 1876 388 1374 0 1654 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12132

[startup+0.101087 s]
/proc/loadavg: 2.17 2.02 1.64 3/106 10355
/proc/meminfo: memFree=1720316/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=12908 CPUtime=0.09
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 2151 0 0 0 9 0 0 0 21 0 1 0 3234328 13217792 2071 1992294400 4194304 9819077 140734213949776 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 3227 2071 388 1374 0 1848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12908

[startup+0.301104 s]
/proc/loadavg: 2.17 2.02 1.64 3/106 10355
/proc/meminfo: memFree=1720316/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=17916 CPUtime=0.29
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 3406 0 0 0 28 1 0 0 21 0 1 0 3234328 18345984 3326 1992294400 4194304 9819077 140734213949776 18446744073709551615 6180945 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 4479 3326 388 1374 0 3100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17916

[startup+0.701139 s]
/proc/loadavg: 2.17 2.02 1.64 3/106 10355
/proc/meminfo: memFree=1720316/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=26928 CPUtime=0.69
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 5647 0 0 0 67 2 0 0 22 0 1 0 3234328 27574272 5567 1992294400 4194304 9819077 140734213949776 18446744073709551615 8080882 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 6732 5567 388 1374 0 5353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26928

[startup+1.50121 s]
/proc/loadavg: 2.08 2.01 1.64 2/107 10356
/proc/meminfo: memFree=1619868/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=112852 CPUtime=1.49
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 27823 0 0 0 136 13 0 0 25 0 1 0 3234328 115560448 25751 1992294400 4194304 9819077 140734213949776 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 28213 25751 512 1374 0 26834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112852

[startup+3.10135 s]
/proc/loadavg: 2.08 2.01 1.64 2/107 10356
/proc/meminfo: memFree=1618504/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=112992 CPUtime=3.09
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 27835 0 0 0 295 14 0 0 25 0 1 0 3234328 115703808 25763 1992294400 4194304 9819077 140734213949776 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 28248 25763 512 1374 0 26869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112992

[startup+6.30162 s]
/proc/loadavg: 2.08 2.01 1.64 2/107 10356
/proc/meminfo: memFree=1596928/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=201376 CPUtime=6.29
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 57991 0 0 0 605 24 0 0 25 0 1 0 3234328 206209024 45881 1992294400 4194304 9819077 140734213949776 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 50344 45881 677 1374 0 48965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201376

[startup+12.7012 s]
/proc/loadavg: 1.91 1.97 1.63 2/107 10356
/proc/meminfo: memFree=1593704/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=155036 CPUtime=12.69
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 68171 0 0 0 1237 32 0 0 25 0 1 0 3234328 158756864 32524 1992294400 4194304 9819077 140734213949776 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 38759 32524 692 1374 0 37380 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155036

[startup+25.5013 s]
/proc/loadavg: 1.77 1.94 1.63 2/107 10356
/proc/meminfo: memFree=1591596/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=161184 CPUtime=25.48
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 101649 0 0 0 2500 48 0 0 25 0 1 0 3234328 165052416 32643 1992294400 4194304 9819077 140734213949776 18446744073709551615 5716590 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 40296 32643 694 1374 0 38917 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 161184

[startup+51.1005 s]
/proc/loadavg: 1.51 1.86 1.61 2/107 10358
/proc/meminfo: memFree=1586264/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=196772 CPUtime=51.06
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 204165 0 0 0 5014 92 0 0 25 0 1 0 3234328 201494528 34080 1992294400 4194304 9819077 140734213949776 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 49193 34080 700 1374 0 47814 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 196772

[startup+102.308 s]
/proc/loadavg: 1.20 1.72 1.57 2/107 10358
/proc/meminfo: memFree=1587504/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=185360 CPUtime=102.26
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 462993 0 0 0 10025 201 0 0 25 0 1 0 3234328 189808640 33606 1992294400 4194304 9819077 140734213949776 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 46340 33606 704 1374 0 44961 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 185360

[startup+162.301 s]
/proc/loadavg: 1.07 1.58 1.53 2/107 10363
/proc/meminfo: memFree=1586512/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=183532 CPUtime=162.23
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 772768 0 0 0 15893 330 0 0 25 0 1 0 3234328 187936768 33864 1992294400 4194304 9819077 140734213949776 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 45883 33864 704 1374 0 44504 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 183532

[startup+222.3 s]
/proc/loadavg: 1.02 1.47 1.50 2/107 10365
/proc/meminfo: memFree=1587132/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=180204 CPUtime=222.22
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 1131602 0 0 0 21744 478 0 0 25 0 1 0 3234328 184528896 33766 1992294400 4194304 9819077 140734213949776 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 45051 33766 704 1374 0 43672 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 180204

[startup+282.301 s]
/proc/loadavg: 1.01 1.38 1.46 2/107 10367
/proc/meminfo: memFree=1588124/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=179696 CPUtime=282.21
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 1410688 0 0 0 27621 600 0 0 25 0 1 0 3234328 184008704 33543 1992294400 4194304 9819077 140734213949776 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 44924 33543 704 1374 0 43545 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 179696

[startup+342.301 s]
/proc/loadavg: 1.00 1.31 1.43 2/107 10369
/proc/meminfo: memFree=1591596/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=144136 CPUtime=342.19
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 1859440 0 0 0 33444 775 0 0 25 0 1 0 3234328 147595264 32465 1992294400 4194304 9819077 140734213949776 18446744073709551615 7234115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 36034 32465 709 1374 0 34655 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 144136

[startup+402.301 s]
/proc/loadavg: 1.00 1.25 1.40 2/107 10369
/proc/meminfo: memFree=1587876/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=149756 CPUtime=402.18
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 2874474 0 0 0 39067 1151 0 0 25 0 1 0 3234328 153350144 33441 1992294400 4194304 9819077 140734213949776 18446744073709551615 6361780 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 37439 33441 710 1374 0 36060 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 149756

[startup+462.3 s]
/proc/loadavg: 1.00 1.20 1.37 2/107 10371
/proc/meminfo: memFree=1580808/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=156568 CPUtime=462.16
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 3613846 0 0 0 44795 1421 0 0 25 0 1 0 3234328 160325632 35188 1992294400 4194304 9819077 140734213949776 18446744073709551615 6568777 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 39142 35188 710 1374 0 37763 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 156568

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.35 2/107 10373
/proc/meminfo: memFree=1583164/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=158676 CPUtime=522.14
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 4071954 0 0 0 50617 1597 0 0 25 0 1 0 3234328 162484224 34138 1992294400 4194304 9819077 140734213949776 18446744073709551615 7219826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 39669 34138 710 1374 0 38290 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 158676

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.32 2/107 10375
/proc/meminfo: memFree=1583536/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=183664 CPUtime=582.13
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 4608575 0 0 0 56404 1809 0 0 25 0 1 0 3234328 188071936 35038 1992294400 4194304 9819077 140734213949776 18446744073709551615 6712539 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 45916 35045 710 1374 0 44537 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 183664

[startup+642.301 s]
/proc/loadavg: 1.00 1.11 1.30 2/107 10377
/proc/meminfo: memFree=1581552/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=165716 CPUtime=642.12
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 5096440 0 0 0 62207 2005 0 0 25 0 1 0 3234328 169693184 35012 1992294400 4194304 9819077 140734213949776 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 41429 35012 710 1374 0 40050 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 165716

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 10387
/proc/meminfo: memFree=1566052/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=175764 CPUtime=1062.02
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 8432713 0 0 0 102862 3340 0 0 25 0 1 0 3234328 179982336 38808 1992294400 4194304 9819077 140734213949776 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 43941 38808 710 1374 0 42562 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 175764

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 10389
/proc/meminfo: memFree=1566300/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=174960 CPUtime=1122.01
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 8758630 0 0 0 108725 3476 0 0 25 0 1 0 3234328 179159040 38723 1992294400 4194304 9819077 140734213949776 18446744073709551615 4241176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 43740 38723 710 1374 0 42361 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 174960

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 10391
/proc/meminfo: memFree=1563324/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=187740 CPUtime=1181.99
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 9086200 0 0 0 114579 3620 0 0 25 0 1 0 3234328 192245760 39635 1992294400 4194304 9819077 140734213949776 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 46935 39635 710 1374 0 45556 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 187740

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 10393
/proc/meminfo: memFree=1561712/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=187008 CPUtime=1241.98
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 9500813 0 0 0 120398 3800 0 0 25 0 1 0 3234328 191496192 39930 1992294400 4194304 9819077 140734213949776 18446744073709551615 6367299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 46752 39930 710 1374 0 45373 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 187008

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 10393
/proc/meminfo: memFree=1561216/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=183348 CPUtime=1301.97
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 9833793 0 0 0 126253 3944 0 0 25 0 1 0 3234328 187748352 40004 1992294400 4194304 9819077 140734213949776 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 45837 40004 710 1374 0 44458 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 183348

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 10395
/proc/meminfo: memFree=1559480/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=175456 CPUtime=1361.94
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 10205528 0 0 0 132091 4103 0 0 25 0 1 0 3234328 179666944 39987 1992294400 4194304 9819077 140734213949776 18446744073709551615 7293500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 43864 39987 710 1374 0 42485 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 175456

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 10397
/proc/meminfo: memFree=1559976/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=179132 CPUtime=1421.94
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 10561435 0 0 0 137944 4250 0 0 25 0 1 0 3234328 183431168 40420 1992294400 4194304 9819077 140734213949776 18446744073709551615 7291112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 44783 40420 710 1374 0 43404 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 179132

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 10399
/proc/meminfo: memFree=1557992/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=187804 CPUtime=1481.92
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 10943698 0 0 0 143782 4410 0 0 25 0 1 0 3234328 192311296 41085 1992294400 4194304 9819077 140734213949776 18446744073709551615 7324496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 46951 41085 710 1374 0 45572 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 187804

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 10401
/proc/meminfo: memFree=1555512/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=178840 CPUtime=1541.9
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 11325019 0 0 0 149622 4568 0 0 25 0 1 0 3234328 183132160 41215 1992294400 4194304 9819077 140734213949776 18446744073709551615 6371747 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 44710 41215 710 1374 0 43331 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 178840

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.09 2/107 10401
/proc/meminfo: memFree=1548940/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=188576 CPUtime=1601.89
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 11597239 0 0 0 155499 4690 0 0 25 0 1 0 3234328 193101824 42932 1992294400 4194304 9819077 140734213949776 18446744073709551615 7226667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 47144 42932 725 1374 0 45765 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 188576

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.09 2/107 10403
/proc/meminfo: memFree=1544724/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=194016 CPUtime=1661.87
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 11868848 0 0 0 161365 4822 0 0 25 0 1 0 3234328 198672384 44030 1992294400 4194304 9819077 140734213949776 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 48504 44030 725 1374 0 47125 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 194016

[startup+1722.3 s]
/proc/loadavg: 1.06 1.03 1.09 2/107 10405
/proc/meminfo: memFree=1541004/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=193828 CPUtime=1721.86
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12120321 0 0 0 167251 4935 0 0 25 0 1 0 3234328 198479872 44682 1992294400 4194304 9819077 140734213949776 18446744073709551615 7220452 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 48457 44682 725 1374 0 47078 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 193828

[startup+1782.3 s]
/proc/loadavg: 1.06 1.04 1.09 2/107 10407
/proc/meminfo: memFree=1538772/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=216372 CPUtime=1781.85
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12341013 0 0 0 173149 5036 0 0 25 0 1 0 3234328 221564928 46170 1992294400 4194304 9819077 140734213949776 18446744073709551615 7292317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 54093 46170 725 1374 0 52714 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 216372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.12 1.05 1.09 2/107 10407
/proc/meminfo: memFree=1537780/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=203148 CPUtime=1800.04
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12407015 0 0 0 174940 5064 0 0 25 0 1 0 3234328 208023552 45826 1992294400 4194304 9819077 140734213949776 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 50787 45826 725 1374 0 49408 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 203148

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.61 s]
/proc/loadavg: 1.12 1.05 1.09 2/108 10408
/proc/meminfo: memFree=1538020/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=203148 CPUtime=1800.15
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12407486 0 0 0 174951 5064 0 0 25 0 1 0 3234328 208023552 45741 1992294400 4194304 9819077 140734213949776 18446744073709551615 7289188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 50787 45741 725 1374 0 49408 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 203148

[startup+1801 s]
/proc/loadavg: 1.12 1.05 1.09 2/108 10408
/proc/meminfo: memFree=1538020/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=200972 CPUtime=1800.54
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12408290 0 0 0 174989 5065 0 0 25 0 1 0 3234328 205795328 45672 1992294400 4194304 9819077 140734213949776 18446744073709551615 6391593 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10355/statm: 50243 45672 725 1374 0 48864 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 200972

[startup+1801.2 s]
/proc/loadavg: 1.12 1.05 1.09 2/108 10408
/proc/meminfo: memFree=1538020/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=199244 CPUtime=1800.74
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12409081 0 0 0 175009 5065 0 0 25 0 1 0 3234328 204025856 45603 1992294400 4194304 9819077 140734213949776 18446744073709551615 6075114 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 49811 45603 726 1374 0 48432 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 199244

[startup+1801.3 s]
/proc/loadavg: 1.12 1.05 1.09 2/108 10408
/proc/meminfo: memFree=1538020/2059040 swapFree=4165012/4192956
[pid=10355] ppid=10353 vsize=193192 CPUtime=1800.84
/proc/10355/stat : 10355 (pbscip.linux.x8) R 10353 10355 10172 0 -1 4202496 12409083 0 0 0 175019 5065 0 0 25 0 1 0 3234328 197828608 44092 1992294400 4194304 9819077 140734213949776 18446744073709551615 6179965 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10355/statm: 48298 44092 728 1374 0 46919 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 193192

Child status: 0
Real time (s): 1801.37
CPU time (s): 1800.91
CPU user time (s): 1750.24
CPU system time (s): 50.6753
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 222956

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

runsolver used 2.92556 second user time and 8.5577 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-15 18:30:27
IDJOB=2665673
IDBENCH=2937
IDSOLVER=1168
FILE ID=node050/2665673-1276619427
PBS_JOBID= 11172336
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665673-1276619427/watcher-2665673-1276619427 -o /tmp/evaluation-result-2665673-1276619427/solver-2665673-1276619427 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665673-1276619427.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=330821616

node050.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
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.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1720720 kB
Buffers:         56672 kB
Cached:         170472 kB
SwapCached:       2360 kB
Active:         127008 kB
Inactive:       133848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1720720 kB
SwapTotal:     4192956 kB
SwapFree:      4165012 kB
Dirty:            8840 kB
Writeback:           0 kB
AnonPages:       31256 kB
Mapped:          15332 kB
Slab:            55692 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62564 MiB
End job on node050 at 2010-06-15 19:00:30