Trace number 1869344

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1798.54 1799.07

General information on the benchmark

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

Solver Data

0.79/0.81	c SCIP version 1.1.0.7
0.79/0.81	c LP-Solver SoPlex 1.4.1
0.79/0.81	c user parameter file <scip.set> not found - using default parameters
0.79/0.81	c read problem <HOME/instance-1869344-1245170636.opb>
0.79/0.81	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
1.00/1.10	c start presolving problem
1.00/1.10	c presolving:
1.39/1.41	c (round 1) 0 del vars, 6936 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
5.49/5.54	c    (4.6s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
5.49/5.54	c    (4.6s) probing aborted: 100/100 successive totally useless probings
5.49/5.54	c presolving (2 rounds):
5.49/5.54	c  0 deleted vars, 6936 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.49/5.54	c  14144 implications, 0 cliques
5.49/5.54	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
5.49/5.54	c      16 constraints of type <knapsack>
5.49/5.54	c    6936 constraints of type <linear>
5.49/5.54	c transformed objective value is always integral (scale: 1)
5.49/5.54	c Presolving Time: 4.43
5.49/5.54	c OPT-LIN
5.49/5.54	c -----------------------------------------------------------------------------------------------
5.49/5.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.49/5.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.49/5.54	c limits/memory = c 1620
5.49/5.54	c # maximal time in seconds to run
5.49/5.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.49/5.54	c limits/time = c 1791
5.49/5.54	c # frequency for displaying node information lines
5.49/5.54	c # [type: int, range: [-1,2147483647], default: 100]
5.49/5.54	c display/freq = c 10000
5.49/5.54	c -----------------------------------------------------------------------------------------------
5.49/5.54	c start solving problem
5.49/5.54	c 
8.70/8.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.70/8.71	c   7.7s|     1 |     0 |  7373 |  64M|   0 |4012 |7089 |6952 |6952 |7089 |6952 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
21.79/21.85	c  20.8s|     1 |     0 | 14506 |  65M|   0 |4021 |7089 |6952 |6952 |7089 |7007 |  55 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
23.49/23.55	c  22.5s|     1 |     0 | 14619 |  65M|   0 |4024 |7089 |6952 |6952 |7089 |7073 | 121 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
25.69/25.74	c  24.7s|     1 |     0 | 15065 |  66M|   0 |4044 |7089 |6952 |6952 |7089 |7138 | 186 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
28.68/28.74	c  27.6s|     1 |     0 | 15575 |  66M|   0 |4041 |7089 |6952 |6952 |7089 |7203 | 251 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
32.08/32.18	c  31.1s|     1 |     0 | 16102 |  67M|   0 |4037 |7089 |6952 |6952 |7089 |7277 | 325 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
35.49/35.54	c  34.4s|     1 |     0 | 16694 |  68M|   0 |4038 |7089 |6952 |6952 |7089 |7340 | 388 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
90.27/90.40	c  89.1s|     1 |     2 | 16694 |  68M|   0 |4038 |7089 |6952 |6952 |7089 |7340 | 388 |   0 |  20 | 1.600115e+01 |      --      |    Inf 
1798.26/1798.84	c 
1798.26/1798.84	c SCIP Status        : solving was interrupted [time limit reached]
1798.26/1798.84	c Solving Time (sec) : 1791.00
1798.26/1798.84	c Solving Nodes      : 2021
1798.26/1798.84	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.26/1798.84	c Dual Bound         : +1.60011547344111e+01
1798.26/1798.84	c Gap                : infinite
1798.26/1798.84	c NODE         2021
1798.26/1798.84	c DUAL BOUND   16.0012
1798.26/1798.84	c PRIMAL BOUND 1e+20
1798.26/1798.84	c GAP          1e+20
1798.26/1798.84	s UNKNOWN
1798.26/1798.84	c SCIP Status        : solving was interrupted [time limit reached]
1798.26/1798.84	c Solving Time       :    1791.00
1798.26/1798.84	c Original Problem   :
1798.26/1798.84	c   Problem name     : HOME/instance-1869344-1245170636.opb
1798.26/1798.84	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.26/1798.84	c   Constraints      : 13888 initial, 13888 maximal
1798.26/1798.84	c Presolved Problem  :
1798.26/1798.84	c   Problem name     : t_HOME/instance-1869344-1245170636.opb
1798.26/1798.84	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.26/1798.84	c   Constraints      : 6952 initial, 9610 maximal
1798.26/1798.84	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.26/1798.84	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   probing          :       4.01          0          0          0          0          0          0          0          0
1798.26/1798.84	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   linear           :       0.35          0          0          0          0          0       6936          0          0
1798.26/1798.84	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1798.26/1798.84	c   root node        :          -          0          -          -          0          -          -          -          -
1798.26/1798.84	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.26/1798.84	c   integral         :          0          0          0       1512          0          0        590          0          0       2772
1798.26/1798.84	c   knapsack         :         16          6      17298          0          1         53       1380         80          0          0
1798.26/1798.84	c   linear           :       6936          6      17245          0          0        176     185988          3          0          0
1798.26/1798.84	c   logicor          :          0+         0       3835          0          0          3       1615          0          0          0
1798.26/1798.84	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.26/1798.84	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.26/1798.84	c   integral         :     496.58       0.00       0.00     496.58       0.00
1798.26/1798.84	c   knapsack         :       1.72       0.01       1.71       0.00       0.00
1798.26/1798.84	c   linear           :      68.56       0.00      68.56       0.00       0.00
1798.26/1798.84	c   logicor          :       0.34       0.00       0.34       0.00       0.00
1798.26/1798.84	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.26/1798.84	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.26/1798.84	c   rootredcost      :       0.00          0          0          0
1798.26/1798.84	c   pseudoobj        :       0.02      17050          0          0
1798.26/1798.84	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.26/1798.84	c   propagation      :       0.06        232        232       1214       36.0         15       10.1          -
1798.26/1798.84	c   infeasible LP    :       4.76       1737       1737       2124        9.3        115       10.0          0
1798.26/1798.84	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.26/1798.84	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.26/1798.84	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.26/1798.84	c   applied globally :          -          -          -       2662       12.9          -          -          -
1798.26/1798.84	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.26/1798.84	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.26/1798.84	c   cut pool         :       0.00          5          -          -       2163          -    (maximal pool size: 4057)
1798.26/1798.84	c   redcost          :       1.23       1470          0          5          0          0
1798.26/1798.84	c   impliedbounds    :       0.00          6          0          0         22          0
1798.26/1798.84	c   intobj           :       0.00          0          0          0          0          0
1798.26/1798.84	c   gomory           :       0.21          6          0          0         10          0
1798.26/1798.84	c   strongcg         :       0.18          6          0          0          3          0
1798.26/1798.84	c   cmir             :       4.76          6          0          0       3000          0
1798.26/1798.84	c   flowcover        :       3.08          6          0          0       1200          0
1798.26/1798.84	c   clique           :       0.01          1          0          0          0          0
1798.26/1798.84	c   zerohalf         :       0.00          0          0          0          0          0
1798.26/1798.84	c   mcf              :       0.00          1          0          0          0          0
1798.26/1798.84	c Pricers            :       Time      Calls       Vars
1798.26/1798.84	c   problem variables:       0.00          0          0
1798.26/1798.84	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.26/1798.84	c   relpscost        :     496.58       1512          0        590          0          0       2772
1798.26/1798.84	c   pscost           :       0.00          0          0          0          0          0          0
1798.26/1798.84	c   inference        :       0.00          1          0          0          0          0          2
1798.26/1798.84	c   mostinf          :       0.00          0          0          0          0          0          0
1798.26/1798.84	c   leastinf         :       0.00          0          0          0          0          0          0
1798.26/1798.84	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.26/1798.84	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.26/1798.84	c   random           :       0.00          0          0          0          0          0          0
1798.26/1798.84	c Primal Heuristics  :       Time      Calls      Found
1798.26/1798.84	c   LP solutions     :       0.00          -          0
1798.26/1798.84	c   pseudo solutions :       0.00          -          0
1798.26/1798.84	c   oneopt           :       0.00          0          0
1798.26/1798.84	c   crossover        :       0.00          0          0
1798.26/1798.84	c   guideddiving     :       0.00          0          0
1798.26/1798.84	c   fracdiving       :     221.39          2          0
1798.26/1798.84	c   coefdiving       :     345.23          2          0
1798.26/1798.84	c   rootsoldiving    :      32.98          4          0
1798.26/1798.84	c   veclendiving     :      31.28          9          0
1798.26/1798.84	c   objpscostdiving  :       8.06          5          0
1798.26/1798.84	c   feaspump         :      43.94          5          0
1798.26/1798.84	c   linesearchdiving :      38.63         10          0
1798.26/1798.84	c   pscostdiving     :      45.45         10          0
1798.26/1798.84	c   simplerounding   :       0.01          0          0
1798.26/1798.84	c   rounding         :       2.08        483          0
1798.26/1798.84	c   shifting         :      11.02        131          0
1798.26/1798.84	c   intshifting      :       0.00          0          0
1798.26/1798.84	c   fixandinfer      :       0.00          0          0
1798.26/1798.84	c   intdiving        :       0.00          0          0
1798.26/1798.84	c   actconsdiving    :       0.00          0          0
1798.26/1798.84	c   octane           :       0.00          0          0
1798.26/1798.84	c   rens             :       0.01          0          0
1798.26/1798.84	c   rins             :       0.00          0          0
1798.26/1798.84	c   localbranching   :       0.00          0          0
1798.26/1798.84	c   mutation         :       0.00          0          0
1798.26/1798.84	c   dins             :       0.00          0          0
1798.26/1798.84	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.26/1798.84	c   primal LP        :       0.04          0          0       0.00       0.00
1798.26/1798.84	c   dual LP          :     442.12       2014     602039     298.93    1361.71
1798.26/1798.84	c   barrier LP       :       0.00          0          0       0.00          -
1798.26/1798.84	c   diving/probing LP:     716.61       3640    1057585     290.55    1475.82
1798.26/1798.84	c   strong branching :     494.54       1250     423905     339.12     857.17
1798.26/1798.84	c     (at root node) :          -         20      19737     986.85          -
1798.26/1798.84	c   conflict analysis:       0.00          0          0       0.00          -
1798.26/1798.84	c B&B Tree           :
1798.26/1798.84	c   number of runs   :          1
1798.26/1798.84	c   nodes            :       2021
1798.26/1798.84	c   nodes (total)    :       2021
1798.26/1798.84	c   nodes left       :        605
1798.26/1798.84	c   max depth        :        299
1798.26/1798.84	c   max depth (total):        299
1798.26/1798.84	c   backtracks       :        180 (8.9%)
1798.26/1798.84	c   delayed cutoffs  :        149
1798.26/1798.84	c   repropagations   :       8685 (27270 domain reductions, 7 cutoffs)
1798.26/1798.84	c   avg switch length:      11.58
1798.26/1798.84	c   switching time   :       7.02
1798.26/1798.84	c Solution           :
1798.26/1798.84	c   Solutions found  :          0 (0 improvements)
1798.26/1798.84	c   Primal Bound     :          -
1798.26/1798.84	c   Dual Bound       : +1.60011547344111e+01
1798.26/1798.84	c   Gap              :   infinite
1798.26/1798.84	c   Root Dual Bound  : +1.60011547344111e+01
1798.46/1799.06	c Time complete: 1798.53.

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4255
/proc/meminfo: memFree=1844216/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=4324 CPUtime=0
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 184662914 4427776 449 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 1081 463 300 886 0 191 0

[startup+0.077246 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4255
/proc/meminfo: memFree=1844216/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=10508 CPUtime=0.06
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 1942 0 0 0 6 0 0 0 18 0 1 0 184662914 10760192 1924 1992294400 4194304 7823515 548682068736 18446744073709551615 6830594 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 2627 1924 354 886 0 1737 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10508

[startup+0.102247 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4255
/proc/meminfo: memFree=1844216/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=11028 CPUtime=0.09
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 2069 0 0 0 9 0 0 0 18 0 1 0 184662914 11292672 2051 1992294400 4194304 7823515 548682068736 18446744073709551615 6288883 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 2757 2051 354 886 0 1867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11028

[startup+0.301269 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4255
/proc/meminfo: memFree=1844216/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=16344 CPUtime=0.29
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 3403 0 0 0 28 1 0 0 19 0 1 0 184662914 16736256 3385 1992294400 4194304 7823515 548682068736 18446744073709551615 4403196 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 4086 3385 354 886 0 3196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16344

[startup+0.701313 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4255
/proc/meminfo: memFree=1844216/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=25056 CPUtime=0.69
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 5575 0 0 0 67 2 0 0 22 0 1 0 184662914 25657344 5557 1992294400 4194304 7823515 548682068736 18446744073709551615 6830472 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 6264 5557 354 886 0 5374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25056

[startup+1.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1755888/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=129800 CPUtime=1.49
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 31269 0 0 0 135 14 0 0 25 0 1 0 184662914 132915200 30897 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 32450 30897 431 886 0 31560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129800

[startup+3.10158 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1721776/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=129800 CPUtime=3.09
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 31322 0 0 0 294 15 0 0 25 0 1 0 184662914 132915200 30950 1992294400 4194304 7823515 548682068736 18446744073709551615 5062430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 32450 30950 442 886 0 31560 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129800

[startup+6.30193 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1721456/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=166308 CPUtime=6.29
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 40652 0 0 0 610 19 0 0 25 0 1 0 184662914 170299392 38420 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 41577 38420 515 886 0 40687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 166308

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1689272/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=167644 CPUtime=12.69
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 41606 0 0 0 1247 22 0 0 25 0 1 0 184662914 171667456 39118 1992294400 4194304 7823515 548682068736 18446744073709551615 6208322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 41911 39118 526 886 0 41021 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 167644

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1669432/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=195644 CPUtime=25.49
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 48202 0 0 0 2520 29 0 0 25 0 1 0 184662914 200339456 45450 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 48911 45450 550 886 0 48021 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 195644

[startup+51.1028 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1640568/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218088 CPUtime=51.08
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 54153 0 0 0 5072 36 0 0 25 0 1 0 184662914 223322112 51330 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54522 51330 555 886 0 53632 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 218088

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643768/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=102.27
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62635 0 0 0 10178 49 0 0 25 0 1 0 184662914 220123136 50522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50522 555 886 0 52851 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 214964

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643704/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=162.24
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62636 0 0 0 16160 64 0 0 25 0 1 0 184662914 220123136 50523 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50523 556 886 0 52851 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 214964

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643640/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=222.23
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62636 0 0 0 22145 78 0 0 25 0 1 0 184662914 220123136 50523 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50523 556 886 0 52851 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 214964

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643640/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=282.22
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62643 0 0 0 28127 95 0 0 25 0 1 0 184662914 220123136 50530 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50530 563 886 0 52851 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 214964

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643576/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=342.2
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62645 0 0 0 34102 118 0 0 25 0 1 0 184662914 220123136 50532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50532 565 886 0 52851 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 214964

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643576/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=402.18
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62645 0 0 0 40074 144 0 0 25 0 1 0 184662914 220123136 50532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50532 565 886 0 52851 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 214964

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4256
/proc/meminfo: memFree=1643512/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=462.16
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62645 0 0 0 46040 176 0 0 25 0 1 0 184662914 220123136 50532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50532 565 886 0 52851 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 214964

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4258
/proc/meminfo: memFree=1643512/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=522.14
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62645 0 0 0 52009 205 0 0 25 0 1 0 184662914 220123136 50532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50532 565 886 0 52851 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 214964

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4258
/proc/meminfo: memFree=1643512/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=582.13
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62645 0 0 0 57982 231 0 0 25 0 1 0 184662914 220123136 50532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50532 565 886 0 52851 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 214964

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4258
/proc/meminfo: memFree=1643448/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=214964 CPUtime=642.11
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 62645 0 0 0 63956 255 0 0 25 0 1 0 184662914 220123136 50532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 53741 50532 565 886 0 52851 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 214964

[startup+702.302 s]

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

/proc/meminfo: memFree=1639352/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218504 CPUtime=1121.97
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63667 0 0 0 111759 438 0 0 25 0 1 0 184662914 223748096 51554 1992294400 4194304 7823515 548682068736 18446744073709551615 6237451 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54626 51554 565 886 0 53736 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 218504

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1639288/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218504 CPUtime=1181.94
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63694 0 0 0 117735 459 0 0 25 0 1 0 184662914 223748096 51581 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54626 51581 565 886 0 53736 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 218504

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1639160/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218504 CPUtime=1241.93
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63694 0 0 0 123715 478 0 0 25 0 1 0 184662914 223748096 51581 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54626 51581 565 886 0 53736 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 218504

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1639096/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218504 CPUtime=1301.91
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63694 0 0 0 129691 500 0 0 25 0 1 0 184662914 223748096 51581 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54626 51581 565 886 0 53736 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 218504

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1638712/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218916 CPUtime=1361.9
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63782 0 0 0 135668 522 0 0 25 0 1 0 184662914 224169984 51669 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54729 51669 565 886 0 53839 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 218916

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1638584/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218916 CPUtime=1421.88
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63813 0 0 0 141648 540 0 0 25 0 1 0 184662914 224169984 51700 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54729 51700 565 886 0 53839 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 218916

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1638520/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=218916 CPUtime=1481.86
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 63818 0 0 0 147626 560 0 0 25 0 1 0 184662914 224169984 51705 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 54729 51705 565 886 0 53839 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 218916

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1634232/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=223160 CPUtime=1541.84
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 64908 0 0 0 153607 577 0 0 25 0 1 0 184662914 228515840 52766 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55790 52766 565 886 0 54900 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 223160

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1636600/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221804 CPUtime=1601.83
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 68982 0 0 0 159588 595 0 0 25 0 1 0 184662914 227127296 52298 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55451 52298 565 886 0 54561 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 221804

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1633976/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=223336 CPUtime=1661.8
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 73901 0 0 0 165565 615 0 0 25 0 1 0 184662914 228696064 52809 1992294400 4194304 7823515 548682068736 18446744073709551615 6908067 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55834 52809 565 886 0 54944 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 223336

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637368/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1721.78
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 171549 629 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 221036

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1781.77
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 177528 649 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6234924 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 221036

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1791.37
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 178486 651 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6161848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 221036

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1794.57
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 178805 652 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 221036

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1796.17
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 178964 653 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 221036

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1797.77
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 179124 653 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 221036

[startup+1798.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1798.16
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82383 0 0 0 179163 653 0 0 25 0 1 0 184662914 226340864 51947 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51947 565 886 0 54369 0
Current children cumulated CPU time (s) 1798.16
Current children cumulated vsize (KiB) 221036

[startup+1798.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1798.36
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82387 0 0 0 179183 653 0 0 25 0 1 0 184662914 226340864 51951 1992294400 4194304 7823515 548682068736 18446744073709551615 4301917 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51951 569 886 0 54369 0
Current children cumulated CPU time (s) 1798.36
Current children cumulated vsize (KiB) 221036

[startup+1799 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4264
/proc/meminfo: memFree=1637560/2055920 swapFree=4192812/4192956
[pid=4255] ppid=4253 vsize=221036 CPUtime=1798.46
/proc/4255/stat : 4255 (pbscip.linux.x8) R 4253 4255 3914 0 -1 4194304 82387 0 0 0 179193 653 0 0 25 0 1 0 184662914 226340864 51951 1992294400 4194304 7823515 548682068736 18446744073709551615 5875920 0 0 4096 0 0 0 0 17 1 0 0
/proc/4255/statm: 55259 51951 569 886 0 54369 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (KiB) 221036

Child status: 0
Real time (s): 1799.07
CPU time (s): 1798.54
CPU user time (s): 1791.97
CPU system time (s): 6.573
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 224104

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

runsolver used 1.46978 second user time and 3.61545 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-16 18:43:56
IDJOB=1869344
IDBENCH=2635
IDSOLVER=683
FILE ID=node35/1869344-1245170636
PBS_JOBID= 9363827
Free space on /tmp= 66132 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869344-1245170636/watcher-1869344-1245170636 -o /tmp/evaluation-result-1869344-1245170636/solver-1869344-1245170636 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869344-1245170636.opb

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=1728693553

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844632 kB
Buffers:         42296 kB
Cached:          94652 kB
SwapCached:        140 kB
Active:          67792 kB
Inactive:        83292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13708 kB
Writeback:           0 kB
Mapped:          23744 kB
Slab:            46168 kB
Committed_AS:   171176 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node35 at 2009-06-16 19:13:55