Trace number 1869341

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1796.85 1797.32

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.27	c SCIP version 1.1.0.7
1.19/1.27	c LP-Solver Clp 1.8.2
1.19/1.27	c user parameter file <scip.set> not found - using default parameters
1.19/1.27	c read problem <HOME/instance-1869341-1245170487.opb>
1.19/1.27	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.20/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.79/8.81	c    (7.4s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
8.79/8.81	c    (7.4s) probing aborted: 100/100 successive totally useless probings
8.79/8.81	c presolving (2 rounds):
8.79/8.81	c  0 deleted vars, 10830 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.79/8.81	c  22002 implications, 0 cliques
8.79/8.81	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
8.79/8.81	c      18 constraints of type <knapsack>
8.79/8.81	c   10830 constraints of type <linear>
8.79/8.81	c transformed objective value is always integral (scale: 1)
8.79/8.81	c Presolving Time: 7.09
8.79/8.82	c OPT-LIN
8.79/8.82	c -----------------------------------------------------------------------------------------------
8.79/8.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.79/8.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.79/8.82	c limits/memory = c 1620
8.79/8.82	c # maximal time in seconds to run
8.79/8.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.79/8.82	c limits/time = c 1791
8.79/8.82	c # frequency for displaying node information lines
8.79/8.82	c # [type: int, range: [-1,2147483647], default: 100]
8.79/8.82	c display/freq = c 10000
8.79/8.82	c -----------------------------------------------------------------------------------------------
8.79/8.82	c start solving problem
8.79/8.82	c 
15.88/15.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.88/15.98	c  14.4s|     1 |     0 | 14332 | 101M|   0 |6155 |  11k|  10k|  10k|  11k|  10k|   0 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
32.38/32.46	c  30.9s|     1 |     0 | 22333 | 102M|   0 |6178 |  11k|  10k|  10k|  11k|  10k|  58 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
34.98/35.09	c  33.5s|     1 |     0 | 22452 | 103M|   0 |6201 |  11k|  10k|  10k|  11k|  10k| 122 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
38.97/39.06	c  37.4s|     1 |     0 | 22674 | 103M|   0 |6203 |  11k|  10k|  10k|  11k|  11k| 206 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
44.16/44.24	c  42.6s|     1 |     0 | 23071 | 104M|   0 |6179 |  11k|  10k|  10k|  11k|  11k| 274 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
50.47/50.59	c  48.9s|     1 |     0 | 23797 | 104M|   0 |6197 |  11k|  10k|  10k|  11k|  11k| 345 |   0 |   0 | 1.800079e+01 |      --      |    Inf 
56.37/56.40	c  54.6s|     1 |     0 | 24319 | 105M|   0 |6192 |  11k|  10k|  10k|  11k|  11k| 403 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
96.45/96.53	c  94.6s|     1 |     2 | 24319 | 105M|   0 |6192 |  11k|  10k|  10k|  11k|  11k| 403 |   0 |  29 | 1.800092e+01 |      --      |    Inf 
1796.52/1797.00	c 
1796.52/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.52/1797.00	c Solving Time (sec) : 1791.01
1796.52/1797.00	c Solving Nodes      : 1964
1796.52/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.52/1797.00	c Dual Bound         : +1.90007920792080e+01
1796.52/1797.00	c Gap                : infinite
1796.52/1797.00	c NODE         1964
1796.52/1797.00	c DUAL BOUND   19.0008
1796.52/1797.00	c PRIMAL BOUND 1e+20
1796.52/1797.00	c GAP          1e+20
1796.52/1797.00	s UNKNOWN
1796.52/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.52/1797.00	c Solving Time       :    1791.01
1796.52/1797.00	c Original Problem   :
1796.52/1797.00	c   Problem name     : HOME/instance-1869341-1245170487.opb
1796.52/1797.00	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.52/1797.00	c   Constraints      : 21678 initial, 21678 maximal
1796.52/1797.00	c Presolved Problem  :
1796.52/1797.00	c   Problem name     : t_HOME/instance-1869341-1245170487.opb
1796.52/1797.00	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.52/1797.00	c   Constraints      : 10848 initial, 11077 maximal
1796.52/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.52/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.52/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.52/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.52/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.52/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.52/1797.00	c   probing          :       6.44          0          0          0          0          0          0          0          0
1796.52/1797.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1796.52/1797.00	c   linear           :       0.53          0          0          0          0          0      10830          0          0
1796.52/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.52/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -
1796.52/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.52/1797.00	c   integral         :          0          0          0       1509          0          0        106          0          0       2964
1796.52/1797.00	c   knapsack         :         18          6       8004          0          1         15        479         89          0          0
1796.52/1797.00	c   linear           :      10830          6       7989          0          0         64      38021          1          0          0
1796.52/1797.00	c   logicor          :          0+         0        458          0          0          5         36          0          0          0
1796.52/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.52/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.52/1797.00	c   integral         :     436.61       0.00       0.00     436.61       0.00
1796.52/1797.00	c   knapsack         :       1.39       0.00       1.39       0.00       0.00
1796.52/1797.00	c   linear           :      49.66       0.01      49.65       0.00       0.00
1796.52/1797.00	c   logicor          :       0.07       0.00       0.07       0.00       0.00
1796.52/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.52/1797.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.52/1797.00	c   rootredcost      :       0.00          0          0          0
1796.52/1797.00	c   pseudoobj        :       0.02       7753          0          0
1796.52/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.52/1797.00	c   propagation      :       0.01         84         84        391       29.5          5       13.0          -
1796.52/1797.00	c   infeasible LP    :       5.20       2374          0          0        0.0          0        0.0          0
1796.52/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.52/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.52/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.52/1797.00	c   applied globally :          -          -          -        229       26.1          -          -          -
1796.52/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.52/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.52/1797.00	c   cut pool         :       0.00          5          -          -       2229          -    (maximal pool size: 4060)
1796.52/1797.00	c   redcost          :       2.12       1514          0          6          0          0
1796.52/1797.00	c   impliedbounds    :       0.01          6          0          0         48          0
1796.52/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.52/1797.00	c   gomory           :       0.31          6          0          0         10          0
1796.52/1797.00	c   strongcg         :       0.27          6          0          0          9          0
1796.52/1797.00	c   cmir             :       9.01          6          0          0       3000          0
1796.52/1797.00	c   flowcover        :       4.73          6          0          0       1200          0
1796.52/1797.00	c   clique           :       0.02          1          0          0          0          0
1796.52/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.52/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.52/1797.00	c Pricers            :       Time      Calls       Vars
1796.52/1797.00	c   problem variables:       0.00          0          0
1796.52/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.52/1797.00	c   relpscost        :     436.59       1509          0        106          0          0       2964
1796.52/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.52/1797.00	c   inference        :       0.01          1          0          0          0          0          2
1796.52/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.52/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.52/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.52/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.52/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.52/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.52/1797.00	c   LP solutions     :       0.00          -          0
1796.52/1797.00	c   pseudo solutions :       0.00          -          0
1796.52/1797.00	c   oneopt           :       0.01          0          0
1796.52/1797.00	c   crossover        :       0.00          0          0
1796.52/1797.00	c   guideddiving     :       0.00          0          0
1796.52/1797.00	c   intshifting      :       0.00          0          0
1796.52/1797.00	c   fracdiving       :     313.30          1          0
1796.52/1797.00	c   coefdiving       :     234.37          2          0
1796.52/1797.00	c   veclendiving     :      45.28          6          0
1796.52/1797.00	c   rootsoldiving    :      37.56          3          0
1796.52/1797.00	c   pscostdiving     :      58.82          7          0
1796.52/1797.00	c   objpscostdiving  :      33.65          4          0
1796.52/1797.00	c   linesearchdiving :      51.50          9          0
1796.52/1797.00	c   feaspump         :      72.45          6          0
1796.52/1797.00	c   simplerounding   :       0.02          0          0
1796.52/1797.00	c   rounding         :       2.17        497          0
1796.52/1797.00	c   shifting         :      26.58        133          0
1796.52/1797.00	c   fixandinfer      :       0.00          0          0
1796.52/1797.00	c   intdiving        :       0.00          0          0
1796.52/1797.00	c   actconsdiving    :       0.00          0          0
1796.52/1797.00	c   octane           :       0.00          0          0
1796.52/1797.00	c   rens             :       0.02          0          0
1796.52/1797.00	c   rins             :       0.00          0          0
1796.52/1797.00	c   localbranching   :       0.00          0          0
1796.52/1797.00	c   mutation         :       0.00          0          0
1796.52/1797.00	c   dins             :       0.00          0          0
1796.52/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.52/1797.00	c   primal LP        :       0.24          0          0       0.00       0.00
1796.52/1797.00	c   dual LP          :     420.48       1960     419627     214.10     997.97
1796.52/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.52/1797.00	c   diving/probing LP:     788.66       4491     687883     153.17     872.22
1796.52/1797.00	c   strong branching :     434.56        998     325247     325.90     748.45
1796.52/1797.00	c     (at root node) :          -         29      11048     380.97          -
1796.52/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.52/1797.00	c B&B Tree           :
1796.52/1797.00	c   number of runs   :          1
1796.52/1797.00	c   nodes            :       1964
1796.52/1797.00	c   nodes (total)    :       1964
1796.52/1797.00	c   nodes left       :        960
1796.52/1797.00	c   max depth        :        434
1796.52/1797.00	c   max depth (total):        434
1796.52/1797.00	c   backtracks       :        156 (7.9%)
1796.52/1797.00	c   delayed cutoffs  :         43
1796.52/1797.00	c   repropagations   :        108 (5418 domain reductions, 2 cutoffs)
1796.52/1797.00	c   avg switch length:       6.56
1796.52/1797.00	c   switching time   :       3.12
1796.52/1797.00	c Solution           :
1796.52/1797.00	c   Solutions found  :          0 (0 improvements)
1796.52/1797.00	c   Primal Bound     :          -
1796.52/1797.00	c   Dual Bound       : +1.90007920792080e+01
1796.52/1797.00	c   Gap              :   infinite
1796.52/1797.00	c   Root Dual Bound  : +1.80009233610342e+01
1796.83/1797.31	c Time complete: 1796.84.

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

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


[startup+0 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 3022
/proc/meminfo: memFree=1905448/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=5812 CPUtime=0
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 184648894 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 1453 501 332 1256 0 192 0

[startup+0.030141 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 3022
/proc/meminfo: memFree=1905448/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=10700 CPUtime=0.02
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 1639 0 0 0 2 0 0 0 18 0 1 0 184648894 10956800 1623 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 2675 1623 378 1256 0 1414 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10700

[startup+0.101148 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 3022
/proc/meminfo: memFree=1905448/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=12540 CPUtime=0.09
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 2100 0 0 0 9 0 0 0 18 0 1 0 184648894 12840960 2084 1992294400 4194304 9342243 548682068736 18446744073709551615 5537893 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 3135 2084 378 1256 0 1874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12540

[startup+0.301166 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 3022
/proc/meminfo: memFree=1905448/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=17856 CPUtime=0.29
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 3433 0 0 0 28 1 0 0 19 0 1 0 184648894 18284544 3417 1992294400 4194304 9342243 548682068736 18446744073709551615 8230100 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 4464 3417 378 1256 0 3203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17856

[startup+0.701205 s]
/proc/loadavg: 1.03 1.04 1.00 3/64 3022
/proc/meminfo: memFree=1905448/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=26572 CPUtime=0.69
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 5606 0 0 0 67 2 0 0 22 0 1 0 184648894 27209728 5590 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 6643 5590 378 1256 0 5382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26572

[startup+1.50128 s]
/proc/loadavg: 1.03 1.04 1.00 2/65 3023
/proc/meminfo: memFree=1877984/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=121152 CPUtime=1.49
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 28925 0 0 0 138 11 0 0 25 0 1 0 184648894 124059648 28555 1992294400 4194304 9342243 548682068736 18446744073709551615 8251083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 30288 28560 416 1256 0 29027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121152

[startup+3.10144 s]
/proc/loadavg: 1.03 1.04 1.00 2/65 3023
/proc/meminfo: memFree=1730016/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=182872 CPUtime=3.09
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 44724 0 0 0 288 21 0 0 25 0 1 0 184648894 187260928 43512 1992294400 4194304 9342243 548682068736 18446744073709551615 5066015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 45718 43512 484 1256 0 44457 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182872

[startup+6.30174 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 3023
/proc/meminfo: memFree=1732640/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=182872 CPUtime=6.29
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 44748 0 0 0 608 21 0 0 25 0 1 0 184648894 187260928 43536 1992294400 4194304 9342243 548682068736 18446744073709551615 5061259 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 45718 43536 484 1256 0 44457 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182872

[startup+12.7024 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 3023
/proc/meminfo: memFree=1687072/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=233020 CPUtime=12.69
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 56601 0 0 0 1243 26 0 0 25 0 1 0 184648894 238612480 55369 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 58255 55369 611 1256 0 56994 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 233020

[startup+25.5016 s]
/proc/loadavg: 1.08 1.05 1.00 2/65 3023
/proc/meminfo: memFree=1678752/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=241672 CPUtime=25.48
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 62977 0 0 0 2518 30 0 0 25 0 1 0 184648894 247472128 57161 1992294400 4194304 9342243 548682068736 18446744073709551615 6952101 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 60418 57161 640 1256 0 59157 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 241672

[startup+51.101 s]
/proc/loadavg: 1.05 1.05 1.00 2/65 3023
/proc/meminfo: memFree=1653344/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=282948 CPUtime=51.07
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 80803 0 0 0 5061 46 0 0 25 0 1 0 184648894 289738752 63689 1992294400 4194304 9342243 548682068736 18446744073709551615 5575803 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 70737 63689 665 1256 0 69476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 282948

[startup+102.306 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 3023
/proc/meminfo: memFree=1661792/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=285244 CPUtime=102.26
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 115730 0 0 0 10158 68 0 0 25 0 1 0 184648894 292089856 61408 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 71311 61408 677 1256 0 70050 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 285244

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 3023
/proc/meminfo: memFree=1658464/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=283464 CPUtime=162.24
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 157411 0 0 0 16130 94 0 0 25 0 1 0 184648894 290267136 62241 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 70866 62241 677 1256 0 69605 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 283464

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 3023
/proc/meminfo: memFree=1657120/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=291820 CPUtime=222.22
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 192607 0 0 0 22107 115 0 0 25 0 1 0 184648894 298823680 62583 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 72955 62583 686 1256 0 71694 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 291820

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 3023
/proc/meminfo: memFree=1655840/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=291820 CPUtime=282.21
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 261987 0 0 0 28067 154 0 0 25 0 1 0 184648894 298823680 62880 1992294400 4194304 9342243 548682068736 18446744073709551615 6960333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 72955 62880 686 1256 0 71694 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 291820

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3023
/proc/meminfo: memFree=1662240/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266404 CPUtime=342.19
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 278708 0 0 0 34052 167 0 0 25 0 1 0 184648894 272797696 61274 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66601 61274 686 1256 0 65340 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 266404

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3023
/proc/meminfo: memFree=1660832/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266404 CPUtime=402.18
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 279047 0 0 0 40042 176 0 0 25 0 1 0 184648894 272797696 61613 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66601 61613 687 1256 0 65340 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 266404

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3023
/proc/meminfo: memFree=1660768/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266404 CPUtime=462.16
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 279047 0 0 0 46031 185 0 0 25 0 1 0 184648894 272797696 61613 1992294400 4194304 9342243 548682068736 18446744073709551615 6890344 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66601 61613 687 1256 0 65340 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 266404

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3023
/proc/meminfo: memFree=1660320/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266404 CPUtime=522.15
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 279149 0 0 0 52020 195 0 0 25 0 1 0 184648894 272797696 61715 1992294400 4194304 9342243 548682068736 18446744073709551615 7289242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66601 61715 687 1256 0 65340 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 266404

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3023
/proc/meminfo: memFree=1660256/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266404 CPUtime=582.13
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 279182 0 0 0 58009 204 0 0 25 0 1 0 184648894 272797696 61748 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66601 61748 687 1256 0 65340 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 266404

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3025
/proc/meminfo: memFree=1658848/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266404 CPUtime=642.12
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 279476 0 0 0 64001 211 0 0 25 0 1 0 184648894 272797696 62042 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66601 62042 687 1256 0 65340 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 266404

[startup+702.302 s]

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

/proc/meminfo: memFree=1654304/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=267216 CPUtime=1062.01
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 288997 0 0 0 105935 266 0 0 25 0 1 0 184648894 273629184 63169 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66804 63169 688 1256 0 65543 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 267216

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3025
/proc/meminfo: memFree=1650528/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=273660 CPUtime=1122
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 294819 0 0 0 111924 276 0 0 25 0 1 0 184648894 280227840 64110 1992294400 4194304 9342243 548682068736 18446744073709551615 6936049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 68415 64110 688 1256 0 67154 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 273660

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1653536/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=270260 CPUtime=1181.98
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 302303 0 0 0 117909 289 0 0 25 0 1 0 184648894 276746240 63323 1992294400 4194304 9342243 548682068736 18446744073709551615 7288845 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 67565 63323 688 1256 0 66304 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 270260

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1654816/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=271292 CPUtime=1241.96
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 308233 0 0 0 123897 299 0 0 25 0 1 0 184648894 277803008 63014 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 67823 63014 688 1256 0 66562 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 271292

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1655520/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=265504 CPUtime=1301.95
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 312524 0 0 0 129883 312 0 0 25 0 1 0 184648894 271876096 62816 1992294400 4194304 9342243 548682068736 18446744073709551615 6038432 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66376 62816 688 1256 0 65115 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 265504

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1659808/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=263500 CPUtime=1361.93
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 314010 0 0 0 135875 318 0 0 25 0 1 0 184648894 269824000 61957 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 65875 61957 688 1256 0 64614 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 263500

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1662048/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=263872 CPUtime=1421.93
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 324789 0 0 0 141862 331 0 0 25 0 1 0 184648894 270204928 61243 1992294400 4194304 9342243 548682068736 18446744073709551615 4253496 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 65968 61243 688 1256 0 64707 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 263872

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1656224/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=270256 CPUtime=1481.9
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 349040 0 0 0 147844 346 0 0 25 0 1 0 184648894 276742144 62779 1992294400 4194304 9342243 548682068736 18446744073709551615 6038437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 67564 62779 688 1256 0 66303 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 270256

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1660640/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=263872 CPUtime=1541.88
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 351854 0 0 0 153837 351 0 0 25 0 1 0 184648894 270204928 61500 1992294400 4194304 9342243 548682068736 18446744073709551615 6247258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 65968 61500 688 1256 0 64707 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 263872

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1657568/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=271048 CPUtime=1601.87
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 376554 0 0 0 159816 371 0 0 25 0 1 0 184648894 277553152 62828 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 67762 62828 688 1256 0 66501 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 271048

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1661600/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=266108 CPUtime=1661.85
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 402918 0 0 0 165795 390 0 0 25 0 1 0 184648894 272494592 61243 1992294400 4194304 9342243 548682068736 18446744073709551615 6038889 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66527 61243 688 1256 0 65266 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 266108

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1654624/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=279536 CPUtime=1721.84
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 419173 0 0 0 171777 407 0 0 25 0 1 0 184648894 286244864 62982 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 69884 62982 688 1256 0 68623 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 279536

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1652256/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=273432 CPUtime=1781.83
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 434396 0 0 0 177760 423 0 0 25 0 1 0 184648894 279994368 63701 1992294400 4194304 9342243 548682068736 18446744073709551615 6889068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 68358 63701 688 1256 0 67097 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 273432

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1650656/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=279532 CPUtime=1785.03
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 434655 0 0 0 178080 423 0 0 25 0 1 0 184648894 286240768 63960 1992294400 4194304 9342243 548682068736 18446744073709551615 6960231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 69883 63960 688 1256 0 68622 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 279532

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1659808/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=265728 CPUtime=1791.43
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 435538 0 0 0 178719 424 0 0 25 0 1 0 184648894 272105472 61684 1992294400 4194304 9342243 548682068736 18446744073709551615 6038931 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 66432 61684 688 1256 0 65171 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 265728

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1660256/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=278580 CPUtime=1794.63
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 439740 0 0 0 179036 427 0 0 25 0 1 0 184648894 285265920 61574 1992294400 4194304 9342243 548682068736 18446744073709551615 6038931 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 69645 61574 688 1256 0 68384 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 278580

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1658144/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=273036 CPUtime=1796.22
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 444272 0 0 0 179193 429 0 0 25 0 1 0 184648894 279588864 62471 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3022/statm: 68259 62471 688 1256 0 66998 0
Current children cumulated CPU time (s) 1796.22
Current children cumulated vsize (KiB) 273036

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1658144/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=273036 CPUtime=1796.62
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 444283 0 0 0 179233 429 0 0 25 0 1 0 184648894 279588864 62482 1992294400 4194304 9342243 548682068736 18446744073709551615 5854449 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 68259 62482 692 1256 0 66998 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (KiB) 273036

[startup+1797.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3031
/proc/meminfo: memFree=1808032/2055920 swapFree=4181652/4192956
[pid=3022] ppid=3020 vsize=225504 CPUtime=1796.83
/proc/3022/stat : 3022 (pbscip.linux.x8) R 3020 3022 2588 0 -1 4194304 444284 0 0 0 179251 432 0 0 25 0 1 0 184648894 230916096 30114 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/3022/statm: 56376 30114 12506 1256 0 55115 0
Current children cumulated CPU time (s) 1796.83
Current children cumulated vsize (KiB) 225504

Child status: 0
Real time (s): 1797.32
CPU time (s): 1796.85
CPU user time (s): 1792.51
CPU system time (s): 4.33734
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 300656

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

runsolver used 1.59376 second user time and 3.90241 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-16 18:41:27
IDJOB=1869341
IDBENCH=2633
IDSOLVER=684
FILE ID=node18/1869341-1245170487
PBS_JOBID= 9363849
Free space on /tmp= 66168 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869341-1245170487/watcher-1869341-1245170487 -o /tmp/evaluation-result-1869341-1245170487/solver-1869341-1245170487 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869341-1245170487.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1114107432

node18.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.236
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.236
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:       1905872 kB
Buffers:         31900 kB
Cached:          73672 kB
SwapCached:       5540 kB
Active:          62208 kB
Inactive:        51216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905872 kB
SwapTotal:     4192956 kB
SwapFree:      4181652 kB
Dirty:           17884 kB
Writeback:           0 kB
Mapped:          12940 kB
Slab:            22652 kB
Committed_AS:   149904 kB
PageTables:       1376 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= 66156 MiB
End job on node18 at 2009-06-16 19:11:25