Trace number 3733971

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1795.29 1795.64

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

0.69/0.73	c SCIP version 1.1.0.7
0.69/0.73	c LP-Solver SoPlex 1.4.1
0.69/0.73	c user parameter file <scip.set> not found - using default parameters
0.69/0.73	c read problem <HOME/instance-3733971-1338702937.opb>
0.69/0.73	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
0.89/0.91	c start presolving problem
0.89/0.91	c presolving:
1.09/1.19	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
3.99/4.08	c    (3.3s) probing: 121/13480 (0.9%) - 0 fixings, 0 aggregations, 3343 implications, 0 bound changes
3.99/4.08	c    (3.3s) probing aborted: 100/100 successive totally useless probings
4.19/4.20	c presolving (2 rounds):
4.19/4.20	c  0 deleted vars, 13300 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.19/4.20	c  26980 implications, 0 cliques
4.19/4.20	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13319 constraints
4.19/4.20	c      19 constraints of type <knapsack>
4.19/4.20	c   13300 constraints of type <linear>
4.19/4.20	c transformed objective value is always integral (scale: 1)
4.19/4.20	c Presolving Time: 3.15
4.19/4.20	c OPT-LIN
4.19/4.20	c -----------------------------------------------------------------------------------------------
4.19/4.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.19/4.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.20	c limits/memory = c 13950
4.19/4.20	c # maximal time in seconds to run
4.19/4.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.20	c limits/time = c 1791
4.19/4.20	c # frequency for displaying node information lines
4.19/4.20	c # [type: int, range: [-1,2147483647], default: 100]
4.19/4.20	c display/freq = c 10000
4.19/4.20	c -----------------------------------------------------------------------------------------------
4.19/4.20	c start solving problem
4.19/4.20	c 
10.89/10.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.89/10.95	c  10.1s|     1 |     0 | 15947 | 121M|   0 |7505 |  13k|  13k|  13k|  13k|  13k|   0 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
29.87/29.94	c  29.0s|     1 |     0 | 29142 | 122M|   0 |7518 |  13k|  13k|  13k|  13k|  13k|  57 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
31.37/31.47	c  30.6s|     1 |     0 | 29315 | 123M|   0 |7525 |  13k|  13k|  13k|  13k|  13k| 153 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
34.18/34.23	c  33.3s|     1 |     0 | 30125 | 123M|   0 |7541 |  13k|  13k|  13k|  13k|  13k| 252 |   0 |   0 | 1.900083e+01 |      --      |    Inf 
36.87/36.96	c  36.0s|     1 |     0 | 30708 | 124M|   0 |7536 |  13k|  13k|  13k|  13k|  13k| 353 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
41.17/41.24	c  40.3s|     1 |     0 | 31525 | 124M|   0 |7545 |  13k|  13k|  13k|  13k|  13k| 462 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
46.47/46.51	c  45.5s|     1 |     0 | 32474 | 125M|   0 |7538 |  13k|  13k|  13k|  13k|  13k| 564 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
51.77/51.88	c  50.9s|     1 |     0 | 33566 | 125M|   0 |7535 |  13k|  13k|  13k|  13k|  13k| 666 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
56.77/56.86	c  55.9s|     1 |     0 | 34626 | 126M|   0 |7539 |  13k|  13k|  13k|  13k|  14k| 764 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
65.67/65.74	c  64.7s|     1 |     0 | 35724 | 126M|   0 |7539 |  13k|  13k|  13k|  13k|  14k| 854 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
225.03/225.17	c   224s|     1 |     2 | 35724 | 126M|   0 |7539 |  13k|  13k|  13k|  13k|  14k| 854 |   0 |  51 | 1.916667e+01 |      --      |    Inf 
1795.05/1795.45	c 
1795.05/1795.45	c SCIP Status        : solving was interrupted [time limit reached]
1795.05/1795.45	c Solving Time (sec) : 1791.02
1795.05/1795.45	c Solving Nodes      : 670
1795.05/1795.45	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.05/1795.45	c Dual Bound         : +2.00000000000000e+01
1795.05/1795.45	c Gap                : infinite
1795.05/1795.45	c NODE         670
1795.05/1795.45	c DUAL BOUND   20
1795.05/1795.45	c PRIMAL BOUND 1e+20
1795.05/1795.45	c GAP          1e+20
1795.05/1795.45	s UNKNOWN
1795.05/1795.45	c SCIP Status        : solving was interrupted [time limit reached]
1795.05/1795.45	c Solving Time       :    1791.02
1795.05/1795.45	c Original Problem   :
1795.05/1795.45	c   Problem name     : HOME/instance-3733971-1338702937.opb
1795.05/1795.45	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.05/1795.45	c   Constraints      : 26619 initial, 26619 maximal
1795.05/1795.45	c Presolved Problem  :
1795.05/1795.45	c   Problem name     : t_HOME/instance-3733971-1338702937.opb
1795.05/1795.45	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.05/1795.45	c   Constraints      : 13319 initial, 13522 maximal
1795.05/1795.45	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.05/1795.45	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.05/1795.45	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.05/1795.45	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.05/1795.45	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.05/1795.45	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.05/1795.45	c   probing          :       2.80          0          0          0          0          0          0          0          0
1795.05/1795.45	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1795.05/1795.45	c   linear           :       0.30          0          0          0          0          0      13300          0          0
1795.05/1795.45	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.05/1795.45	c   root node        :          -          0          -          -          0          -          -          -          -
1795.05/1795.45	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.05/1795.45	c   integral         :          0          0          0        612          0          0        133          0          0       1162
1795.05/1795.45	c   knapsack         :         19          9       3268          0          0          4        230        162          0          0
1795.05/1795.45	c   linear           :      13300          9       3264          0          0          4       7242          1          0          0
1795.05/1795.45	c   logicor          :          0+         0        487          0          0          0        128          0          0          0
1795.05/1795.45	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.05/1795.45	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.05/1795.45	c   integral         :     564.66       0.00       0.00     564.66       0.00
1795.05/1795.45	c   knapsack         :       0.32       0.00       0.32       0.00       0.00
1795.05/1795.45	c   linear           :      10.52       0.01      10.51       0.00       0.00
1795.05/1795.45	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1795.05/1795.45	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.05/1795.45	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.05/1795.45	c   rootredcost      :       0.00          0          0          0
1795.05/1795.45	c   pseudoobj        :       0.00       3013          0          0
1795.05/1795.45	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.05/1795.45	c   propagation      :       0.00          8          8         29       15.0          0        0.0          -
1795.05/1795.45	c   infeasible LP    :       0.24        183        183        195        6.2          5        8.8          0
1795.05/1795.45	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.05/1795.45	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.05/1795.45	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.05/1795.45	c   applied globally :          -          -          -        203        6.2          -          -          -
1795.05/1795.45	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.05/1795.45	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.05/1795.45	c   cut pool         :       0.01          8          -          -       4550          -    (maximal pool size: 5989)
1795.05/1795.45	c   redcost          :       0.24        612          0          0          0          0
1795.05/1795.45	c   impliedbounds    :       0.01          9          0          0         25          0
1795.05/1795.45	c   intobj           :       0.00          0          0          0          0          0
1795.05/1795.45	c   gomory           :       1.10          9          0          0         36          0
1795.05/1795.45	c   strongcg         :       1.08          9          0          0         19          0
1795.05/1795.45	c   cmir             :       6.01          9          0          0       4500          0
1795.05/1795.45	c   flowcover        :      10.68          9          0          0       1800          0
1795.05/1795.45	c   clique           :       0.00          1          0          0          0          0
1795.05/1795.45	c   zerohalf         :       0.00          0          0          0          0          0
1795.05/1795.45	c   mcf              :       0.00          1          0          0          0          0
1795.05/1795.45	c Pricers            :       Time      Calls       Vars
1795.05/1795.45	c   problem variables:       0.00          0          0
1795.05/1795.45	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.05/1795.45	c   relpscost        :     564.65        612          0        133          0          0       1162
1795.05/1795.45	c   pscost           :       0.00          0          0          0          0          0          0
1795.05/1795.45	c   inference        :       0.00          0          0          0          0          0          0
1795.05/1795.45	c   mostinf          :       0.00          0          0          0          0          0          0
1795.05/1795.45	c   leastinf         :       0.00          0          0          0          0          0          0
1795.05/1795.45	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.05/1795.45	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.05/1795.45	c   random           :       0.00          0          0          0          0          0          0
1795.05/1795.45	c Primal Heuristics  :       Time      Calls      Found
1795.05/1795.45	c   LP solutions     :       0.00          -          0
1795.05/1795.45	c   pseudo solutions :       0.00          -          0
1795.05/1795.45	c   oneopt           :       0.00          0          0
1795.05/1795.45	c   crossover        :       0.00          0          0
1795.05/1795.45	c   coefdiving       :      76.03          3          0
1795.05/1795.45	c   veclendiving     :      61.01          4          0
1795.05/1795.45	c   pscostdiving     :     115.66          4          0
1795.05/1795.45	c   rootsoldiving    :      41.03          2          0
1795.05/1795.45	c   linesearchdiving :      34.06          8          0
1795.05/1795.45	c   objpscostdiving  :     252.97          6          0
1795.05/1795.45	c   feaspump         :      37.06          6          0
1795.05/1795.45	c   simplerounding   :       0.00          0          0
1795.05/1795.45	c   rounding         :       1.19        298          0
1795.05/1795.45	c   shifting         :       4.94         68          0
1795.05/1795.45	c   intshifting      :       0.00          0          0
1795.05/1795.45	c   fixandinfer      :       0.00          0          0
1795.05/1795.45	c   fracdiving       :     100.46          4          0
1795.05/1795.45	c   intdiving        :       0.00          0          0
1795.05/1795.45	c   actconsdiving    :       0.00          0          0
1795.05/1795.45	c   guideddiving     :       0.00          0          0
1795.05/1795.45	c   octane           :       0.00          0          0
1795.05/1795.45	c   rens             :       0.01          0          0
1795.05/1795.45	c   rins             :       0.00          0          0
1795.05/1795.45	c   localbranching   :       0.00          0          0
1795.05/1795.45	c   mutation         :       0.00          0          0
1795.05/1795.45	c   dins             :       0.00          0          0
1795.05/1795.45	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.05/1795.45	c   primal LP        :       0.11          0          0       0.00       0.00
1795.05/1795.45	c   dual LP          :     470.58        699     542061     775.48    1151.90
1795.05/1795.45	c   barrier LP       :       0.00          0          0       0.00          -
1795.05/1795.45	c   diving/probing LP:     710.65        920     904425     983.07    1272.67
1795.05/1795.45	c   strong branching :     564.11        695     427793     615.53     758.35
1795.05/1795.45	c     (at root node) :          -         51      49576     972.08          -
1795.05/1795.45	c   conflict analysis:       0.00          0          0       0.00          -
1795.05/1795.45	c B&B Tree           :
1795.05/1795.45	c   number of runs   :          1
1795.05/1795.45	c   nodes            :        670
1795.05/1795.45	c   nodes (total)    :        670
1795.05/1795.45	c   nodes left       :        493
1795.05/1795.45	c   max depth        :        336
1795.05/1795.45	c   max depth (total):        336
1795.05/1795.45	c   backtracks       :        104 (15.5%)
1795.05/1795.45	c   delayed cutoffs  :          0
1795.05/1795.45	c   repropagations   :       1352 (116 domain reductions, 0 cutoffs)
1795.05/1795.45	c   avg switch length:       6.24
1795.05/1795.45	c   switching time   :       1.37
1795.05/1795.45	c Solution           :
1795.05/1795.45	c   Solutions found  :          0 (0 improvements)
1795.05/1795.45	c   Primal Bound     :          -
1795.05/1795.45	c   Dual Bound       : +2.00000000000000e+01
1795.05/1795.45	c   Gap              :   infinite
1795.05/1795.45	c   Root Dual Bound  : +1.91666666666667e+01
1795.25/1795.63	c Time complete: 1795.28.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733971-1338702937/watcher-3733971-1338702937 -o /tmp/evaluation-result-3733971-1338702937/solver-3733971-1338702937 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733971-1338702937.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.04 2.00 3/176 16495
/proc/meminfo: memFree=30398532/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=8556 CPUtime=0 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 1500 0 0 0 0 0 0 0 20 0 1 0 336419545 8761344 1453 33554432000 4194304 7823515 140734814396320 140736060306968 6804405 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 2139 1453 354 887 0 1249 0

[startup+0.104318 s]
/proc/loadavg: 2.11 2.04 2.00 3/176 16495
/proc/meminfo: memFree=30398532/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=14004 CPUtime=0.09 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 2863 0 0 0 9 0 0 0 20 0 1 0 336419545 14340096 2816 33554432000 4194304 7823515 140734814396320 140736060306968 6908057 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 3501 2816 354 887 0 2611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14004

[startup+0.200254 s]
/proc/loadavg: 2.11 2.04 2.00 3/176 16495
/proc/meminfo: memFree=30398532/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=18516 CPUtime=0.19 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 3963 0 0 0 19 0 0 0 20 0 1 0 336419545 18960384 3916 33554432000 4194304 7823515 140734814396320 140736060306968 6908072 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 4629 3916 354 887 0 3739 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18516

[startup+0.300777 s]
/proc/loadavg: 2.11 2.04 2.00 3/176 16495
/proc/meminfo: memFree=30398532/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=25072 CPUtime=0.28 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 5603 0 0 0 28 0 0 0 20 0 1 0 336419545 25673728 5556 33554432000 4194304 7823515 140734814396320 140734814262424 5878822 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 6268 5556 354 887 0 5378 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25072

[startup+0.700216 s]
/proc/loadavg: 2.11 2.04 2.00 3/176 16495
/proc/meminfo: memFree=30398532/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=40684 CPUtime=0.69 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 9530 0 0 0 68 1 0 0 20 0 1 0 336419545 41660416 9483 33554432000 4194304 7823515 140734814396320 140734814262424 6830397 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 10171 9483 354 887 0 9281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40684

[startup+1.50109 s]
/proc/loadavg: 2.11 2.04 2.00 3/177 16496
/proc/meminfo: memFree=30210904/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=198900 CPUtime=1.49 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 49039 0 0 0 141 8 0 0 20 0 1 0 336419545 203673600 47806 33554432000 4194304 7823515 140734814396320 140734814393256 5061366 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 49725 47806 442 887 0 48835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198900

[startup+3.10024 s]
/proc/loadavg: 2.11 2.04 2.00 3/177 16496
/proc/meminfo: memFree=30208424/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=199408 CPUtime=3.09 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 49179 0 0 0 301 8 0 0 20 0 1 0 336419545 204193792 47946 33554432000 4194304 7823515 140734814396320 140734814391720 4243103 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 49852 47946 442 887 0 48962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 199408

[startup+6.30084 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 16496
/proc/meminfo: memFree=30137556/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=282184 CPUtime=6.28 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 66819 0 0 0 617 11 0 0 20 0 1 0 336419545 288956416 65387 33554432000 4194304 7823515 140734814396320 140734814391656 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 70546 65387 515 887 0 69656 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 282184

[startup+12.701 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 16496
/proc/meminfo: memFree=30132160/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=285412 CPUtime=12.68 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 68511 0 0 0 1255 13 0 0 20 0 1 0 336419545 292261888 66773 33554432000 4194304 7823515 140734814396320 140734814391080 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 71353 66773 526 887 0 70463 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 285412

[startup+25.5002 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 16496
/proc/meminfo: memFree=30128868/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=285412 CPUtime=25.47 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 68612 0 0 0 2533 14 0 0 20 0 1 0 336419545 292261888 66874 33554432000 4194304 7823515 140734814396320 140734814390296 5914480 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 71353 66874 526 887 0 70463 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 285412

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 16496
/proc/meminfo: memFree=30032052/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=384544 CPUtime=51.07 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 81432 0 0 0 5084 23 0 0 20 0 1 0 336419545 393773056 91071 33554432000 4194304 7823515 140734814396320 140734814390984 6211707 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 96136 91071 550 887 0 95246 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 384544

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 16497
/proc/meminfo: memFree=30029236/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=388572 CPUtime=102.26 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 103882 0 0 0 10188 38 0 0 20 0 1 0 336419545 397897728 90923 33554432000 4194304 7823515 140734814396320 140734814391016 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 97143 90923 555 887 0 96253 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 388572

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 16497
/proc/meminfo: memFree=30029828/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=400000 CPUtime=162.25 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 138111 0 0 0 16168 57 0 0 20 0 1 0 336419545 409600000 95575 33554432000 4194304 7823515 140734814396320 140734814389864 6234848 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 100000 95575 555 887 0 99110 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 400000

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 16497
/proc/meminfo: memFree=30029672/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=222.24 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 171789 0 0 0 22149 75 0 0 20 0 1 0 336419545 383557632 89232 33554432000 4194304 7823515 140734814396320 140734814391016 6211719 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 93642 89232 555 887 0 92752 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 374568

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 16500
/proc/meminfo: memFree=30030144/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=366308 CPUtime=282.21 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 186127 0 0 0 28138 83 0 0 20 0 1 0 336419545 375099392 87915 33554432000 4194304 7823515 140734814396320 140734814391016 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 91577 87915 556 887 0 90687 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 366308

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16522
/proc/meminfo: memFree=30020628/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=370864 CPUtime=342.21 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 198444 0 0 0 34129 92 0 0 20 0 1 0 336419545 379764736 88719 33554432000 4194304 7823515 140734814396320 140734814391656 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 92716 88719 557 887 0 91826 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 370864

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 16523
/proc/meminfo: memFree=30034880/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=353076 CPUtime=402.2 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 201644 0 0 0 40118 102 0 0 20 0 1 0 336419545 361549824 85216 33554432000 4194304 7823515 140734814396320 140734814391016 6237350 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 88269 85216 557 887 0 87379 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 353076

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16523
/proc/meminfo: memFree=30023148/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=359768 CPUtime=462.19 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 202232 0 0 0 46108 111 0 0 20 0 1 0 336419545 368402432 86826 33554432000 4194304 7823515 140734814396320 140734814391784 6234848 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 89942 86826 565 887 0 89052 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 359768

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16523
/proc/meminfo: memFree=30021292/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=359984 CPUtime=522.17 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 202381 0 0 0 52096 121 0 0 20 0 1 0 336419545 368623616 86929 33554432000 4194304 7823515 140734814396320 140734814391112 6212400 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 89996 86929 565 887 0 89106 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 359984

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16523
/proc/meminfo: memFree=29993736/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=378448 CPUtime=582.17 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 203767 0 0 0 58086 131 0 0 20 0 1 0 336419545 387530752 91244 33554432000 4194304 7823515 140734814396320 140734814391800 6234850 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 94612 91244 565 887 0 93722 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 378448

[startup+642.3 s]

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

/proc/meminfo: memFree=29707640/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=359196 CPUtime=1062.08 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 230200 0 0 0 106001 207 0 0 20 0 1 0 336419545 367816704 86660 33554432000 4194304 7823515 140734814396320 140734814390344 6212754 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 89799 86660 565 887 0 88909 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 359196

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17289
/proc/meminfo: memFree=29696192/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=369656 CPUtime=1122.07 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 231250 0 0 0 111989 218 0 0 20 0 1 0 336419545 378527744 89220 33554432000 4194304 7823515 140734814396320 140734814391336 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 92414 89220 565 887 0 91524 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 369656

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17289
/proc/meminfo: memFree=29710808/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=352984 CPUtime=1182.06 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 235376 0 0 0 117978 228 0 0 20 0 1 0 336419545 361455616 85153 33554432000 4194304 7823515 140734814396320 140734814391016 6213534 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 88246 85153 565 887 0 87356 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 352984

[startup+1242.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 17289
/proc/meminfo: memFree=29704984/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=359684 CPUtime=1242.05 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 236374 0 0 0 123968 237 0 0 20 0 1 0 336419545 368316416 86662 33554432000 4194304 7823515 140734814396320 140734814390648 6212430 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 89921 86662 565 887 0 89031 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 359684

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 17290
/proc/meminfo: memFree=29701688/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=365256 CPUtime=1302.04 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 238734 0 0 0 129956 248 0 0 20 0 1 0 336419545 374022144 86953 33554432000 4194304 7823515 140734814396320 140734814390984 6212749 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 91314 86953 565 887 0 90424 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 365256

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 17290
/proc/meminfo: memFree=29701936/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=365256 CPUtime=1362.03 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 238734 0 0 0 135944 259 0 0 20 0 1 0 336419545 374022144 86953 33554432000 4194304 7823515 140734814396320 140734814392008 6234850 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 91314 86953 565 887 0 90424 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 365256

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17290
/proc/meminfo: memFree=29691392/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=371304 CPUtime=1422.03 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 244156 0 0 0 141933 270 0 0 20 0 1 0 336419545 380215296 89610 33554432000 4194304 7823515 140734814396320 140734814391784 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16495/statm: 92826 89610 565 887 0 91936 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 371304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 17293
/proc/meminfo: memFree=29715128/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=347832 CPUtime=1482 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 249848 0 0 0 147919 281 0 0 20 0 1 0 336419545 356179968 83094 33554432000 4194304 7823515 140734814396320 140734814391656 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 86958 83094 565 887 0 86068 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 347832

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17293
/proc/meminfo: memFree=29688832/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=372608 CPUtime=1542 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 256628 0 0 0 153909 291 0 0 20 0 1 0 336419545 381550592 90147 33554432000 4194304 7823515 140734814396320 140734814391480 6212400 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93152 90147 565 887 0 92262 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 372608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17294
/proc/meminfo: memFree=29692736/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=381916 CPUtime=1601.98 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 266041 0 0 0 159897 301 0 0 20 0 1 0 336419545 391081984 91795 33554432000 4194304 7823515 140734814396320 140734814390984 6212678 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 95479 91795 565 887 0 94589 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 381916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17294
/proc/meminfo: memFree=29690564/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374732 CPUtime=1661.97 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 270849 0 0 0 165888 309 0 0 20 0 1 0 336419545 383725568 89838 33554432000 4194304 7823515 140734814396320 140734814391656 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93683 89838 565 887 0 92793 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 374732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17294
/proc/meminfo: memFree=29683552/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=378992 CPUtime=1721.96 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 276160 0 0 0 171874 322 0 0 20 0 1 0 336419545 388087808 91540 33554432000 4194304 7823515 140734814396320 140734814391784 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 94748 91540 565 887 0 93858 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 378992

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689380/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1781.95 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279603 0 0 0 177863 332 0 0 20 0 1 0 336419545 383557632 90006 33554432000 4194304 7823515 140734814396320 140734814391416 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90006 565 887 0 92752 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 374568

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

[startup+1785.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689380/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1785.25 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279603 0 0 0 178192 333 0 0 20 0 1 0 336419545 383557632 90006 33554432000 4194304 7823515 140734814396320 140734814391800 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90006 565 887 0 92752 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 374568

[startup+1792.01 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689628/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1791.65 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279603 0 0 0 178830 335 0 0 20 0 1 0 336419545 383557632 90006 33554432000 4194304 7823515 140734814396320 140734814391416 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90006 565 887 0 92752 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (KiB) 374568

[startup+1793.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689628/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1793.25 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279603 0 0 0 178989 336 0 0 20 0 1 0 336419545 383557632 90006 33554432000 4194304 7823515 140734814396320 140734814391800 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90006 565 887 0 92752 0
Current children cumulated CPU time (s) 1793.25
Current children cumulated vsize (KiB) 374568

[startup+1794.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689628/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1794.05 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279603 0 0 0 179069 336 0 0 20 0 1 0 336419545 383557632 90006 33554432000 4194304 7823515 140734814396320 140734814391128 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90006 565 887 0 92752 0
Current children cumulated CPU time (s) 1794.05
Current children cumulated vsize (KiB) 374568

[startup+1795.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689628/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1794.86 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279603 0 0 0 179150 336 0 0 20 0 1 0 336419545 383557632 90006 33554432000 4194304 7823515 140734814396320 140734814391128 6166592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90006 565 887 0 92752 0
Current children cumulated CPU time (s) 1794.86
Current children cumulated vsize (KiB) 374568

[startup+1795.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17294
/proc/meminfo: memFree=29689628/32873648 swapFree=6860/6860
[pid=16495] ppid=16493 vsize=374568 CPUtime=1795.25 cores=0,2,4,6
/proc/16495/stat : 16495 (pbscip.linux.x8) R 16493 16495 4790 0 -1 4202496 279607 0 0 0 179189 336 0 0 20 0 1 0 336419545 383557632 90010 33554432000 4194304 7823515 140734814396320 140734814392152 4586861 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16495/statm: 93642 90010 569 887 0 92752 0
Current children cumulated CPU time (s) 1795.25
Current children cumulated vsize (KiB) 374568

Child status: 0
Real time (s): 1795.64
CPU time (s): 1795.29
CPU user time (s): 1791.93
CPU system time (s): 3.36749
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 408448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.93
system time used= 3.36749
maximum resident set size= 382300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279610
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= 31
involuntary context switches= 2354

runsolver used 6.02208 second user time and 13.9149 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 07:55:37
IDJOB=3733971
IDBENCH=2639
IDSOLVER=2321
FILE ID=node124/3733971-1338702937
RUNJOBID= node124-1338679211-13479
PBS_JOBID= 14636689
Free space on /tmp= 70692 MiB

SOLVER NAME= PB09: 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-3733971-1338702937/watcher-3733971-1338702937 -o /tmp/evaluation-result-3733971-1338702937/solver-3733971-1338702937 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733971-1338702937.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=2102417376

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30399136 kB
Buffers:          184212 kB
Cached:          1371840 kB
SwapCached:         8280 kB
Active:           546496 kB
Inactive:        1160860 kB
Active(anon):     145252 kB
Inactive(anon):     8228 kB
Active(file):     401244 kB
Inactive(file):  1152632 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091572 kB
Dirty:             17132 kB
Writeback:             4 kB
AnonPages:        150508 kB
Mapped:            10976 kB
Shmem:                 0 kB
Slab:             629428 kB
SReclaimable:      73912 kB
SUnreclaim:       555516 kB
KernelStack:        1448 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     268624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70672 MiB
End job on node124 at 2012-06-03 08:25:32