Trace number 1869340

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.06 1798.57

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
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 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.19/1.26	c SCIP version 1.1.0.7
1.19/1.26	c LP-Solver SoPlex 1.4.1
1.19/1.26	c user parameter file <scip.set> not found - using default parameters
1.19/1.26	c read problem <HOME/instance-1869340-1245170486.opb>
1.19/1.26	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
1.69/1.71	c start presolving problem
1.69/1.71	c presolving:
2.10/2.20	c (round 1) 0 del vars, 10830 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
8.80/8.81	c    (7.4s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
8.80/8.81	c    (7.4s) probing aborted: 100/100 successive totally useless probings
8.80/8.81	c presolving (2 rounds):
8.80/8.81	c  0 deleted vars, 10830 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.80/8.81	c  22002 implications, 0 cliques
8.80/8.81	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
8.80/8.81	c      18 constraints of type <knapsack>
8.80/8.81	c   10830 constraints of type <linear>
8.80/8.81	c transformed objective value is always integral (scale: 1)
8.80/8.81	c Presolving Time: 7.09
8.80/8.82	c OPT-LIN
8.80/8.82	c -----------------------------------------------------------------------------------------------
8.80/8.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.80/8.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.80/8.82	c limits/memory = c 1620
8.80/8.82	c # maximal time in seconds to run
8.80/8.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.80/8.82	c limits/time = c 1791
8.80/8.82	c # frequency for displaying node information lines
8.80/8.82	c # [type: int, range: [-1,2147483647], default: 100]
8.80/8.82	c display/freq = c 10000
8.80/8.82	c -----------------------------------------------------------------------------------------------
8.80/8.82	c start solving problem
8.80/8.82	c 
18.79/18.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.79/18.87	c  17.4s|     1 |     0 | 12221 | 101M|   0 |6156 |  11k|  10k|  10k|  11k|  10k|   0 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
44.76/44.88	c  43.2s|     1 |     0 | 21566 | 102M|   0 |6170 |  11k|  10k|  10k|  11k|  10k|  58 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
47.86/47.98	c  46.3s|     1 |     0 | 21637 | 103M|   0 |6178 |  11k|  10k|  10k|  11k|  10k| 135 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
51.56/51.68	c  50.0s|     1 |     0 | 21901 | 103M|   0 |6170 |  11k|  10k|  10k|  11k|  11k| 206 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
55.46/55.54	c  53.8s|     1 |     0 | 22255 | 104M|   0 |6171 |  11k|  10k|  10k|  11k|  11k| 269 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
60.85/60.96	c  59.2s|     1 |     0 | 23004 | 104M|   0 |6187 |  11k|  10k|  10k|  11k|  11k| 334 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
66.36/66.44	c  64.7s|     1 |     0 | 23581 | 105M|   0 |6190 |  11k|  10k|  10k|  11k|  11k| 399 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
164.62/164.77	c   162s|     1 |     2 | 23581 | 105M|   0 |6190 |  11k|  10k|  10k|  11k|  11k| 399 |   0 |  22 | 1.800092e+01 |      --      |    Inf 
1797.69/1798.24	c 
1797.69/1798.24	c SCIP Status        : solving was interrupted [time limit reached]
1797.69/1798.24	c Solving Time (sec) : 1791.01
1797.69/1798.24	c Solving Nodes      : 15
1797.69/1798.24	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.69/1798.24	c Dual Bound         : +1.80009242144177e+01
1797.69/1798.24	c Gap                : infinite
1797.69/1798.24	c NODE         15
1797.69/1798.24	c DUAL BOUND   18.0009
1797.69/1798.24	c PRIMAL BOUND 1e+20
1797.69/1798.24	c GAP          1e+20
1797.69/1798.24	s UNKNOWN
1797.69/1798.24	c SCIP Status        : solving was interrupted [time limit reached]
1797.69/1798.24	c Solving Time       :    1791.01
1797.69/1798.24	c Original Problem   :
1797.69/1798.24	c   Problem name     : HOME/instance-1869340-1245170486.opb
1797.69/1798.24	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.69/1798.24	c   Constraints      : 21678 initial, 21678 maximal
1797.69/1798.24	c Presolved Problem  :
1797.69/1798.24	c   Problem name     : t_HOME/instance-1869340-1245170486.opb
1797.69/1798.24	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.69/1798.24	c   Constraints      : 10848 initial, 11068 maximal
1797.69/1798.24	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.69/1798.24	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.24	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.24	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.24	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.24	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.24	c   probing          :       6.44          0          0          0          0          0          0          0          0
1797.69/1798.24	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1797.69/1798.24	c   linear           :       0.52          0          0          0          0          0      10830          0          0
1797.69/1798.24	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.24	c   root node        :          -          0          -          -          0          -          -          -          -
1797.69/1798.24	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.69/1798.24	c   integral         :          0          0          0         17          0          0          5          0          0         28
1797.69/1798.24	c   knapsack         :         18          6       1181          0          0          0          2        103          0          0
1797.69/1798.24	c   linear           :      10830          6       1181          0          0          0          1          1          0          0
1797.69/1798.24	c   logicor          :          0+         0        220          0          0          0          1          0          0          0
1797.69/1798.24	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.69/1798.24	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.69/1798.24	c   integral         :     413.08       0.00       0.00     413.08       0.00
1797.69/1798.24	c   knapsack         :       0.02       0.01       0.01       0.00       0.00
1797.69/1798.24	c   linear           :       5.71       0.00       5.71       0.00       0.00
1797.69/1798.24	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1797.69/1798.24	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.69/1798.24	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.69/1798.24	c   rootredcost      :       0.00          0          0          0
1797.69/1798.24	c   pseudoobj        :       0.00        929          0          0
1797.69/1798.24	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.69/1798.24	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.69/1798.24	c   infeasible LP    :       0.81        220        220        220        5.6          0        0.0          0
1797.69/1798.24	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.24	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.24	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.69/1798.24	c   applied globally :          -          -          -        220        5.6          -          -          -
1797.69/1798.24	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.69/1798.24	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.69/1798.24	c   cut pool         :       0.00          5          -          -       1616          -    (maximal pool size: 4176)
1797.69/1798.24	c   redcost          :       0.06         22          0          0          0          0
1797.69/1798.24	c   impliedbounds    :       0.02          6          0          0         14          0
1797.69/1798.24	c   intobj           :       0.00          0          0          0          0          0
1797.69/1798.24	c   gomory           :       0.27          6          0          0         24          0
1797.69/1798.24	c   strongcg         :       0.26          6          0          0         12          0
1797.69/1798.24	c   cmir             :       8.57          6          0          0       3000          0
1797.69/1798.24	c   flowcover        :       3.83          6          0          0       1200          0
1797.69/1798.24	c   clique           :       0.01          1          0          0          0          0
1797.69/1798.24	c   zerohalf         :       0.00          0          0          0          0          0
1797.69/1798.24	c   mcf              :       0.00          1          0          0          0          0
1797.69/1798.24	c Pricers            :       Time      Calls       Vars
1797.69/1798.24	c   problem variables:       0.00          0          0
1797.69/1798.24	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.69/1798.24	c   relpscost        :     413.08         17          0          5          0          0         28
1797.69/1798.24	c   pscost           :       0.00          0          0          0          0          0          0
1797.69/1798.24	c   inference        :       0.00          0          0          0          0          0          0
1797.69/1798.24	c   mostinf          :       0.00          0          0          0          0          0          0
1797.69/1798.24	c   leastinf         :       0.00          0          0          0          0          0          0
1797.69/1798.24	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.69/1798.24	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.69/1798.24	c   random           :       0.00          0          0          0          0          0          0
1797.69/1798.24	c Primal Heuristics  :       Time      Calls      Found
1797.69/1798.24	c   LP solutions     :       0.00          -          0
1797.69/1798.24	c   pseudo solutions :       0.00          -          0
1797.69/1798.24	c   oneopt           :       0.00          0          0
1797.69/1798.24	c   pscostdiving     :       0.00          0          0
1797.69/1798.24	c   fracdiving       :       0.00          0          0
1797.69/1798.24	c   veclendiving     :       0.00          0          0
1797.69/1798.24	c   objpscostdiving  :       0.00          0          0
1797.69/1798.24	c   rootsoldiving    :       0.00          0          0
1797.69/1798.24	c   linesearchdiving :       0.00          0          0
1797.69/1798.24	c   guideddiving     :       0.00          0          0
1797.69/1798.24	c   intshifting      :       0.00          0          0
1797.69/1798.24	c   crossover        :       0.00          0          0
1797.69/1798.24	c   simplerounding   :       0.00          0          0
1797.69/1798.24	c   rounding         :       0.33         23          0
1797.69/1798.24	c   shifting         :       2.43          8          0
1797.69/1798.24	c   fixandinfer      :       0.00          0          0
1797.69/1798.24	c   feaspump         :      23.66          1          0
1797.69/1798.24	c   coefdiving       :    1299.16          1          0
1797.69/1798.24	c   intdiving        :       0.00          0          0
1797.69/1798.24	c   actconsdiving    :       0.00          0          0
1797.69/1798.24	c   octane           :       0.00          0          0
1797.69/1798.24	c   rens             :       0.03          0          0
1797.69/1798.24	c   rins             :       0.00          0          0
1797.69/1798.24	c   localbranching   :       0.00          0          0
1797.69/1798.24	c   mutation         :       0.00          0          0
1797.69/1798.24	c   dins             :       0.00          0          0
1797.69/1798.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.69/1798.24	c   primal LP        :       0.13          0          0       0.00       0.00
1797.69/1798.24	c   dual LP          :      31.10         24      20580     857.50     661.74
1797.69/1798.24	c   barrier LP       :       0.00          0          0       0.00          -
1797.69/1798.24	c   diving/probing LP:    1316.79        832    1207496    1451.32     917.00
1797.69/1798.24	c   strong branching :     413.01        270     138629     513.44     335.66
1797.69/1798.24	c     (at root node) :          -         22      19914     905.18          -
1797.69/1798.24	c   conflict analysis:       0.00          0          0       0.00          -
1797.69/1798.24	c B&B Tree           :
1797.69/1798.24	c   number of runs   :          1
1797.69/1798.24	c   nodes            :         15
1797.69/1798.24	c   nodes (total)    :         15
1797.69/1798.24	c   nodes left       :         14
1797.69/1798.24	c   max depth        :         13
1797.69/1798.24	c   max depth (total):         13
1797.69/1798.24	c   backtracks       :          0 (0.0%)
1797.69/1798.24	c   delayed cutoffs  :          0
1797.69/1798.24	c   repropagations   :          3 (4 domain reductions, 0 cutoffs)
1797.69/1798.24	c   avg switch length:       1.33
1797.69/1798.24	c   switching time   :       0.14
1797.69/1798.24	c Solution           :
1797.69/1798.24	c   Solutions found  :          0 (0 improvements)
1797.69/1798.24	c   Primal Bound     :          -
1797.69/1798.24	c   Dual Bound       : +1.80009242144177e+01
1797.69/1798.24	c   Gap              :   infinite
1797.69/1798.24	c   Root Dual Bound  : +1.80009242144177e+01
1797.99/1798.57	c Time complete: 1798.06.

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-1869340-1245170486/watcher-1869340-1245170486 -o /tmp/evaluation-result-1869340-1245170486/solver-1869340-1245170486 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869340-1245170486.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.98 3/64 3805
/proc/meminfo: memFree=1842752/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=4324 CPUtime=0
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 184649284 4427776 463 1992294400 4194304 7823515 548682068736 18446744073709551615 6956836 0 0 4096 0 0 0 0 17 1 0 0
/proc/3805/statm: 1122 471 306 886 0 232 0

[startup+0.0971361 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 3805
/proc/meminfo: memFree=1842752/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=11028 CPUtime=0.08
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 2069 0 0 0 8 0 0 0 18 0 1 0 184649284 11292672 2051 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3805/statm: 2757 2051 354 886 0 1867 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11028

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

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

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

[startup+1.5013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1814840/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=119944 CPUtime=1.49
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 29010 0 0 0 136 13 0 0 25 0 1 0 184649284 122822656 28638 1992294400 4194304 7823515 548682068736 18446744073709551615 6911387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 29986 28643 375 886 0 29096 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119944

[startup+3.10149 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1667320/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=181668 CPUtime=3.09
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 44664 0 0 0 287 22 0 0 25 0 1 0 184649284 186028032 43458 1992294400 4194304 7823515 548682068736 18446744073709551615 5029344 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 45417 43458 442 886 0 44527 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 181668

[startup+6.30186 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1669944/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=181668 CPUtime=6.29
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 44692 0 0 0 606 23 0 0 25 0 1 0 184649284 186028032 43486 1992294400 4194304 7823515 548682068736 18446744073709551615 5066015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 45417 43486 442 886 0 44527 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 181668

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1618424/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=240876 CPUtime=12.69
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 60008 0 0 0 1240 29 0 0 25 0 1 0 184649284 246657024 56495 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 60219 56495 515 886 0 59329 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 240876

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 3806
/proc/meminfo: memFree=1615608/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=244092 CPUtime=25.48
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 60679 0 0 0 2516 32 0 0 25 0 1 0 184649284 249950208 57157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 61023 57157 526 886 0 60133 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 244092

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1591992/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=284296 CPUtime=51.06
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 69300 0 0 0 5063 43 0 0 25 0 1 0 184649284 291119104 65421 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 71074 65421 550 886 0 70184 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 284296

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1551352/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=315648 CPUtime=102.25
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 120095 0 0 0 10147 78 0 0 25 0 1 0 184649284 323223552 73290 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 78912 73290 555 886 0 78022 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 315648

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1543928/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=296804 CPUtime=162.23
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 201806 0 0 0 16103 120 0 0 25 0 1 0 184649284 303927296 69655 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 74201 69655 555 886 0 73311 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 296804

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1549944/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310200 CPUtime=222.22
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210272 0 0 0 22092 130 0 0 25 0 1 0 184649284 317644800 73570 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77550 73570 555 886 0 76660 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 310200

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1548088/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310200 CPUtime=282.2
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210741 0 0 0 28080 140 0 0 25 0 1 0 184649284 317644800 74039 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77550 74039 556 886 0 76660 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 310200

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1548024/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310200 CPUtime=342.18
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210741 0 0 0 34069 149 0 0 25 0 1 0 184649284 317644800 74039 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77550 74039 556 886 0 76660 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 310200

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1547768/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=402.16
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210803 0 0 0 40059 157 0 0 25 0 1 0 184649284 317898752 74101 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74101 556 886 0 76722 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 310448

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1547768/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=462.15
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210803 0 0 0 46049 166 0 0 25 0 1 0 184649284 317898752 74101 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74101 556 886 0 76722 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 310448

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1547704/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=522.13
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 52034 179 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 310448

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1547640/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=582.12
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 58017 195 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 310448

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3806
/proc/meminfo: memFree=1547640/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=642.1
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 63999 211 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 310448

[startup+702.301 s]

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

/proc/meminfo: memFree=1547512/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1061.99
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 105866 333 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 310448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3808
/proc/meminfo: memFree=1547512/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1121.97
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 111845 352 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 310448

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547248/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1181.95
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 117826 369 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 310448

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547312/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1241.93
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 123806 387 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 310448

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547312/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1301.92
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 129785 407 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 310448

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547312/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1361.91
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 135765 426 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 310448

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547312/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1421.89
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 141745 444 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 310448

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547312/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1481.87
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 147726 461 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 310448

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547320/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1541.86
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 153707 479 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 310448

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547320/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1601.84
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 159688 496 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 310448

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1661.82
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 165667 515 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 310448

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1721.81
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 171651 530 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 310448

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1781.79
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 177633 546 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 310448

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1791.39
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 178590 549 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 310448

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1794.59
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 178910 549 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 310448

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1796.19
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 179069 550 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1796.19
Current children cumulated vsize (KiB) 310448

[startup+1797.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1796.98
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210813 0 0 0 179148 550 0 0 25 0 1 0 184649284 317898752 74111 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74111 563 886 0 76722 0
Current children cumulated CPU time (s) 1796.98
Current children cumulated vsize (KiB) 310448

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=310448 CPUtime=1797.79
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210817 0 0 0 179228 551 0 0 25 0 1 0 184649284 317898752 74115 1992294400 4194304 7823515 548682068736 18446744073709551615 4302007 0 0 4096 0 0 0 0 17 1 0 0
/proc/3805/statm: 77612 74115 567 886 0 76722 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 310448

[startup+1798.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3814
/proc/meminfo: memFree=1547256/2055920 swapFree=4192812/4192956
[pid=3805] ppid=3803 vsize=260960 CPUtime=1797.99
/proc/3805/stat : 3805 (pbscip.linux.x8) R 3803 3805 3427 0 -1 4194304 210817 0 0 0 179247 552 0 0 25 0 1 0 184649284 267223040 63456 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/3805/statm: 65240 63456 7651 886 0 64350 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 260960

Child status: 0
Real time (s): 1798.57
CPU time (s): 1798.06
CPU user time (s): 1792.5
CPU system time (s): 5.56215
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 323144

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

runsolver used 1.47378 second user time and 3.62545 second system time

The end

Launcher Data

Begin job on node11 at 2009-06-16 18:41:27
IDJOB=1869340
IDBENCH=2633
IDSOLVER=683
FILE ID=node11/1869340-1245170486
PBS_JOBID= 9363863
Free space on /tmp= 66192 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_19.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-1869340-1245170486/watcher-1869340-1245170486 -o /tmp/evaluation-result-1869340-1245170486/solver-1869340-1245170486 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869340-1245170486.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1630700041

node11.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.234
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.234
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:       1843168 kB
Buffers:         40956 kB
Cached:          99668 kB
SwapCached:          0 kB
Active:          69784 kB
Inactive:        84320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15988 kB
Writeback:           0 kB
Mapped:          23244 kB
Slab:            44576 kB
Committed_AS:   181728 kB
PageTables:       1452 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= 66180 MiB
End job on node11 at 2009-06-16 19:11:25