Trace number 2667103

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.49 1800.93

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: SoPlex 1.4.2] [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-2667103-1276619446.opb>
0.69/0.71	c original problem has 5570 variables (5570 bin, 0 int, 0 impl, 0 cont) and 10896 constraints
0.69/0.71	c problem read
0.69/0.71	c presolving settings loaded
0.89/0.94	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.23	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.33	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.16	c presolving (4 rounds):
4.09/4.16	c  2 deleted vars, 5209 deleted constraints, 2 tightened bounds, 0 added holes, 148 changed sides, 588 changed coefficients
4.09/4.16	c  72 implications, 0 cliques
4.09/4.16	c presolved problem has 5568 variables (5568 bin, 0 int, 0 impl, 0 cont) and 5687 constraints
4.09/4.16	c     479 constraints of type <knapsack>
4.09/4.16	c    5208 constraints of type <linear>
4.09/4.16	c transformed objective value is always integral (scale: 1)
4.09/4.16	c Presolving Time: 3.22
4.09/4.16	c - non default parameters ----------------------------------------------------------------------
4.09/4.16	c # SCIP version 1.2.1.2
4.09/4.16	c 
4.09/4.16	c # frequency for displaying node information lines
4.09/4.16	c # [type: int, range: [-1,2147483647], default: 100]
4.09/4.16	c display/freq = 10000
4.09/4.16	c 
4.09/4.16	c # maximal time in seconds to run
4.09/4.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.09/4.16	c limits/time = 1799.29
4.09/4.16	c 
4.09/4.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.09/4.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.09/4.16	c limits/memory = 1620
4.09/4.16	c 
4.09/4.16	c # should presolving try to simplify inequalities
4.09/4.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.16	c constraints/linear/simplifyinequalities = TRUE
4.09/4.16	c 
4.09/4.16	c # should presolving try to simplify knapsacks
4.09/4.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.16	c constraints/knapsack/simplifyinequalities = TRUE
4.09/4.16	c 
4.09/4.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.09/4.16	c # [type: int, range: [-1,2147483647], default: -1]
4.09/4.16	c separating/rapidlearning/freq = 0
4.09/4.16	c 
4.09/4.16	c -----------------------------------------------------------------------------------------------
4.09/4.16	c start solving
4.09/4.17	c 
4.69/4.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.69/4.73	c   3.9s|     1 |     0 |  1835 |     - |  46M|   0 |1478 |5568 |5687 |5568 |5687 |   0 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
21.78/21.86	c  20.8s|     1 |     0 | 11445 |     - |  47M|   0 |2840 |5568 |5687 |5568 |5802 | 115 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
27.68/27.78	c  26.6s|     1 |     0 | 14392 |     - |  48M|   0 |3425 |5568 |5687 |5568 |5925 | 238 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
35.19/35.22	c  34.0s|     1 |     0 | 17560 |     - |  48M|   0 |3450 |5568 |5687 |5568 |6052 | 365 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
44.98/45.04	c  43.7s|     1 |     0 | 21346 |     - |  49M|   0 |3496 |5568 |5687 |5568 |6216 | 529 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
57.08/57.18	c  55.7s|     1 |     0 | 25902 |     - |  49M|   0 |3250 |5568 |5687 |5568 |6385 | 698 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
68.46/68.56	c  67.0s|     1 |     0 | 29929 |     - |  50M|   0 |3415 |5568 |5687 |5568 |6545 | 858 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
108.45/108.53	c   106s|     1 |     2 | 29929 |     - |  50M|   0 |3415 |5568 |5687 |5568 |6545 | 858 |   0 |  17 | 1.200000e+02 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.26/1800.72	c 
1800.26/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.26/1800.72	c Solving Time (sec) : 1776.55
1800.26/1800.72	c Solving Nodes      : 1212
1800.26/1800.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.26/1800.72	c Dual Bound         : +1.20000000000000e+02
1800.26/1800.72	c Gap                : infinite
1800.26/1800.72	s UNKNOWN
1800.26/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.26/1800.72	c Solving Time       :    1776.55
1800.26/1800.72	c Original Problem   :
1800.26/1800.72	c   Problem name     : HOME/instance-2667103-1276619446.opb
1800.26/1800.72	c   Variables        : 5570 (5570 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.26/1800.72	c   Constraints      : 10896 initial, 10896 maximal
1800.26/1800.72	c Presolved Problem  :
1800.26/1800.72	c   Problem name     : t_HOME/instance-2667103-1276619446.opb
1800.26/1800.72	c   Variables        : 5568 (5568 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.26/1800.72	c   Constraints      : 5687 initial, 7238 maximal
1800.26/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.26/1800.72	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.26/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.26/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.26/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.26/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.26/1800.72	c   probing          :       2.79          0          0          0          0          0          0          0          0
1800.26/1800.72	c   knapsack         :       0.02          0          0          0          0          0          0         28        238
1800.26/1800.72	c   linear           :       0.32          2          0          0          2          0       5209        120        350
1800.26/1800.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.26/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.26/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.26/1800.72	c   integral         :          0          0          0       1015          0          4        457          0          0       1826
1800.26/1800.72	c   knapsack         :        479          6       6624          0          0         35       5318        601          0          0
1800.26/1800.72	c   linear           :       5208          6       6589          0          0         93     190764          0          0          0
1800.26/1800.72	c   logicor          :          0+         0       2251          0          0         12       1253          0          0          0
1800.26/1800.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.26/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.26/1800.72	c   integral         :     584.90       0.00       0.00     584.90       0.00
1800.26/1800.72	c   knapsack         :       1.76       0.09       1.67       0.00       0.00
1800.26/1800.72	c   linear           :      29.11       0.00      29.11       0.00       0.00
1800.26/1800.72	c   logicor          :       0.38       0.00       0.38       0.00       0.00
1800.26/1800.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.26/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.26/1800.72	c   vbounds          :       0.03          2          0          0
1800.26/1800.72	c   rootredcost      :       0.01          0          0          0
1800.26/1800.72	c   pseudoobj        :       0.00       6262          0          0
1800.26/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.26/1800.72	c   propagation      :       0.02        140        140       1137       40.8         29       18.7          -
1800.26/1800.72	c   infeasible LP    :       1.12        486        486       1179       21.8         50       17.4          0
1800.26/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.26/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.26/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.26/1800.72	c   applied globally :          -          -          -       1552       24.3          -          -          -
1800.26/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.26/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.26/1800.72	c   cut pool         :       0.00          5          -          -       1144          -    (maximal pool size: 4054)
1800.26/1800.72	c   redcost          :       0.76       1021          0          1          0          0
1800.26/1800.72	c   impliedbounds    :       0.02          6          0          0          0          0
1800.26/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.26/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.26/1800.72	c   gomory           :       4.21          6          0          0          1          0
1800.26/1800.72	c   strongcg         :       4.18          6          0          0          0          0
1800.26/1800.72	c   cmir             :       3.66          6          0          0       3000          0
1800.26/1800.72	c   flowcover        :       2.13          6          0          0       1200          0
1800.26/1800.72	c   clique           :       0.01          1          0          0          0          0
1800.26/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.26/1800.72	c   mcf              :       0.00          1          0          0          0          0
1800.26/1800.72	c   rapidlearning    :       2.25          1          0          0          0          0
1800.26/1800.72	c Pricers            :       Time      Calls       Vars
1800.26/1800.72	c   problem variables:       0.00          0          0
1800.26/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.26/1800.72	c   relpscost        :     584.90       1015          4        457          0          0       1826
1800.26/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.26/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.26/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.26/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.26/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.26/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.26/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.26/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.26/1800.72	c   LP solutions     :       0.00          -          0
1800.26/1800.72	c   pseudo solutions :       0.00          -          0
1800.26/1800.72	c   oneopt           :       0.01          0          0
1800.26/1800.72	c   crossover        :       0.00          0          0
1800.26/1800.72	c   guideddiving     :       0.00          0          0
1800.26/1800.72	c   fracdiving       :     230.99          4          0
1800.26/1800.72	c   coefdiving       :      97.54          4          0
1800.26/1800.72	c   rootsoldiving    :      12.59          3          0
1800.26/1800.72	c   pscostdiving     :      21.83          6          0
1800.26/1800.72	c   linesearchdiving :      33.46          6          0
1800.26/1800.72	c   veclendiving     :      44.78          6          0
1800.26/1800.72	c   feaspump         :      32.61          4          0
1800.26/1800.72	c   objpscostdiving  :      40.54          4          0
1800.26/1800.72	c   trivial          :       0.02          2          0
1800.26/1800.72	c   simplerounding   :       0.00          0          0
1800.26/1800.72	c   zirounding       :       0.77        917          0
1800.26/1800.72	c   rounding         :       1.68        402          0
1800.26/1800.72	c   shifting         :       8.84        109          0
1800.26/1800.72	c   intshifting      :       0.00          0          0
1800.26/1800.72	c   twoopt           :       0.00          0          0
1800.26/1800.72	c   fixandinfer      :       0.00          0          0
1800.26/1800.72	c   intdiving        :       0.00          0          0
1800.26/1800.72	c   actconsdiving    :       0.00          0          0
1800.26/1800.72	c   octane           :       0.00          0          0
1800.26/1800.72	c   rens             :       0.01          0          0
1800.26/1800.72	c   rins             :       0.00          0          0
1800.26/1800.72	c   localbranching   :       0.00          0          0
1800.26/1800.72	c   mutation         :       0.00          0          0
1800.26/1800.72	c   dins             :       0.00          0          0
1800.26/1800.72	c   undercover       :       0.00          0          0
1800.26/1800.72	c   nlp              :       0.00          0          0
1800.26/1800.72	c   trysol           :       0.00          0          0
1800.26/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.26/1800.72	c   primal LP        :       0.04          0          0       0.00       0.00
1800.26/1800.72	c   dual LP          :     609.81       1228     813192     662.21    1333.52
1800.26/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.26/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.26/1800.72	c   diving/probing LP:     501.36       1528     533125     348.90    1063.36
1800.26/1800.72	c   strong branching :     583.80       1146     526675     459.58     902.15
1800.26/1800.72	c     (at root node) :          -         17      16501     970.65          -
1800.26/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.26/1800.72	c B&B Tree           :
1800.26/1800.72	c   number of runs   :          1
1800.26/1800.72	c   nodes            :       1212
1800.26/1800.72	c   nodes (total)    :       1212
1800.26/1800.72	c   nodes left       :        578
1800.26/1800.72	c   max depth        :        129
1800.26/1800.72	c   max depth (total):        129
1800.26/1800.72	c   backtracks       :        146 (12.0%)
1800.26/1800.72	c   delayed cutoffs  :         37
1800.26/1800.72	c   repropagations   :       1663 (57399 domain reductions, 29 cutoffs)
1800.26/1800.72	c   avg switch length:       5.27
1800.26/1800.72	c   switching time   :       4.77
1800.26/1800.72	c Solution           :
1800.26/1800.72	c   Solutions found  :          0 (0 improvements)
1800.26/1800.72	c   Primal Bound     :          -
1800.26/1800.72	c   Dual Bound       : +1.20000000000000e+02
1800.26/1800.72	c   Gap              :   infinite
1800.26/1800.72	c   Root Dual Bound  : +1.20000000000000e+02
1800.26/1800.72	c   Root Iterations  :      29929
1800.45/1800.93	c Time complete: 1800.48.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667103-1276619446/watcher-2667103-1276619446 -o /tmp/evaluation-result-2667103-1276619446/solver-2667103-1276619446 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667103-1276619446.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: 1.00 1.02 1.11 3/106 3513
/proc/meminfo: memFree=1787592/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=7724 CPUtime=0
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 1026 0 0 0 0 0 0 0 18 0 1 0 35600075 7909376 946 1992294400 4194304 8223781 140736867945296 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 1931 954 348 984 0 944 0

[startup+0.0527819 s]
/proc/loadavg: 1.00 1.02 1.11 3/106 3513
/proc/meminfo: memFree=1787592/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=10056 CPUtime=0.04
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 1806 0 0 0 4 0 0 0 20 0 1 0 35600075 10297344 1725 1992294400 4194304 8223781 140736867945296 18446744073709551615 6639922 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 2514 1725 365 984 0 1527 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10056

[startup+0.100785 s]
/proc/loadavg: 1.00 1.02 1.11 3/106 3513
/proc/meminfo: memFree=1787592/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=11340 CPUtime=0.09
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2131 0 0 0 9 0 0 0 20 0 1 0 35600075 11612160 2050 1992294400 4194304 8223781 140736867945296 18446744073709551615 4361643 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 2835 2050 365 984 0 1848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11340

[startup+0.3008 s]
/proc/loadavg: 1.00 1.02 1.11 3/106 3513
/proc/meminfo: memFree=1787592/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=16348 CPUtime=0.29
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3386 0 0 0 28 1 0 0 20 0 1 0 35600075 16740352 3305 1992294400 4194304 8223781 140736867945296 18446744073709551615 7210416 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 4087 3305 365 984 0 3100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16348

[startup+0.700832 s]
/proc/loadavg: 1.00 1.02 1.11 3/106 3513
/proc/meminfo: memFree=1787592/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=26364 CPUtime=0.69
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 5899 0 0 0 67 2 0 0 21 0 1 0 35600075 26996736 5818 1992294400 4194304 8223781 140736867945296 18446744073709551615 7246584 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 6591 5818 365 984 0 5604 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26364

[startup+1.5009 s]
/proc/loadavg: 1.00 1.02 1.11 2/107 3514
/proc/meminfo: memFree=1687144/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=111608 CPUtime=1.49
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 27792 0 0 0 136 13 0 0 23 0 1 0 35600075 114286592 25709 1992294400 4194304 8223781 140736867945296 18446744073709551615 4983367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 27902 25709 466 984 0 26915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111608

[startup+3.10102 s]
/proc/loadavg: 1.00 1.02 1.11 2/107 3514
/proc/meminfo: memFree=1685780/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=111740 CPUtime=3.09
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 27804 0 0 0 296 13 0 0 25 0 1 0 35600075 114421760 25721 1992294400 4194304 8223781 140736867945296 18446744073709551615 4978306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 27935 25721 466 984 0 26948 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111740

[startup+6.30128 s]
/proc/loadavg: 1.00 1.02 1.11 2/107 3514
/proc/meminfo: memFree=1662468/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=139168 CPUtime=6.29
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 35424 0 0 0 612 17 0 0 25 0 1 0 35600075 142508032 31617 1992294400 4194304 8223781 140736867945296 18446744073709551615 6563074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 34792 31617 545 984 0 33805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139168

[startup+12.7008 s]
/proc/loadavg: 1.00 1.02 1.11 2/107 3514
/proc/meminfo: memFree=1661848/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=139488 CPUtime=12.69
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 38695 0 0 0 1250 19 0 0 25 0 1 0 35600075 142835712 31678 1992294400 4194304 8223781 140736867945296 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 34872 31678 545 984 0 33885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139488

[startup+25.5008 s]
/proc/loadavg: 1.00 1.02 1.11 2/107 3514
/proc/meminfo: memFree=1651928/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=156988 CPUtime=25.48
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 64576 0 0 0 2506 42 0 0 25 0 1 0 35600075 160755712 34297 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 39247 34297 582 984 0 38260 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 156988

[startup+51.1008 s]
/proc/loadavg: 1.00 1.01 1.10 2/107 3514
/proc/meminfo: memFree=1638164/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=175328 CPUtime=51.06
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 97099 0 0 0 5036 70 0 0 25 0 1 0 35600075 179535872 37807 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 43832 37807 583 984 0 42845 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 175328

[startup+102.308 s]
/proc/loadavg: 1.00 1.01 1.09 2/107 3516
/proc/meminfo: memFree=1635188/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=170360 CPUtime=102.26
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 201373 0 0 0 10095 131 0 0 25 0 1 0 35600075 174448640 37204 1992294400 4194304 8223781 140736867945296 18446744073709551615 6611759 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42590 37208 584 984 0 41603 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 170360

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 3518
/proc/meminfo: memFree=1638660/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=170024 CPUtime=162.24
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 377030 0 0 0 15993 231 0 0 25 0 1 0 35600075 174104576 37555 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42506 37555 584 984 0 41519 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 170024

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 3520
/proc/meminfo: memFree=1639652/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=169328 CPUtime=222.23
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 529439 0 0 0 21901 322 0 0 25 0 1 0 35600075 173391872 37344 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42332 37344 584 984 0 41345 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 169328

[startup+282.301 s]
/proc/loadavg: 1.08 1.02 1.08 2/107 3520
/proc/meminfo: memFree=1639404/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=169132 CPUtime=282.22
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 673091 0 0 0 27811 411 0 0 25 0 1 0 35600075 173191168 37351 1992294400 4194304 8223781 140736867945296 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42283 37351 584 984 0 41296 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 169132

[startup+342.301 s]
/proc/loadavg: 1.03 1.01 1.07 2/107 3522
/proc/meminfo: memFree=1639652/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=168576 CPUtime=342.21
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 806714 0 0 0 33727 494 0 0 25 0 1 0 35600075 172621824 37308 1992294400 4194304 8223781 140736867945296 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42144 37308 584 984 0 41157 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 168576

[startup+402.301 s]
/proc/loadavg: 1.01 1.00 1.07 2/107 3524
/proc/meminfo: memFree=1639404/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=168756 CPUtime=402.19
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 893510 0 0 0 39661 558 0 0 25 0 1 0 35600075 172806144 37355 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42189 37355 589 984 0 41202 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 168756

[startup+462.301 s]
/proc/loadavg: 1.07 1.02 1.07 2/107 3529
/proc/meminfo: memFree=1639280/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=165704 CPUtime=462.17
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 993316 0 0 0 45591 626 0 0 25 0 1 0 35600075 169680896 36898 1992294400 4194304 8223781 140736867945296 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 41426 36898 590 984 0 40439 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 165704

[startup+522.3 s]
/proc/loadavg: 1.03 1.01 1.06 2/107 3531
/proc/meminfo: memFree=1639156/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=168448 CPUtime=522.14
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 1102986 0 0 0 51516 698 0 0 25 0 1 0 35600075 172490752 37302 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42112 37302 590 984 0 41125 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 168448

[startup+582.301 s]
/proc/loadavg: 1.01 1.00 1.06 2/107 3531
/proc/meminfo: memFree=1639280/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=170064 CPUtime=582.14
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 1217413 0 0 0 57437 777 0 0 25 0 1 0 35600075 174145536 37373 1992294400 4194304 8223781 140736867945296 18446744073709551615 6570002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42516 37373 590 984 0 41529 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 170064

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 3533
/proc/meminfo: memFree=1639032/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=167968 CPUtime=642.12
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 1324469 0 0 0 63363 849 0 0 25 0 1 0 35600075 171999232 37299 1992294400 4194304 8223781 140736867945296 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 41992 37299 590 984 0 41005 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 167968

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 3543
/proc/meminfo: memFree=1638164/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=168584 CPUtime=1002.03
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 1899819 0 0 0 98958 1245 0 0 25 0 1 0 35600075 172630016 37563 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568148 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42146 37563 590 984 0 41159 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 168584

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 3545
/proc/meminfo: memFree=1637172/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=169424 CPUtime=1062.02
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2010336 0 0 0 104878 1324 0 0 25 0 1 0 35600075 173490176 37733 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42356 37733 590 984 0 41369 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 169424

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3547
/proc/meminfo: memFree=1636180/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=171604 CPUtime=1122.01
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2115814 0 0 0 110803 1398 0 0 25 0 1 0 35600075 175722496 38068 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42901 38068 590 984 0 41914 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 171604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3547
/proc/meminfo: memFree=1637916/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=165716 CPUtime=1182
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2206946 0 0 0 116740 1460 0 0 25 0 1 0 35600075 169693184 37606 1992294400 4194304 8223781 140736867945296 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 41429 37606 590 984 0 40442 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 165716

[startup+1242.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 3549
/proc/meminfo: memFree=1634692/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=170024 CPUtime=1241.98
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2329937 0 0 0 122644 1554 0 0 25 0 1 0 35600075 174104576 38326 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42506 38326 590 984 0 41519 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 170024

[startup+1302.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 3551
/proc/meminfo: memFree=1632460/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=173636 CPUtime=1301.98
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2442505 0 0 0 128568 1630 0 0 25 0 1 0 35600075 177803264 38867 1992294400 4194304 8223781 140736867945296 18446744073709551615 6569990 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 43409 38867 590 984 0 42422 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 173636

[startup+1362.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 3553
/proc/meminfo: memFree=1633948/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=169868 CPUtime=1361.95
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2554932 0 0 0 134485 1710 0 0 25 0 1 0 35600075 173944832 38504 1992294400 4194304 8223781 140736867945296 18446744073709551615 6592504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42467 38504 590 984 0 41480 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 169868

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3555
/proc/meminfo: memFree=1632956/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=170264 CPUtime=1421.95
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2690772 0 0 0 140388 1807 0 0 25 0 1 0 35600075 174350336 38764 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 42566 38764 600 984 0 41579 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 170264

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3555
/proc/meminfo: memFree=1630848/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=173000 CPUtime=1481.92
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2828929 0 0 0 146290 1902 0 0 25 0 1 0 35600075 177152000 39318 1992294400 4194304 8223781 140736867945296 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 43250 39318 590 984 0 42263 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 173000

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3557
/proc/meminfo: memFree=1625268/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=180844 CPUtime=1541.91
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 2933219 0 0 0 152216 1975 0 0 25 0 1 0 35600075 185184256 40697 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 45211 40697 590 984 0 44224 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 180844

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3559
/proc/meminfo: memFree=1624152/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=182128 CPUtime=1601.89
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3021400 0 0 0 158150 2039 0 0 25 0 1 0 35600075 186499072 40937 1992294400 4194304 8223781 140736867945296 18446744073709551615 6569990 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 45532 40937 590 984 0 44545 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 182128

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3561
/proc/meminfo: memFree=1627128/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=176644 CPUtime=1661.88
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3134855 0 0 0 164069 2119 0 0 25 0 1 0 35600075 180883456 40326 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568401 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 44161 40326 597 984 0 43174 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 176644

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3563
/proc/meminfo: memFree=1624648/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=180572 CPUtime=1721.87
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3254933 0 0 0 169991 2196 0 0 25 0 1 0 35600075 184905728 40792 1992294400 4194304 8223781 140736867945296 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 45143 40792 590 984 0 44156 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 180572

[startup+1782.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/107 3563
/proc/meminfo: memFree=1624152/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=178052 CPUtime=1781.85
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3356103 0 0 0 175911 2274 0 0 25 0 1 0 35600075 182325248 40825 1992294400 4194304 8223781 140736867945296 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 44513 40825 590 984 0 43526 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 178052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 3565
/proc/meminfo: memFree=1624152/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=177728 CPUtime=1800.06
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3392680 0 0 0 177703 2303 0 0 25 0 1 0 35600075 181993472 40876 1992294400 4194304 8223781 140736867945296 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 44432 40876 590 984 0 43445 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 177728

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.08 1.03 1.00 2/108 3566
/proc/meminfo: memFree=1623896/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=177728 CPUtime=1800.16
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3392812 0 0 0 177713 2303 0 0 25 0 1 0 35600075 181993472 40914 1992294400 4194304 8223781 140736867945296 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3513/statm: 44432 40914 590 984 0 43445 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 177728

[startup+1800.8 s]
/proc/loadavg: 1.08 1.03 1.00 2/108 3566
/proc/meminfo: memFree=1623896/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=177728 CPUtime=1800.35
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3392968 0 0 0 177732 2303 0 0 25 0 1 0 35600075 181993472 40908 1992294400 4194304 8223781 140736867945296 18446744073709551615 6027079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 44432 40908 592 984 0 43445 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 177728

[startup+1800.9 s]
/proc/loadavg: 1.08 1.03 1.00 2/108 3566
/proc/meminfo: memFree=1623896/2059040 swapFree=4136680/4192956
[pid=3513] ppid=3511 vsize=123360 CPUtime=1800.45
/proc/3513/stat : 3513 (pbscip.linux.x8) R 3511 3513 3197 0 -1 4202496 3392968 0 0 0 177741 2304 0 0 25 0 1 0 35600075 126320640 28980 1992294400 4194304 8223781 140736867945296 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3513/statm: 30585 28980 592 984 0 29598 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 123360

Child status: 0
Real time (s): 1800.93
CPU time (s): 1800.49
CPU user time (s): 1777.44
CPU system time (s): 23.0525
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 203252

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

runsolver used 3.10753 second user time and 8.37473 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-15 18:30:47
IDJOB=2667103
IDBENCH=2937
IDSOLVER=1169
FILE ID=node026/2667103-1276619446
PBS_JOBID= 11172298
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) 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.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667103-1276619446/watcher-2667103-1276619446 -o /tmp/evaluation-result-2667103-1276619446/solver-2667103-1276619446 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667103-1276619446.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=905844965

node026.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.201
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.40
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.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1787996 kB
Buffers:         69620 kB
Cached:         109280 kB
SwapCached:       9840 kB
Active:         102224 kB
Inactive:        90152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1787996 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            7224 kB
Writeback:           0 kB
AnonPages:       11700 kB
Mapped:           9364 kB
Slab:            56808 kB
PageTables:       4032 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= 62552 MiB
End job on node026 at 2010-06-15 19:00:49