Trace number 1869353

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.88 1797.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
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 2843
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.49/1.56	c SCIP version 1.1.0.7
1.49/1.56	c LP-Solver Clp 1.8.2
1.49/1.56	c user parameter file <scip.set> not found - using default parameters
1.49/1.56	c read problem <HOME/instance-1869353-1245170815.opb>
1.49/1.56	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
1.99/2.09	c start presolving problem
1.99/2.09	c presolving:
2.58/2.66	c (round 1) 0 del vars, 13300 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 19 upgd conss, 0 impls, 0 clqs
10.88/10.99	c    (9.2s) probing: 121/13480 (0.9%) - 0 fixings, 0 aggregations, 3343 implications, 0 bound changes
10.88/10.99	c    (9.2s) probing aborted: 100/100 successive totally useless probings
10.88/10.99	c presolving (2 rounds):
10.88/10.99	c  0 deleted vars, 13300 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.88/10.99	c  26980 implications, 0 cliques
10.88/10.99	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13319 constraints
10.88/10.99	c      19 constraints of type <knapsack>
10.88/10.99	c   13300 constraints of type <linear>
10.88/10.99	c transformed objective value is always integral (scale: 1)
10.88/10.99	c Presolving Time: 8.89
10.88/11.00	c OPT-LIN
10.88/11.00	c -----------------------------------------------------------------------------------------------
10.88/11.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.88/11.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.88/11.00	c limits/memory = c 1620
10.88/11.00	c # maximal time in seconds to run
10.88/11.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.88/11.00	c limits/time = c 1791
10.88/11.00	c # frequency for displaying node information lines
10.88/11.00	c # [type: int, range: [-1,2147483647], default: 100]
10.88/11.00	c display/freq = c 10000
10.88/11.00	c -----------------------------------------------------------------------------------------------
10.88/11.00	c start solving problem
10.88/11.00	c 
21.68/21.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.68/21.80	c  19.9s|     1 |     0 | 17712 | 121M|   0 |7504 |  13k|  13k|  13k|  13k|  13k|   0 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
53.15/53.27	c  51.2s|     1 |     0 | 29223 | 122M|   0 |7529 |  13k|  13k|  13k|  13k|  13k|  67 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
57.05/57.13	c  55.1s|     1 |     0 | 29338 | 123M|   0 |7546 |  13k|  13k|  13k|  13k|  13k| 167 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
63.54/63.62	c  61.5s|     1 |     0 | 29792 | 123M|   0 |7536 |  13k|  13k|  13k|  13k|  13k| 269 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
71.84/71.93	c  69.8s|     1 |     0 | 30370 | 124M|   0 |7552 |  13k|  13k|  13k|  13k|  13k| 384 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
84.44/84.54	c  82.4s|     1 |     0 | 31128 | 124M|   0 |7553 |  13k|  13k|  13k|  13k|  13k| 477 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
100.33/100.45	c  98.2s|     1 |     0 | 32095 | 125M|   0 |7538 |  13k|  13k|  13k|  13k|  13k| 567 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
171.70/171.82	c   169s|     1 |     2 | 32095 | 125M|   0 |7538 |  13k|  13k|  13k|  13k|  13k| 567 |   0 |  32 | 1.900000e+01 |      --      |    Inf 
1796.30/1797.09	c 
1796.30/1797.09	c SCIP Status        : solving was interrupted [time limit reached]
1796.30/1797.09	c Solving Time (sec) : 1791.01
1796.30/1797.09	c Solving Nodes      : 658
1796.30/1797.09	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.30/1797.09	c Dual Bound         : +1.90000000000447e+01
1796.30/1797.09	c Gap                : infinite
1796.30/1797.09	c NODE         658
1796.30/1797.09	c DUAL BOUND   19
1796.30/1797.09	c PRIMAL BOUND 1e+20
1796.30/1797.09	c GAP          1e+20
1796.30/1797.09	s UNKNOWN
1796.30/1797.09	c SCIP Status        : solving was interrupted [time limit reached]
1796.30/1797.09	c Solving Time       :    1791.01
1796.30/1797.09	c Original Problem   :
1796.30/1797.09	c   Problem name     : HOME/instance-1869353-1245170815.opb
1796.30/1797.09	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.30/1797.09	c   Constraints      : 26619 initial, 26619 maximal
1796.30/1797.09	c Presolved Problem  :
1796.30/1797.09	c   Problem name     : t_HOME/instance-1869353-1245170815.opb
1796.30/1797.09	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.30/1797.09	c   Constraints      : 13319 initial, 15488 maximal
1796.30/1797.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.30/1797.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.30/1797.09	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1796.30/1797.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.30/1797.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.30/1797.09	c   implics          :       0.01          0          0          0          0          0          0          0          0
1796.30/1797.09	c   probing          :       8.13          0          0          0          0          0          0          0          0
1796.30/1797.09	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1796.30/1797.09	c   linear           :       0.60          0          0          0          0          0      13300          0          0
1796.30/1797.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.30/1797.09	c   root node        :          -          0          -          -          0          -          -          -          -
1796.30/1797.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.30/1797.09	c   integral         :          0          0          0        401          0          0         12          0          0        780
1796.30/1797.09	c   knapsack         :         19          6       3782          0          1          5        343        107          0          0
1796.30/1797.09	c   linear           :      13300          6       3777          0          0        263       2472          0          0          0
1796.30/1797.09	c   logicor          :          0+         0        358          0          0          0          3          0          0          0
1796.30/1797.09	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.30/1797.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.30/1797.09	c   integral         :     616.38       0.00       0.00     616.38       0.00
1796.30/1797.09	c   knapsack         :       0.80       0.00       0.80       0.00       0.00
1796.30/1797.09	c   linear           :      32.87       0.04      32.83       0.00       0.00
1796.30/1797.09	c   logicor          :       0.04       0.00       0.04       0.00       0.00
1796.30/1797.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.30/1797.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.30/1797.09	c   rootredcost      :       0.01          0          0          0
1796.30/1797.09	c   pseudoobj        :       0.01       3524          0          0
1796.30/1797.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.30/1797.09	c   propagation      :       0.06        268        268       3020       44.6         10       11.6          -
1796.30/1797.09	c   infeasible LP    :       2.47       1009          0          0        0.0          0        0.0          0
1796.30/1797.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.30/1797.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.30/1797.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.30/1797.09	c   applied globally :          -          -          -       2169       42.1          -          -          -
1796.30/1797.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.30/1797.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.30/1797.09	c   cut pool         :       0.00          5          -          -       2027          -    (maximal pool size: 4104)
1796.30/1797.09	c   redcost          :       0.77        406          0          0          0          0
1796.30/1797.09	c   impliedbounds    :       0.01          6          0          0         63          0
1796.30/1797.09	c   intobj           :       0.00          0          0          0          0          0
1796.30/1797.09	c   gomory           :       0.47          6          0          0         38          0
1796.30/1797.09	c   strongcg         :       0.46          6          0          0         21          0
1796.30/1797.09	c   cmir             :      12.47          6          0          0       3000          0
1796.30/1797.09	c   flowcover        :      12.95          6          0          0       1200          0
1796.30/1797.09	c   clique           :       0.02          1          0          0          0          0
1796.30/1797.09	c   zerohalf         :       0.00          0          0          0          0          0
1796.30/1797.09	c   mcf              :       0.00          1          0          0          0          0
1796.30/1797.09	c Pricers            :       Time      Calls       Vars
1796.30/1797.09	c   problem variables:       0.00          0          0
1796.30/1797.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.30/1797.09	c   relpscost        :     616.38        401          0         12          0          0        780
1796.30/1797.09	c   pscost           :       0.00          0          0          0          0          0          0
1796.30/1797.09	c   inference        :       0.00          1          0          0          0          0          2
1796.30/1797.09	c   mostinf          :       0.00          0          0          0          0          0          0
1796.30/1797.09	c   leastinf         :       0.00          0          0          0          0          0          0
1796.30/1797.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.30/1797.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.30/1797.09	c   random           :       0.00          0          0          0          0          0          0
1796.30/1797.09	c Primal Heuristics  :       Time      Calls      Found
1796.30/1797.09	c   LP solutions     :       0.00          -          0
1796.30/1797.09	c   pseudo solutions :       0.00          -          0
1796.30/1797.09	c   oneopt           :       0.00          0          0
1796.30/1797.09	c   rootsoldiving    :       0.00          0          0
1796.30/1797.09	c   linesearchdiving :       0.00          0          0
1796.30/1797.09	c   guideddiving     :       0.00          0          0
1796.30/1797.09	c   crossover        :       0.00          0          0
1796.30/1797.09	c   intshifting      :       0.00          0          0
1796.30/1797.09	c   veclendiving     :      38.17          1          0
1796.30/1797.09	c   pscostdiving     :      39.03          1          0
1796.30/1797.09	c   fracdiving       :     354.69          1          0
1796.30/1797.09	c   objpscostdiving  :       1.30          1          0
1796.30/1797.09	c   coefdiving       :      20.01          2          0
1796.30/1797.09	c   feaspump         :      27.48          1          0
1796.30/1797.09	c   simplerounding   :       0.00          0          0
1796.30/1797.09	c   rounding         :       1.40        219          0
1796.30/1797.09	c   shifting         :      16.87         44          0
1796.30/1797.09	c   fixandinfer      :       0.00          0          0
1796.30/1797.09	c   intdiving        :       0.00          0          0
1796.30/1797.09	c   actconsdiving    :       0.00          0          0
1796.30/1797.09	c   octane           :       0.00          0          0
1796.30/1797.09	c   rens             :       0.03          0          0
1796.30/1797.09	c   rins             :       0.00          0          0
1796.30/1797.09	c   localbranching   :       0.00          0          0
1796.30/1797.09	c   mutation         :       0.00          0          0
1796.30/1797.09	c   dins             :       0.00          0          0
1796.30/1797.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.30/1797.09	c   primal LP        :       0.40          0          0       0.00       0.00
1796.30/1797.09	c   dual LP          :     623.31        674     710421    1054.04    1139.76
1796.30/1797.09	c   barrier LP       :       0.00          0          0       0.00          -
1796.30/1797.09	c   diving/probing LP:     448.60       1888     264856     140.28     590.41
1796.30/1797.09	c   strong branching :     615.96       1031     480844     466.39     780.64
1796.30/1797.09	c     (at root node) :          -         32      14588     455.88          -
1796.30/1797.09	c   conflict analysis:       0.00          0          0       0.00          -
1796.30/1797.09	c B&B Tree           :
1796.30/1797.09	c   number of runs   :          1
1796.30/1797.09	c   nodes            :        658
1796.30/1797.09	c   nodes (total)    :        658
1796.30/1797.09	c   nodes left       :        125
1796.30/1797.09	c   max depth        :        379
1796.30/1797.09	c   max depth (total):        379
1796.30/1797.09	c   backtracks       :          8 (1.2%)
1796.30/1797.09	c   delayed cutoffs  :          0
1796.30/1797.09	c   repropagations   :          6 (425 domain reductions, 0 cutoffs)
1796.30/1797.09	c   avg switch length:       1.45
1796.30/1797.09	c   switching time   :       1.13
1796.30/1797.09	c Solution           :
1796.30/1797.09	c   Solutions found  :          0 (0 improvements)
1796.30/1797.09	c   Primal Bound     :          -
1796.30/1797.09	c   Dual Bound       : +1.90000000000447e+01
1796.30/1797.09	c   Gap              :   infinite
1796.30/1797.09	c   Root Dual Bound  : +1.90000000000000e+01
1796.81/1797.56	c Time complete: 1796.87.

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-1869353-1245170815/watcher-1869353-1245170815 -o /tmp/evaluation-result-1869353-1245170815/solver-1869353-1245170815 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869353-1245170815.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.00 1.00 1.00 3/64 3744
/proc/meminfo: memFree=1836256/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=5812 CPUtime=0
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 184682128 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 1453 502 332 1256 0 192 0

[startup+0.0761951 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3744
/proc/meminfo: memFree=1836256/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=12024 CPUtime=0.07
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 1972 0 0 0 7 0 0 0 18 0 1 0 184682128 12312576 1956 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 3006 1956 378 1256 0 1745 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12024

[startup+0.101198 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3744
/proc/meminfo: memFree=1836256/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=12540 CPUtime=0.09
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 2100 0 0 0 9 0 0 0 18 0 1 0 184682128 12840960 2084 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 3135 2084 378 1256 0 1874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12540

[startup+0.30124 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3744
/proc/meminfo: memFree=1836256/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=17856 CPUtime=0.29
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 3433 0 0 0 28 1 0 0 19 0 1 0 184682128 18284544 3417 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 4464 3417 378 1256 0 3203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17856

[startup+0.701326 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3744
/proc/meminfo: memFree=1836256/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=26572 CPUtime=0.69
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 5605 0 0 0 67 2 0 0 22 0 1 0 184682128 27209728 5589 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 6643 5589 378 1256 0 5382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26572

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1808800/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=42304 CPUtime=1.49
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 9533 0 0 0 145 4 0 0 25 0 1 0 184682128 43319296 9517 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 10576 9517 378 1256 0 9315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42304

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1648416/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=200092 CPUtime=3.08
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 49038 0 0 0 283 25 0 0 25 0 1 0 184682128 204894208 47832 1992294400 4194304 9342243 548682068736 18446744073709551615 5066015 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3744/statm: 50023 47832 484 1256 0 48762 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 200092

[startup+6.30151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1646240/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=200468 CPUtime=6.28
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 49149 0 0 0 603 25 0 0 25 0 1 0 184682128 205279232 47943 1992294400 4194304 9342243 548682068736 18446744073709551615 5006130 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 50117 47943 484 1256 0 48856 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 200468

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1584416/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=269552 CPUtime=12.69
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 64723 0 0 0 1237 32 0 0 25 0 1 0 184682128 276021248 63490 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 67388 63490 611 1256 0 66127 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 269552

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1576032/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=279428 CPUtime=25.47
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 73541 0 0 0 2510 37 0 0 25 0 1 0 184682128 286134272 65574 1992294400 4194304 9342243 548682068736 18446744073709551615 6951651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 69857 65574 638 1256 0 68596 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 279428

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1572192/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=282508 CPUtime=51.05
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 74737 0 0 0 5063 42 0 0 25 0 1 0 184682128 289288192 66770 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 70627 66770 654 1256 0 69366 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 282508

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1534432/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=355488 CPUtime=102.23
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 105541 0 0 0 10156 67 0 0 25 0 1 0 184682128 364019712 75981 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 88872 75981 673 1256 0 87611 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 355488

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1534368/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=353240 CPUtime=162.21
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 131968 0 0 0 16139 82 0 0 25 0 1 0 184682128 361717760 75975 1992294400 4194304 9342243 548682068736 18446744073709551615 6935828 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 88310 75975 673 1256 0 87049 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 353240

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1555040/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=329096 CPUtime=222.19
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 182374 0 0 0 22110 109 0 0 25 0 1 0 184682128 336994304 70799 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 82274 70799 676 1256 0 81013 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 329096

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1559072/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=298764 CPUtime=282.17
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 236924 0 0 0 28075 142 0 0 25 0 1 0 184682128 305934336 69919 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 74691 69919 681 1256 0 73430 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 298764

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3745
/proc/meminfo: memFree=1548512/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=329096 CPUtime=342.14
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 259909 0 0 0 34056 158 0 0 25 0 1 0 184682128 336994304 72424 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 82274 72424 685 1256 0 81013 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 329096

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3747
/proc/meminfo: memFree=1557152/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=298768 CPUtime=402.12
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 276658 0 0 0 40039 173 0 0 25 0 1 0 184682128 305938432 70238 1992294400 4194304 9342243 548682068736 18446744073709551615 6038445 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 74692 70238 685 1256 0 73431 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 298768

[startup+462.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 3747
/proc/meminfo: memFree=1556448/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=298768 CPUtime=462.1
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 276828 0 0 0 46028 182 0 0 25 0 1 0 184682128 305938432 70408 1992294400 4194304 9342243 548682068736 18446744073709551615 6966594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 74692 70408 685 1256 0 73431 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 298768

[startup+522.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 3747
/proc/meminfo: memFree=1556064/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=298768 CPUtime=522.07
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 276922 0 0 0 52018 189 0 0 25 0 1 0 184682128 305938432 70502 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 74692 70502 685 1256 0 73431 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 298768

[startup+582.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 3747
/proc/meminfo: memFree=1553248/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=300432 CPUtime=582.05
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 277630 0 0 0 58012 193 0 0 25 0 1 0 184682128 307642368 71210 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 75108 71210 685 1256 0 73847 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 300432

[startup+642.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/65 3747
/proc/meminfo: memFree=1547680/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=304540 CPUtime=642.04
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 279003 0 0 0 64006 198 0 0 25 0 1 0 184682128 311848960 72583 1992294400 4194304 9342243 548682068736 18446744073709551615 6038441 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 76135 72583 686 1256 0 74874 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 304540

[startup+702.302 s]

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

/proc/meminfo: memFree=1546016/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=308420 CPUtime=1061.87
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328161 0 0 0 105918 269 0 0 25 0 1 0 184682128 315822080 73009 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 77105 73009 688 1256 0 75844 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 308420

[startup+1122.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 3753
/proc/meminfo: memFree=1545952/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=308420 CPUtime=1121.85
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328164 0 0 0 111906 279 0 0 25 0 1 0 184682128 315822080 73012 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 77105 73012 688 1256 0 75844 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 308420

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 3753
/proc/meminfo: memFree=1546016/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=308420 CPUtime=1181.83
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328164 0 0 0 117892 291 0 0 25 0 1 0 184682128 315822080 73012 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 77105 73012 688 1256 0 75844 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 308420

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 3753
/proc/meminfo: memFree=1545184/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1241.81
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328335 0 0 0 123881 300 0 0 25 0 1 0 184682128 323391488 73182 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73182 688 1256 0 77692 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 315812

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1545184/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1301.79
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328335 0 0 0 129867 312 0 0 25 0 1 0 184682128 323391488 73182 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73182 688 1256 0 77692 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 315812

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1545120/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1361.77
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328337 0 0 0 135856 321 0 0 25 0 1 0 184682128 323391488 73184 1992294400 4194304 9342243 548682068736 18446744073709551615 6939042 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73184 688 1256 0 77692 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 315812

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1545056/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1421.74
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328337 0 0 0 141845 329 0 0 25 0 1 0 184682128 323391488 73184 1992294400 4194304 9342243 548682068736 18446744073709551615 6960748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73184 688 1256 0 77692 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 315812

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1545056/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1481.72
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328337 0 0 0 147834 338 0 0 25 0 1 0 184682128 323391488 73184 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73184 688 1256 0 77692 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 315812

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1541.7
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328358 0 0 0 153822 348 0 0 25 0 1 0 184682128 323391488 73205 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73205 688 1256 0 77692 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 315812

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1601.67
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 159809 358 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 315812

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544800/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1661.66
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 165799 367 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 315812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1721.63
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 171788 375 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 6959570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 315812

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1781.61
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 177776 385 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 6038407 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 315812

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 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1784.81
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 178095 386 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1784.81
Current children cumulated vsize (KiB) 315812

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1791.21
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 178735 386 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1791.21
Current children cumulated vsize (KiB) 315812

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1794.41
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 179054 387 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1794.41
Current children cumulated vsize (KiB) 315812

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1796
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328360 0 0 0 179213 387 0 0 25 0 1 0 184682128 323391488 73207 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73207 688 1256 0 77692 0
Current children cumulated CPU time (s) 1796
Current children cumulated vsize (KiB) 315812

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=315812 CPUtime=1796.4
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328361 0 0 0 179253 387 0 0 25 0 1 0 184682128 323391488 73208 1992294400 4194304 9342243 548682068736 18446744073709551615 5006072 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 78953 73208 689 1256 0 77692 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 315812

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3753
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=3744] ppid=3742 vsize=302144 CPUtime=1796.81
/proc/3744/stat : 3744 (pbscip.linux.x8) R 3742 3744 3242 0 -1 4194304 328365 0 0 0 179293 388 0 0 25 0 1 0 184682128 309395456 69798 1992294400 4194304 9342243 548682068736 18446744073709551615 5855088 0 0 4096 0 0 0 0 17 1 0 0
/proc/3744/statm: 75536 69798 693 1256 0 74275 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 302144

Child status: 0
Real time (s): 1797.56
CPU time (s): 1796.88
CPU user time (s): 1792.95
CPU system time (s): 3.9314
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 355488

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

runsolver used 1.42178 second user time and 3.9504 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-16 18:46:56
IDJOB=1869353
IDBENCH=2639
IDSOLVER=684
FILE ID=node13/1869353-1245170815
PBS_JOBID= 9363818
Free space on /tmp= 66264 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_20.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-1869353-1245170815/watcher-1869353-1245170815 -o /tmp/evaluation-result-1869353-1245170815/solver-1869353-1245170815 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869353-1245170815.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1177517353

node13.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.259
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.259
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:       1836672 kB
Buffers:         37136 kB
Cached:         103480 kB
SwapCached:        144 kB
Active:          52824 kB
Inactive:       101884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19348 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            50408 kB
Committed_AS:   166244 kB
PageTables:       1460 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= 66252 MiB
End job on node13 at 2009-06-16 19:16:54