Trace number 1869587

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? 1798.55 1799.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark124
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.22	c SCIP version 1.1.0.7
0.19/0.22	c LP-Solver Clp 1.8.2
0.19/0.22	c user parameter file <scip.set> not found - using default parameters
0.19/0.22	c read problem <HOME/instance-1869587-1245179968.opb>
0.19/0.22	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.29/0.31	c start presolving problem
0.29/0.31	c presolving:
0.29/0.37	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 431 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.39/0.41	c (round 2) 1 del vars, 2028 del conss, 1 chg bounds, 0 chg sides, 431 chg coeffs, 351 upgd conss, 0 impls, 0 clqs
0.39/0.48	c (round 3) 1 del vars, 2028 del conss, 1 chg bounds, 10 chg sides, 456 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.49/0.53	c (round 4) 1 del vars, 2028 del conss, 1 chg bounds, 17 chg sides, 488 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
2.19/2.28	c    (2.0s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
2.19/2.28	c    (2.0s) probing aborted: 100/100 successive totally useless probings
2.19/2.28	c presolving (5 rounds):
2.19/2.28	c  1 deleted vars, 2028 deleted constraints, 1 tightened bounds, 0 added holes, 17 changed sides, 492 changed coefficients
2.19/2.28	c  502 implications, 5 cliques
2.19/2.28	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2725 constraints
2.19/2.28	c     690 constraints of type <knapsack>
2.19/2.28	c       8 constraints of type <setppc>
2.19/2.28	c    2027 constraints of type <linear>
2.19/2.28	c transformed objective value is always integral (scale: 1)
2.19/2.28	c Presolving Time: 1.96
2.19/2.28	c OPT-LIN
2.19/2.28	c -----------------------------------------------------------------------------------------------
2.19/2.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.19/2.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.28	c limits/memory = c 1620
2.19/2.28	c # maximal time in seconds to run
2.19/2.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.28	c limits/time = c 1791
2.19/2.28	c # frequency for displaying node information lines
2.19/2.28	c # [type: int, range: [-1,2147483647], default: 100]
2.19/2.28	c display/freq = c 10000
2.19/2.28	c -----------------------------------------------------------------------------------------------
2.19/2.28	c start solving problem
2.19/2.28	c 
2.49/2.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.55	c   2.3s|     1 |     0 |  1797 |  20M|   0 |1701 |2466 |2725 |2725 |2466 |2725 |   0 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
5.68/5.71	c   5.4s|     1 |     0 |  5818 |  21M|   0 |1627 |2466 |2725 |2725 |2466 |2801 |  76 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
6.68/6.78	c   6.5s|     1 |     0 |  6354 |  22M|   0 |1551 |2466 |2725 |2725 |2466 |2886 | 161 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
9.78/9.84	c   9.5s|     1 |     0 |  8633 |  22M|   0 |1582 |2466 |2725 |2725 |2466 |3014 | 289 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
11.59/11.62	c  11.2s|     1 |     0 |  9294 |  23M|   0 |1637 |2466 |2725 |2725 |2466 |3094 | 369 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
13.88/13.98	c  13.6s|     1 |     0 | 10571 |  23M|   0 |1584 |2466 |2725 |2725 |2466 |3178 | 453 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
16.58/16.65	c  16.2s|     1 |     0 | 11493 |  24M|   0 |1541 |2466 |2725 |2725 |2466 |3270 | 545 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
22.57/22.67	c  22.2s|     1 |     2 | 11493 |  24M|   0 |1541 |2466 |2725 |2725 |2466 |3270 | 545 |   0 |  33 | 7.800000e+01 |      --      |    Inf 
848.45/848.82	c   844s| 10000 |  4422 |  1027k|  44M| 162 | 627 |2466 |2993 |2846 |2466 |2891 | 545 |3825 |4202 | 7.800000e+01 |      --      |    Inf 
1421.34/1421.93	c  1415s| 20000 |  7020 |  1745k|  53M| 171 |   - |2466 |3081 |2945 |2466 |2891 | 545 |7207 |7181 | 7.800000e+01 |      --      |    Inf 
1798.38/1799.11	c 
1798.38/1799.11	c SCIP Status        : solving was interrupted [time limit reached]
1798.38/1799.11	c Solving Time (sec) : 1791.00
1798.38/1799.11	c Solving Nodes      : 27305
1798.38/1799.11	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.38/1799.11	c Dual Bound         : +7.80000000000000e+01
1798.38/1799.11	c Gap                : infinite
1798.38/1799.11	c NODE         27305
1798.38/1799.11	c DUAL BOUND   78
1798.38/1799.11	c PRIMAL BOUND 1e+20
1798.38/1799.11	c GAP          1e+20
1798.38/1799.11	s UNKNOWN
1798.38/1799.11	c SCIP Status        : solving was interrupted [time limit reached]
1798.38/1799.11	c Solving Time       :    1791.00
1798.38/1799.11	c Original Problem   :
1798.38/1799.11	c   Problem name     : HOME/instance-1869587-1245179968.opb
1798.38/1799.11	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.38/1799.11	c   Constraints      : 4745 initial, 4745 maximal
1798.38/1799.11	c Presolved Problem  :
1798.38/1799.11	c   Problem name     : t_HOME/instance-1869587-1245179968.opb
1798.38/1799.11	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.38/1799.11	c   Constraints      : 2725 initial, 4573 maximal
1798.38/1799.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.38/1799.11	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.38/1799.11	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.38/1799.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.38/1799.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.38/1799.11	c   implics          :       0.01          0          0          0          0          0          0          0          0
1798.38/1799.11	c   probing          :       1.73          0          0          0          0          0          0          0          0
1798.38/1799.11	c   knapsack         :       0.06          0          0          0          0          0          0         17         61
1798.38/1799.11	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1798.38/1799.11	c   linear           :       0.15          1          0          0          1          0       2028          0        431
1798.38/1799.11	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1798.38/1799.11	c   root node        :          -          0          -          -          0          -          -          -          -
1798.38/1799.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.38/1799.11	c   integral         :          0          0          0      19197          0         56       4042          0          0      36412
1798.38/1799.11	c   knapsack         :        690          6      90454          0          1        689     498044        968          0          0
1798.38/1799.11	c   setppc           :          8          6      29596          0          0          0        355          0          0          0
1798.38/1799.11	c   linear           :       2027          6      89765          0          1       2592    2027880          0          0          0
1798.38/1799.11	c   logicor          :          0+         0      33461          0          0        271      16036          0          0          0
1798.38/1799.11	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.38/1799.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.38/1799.11	c   integral         :     387.90       0.00       0.00     387.90       0.00
1798.38/1799.11	c   knapsack         :      19.08       0.03      19.05       0.00       0.00
1798.38/1799.11	c   setppc           :       0.07       0.00       0.07       0.00       0.00
1798.38/1799.11	c   linear           :     208.04       0.00     208.04       0.00       0.00
1798.38/1799.11	c   logicor          :       5.26       0.00       5.26       0.00       0.00
1798.38/1799.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.38/1799.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.38/1799.11	c   rootredcost      :       0.10          0          0          0
1798.38/1799.11	c   pseudoobj        :       0.35      90029          0          0
1798.38/1799.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.38/1799.11	c   propagation      :       0.65       3552       3549      31365       33.5        417       16.0          -
1798.38/1799.11	c   infeasible LP    :       8.15      14469          5         41       57.2          1        4.0          0
1798.38/1799.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1799.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1799.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.38/1799.11	c   applied globally :          -          -          -      11424       29.3          -          -          -
1798.38/1799.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.38/1799.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.38/1799.11	c   cut pool         :       0.01          5          -          -       1497          -    (maximal pool size: 5164)
1798.38/1799.11	c   redcost          :       2.95      19194          0         68          0          0
1798.38/1799.11	c   impliedbounds    :       0.00          6          0          0         22          0
1798.38/1799.11	c   intobj           :       0.00          0          0          0          0          0
1798.38/1799.11	c   gomory           :       1.25          6          0          0        129          0
1798.38/1799.11	c   strongcg         :       1.18          6          0          0         22          0
1798.38/1799.11	c   cmir             :       2.18          6          0          0       3000          0
1798.38/1799.11	c   flowcover        :       1.31          6          0          0       1200          0
1798.38/1799.11	c   clique           :       0.00          6          0          0          0          0
1798.38/1799.11	c   zerohalf         :       0.00          0          0          0          0          0
1798.38/1799.11	c   mcf              :       0.01          1          0          0          0          0
1798.38/1799.11	c Pricers            :       Time      Calls       Vars
1798.38/1799.11	c   problem variables:       0.00          0          0
1798.38/1799.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.38/1799.11	c   relpscost        :     387.84      19197         56       4042          0          0      36412
1798.38/1799.11	c   pscost           :       0.00          0          0          0          0          0          0
1798.38/1799.11	c   inference        :       0.00          1          0          0          0          0          2
1798.38/1799.11	c   mostinf          :       0.00          0          0          0          0          0          0
1798.38/1799.11	c   leastinf         :       0.00          0          0          0          0          0          0
1798.38/1799.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.38/1799.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.38/1799.11	c   random           :       0.00          0          0          0          0          0          0
1798.38/1799.11	c Primal Heuristics  :       Time      Calls      Found
1798.38/1799.11	c   LP solutions     :       0.00          -          0
1798.38/1799.11	c   pseudo solutions :       0.00          -          0
1798.38/1799.11	c   oneopt           :       0.03          0          0
1798.38/1799.11	c   crossover        :       0.00          0          0
1798.38/1799.11	c   guideddiving     :       0.01          0          0
1798.38/1799.11	c   coefdiving       :     128.99         14          0
1798.38/1799.11	c   fracdiving       :     114.65         24          0
1798.38/1799.11	c   feaspump         :      41.19         21          0
1798.38/1799.11	c   rootsoldiving    :       9.92         33          0
1798.38/1799.11	c   linesearchdiving :      21.12         66          0
1798.38/1799.11	c   pscostdiving     :      40.79         66          0
1798.38/1799.11	c   veclendiving     :      22.95         66          0
1798.38/1799.11	c   objpscostdiving  :      16.07         34          0
1798.38/1799.11	c   simplerounding   :       0.04          0          0
1798.38/1799.11	c   rounding         :       2.49       1929          0
1798.38/1799.11	c   shifting         :      11.24        556          0
1798.38/1799.11	c   intshifting      :       0.00          0          0
1798.38/1799.11	c   fixandinfer      :       0.00          0          0
1798.38/1799.11	c   intdiving        :       0.00          0          0
1798.38/1799.11	c   actconsdiving    :       0.00          0          0
1798.38/1799.11	c   octane           :       0.00          0          0
1798.38/1799.11	c   rens             :       0.01          0          0
1798.38/1799.11	c   rins             :       0.00          0          0
1798.38/1799.11	c   localbranching   :       0.00          0          0
1798.38/1799.11	c   mutation         :       0.00          0          0
1798.38/1799.11	c   dins             :       0.00          0          0
1798.38/1799.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.38/1799.11	c   primal LP        :       0.08          0          0       0.00       0.00
1798.38/1799.11	c   dual LP          :     695.99      25443    1843555      72.46    2648.82
1798.38/1799.11	c   barrier LP       :       0.00          0          0       0.00          -
1798.38/1799.11	c   diving/probing LP:     334.41      17504     488069      27.88    1459.49
1798.38/1799.11	c   strong branching :     381.23       8605     902052     104.83    2366.16
1798.38/1799.11	c     (at root node) :          -         33       7081     214.58          -
1798.38/1799.11	c   conflict analysis:       0.00          0          0       0.00          -
1798.38/1799.11	c B&B Tree           :
1798.38/1799.11	c   number of runs   :          1
1798.38/1799.11	c   nodes            :      27305
1798.38/1799.11	c   nodes (total)    :      27305
1798.38/1799.11	c   nodes left       :       8449
1798.38/1799.11	c   max depth        :        171
1798.38/1799.11	c   max depth (total):        171
1798.38/1799.11	c   backtracks       :       3987 (14.6%)
1798.38/1799.11	c   delayed cutoffs  :        661
1798.38/1799.11	c   repropagations   :       7409 (356649 domain reductions, 396 cutoffs)
1798.38/1799.11	c   avg switch length:       6.82
1798.38/1799.11	c   switching time   :      46.18
1798.38/1799.11	c Solution           :
1798.38/1799.11	c   Solutions found  :          0 (0 improvements)
1798.38/1799.11	c   Primal Bound     :          -
1798.38/1799.11	c   Dual Bound       : +7.80000000000000e+01
1798.38/1799.11	c   Gap              :   infinite
1798.38/1799.11	c   Root Dual Bound  : +7.80000000000000e+01
1798.48/1799.25	c Time complete: 1798.54.

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-1869587-1245179968/watcher-1869587-1245179968 -o /tmp/evaluation-result-1869587-1245179968/solver-1869587-1245179968 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869587-1245179968.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/65 3277
/proc/meminfo: memFree=1857960/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=7616 CPUtime=0
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 587 0 0 0 0 0 0 0 18 0 1 0 185595440 7798784 574 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/3277/statm: 1904 585 353 1256 0 643 0

[startup+0.0965319 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 3277
/proc/meminfo: memFree=1857960/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=13044 CPUtime=0.08
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 2224 0 0 0 8 0 0 0 18 0 1 0 185595440 13357056 2208 1992294400 4194304 9342243 548682068736 18446744073709551615 8169918 0 0 4096 0 0 0 0 17 0 0 0
/proc/3277/statm: 3261 2208 378 1256 0 2000 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13044

[startup+0.101532 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 3277
/proc/meminfo: memFree=1857960/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=13400 CPUtime=0.09
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 2313 0 0 0 9 0 0 0 18 0 1 0 185595440 13721600 2297 1992294400 4194304 9342243 548682068736 18446744073709551615 8142589 0 0 4096 0 0 0 0 17 0 0 0
/proc/3277/statm: 3350 2297 378 1256 0 2089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13400

[startup+0.301551 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 3277
/proc/meminfo: memFree=1857960/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=49360 CPUtime=0.29
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 11483 0 0 0 25 4 0 0 19 0 1 0 185595440 50544640 11113 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 12340 11113 416 1256 0 11079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49360

[startup+0.701592 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 3277
/proc/meminfo: memFree=1857960/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=55368 CPUtime=0.69
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 12798 0 0 0 64 5 0 0 23 0 1 0 185595440 56696832 12428 1992294400 4194304 9342243 548682068736 18446744073709551615 5062996 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 13842 12428 494 1256 0 12581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55368

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1810080/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=55368 CPUtime=1.49
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 12799 0 0 0 144 5 0 0 25 0 1 0 185595440 56696832 12429 1992294400 4194304 9342243 548682068736 18446744073709551615 5062996 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 13842 12429 495 1256 0 12581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55368

[startup+3.10288 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1809504/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=68648 CPUtime=3.09
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 15897 0 0 0 302 7 0 0 25 0 1 0 185595440 70295552 15500 1992294400 4194304 9342243 548682068736 18446744073709551615 6951966 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 17162 15500 649 1256 0 15901 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68648

[startup+6.30115 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 3278
/proc/meminfo: memFree=1795808/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=73620 CPUtime=6.28
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 17427 0 0 0 619 9 0 0 25 0 1 0 185595440 75386880 16032 1992294400 4194304 9342243 548682068736 18446744073709551615 4338511 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 18405 16032 678 1256 0 17144 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73620

[startup+12.7018 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 3278
/proc/meminfo: memFree=1790112/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=82336 CPUtime=12.68
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 28725 0 0 0 1252 16 0 0 25 0 1 0 185595440 84312064 17650 1992294400 4194304 9342243 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 20584 17650 678 1256 0 19323 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82336

[startup+25.5011 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 3278
/proc/meminfo: memFree=1786912/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=81112 CPUtime=25.47
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 42673 0 0 0 2523 24 0 0 25 0 1 0 185595440 83058688 18228 1992294400 4194304 9342243 548682068736 18446744073709551615 5392674 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 20278 18228 688 1256 0 19017 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 81112

[startup+51.1016 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 3278
/proc/meminfo: memFree=1787360/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=89388 CPUtime=51.05
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 72344 0 0 0 5063 42 0 0 25 0 1 0 185595440 91533312 18405 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 22347 18405 688 1256 0 21086 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 89388

[startup+102.306 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 3278
/proc/meminfo: memFree=1786528/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=81112 CPUtime=102.24
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 114830 0 0 0 10154 70 0 0 25 0 1 0 185595440 83058688 18468 1992294400 4194304 9342243 548682068736 18446744073709551615 5869974 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 20278 18468 693 1256 0 19017 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 81112

[startup+162.302 s]
/proc/loadavg: 1.09 1.05 1.01 2/66 3278
/proc/meminfo: memFree=1784928/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=82676 CPUtime=162.21
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 155098 0 0 0 16122 99 0 0 25 0 1 0 185595440 84660224 18912 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 20669 18912 697 1256 0 19408 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 82676

[startup+222.302 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 3278
/proc/meminfo: memFree=1784672/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=83852 CPUtime=222.19
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 165336 0 0 0 22102 117 0 0 25 0 1 0 185595440 85864448 18948 1992294400 4194304 9342243 548682068736 18446744073709551615 6211307 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 20963 18948 697 1256 0 19702 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 83852

[startup+282.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 3278
/proc/meminfo: memFree=1781664/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=83408 CPUtime=282.16
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 173434 0 0 0 28084 132 0 0 25 0 1 0 185595440 85409792 19325 1992294400 4194304 9342243 548682068736 18446744073709551615 5063006 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 20852 19325 697 1256 0 19591 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 83408

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 3278
/proc/meminfo: memFree=1778976/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=87932 CPUtime=342.15
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 186457 0 0 0 34063 152 0 0 25 0 1 0 185595440 90042368 20368 1992294400 4194304 9342243 548682068736 18446744073709551615 6039483 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 21983 20368 697 1256 0 20722 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 87932

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 3278
/proc/meminfo: memFree=1771936/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=94440 CPUtime=402.12
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 207258 0 0 0 40037 175 0 0 25 0 1 0 185595440 96706560 22187 1992294400 4194304 9342243 548682068736 18446744073709551615 6959733 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 23610 22187 697 1256 0 22349 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 94440

[startup+462.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 3278
/proc/meminfo: memFree=1771104/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=98764 CPUtime=462.09
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 237133 0 0 0 46009 200 0 0 25 0 1 0 185595440 101134336 22248 1992294400 4194304 9342243 548682068736 18446744073709551615 4265989 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 24691 22248 697 1256 0 23430 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 98764

[startup+522.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 3278
/proc/meminfo: memFree=1770720/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=98940 CPUtime=522.07
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 306732 0 0 0 51961 246 0 0 25 0 1 0 185595440 101314560 22567 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 24735 22567 697 1256 0 23474 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 98940

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 3278
/proc/meminfo: memFree=1766752/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=104140 CPUtime=582.04
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 336907 0 0 0 57933 271 0 0 25 0 1 0 185595440 106639360 23560 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 26035 23560 697 1256 0 24774 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 104140

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 3278
/proc/meminfo: memFree=1762976/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=102976 CPUtime=642.03
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 356035 0 0 0 63908 295 0 0 25 0 1 0 185595440 105447424 23931 1992294400 4194304 9342243 548682068736 18446744073709551615 6890369 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 25744 23938 697 1256 0 24483 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 102976

[startup+702.301 s]

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

/proc/meminfo: memFree=1751584/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=115340 CPUtime=1121.85
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 552584 0 0 0 111687 498 0 0 25 0 1 0 185595440 118108160 27130 1992294400 4194304 9342243 548682068736 18446744073709551615 6240183 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 28835 27130 697 1256 0 27574 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 115340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1750048/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=117460 CPUtime=1181.83
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 563549 0 0 0 117665 518 0 0 25 0 1 0 185595440 120279040 27513 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 29365 27513 697 1256 0 28104 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 117460

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1747232/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=120296 CPUtime=1241.8
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 581080 0 0 0 123642 538 0 0 25 0 1 0 185595440 123183104 28161 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 30074 28161 697 1256 0 28813 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 120296

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1743456/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=123532 CPUtime=1301.78
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 591828 0 0 0 129625 553 0 0 25 0 1 0 185595440 126496768 29084 1992294400 4194304 9342243 548682068736 18446744073709551615 6261975 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 30883 29084 697 1256 0 29622 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 123532

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1739488/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=127012 CPUtime=1361.76
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 598151 0 0 0 135607 569 0 0 25 0 1 0 185595440 130060288 30082 1992294400 4194304 9342243 548682068736 18446744073709551615 6038392 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 31753 30082 697 1256 0 30492 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 127012

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1739616/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=128392 CPUtime=1421.74
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 619339 0 0 0 141582 592 0 0 25 0 1 0 185595440 131473408 30061 1992294400 4194304 9342243 548682068736 18446744073709551615 6976963 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 32098 30061 697 1256 0 30837 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 128392

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1733280/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=133496 CPUtime=1481.72
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 624315 0 0 0 147565 607 0 0 25 0 1 0 185595440 136699904 31642 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 33374 31642 697 1256 0 32113 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 133496

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1734112/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=135312 CPUtime=1541.69
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 650460 0 0 0 153537 632 0 0 25 0 1 0 185595440 138559488 30928 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 33828 30928 697 1256 0 32567 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 135312

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1730272/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=137676 CPUtime=1601.66
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 669927 0 0 0 159512 654 0 0 25 0 1 0 185595440 140980224 31788 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 34419 31788 697 1256 0 33158 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 137676

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1729696/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=144516 CPUtime=1661.64
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 682743 0 0 0 165490 674 0 0 25 0 1 0 185595440 147984384 32516 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 36129 32516 697 1256 0 34868 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 144516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1727648/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=138808 CPUtime=1721.62
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 696252 0 0 0 171466 696 0 0 25 0 1 0 185595440 142139392 33012 1992294400 4194304 9342243 548682068736 18446744073709551615 6239291 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 34702 33012 697 1256 0 33441 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 138808

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1722720/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=146628 CPUtime=1781.59
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 700075 0 0 0 177445 714 0 0 25 0 1 0 185595440 150147072 34253 1992294400 4194304 9342243 548682068736 18446744073709551615 7289239 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 36657 34253 697 1256 0 35396 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 146628

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1723872/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=145356 CPUtime=1791.19
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 701080 0 0 0 178402 717 0 0 25 0 1 0 185595440 148844544 33976 1992294400 4194304 9342243 548682068736 18446744073709551615 7289239 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 36339 33976 697 1256 0 35078 0
Current children cumulated CPU time (s) 1791.19
Current children cumulated vsize (KiB) 145356

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1722912/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=145056 CPUtime=1794.39
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 701643 0 0 0 178721 718 0 0 25 0 1 0 185595440 148537344 34163 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 36264 34163 697 1256 0 35003 0
Current children cumulated CPU time (s) 1794.39
Current children cumulated vsize (KiB) 145056

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1722656/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=145832 CPUtime=1795.98
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 701784 0 0 0 178880 718 0 0 25 0 1 0 185595440 149331968 34304 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 36458 34304 697 1256 0 35197 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (KiB) 145832

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1722080/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=142176 CPUtime=1797.59
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 702041 0 0 0 179040 719 0 0 25 0 1 0 185595440 145588224 33866 1992294400 4194304 9342243 548682068736 18446744073709551615 5062894 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 35544 33866 697 1256 0 34283 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (KiB) 142176

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1724000/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=142332 CPUtime=1797.99
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 702098 0 0 0 179080 719 0 0 25 0 1 0 185595440 145747968 33923 1992294400 4194304 9342243 548682068736 18446744073709551615 7288788 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 35583 33923 697 1256 0 34322 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 142332

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1724000/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=142332 CPUtime=1798.38
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 702143 0 0 0 179119 719 0 0 25 0 1 0 185595440 145747968 33968 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3277/statm: 35583 33968 697 1256 0 34322 0
Current children cumulated CPU time (s) 1798.38
Current children cumulated vsize (KiB) 142332

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3278
/proc/meminfo: memFree=1724000/2055920 swapFree=4169920/4192956
[pid=3277] ppid=3275 vsize=142332 CPUtime=1798.48
/proc/3277/stat : 3277 (pbscip.linux.x8) R 3275 3277 3140 0 -1 4194304 702153 0 0 0 179129 719 0 0 24 0 1 0 185595440 145747968 33978 1992294400 4194304 9342243 548682068736 18446744073709551615 5022072 0 0 4096 0 0 0 0 17 0 0 0
/proc/3277/statm: 35583 33978 701 1256 0 34322 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 142332

Child status: 0
Real time (s): 1799.26
CPU time (s): 1798.55
CPU user time (s): 1791.34
CPU system time (s): 7.2169
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 148020

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

runsolver used 2.04369 second user time and 3.52646 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-16 21:19:28
IDJOB=1869587
IDBENCH=2948
IDSOLVER=684
FILE ID=node84/1869587-1245179968
PBS_JOBID= 9363945
Free space on /tmp= 66520 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/bounded_golomb_rulers/normalized-bogr_13.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-1869587-1245179968/watcher-1869587-1245179968 -o /tmp/evaluation-result-1869587-1245179968/solver-1869587-1245179968 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869587-1245179968.opb

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1546393363

node84.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858376 kB
Buffers:         29948 kB
Cached:          89092 kB
SwapCached:      17164 kB
Active:          50872 kB
Inactive:        87708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858376 kB
SwapTotal:     4192956 kB
SwapFree:      4169920 kB
Dirty:           12768 kB
Writeback:           0 kB
Mapped:          25284 kB
Slab:            44824 kB
Committed_AS:    88824 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= 66508 MiB
End job on node84 at 2009-06-16 21:49:28