Trace number 1869352

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.3 1799.04

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.39/1.47	c SCIP version 1.1.0.7
1.39/1.47	c LP-Solver SoPlex 1.4.1
1.39/1.47	c user parameter file <scip.set> not found - using default parameters
1.39/1.47	c read problem <HOME/instance-1869352-1245170800.opb>
1.39/1.47	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
1.89/1.97	c start presolving problem
1.89/1.97	c presolving:
2.49/2.52	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.37/10.48	c    (8.8s) probing: 121/13480 (0.9%) - 0 fixings, 0 aggregations, 3343 implications, 0 bound changes
10.37/10.48	c    (8.8s) probing aborted: 100/100 successive totally useless probings
10.37/10.49	c presolving (2 rounds):
10.37/10.49	c  0 deleted vars, 13300 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.37/10.49	c  26980 implications, 0 cliques
10.37/10.49	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13319 constraints
10.37/10.49	c      19 constraints of type <knapsack>
10.37/10.49	c   13300 constraints of type <linear>
10.37/10.49	c transformed objective value is always integral (scale: 1)
10.37/10.49	c Presolving Time: 8.49
10.37/10.50	c OPT-LIN
10.37/10.50	c -----------------------------------------------------------------------------------------------
10.37/10.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.37/10.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.37/10.50	c limits/memory = c 1620
10.37/10.50	c # maximal time in seconds to run
10.37/10.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.37/10.50	c limits/time = c 1791
10.37/10.50	c # frequency for displaying node information lines
10.37/10.50	c # [type: int, range: [-1,2147483647], default: 100]
10.37/10.50	c display/freq = c 10000
10.37/10.50	c -----------------------------------------------------------------------------------------------
10.37/10.50	c start solving problem
10.37/10.50	c 
25.47/25.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.47/25.56	c  23.8s|     1 |     0 | 15947 | 121M|   0 |7505 |  13k|  13k|  13k|  13k|  13k|   0 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
72.46/72.58	c  70.7s|     1 |     0 | 29142 | 122M|   0 |7518 |  13k|  13k|  13k|  13k|  13k|  57 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
76.55/76.67	c  74.7s|     1 |     0 | 29315 | 123M|   0 |7525 |  13k|  13k|  13k|  13k|  13k| 153 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
83.25/83.39	c  81.4s|     1 |     0 | 30125 | 123M|   0 |7541 |  13k|  13k|  13k|  13k|  13k| 252 |   0 |   0 | 1.900083e+01 |      --      |    Inf 
89.85/89.98	c  88.0s|     1 |     0 | 30708 | 124M|   0 |7536 |  13k|  13k|  13k|  13k|  13k| 353 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
99.63/99.79	c  97.7s|     1 |     0 | 31525 | 124M|   0 |7545 |  13k|  13k|  13k|  13k|  13k| 462 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
111.93/112.05	c   110s|     1 |     0 | 32474 | 125M|   0 |7538 |  13k|  13k|  13k|  13k|  13k| 564 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
124.64/124.75	c   123s|     1 |     0 | 33566 | 125M|   0 |7535 |  13k|  13k|  13k|  13k|  13k| 666 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
136.43/136.53	c   134s|     1 |     0 | 34626 | 126M|   0 |7539 |  13k|  13k|  13k|  13k|  14k| 764 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
155.91/156.05	c   154s|     1 |     0 | 35724 | 126M|   0 |7539 |  13k|  13k|  13k|  13k|  14k| 854 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
528.26/528.59	c   524s|     1 |     2 | 35724 | 126M|   0 |7539 |  13k|  13k|  13k|  13k|  14k| 854 |   0 |  51 | 1.916667e+01 |      --      |    Inf 
1797.86/1798.62	c 
1797.86/1798.62	c SCIP Status        : solving was interrupted [time limit reached]
1797.86/1798.62	c Solving Time (sec) : 1791.00
1797.86/1798.62	c Solving Nodes      : 64
1797.86/1798.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.86/1798.62	c Dual Bound         : +2.00000000000000e+01
1797.86/1798.62	c Gap                : infinite
1797.86/1798.62	c NODE         64
1797.86/1798.62	c DUAL BOUND   20
1797.86/1798.62	c PRIMAL BOUND 1e+20
1797.86/1798.62	c GAP          1e+20
1797.86/1798.62	s UNKNOWN
1797.86/1798.62	c SCIP Status        : solving was interrupted [time limit reached]
1797.86/1798.62	c Solving Time       :    1791.00
1797.86/1798.62	c Original Problem   :
1797.86/1798.62	c   Problem name     : HOME/instance-1869352-1245170800.opb
1797.86/1798.62	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.86/1798.62	c   Constraints      : 26619 initial, 26619 maximal
1797.86/1798.62	c Presolved Problem  :
1797.86/1798.62	c   Problem name     : t_HOME/instance-1869352-1245170800.opb
1797.86/1798.62	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.86/1798.62	c   Constraints      : 13319 initial, 13379 maximal
1797.86/1798.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.86/1798.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.86/1798.62	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1797.86/1798.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.86/1798.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.86/1798.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.86/1798.62	c   probing          :       7.75          0          0          0          0          0          0          0          0
1797.86/1798.62	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1797.86/1798.62	c   linear           :       0.60          0          0          0          0          0      13300          0          0
1797.86/1798.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.86/1798.62	c   root node        :          -          0          -          -          0          -          -          -          -
1797.86/1798.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.86/1798.62	c   integral         :          0          0          0         57          0          0          4          0          0        110
1797.86/1798.62	c   knapsack         :         19          9        783          0          0          0        119        162          0          0
1797.86/1798.62	c   linear           :      13300          9        783          0          0          4       3801          1          0          0
1797.86/1798.62	c   logicor          :          0+         0         95          0          0          0         11          0          0          0
1797.86/1798.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.86/1798.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.86/1798.62	c   integral         :     792.28       0.00       0.00     792.28       0.00
1797.86/1798.62	c   knapsack         :       0.30       0.00       0.30       0.00       0.00
1797.86/1798.62	c   linear           :      12.57       0.03      12.54       0.00       0.00
1797.86/1798.62	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1797.86/1798.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.86/1798.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.86/1798.62	c   rootredcost      :       0.00          0          0          0
1797.86/1798.62	c   pseudoobj        :       0.00        528          0          0
1797.86/1798.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.86/1798.62	c   propagation      :       0.00          4          4         16       14.1          0        0.0          -
1797.86/1798.62	c   infeasible LP    :       0.26         52         52         52        7.2          1        9.0          0
1797.86/1798.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.86/1798.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.86/1798.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.86/1798.62	c   applied globally :          -          -          -         60        7.7          -          -          -
1797.86/1798.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.86/1798.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.86/1798.62	c   cut pool         :       0.02          8          -          -       4550          -    (maximal pool size: 5989)
1797.86/1798.62	c   redcost          :       0.09         65          0          0          0          0
1797.86/1798.62	c   impliedbounds    :       0.04          9          0          0         25          0
1797.86/1798.62	c   intobj           :       0.00          0          0          0          0          0
1797.86/1798.62	c   gomory           :       2.61          9          0          0         36          0
1797.86/1798.62	c   strongcg         :       2.57          9          0          0         19          0
1797.86/1798.62	c   cmir             :      17.19          9          0          0       4500          0
1797.86/1798.62	c   flowcover        :      20.79          9          0          0       1800          0
1797.86/1798.62	c   clique           :       0.02          1          0          0          0          0
1797.86/1798.62	c   zerohalf         :       0.00          0          0          0          0          0
1797.86/1798.62	c   mcf              :       0.01          1          0          0          0          0
1797.86/1798.62	c Pricers            :       Time      Calls       Vars
1797.86/1798.62	c   problem variables:       0.00          0          0
1797.86/1798.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.86/1798.62	c   relpscost        :     792.28         57          0          4          0          0        110
1797.86/1798.62	c   pscost           :       0.00          0          0          0          0          0          0
1797.86/1798.62	c   inference        :       0.00          0          0          0          0          0          0
1797.86/1798.62	c   mostinf          :       0.00          0          0          0          0          0          0
1797.86/1798.62	c   leastinf         :       0.00          0          0          0          0          0          0
1797.86/1798.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.86/1798.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.86/1798.62	c   random           :       0.00          0          0          0          0          0          0
1797.86/1798.62	c Primal Heuristics  :       Time      Calls      Found
1797.86/1798.62	c   LP solutions     :       0.00          -          0
1797.86/1798.62	c   pseudo solutions :       0.00          -          0
1797.86/1798.62	c   oneopt           :       0.00          0          0
1797.86/1798.62	c   crossover        :       0.00          0          0
1797.86/1798.62	c   simplerounding   :       0.01          0          0
1797.86/1798.62	c   rounding         :       1.01         66          0
1797.86/1798.62	c   shifting         :       4.42         11          0
1797.86/1798.62	c   intshifting      :       0.00          0          0
1797.86/1798.62	c   fixandinfer      :       0.00          0          0
1797.86/1798.62	c   feaspump         :      44.03          1          0
1797.86/1798.62	c   coefdiving       :     107.08          1          0
1797.86/1798.62	c   pscostdiving     :      93.71          1          0
1797.86/1798.62	c   fracdiving       :     144.95          1          0
1797.86/1798.62	c   veclendiving     :      66.15          2          0
1797.86/1798.62	c   intdiving        :       0.00          0          0
1797.86/1798.62	c   actconsdiving    :       0.00          0          0
1797.86/1798.62	c   objpscostdiving  :      60.32          6          0
1797.86/1798.62	c   rootsoldiving    :      53.86          1          0
1797.86/1798.62	c   linesearchdiving :      49.11          3          0
1797.86/1798.62	c   guideddiving     :       0.00          0          0
1797.86/1798.62	c   octane           :       0.00          0          0
1797.86/1798.62	c   rens             :       0.03          0          0
1797.86/1798.62	c   rins             :       0.00          0          0
1797.86/1798.62	c   localbranching   :       0.00          0          0
1797.86/1798.62	c   mutation         :       0.00          0          0
1797.86/1798.62	c   dins             :       0.00          0          0
1797.86/1798.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.86/1798.62	c   primal LP        :       0.13          0          0       0.00       0.00
1797.86/1798.62	c   dual LP          :     315.25         74     163261    2206.23     517.88
1797.86/1798.62	c   barrier LP       :       0.00          0          0       0.00          -
1797.86/1798.62	c   diving/probing LP:     612.24        331     336912    1017.86     550.29
1797.86/1798.62	c   strong branching :     792.07        321     239416     745.84     302.27
1797.86/1798.62	c     (at root node) :          -         51      49576     972.08          -
1797.86/1798.62	c   conflict analysis:       0.00          0          0       0.00          -
1797.86/1798.62	c B&B Tree           :
1797.86/1798.62	c   number of runs   :          1
1797.86/1798.62	c   nodes            :         64
1797.86/1798.62	c   nodes (total)    :         64
1797.86/1798.62	c   nodes left       :         47
1797.86/1798.62	c   max depth        :         14
1797.86/1798.62	c   max depth (total):         14
1797.86/1798.62	c   backtracks       :         19 (29.7%)
1797.86/1798.62	c   delayed cutoffs  :          0
1797.86/1798.62	c   repropagations   :         57 (17 domain reductions, 0 cutoffs)
1797.86/1798.62	c   avg switch length:       4.28
1797.86/1798.62	c   switching time   :       1.22
1797.86/1798.62	c Solution           :
1797.86/1798.62	c   Solutions found  :          0 (0 improvements)
1797.86/1798.62	c   Primal Bound     :          -
1797.86/1798.62	c   Dual Bound       : +2.00000000000000e+01
1797.86/1798.62	c   Gap              :   infinite
1797.86/1798.62	c   Root Dual Bound  : +1.91666666666667e+01
1798.25/1799.03	c Time complete: 1798.29.

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-1869352-1245170800/watcher-1869352-1245170800 -o /tmp/evaluation-result-1869352-1245170800/solver-1869352-1245170800 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869352-1245170800.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 6662
/proc/meminfo: memFree=1829184/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=6100 CPUtime=0
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 605 0 0 0 0 0 0 0 18 0 1 0 184676919 6246400 587 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 1525 598 325 886 0 635 0

[startup+0.104427 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6662
/proc/meminfo: memFree=1829184/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=11284 CPUtime=0.09
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 2132 0 0 0 9 0 0 0 18 0 1 0 184676919 11554816 2114 1992294400 4194304 7823515 548682068736 18446744073709551615 5543052 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 2821 2114 354 886 0 1931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11284

[startup+0.201437 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6662
/proc/meminfo: memFree=1829184/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=13988 CPUtime=0.19
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 2832 0 0 0 19 0 0 0 18 0 1 0 184676919 14323712 2814 1992294400 4194304 7823515 548682068736 18446744073709551615 6854697 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 3497 2814 354 886 0 2607 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13988

[startup+0.301448 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6662
/proc/meminfo: memFree=1829184/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=16344 CPUtime=0.29
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 3404 0 0 0 28 1 0 0 19 0 1 0 184676919 16736256 3386 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 4086 3386 354 886 0 3196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16344

[startup+0.701491 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6662
/proc/meminfo: memFree=1829184/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=26080 CPUtime=0.69
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 5845 0 0 0 67 2 0 0 23 0 1 0 184676919 26705920 5827 1992294400 4194304 7823515 548682068736 18446744073709551615 5537565 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 6520 5827 354 886 0 5630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26080

[startup+1.50158 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1798776/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=55204 CPUtime=1.49
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 13404 0 0 0 144 5 0 0 25 0 1 0 184676919 56528896 13032 1992294400 4194304 7823515 548682068736 18446744073709551615 5741588 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 13801 13032 367 886 0 12911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55204

[startup+3.10176 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1641208/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=198884 CPUtime=3.09
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 49008 0 0 0 288 21 0 0 25 0 1 0 184676919 203657216 47804 1992294400 4194304 7823515 548682068736 18446744073709551615 5020319 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 49721 47804 442 886 0 48831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198884

[startup+6.30112 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1638648/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=199256 CPUtime=6.28
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 49118 0 0 0 606 22 0 0 25 0 1 0 184676919 204038144 47914 1992294400 4194304 7823515 548682068736 18446744073709551615 5066015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6662/statm: 49814 47914 442 886 0 48924 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 199256

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1569272/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=282168 CPUtime=12.68
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 69324 0 0 0 1238 30 0 0 25 0 1 0 184676919 288940032 65364 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 70542 65364 515 886 0 69652 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 282168

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1563832/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=285396 CPUtime=25.47
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 70992 0 0 0 2513 34 0 0 25 0 1 0 184676919 292245504 66726 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 71349 66726 516 886 0 70459 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 285396

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1563384/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=285396 CPUtime=51.06
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 71111 0 0 0 5069 37 0 0 25 0 1 0 184676919 292245504 66845 1992294400 4194304 7823515 548682068736 18446744073709551615 6208928 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6662/statm: 71349 66845 526 886 0 70459 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 285396

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1494520/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=372732 CPUtime=102.24
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 95100 0 0 0 10162 62 0 0 25 0 1 0 184676919 381677568 84065 1992294400 4194304 7823515 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93183 84065 550 886 0 92293 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 372732

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1490488/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=376988 CPUtime=162.22
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 124820 0 0 0 16141 81 0 0 25 0 1 0 184676919 386035712 87687 1992294400 4194304 7823515 548682068736 18446744073709551615 6212412 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 94247 87687 555 886 0 93357 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 376988

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1484984/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=376076 CPUtime=222.2
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 191377 0 0 0 22108 112 0 0 25 0 1 0 184676919 385101824 86400 1992294400 4194304 7823515 548682068736 18446744073709551615 6252299 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 94019 86400 555 886 0 93129 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 376076

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1501048/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=356064 CPUtime=282.17
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 254464 0 0 0 28072 145 0 0 25 0 1 0 184676919 364609536 82597 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 89016 82597 555 886 0 88126 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 356064

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6663
/proc/meminfo: memFree=1482744/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=375324 CPUtime=342.14
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 323628 0 0 0 34036 178 0 0 25 0 1 0 184676919 384331776 86935 1992294400 4194304 7823515 548682068736 18446744073709551615 6205821 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93831 86935 555 886 0 92941 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 375324

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6665
/proc/meminfo: memFree=1483000/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=376228 CPUtime=402.11
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 387964 0 0 0 40003 208 0 0 25 0 1 0 184676919 385257472 86859 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 94057 86859 555 886 0 93167 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 376228

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6665
/proc/meminfo: memFree=1476024/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=355620 CPUtime=462.09
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 457339 0 0 0 45969 240 0 0 25 0 1 0 184676919 364154880 82215 1992294400 4194304 7823515 548682068736 18446744073709551615 6211719 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 88905 82215 555 886 0 88015 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 355620

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6665
/proc/meminfo: memFree=1485240/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374552 CPUtime=522.07
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 524994 0 0 0 51934 273 0 0 25 0 1 0 184676919 383541248 87006 1992294400 4194304 7823515 548682068736 18446744073709551615 6212430 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93638 87006 555 886 0 92748 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 374552

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6665
/proc/meminfo: memFree=1488312/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=366980 CPUtime=582.04
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 545799 0 0 0 57918 286 0 0 25 0 1 0 184676919 375787520 85506 1992294400 4194304 7823515 548682068736 18446744073709551615 6911996 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 91745 85506 555 886 0 90855 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 366980

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6665
/proc/meminfo: memFree=1488888/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=366296 CPUtime=642.01
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 563011 0 0 0 63900 301 0 0 25 0 1 0 184676919 375087104 85352 1992294400 4194304 7823515 548682068736 18446744073709551615 6237295 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 91574 85352 556 886 0 90684 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 366296

[startup+702.302 s]

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

/proc/meminfo: memFree=1491120/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=359968 CPUtime=1061.84
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 597681 0 0 0 105787 397 0 0 25 0 1 0 184676919 368607232 84763 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 89992 84763 565 886 0 89102 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 359968

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1491056/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=359968 CPUtime=1121.82
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 597681 0 0 0 111773 409 0 0 25 0 1 0 184676919 368607232 84763 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 89992 84763 565 886 0 89102 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 359968

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1491000/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=359968 CPUtime=1181.79
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 597685 0 0 0 117757 422 0 0 25 0 1 0 184676919 368607232 84767 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 89992 84767 565 886 0 89102 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 359968

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1475384/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=378432 CPUtime=1241.78
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 601775 0 0 0 123742 436 0 0 25 0 1 0 184676919 387514368 88640 1992294400 4194304 7823515 548682068736 18446744073709551615 6234692 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 94608 88640 565 886 0 93718 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 378432

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1475320/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=378432 CPUtime=1301.75
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 601775 0 0 0 129729 446 0 0 25 0 1 0 184676919 387514368 88640 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 94608 88640 565 886 0 93718 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 378432

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1475256/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=378432 CPUtime=1361.73
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 601775 0 0 0 135715 458 0 0 25 0 1 0 184676919 387514368 88640 1992294400 4194304 7823515 548682068736 18446744073709551615 6234881 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 94608 88640 565 886 0 93718 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 378432

[startup+1422.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1489720/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=365680 CPUtime=1421.71
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 608222 0 0 0 141698 473 0 0 25 0 1 0 184676919 374456320 85057 1992294400 4194304 7823515 548682068736 18446744073709551615 6234864 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 91420 85057 565 886 0 90530 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 365680

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1495352/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=359012 CPUtime=1481.68
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 614351 0 0 0 147688 480 0 0 25 0 1 0 184676919 367628288 83750 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 89753 83750 565 886 0 88863 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 359012

[startup+1542.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1503480/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=353292 CPUtime=1541.66
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 621989 0 0 0 153672 494 0 0 25 0 1 0 184676919 361771008 81595 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 88323 81595 565 886 0 87433 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 353292

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1482360/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=372500 CPUtime=1601.64
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 642288 0 0 0 159653 511 0 0 25 0 1 0 184676919 381440000 86898 1992294400 4194304 7823515 548682068736 18446744073709551615 6262286 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93125 86898 565 886 0 92235 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 372500

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1480248/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=370868 CPUtime=1661.61
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652184 0 0 0 165635 526 0 0 25 0 1 0 184676919 379768832 87372 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 92717 87372 565 886 0 91827 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 370868

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477432/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=373184 CPUtime=1721.58
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652905 0 0 0 171623 535 0 0 25 0 1 0 184676919 382140416 88093 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93296 88093 565 886 0 92406 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 373184

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477368/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374748 CPUtime=1781.56
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652906 0 0 0 177612 544 0 0 25 0 1 0 184676919 383741952 88094 1992294400 4194304 7823515 548682068736 18446744073709551615 6263180 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93687 88094 565 886 0 92797 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 374748

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

[startup+1792.01 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477304/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374748 CPUtime=1791.26
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652906 0 0 0 178582 544 0 0 25 0 1 0 184676919 383741952 88094 1992294400 4194304 7823515 548682068736 18446744073709551615 6208777 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93687 88094 565 886 0 92797 0
Current children cumulated CPU time (s) 1791.26
Current children cumulated vsize (KiB) 374748

[startup+1795.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477304/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374748 CPUtime=1794.46
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652906 0 0 0 178901 545 0 0 25 0 1 0 184676919 383741952 88094 1992294400 4194304 7823515 548682068736 18446744073709551615 6208777 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93687 88094 565 886 0 92797 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (KiB) 374748

[startup+1796.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477304/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374748 CPUtime=1796.05
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652906 0 0 0 179060 545 0 0 25 0 1 0 184676919 383741952 88094 1992294400 4194304 7823515 548682068736 18446744073709551615 6208329 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93687 88094 565 886 0 92797 0
Current children cumulated CPU time (s) 1796.05
Current children cumulated vsize (KiB) 374748

[startup+1798.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477304/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374748 CPUtime=1797.65
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652906 0 0 0 179220 545 0 0 25 0 1 0 184676919 383741952 88094 1992294400 4194304 7823515 548682068736 18446744073709551615 6208499 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6662/statm: 93687 88094 565 886 0 92797 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (KiB) 374748

[startup+1798.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477304/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=374748 CPUtime=1798.05
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652910 0 0 0 179260 545 0 0 25 0 1 0 184676919 383741952 88098 1992294400 4194304 7823515 548682068736 18446744073709551615 5875119 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 93687 88098 569 886 0 92797 0
Current children cumulated CPU time (s) 1798.05
Current children cumulated vsize (KiB) 374748

[startup+1799 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6671
/proc/meminfo: memFree=1477304/2055920 swapFree=4192812/4192956
[pid=6662] ppid=6660 vsize=239240 CPUtime=1798.25
/proc/6662/stat : 6662 (pbscip.linux.x8) R 6660 6662 6121 0 -1 4194304 652910 0 0 0 179278 547 0 0 25 0 1 0 184676919 244981760 57922 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 0 0 0
/proc/6662/statm: 59810 57922 4111 886 0 58920 0
Current children cumulated CPU time (s) 1798.25
Current children cumulated vsize (KiB) 239240

Child status: 0
Real time (s): 1799.04
CPU time (s): 1798.3
CPU user time (s): 1792.79
CPU system time (s): 5.51216
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 408432

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

runsolver used 1.64775 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-16 18:46:41
IDJOB=1869352
IDBENCH=2639
IDSOLVER=683
FILE ID=node42/1869352-1245170800
PBS_JOBID= 9363839
Free space on /tmp= 66140 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_20.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-1869352-1245170800/watcher-1869352-1245170800 -o /tmp/evaluation-result-1869352-1245170800/solver-1869352-1245170800 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869352-1245170800.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1601781785

node42.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.214
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.214
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:       1829600 kB
Buffers:         29956 kB
Cached:         121684 kB
SwapCached:          0 kB
Active:          71292 kB
Inactive:        94296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17676 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            46768 kB
Committed_AS:   166844 kB
PageTables:       1396 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= 66128 MiB
End job on node42 at 2009-06-16 19:16:40