Trace number 3735060

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)? 1797.28 1797.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
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.26	c SCIP version 1.1.0.7
0.19/0.26	c LP-Solver SoPlex 1.4.1
0.19/0.26	c user parameter file <scip.set> not found - using default parameters
0.19/0.26	c read problem <HOME/instance-3735060-1338707472.opb>
0.19/0.26	c original problem has 5570 variables (5570 bin, 0 int, 0 impl, 0 cont) and 10896 constraints
0.29/0.34	c start presolving problem
0.29/0.34	c presolving:
0.39/0.41	c (round 1) 2 del vars, 1 del conss, 2 chg bounds, 0 chg sides, 230 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.39/0.46	c (round 2) 2 del vars, 5254 del conss, 2 chg bounds, 0 chg sides, 230 chg coeffs, 202 upgd conss, 0 impls, 0 clqs
0.49/0.50	c (round 3) 2 del vars, 5254 del conss, 2 chg bounds, 1 chg sides, 232 chg coeffs, 389 upgd conss, 60 impls, 0 clqs
1.29/1.32	c    (1.0s) probing: 195/5568 (3.5%) - 0 fixings, 0 aggregations, 5 implications, 0 bound changes
1.29/1.32	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.29/1.32	c presolving (4 rounds):
1.29/1.32	c  2 deleted vars, 5254 deleted constraints, 2 tightened bounds, 0 added holes, 1 changed sides, 232 changed coefficients
1.29/1.32	c  72 implications, 0 cliques
1.29/1.32	c presolved problem has 5568 variables (5568 bin, 0 int, 0 impl, 0 cont) and 5643 constraints
1.29/1.32	c     389 constraints of type <knapsack>
1.29/1.32	c       1 constraints of type <setppc>
1.29/1.32	c    5253 constraints of type <linear>
1.29/1.32	c transformed objective value is always integral (scale: 1)
1.29/1.32	c Presolving Time: 0.97
1.29/1.32	c OPT-LIN
1.29/1.32	c -----------------------------------------------------------------------------------------------
1.29/1.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.32	c limits/memory = c 13950
1.29/1.32	c # maximal time in seconds to run
1.29/1.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.32	c limits/time = c 1791
1.29/1.32	c # frequency for displaying node information lines
1.29/1.32	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.32	c display/freq = c 10000
1.29/1.32	c -----------------------------------------------------------------------------------------------
1.29/1.32	c start solving problem
1.29/1.32	c 
1.49/1.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.54	c   1.2s|     1 |     0 |  1664 |  46M|   0 |1479 |5568 |5643 |5643 |5568 |5643 |   0 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
6.49/6.57	c   6.2s|     1 |     0 |  7328 |  46M|   0 |1589 |5568 |5643 |5643 |5568 |5743 | 100 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
11.89/11.90	c  11.5s|     1 |     0 | 16677 |  47M|   0 |3256 |5568 |5643 |5643 |5568 |5882 | 239 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
15.29/15.32	c  14.9s|     1 |     0 | 20752 |  48M|   0 |3371 |5568 |5643 |5643 |5568 |6059 | 416 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
18.70/18.73	c  18.3s|     1 |     0 | 23962 |  48M|   0 |3207 |5568 |5643 |5643 |5568 |6221 | 578 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
24.59/24.64	c  24.2s|     1 |     0 | 29599 |  49M|   0 |3424 |5568 |5643 |5643 |5568 |6376 | 733 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
29.28/29.33	c  28.9s|     1 |     0 | 33361 |  49M|   0 |3192 |5568 |5643 |5643 |5568 |6544 | 901 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
49.98/50.04	c  49.5s|     1 |     2 | 33361 |  49M|   0 |3192 |5568 |5643 |5643 |5568 |6544 | 901 |   0 |  19 | 1.200000e+02 |      --      |    Inf 
1797.19/1797.50	c 
1797.19/1797.50	c SCIP Status        : solving was interrupted [time limit reached]
1797.19/1797.50	c Solving Time (sec) : 1791.00
1797.19/1797.50	c Solving Nodes      : 9179
1797.19/1797.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.19/1797.50	c Dual Bound         : +1.20000000000000e+02
1797.19/1797.50	c Gap                : infinite
1797.19/1797.50	c NODE         9179
1797.19/1797.50	c DUAL BOUND   120
1797.19/1797.50	c PRIMAL BOUND 1e+20
1797.19/1797.50	c GAP          1e+20
1797.19/1797.50	s UNKNOWN
1797.19/1797.50	c SCIP Status        : solving was interrupted [time limit reached]
1797.19/1797.50	c Solving Time       :    1791.00
1797.19/1797.50	c Original Problem   :
1797.19/1797.50	c   Problem name     : HOME/instance-3735060-1338707472.opb
1797.19/1797.50	c   Variables        : 5570 (5570 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.19/1797.50	c   Constraints      : 10896 initial, 10896 maximal
1797.19/1797.50	c Presolved Problem  :
1797.19/1797.50	c   Problem name     : t_HOME/instance-3735060-1338707472.opb
1797.19/1797.50	c   Variables        : 5568 (5568 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.19/1797.50	c   Constraints      : 5643 initial, 9273 maximal
1797.19/1797.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.19/1797.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   probing          :       0.78          0          0          0          0          0          0          0          0
1797.19/1797.50	c   knapsack         :       0.04          0          0          0          0          0          0          1          2
1797.19/1797.50	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   linear           :       0.14          2          0          0          2          0       5254          0        230
1797.19/1797.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.19/1797.50	c   root node        :          -          0          -          -          0          -          -          -          -
1797.19/1797.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.19/1797.50	c   integral         :          0          0          0       7922          0         23       3785          0          0      14234
1797.19/1797.50	c   knapsack         :        389          6      69501          0          1        116      32692        121          0          0
1797.19/1797.50	c   setppc           :          1          6      12089          0          0          0         98          0          0          0
1797.19/1797.50	c   linear           :       5253          6      69385          0          1        326     363036          0          0          0
1797.19/1797.50	c   logicor          :          0+         0      18118          0          0         30      19002          0          0          0
1797.19/1797.50	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1797.19/1797.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.19/1797.50	c   integral         :     592.99       0.00       0.00     592.99       0.00
1797.19/1797.50	c   knapsack         :       1.54       0.01       1.53       0.00       0.00
1797.19/1797.50	c   setppc           :       0.02       0.00       0.02       0.00       0.00
1797.19/1797.50	c   linear           :      38.23       0.00      38.23       0.00       0.00
1797.19/1797.50	c   logicor          :       0.25       0.00       0.25       0.00       0.00
1797.19/1797.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.19/1797.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.19/1797.50	c   rootredcost      :       0.01          0          0          0
1797.19/1797.50	c   pseudoobj        :       0.02      69108          0          0
1797.19/1797.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.19/1797.50	c   propagation      :       0.04        472        472       2513       25.0         40       12.6          -
1797.19/1797.50	c   infeasible LP    :       2.44       4167       4166       6269       15.9        164       24.3          0
1797.19/1797.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.19/1797.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.19/1797.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.19/1797.50	c   applied globally :          -          -          -       7118       14.5          -          -          -
1797.19/1797.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.19/1797.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.19/1797.50	c   cut pool         :       0.01          5          -          -        764          -    (maximal pool size: 4159)
1797.19/1797.50	c   redcost          :       0.64       7849          0        109          0          0
1797.19/1797.50	c   impliedbounds    :       0.01          6          0          0          0          0
1797.19/1797.50	c   intobj           :       0.00          0          0          0          0          0
1797.19/1797.50	c   gomory           :       1.78          6          0          0          0          0
1797.19/1797.50	c   strongcg         :       1.75          6          0          0          0          0
1797.19/1797.50	c   cmir             :       1.83          6          0          0       3000          0
1797.19/1797.50	c   flowcover        :       1.21          6          0          0       1200          0
1797.19/1797.50	c   clique           :       0.00          1          0          0          0          0
1797.19/1797.50	c   zerohalf         :       0.00          0          0          0          0          0
1797.19/1797.50	c   mcf              :       0.00          1          0          0          0          0
1797.19/1797.50	c Pricers            :       Time      Calls       Vars
1797.19/1797.50	c   problem variables:       0.00          0          0
1797.19/1797.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.19/1797.50	c   relpscost        :     592.99       7922         23       3785          0          0      14234
1797.19/1797.50	c   pscost           :       0.00          0          0          0          0          0          0
1797.19/1797.50	c   inference        :       0.00          1          0          0          0          0          2
1797.19/1797.50	c   mostinf          :       0.00          0          0          0          0          0          0
1797.19/1797.50	c   leastinf         :       0.00          0          0          0          0          0          0
1797.19/1797.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.19/1797.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.19/1797.50	c   random           :       0.00          0          0          0          0          0          0
1797.19/1797.50	c Primal Heuristics  :       Time      Calls      Found
1797.19/1797.50	c   LP solutions     :       0.00          -          0
1797.19/1797.50	c   pseudo solutions :       0.00          -          0
1797.19/1797.50	c   oneopt           :       0.00          0          0
1797.19/1797.50	c   crossover        :       0.00          0          0
1797.19/1797.50	c   guideddiving     :       0.00          0          0
1797.19/1797.50	c   intshifting      :       0.00          0          0
1797.19/1797.50	c   coefdiving       :     132.76          2          0
1797.19/1797.50	c   fracdiving       :     124.06          3          0
1797.19/1797.50	c   pscostdiving     :      42.52         14          0
1797.19/1797.50	c   veclendiving     :      26.90         14          0
1797.19/1797.50	c   objpscostdiving  :      64.91          8          0
1797.19/1797.50	c   rootsoldiving    :       7.95          8          0
1797.19/1797.50	c   linesearchdiving :      30.92         22          0
1797.19/1797.50	c   feaspump         :      26.67         11          0
1797.19/1797.50	c   simplerounding   :       0.00          0          0
1797.19/1797.50	c   rounding         :       1.60       1198          0
1797.19/1797.50	c   shifting         :      10.91        339          0
1797.19/1797.50	c   fixandinfer      :       0.00          0          0
1797.19/1797.50	c   intdiving        :       0.00          0          0
1797.19/1797.50	c   actconsdiving    :       0.00          0          0
1797.19/1797.50	c   octane           :       0.00          0          0
1797.19/1797.50	c   rens             :       0.01          0          0
1797.19/1797.50	c   rins             :       0.00          0          0
1797.19/1797.50	c   localbranching   :       0.00          0          0
1797.19/1797.50	c   mutation         :       0.00          0          0
1797.19/1797.50	c   dins             :       0.00          0          0
1797.19/1797.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.19/1797.50	c   primal LP        :       0.04          0          0       0.00       0.00
1797.19/1797.50	c   dual LP          :     669.26       9632    2036582     211.44    3043.04
1797.19/1797.50	c   barrier LP       :       0.00          0          0       0.00          -
1797.19/1797.50	c   diving/probing LP:     437.46       9412    1127870     119.83    2578.22
1797.19/1797.50	c   strong branching :     588.93       5610    1140093     203.23    1935.87
1797.19/1797.50	c     (at root node) :          -         19      18501     973.74          -
1797.19/1797.50	c   conflict analysis:       0.00          0          0       0.00          -
1797.19/1797.50	c B&B Tree           :
1797.19/1797.50	c   number of runs   :          1
1797.19/1797.50	c   nodes            :       9179
1797.19/1797.50	c   nodes (total)    :       9179
1797.19/1797.50	c   nodes left       :       4333
1797.19/1797.50	c   max depth        :        499
1797.19/1797.50	c   max depth (total):        499
1797.19/1797.50	c   backtracks       :       1254 (13.7%)
1797.19/1797.50	c   delayed cutoffs  :        725
1797.19/1797.50	c   repropagations   :      39921 (107133 domain reductions, 65 cutoffs)
1797.19/1797.50	c   avg switch length:      13.77
1797.19/1797.50	c   switching time   :       6.30
1797.19/1797.50	c Solution           :
1797.19/1797.50	c   Solutions found  :          0 (0 improvements)
1797.19/1797.50	c   Primal Bound     :          -
1797.19/1797.50	c   Dual Bound       : +1.20000000000000e+02
1797.19/1797.50	c   Gap              :   infinite
1797.19/1797.50	c   Root Dual Bound  : +1.20000000000000e+02
1797.19/1797.57	c Time complete: 1797.27.

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-3735060-1338707472/watcher-3735060-1338707472 -o /tmp/evaluation-result-3735060-1338707472/solver-3735060-1338707472 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735060-1338707472.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.01 2.01 2.00 3/176 22836
/proc/meminfo: memFree=26458040/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=8552 CPUtime=0 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 1499 0 0 0 0 0 0 0 20 0 1 0 336872263 8757248 1451 33554432000 4194304 7823515 140735101024944 140734095702440 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 2138 1451 354 887 0 1248 0

[startup+0.090495 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22836
/proc/meminfo: memFree=26458040/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=13620 CPUtime=0.08 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 2769 0 0 0 8 0 0 0 20 0 1 0 336872263 13946880 2721 33554432000 4194304 7823515 140735101024944 140735100891048 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 3405 2721 354 887 0 2515 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13620

[startup+0.100295 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22836
/proc/meminfo: memFree=26458040/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=14796 CPUtime=0.09 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 3036 0 0 0 9 0 0 0 20 0 1 0 336872263 15151104 2988 33554432000 4194304 7823515 140735101024944 140735100891048 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 3699 2988 354 887 0 2809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14796

[startup+0.300268 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22836
/proc/meminfo: memFree=26458040/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=55216 CPUtime=0.29 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 13415 0 0 0 28 1 0 0 20 0 1 0 336872263 56541184 13013 33554432000 4194304 7823515 140735101024944 140735100891048 6911387 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 13970 13033 375 887 0 13080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55216

[startup+0.700285 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22836
/proc/meminfo: memFree=26458040/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=111340 CPUtime=0.69 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 26220 0 0 0 65 4 0 0 20 0 1 0 336872263 114012160 25818 33554432000 4194304 7823515 140735101024944 140735100891048 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 27835 25818 451 887 0 26945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111340

[startup+1.50027 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22837
/proc/meminfo: memFree=26356576/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=137092 CPUtime=1.49 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 32717 0 0 0 143 6 0 0 20 0 1 0 336872263 140382208 31374 33554432000 4194304 7823515 140735101024944 140735101021640 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 34273 31374 523 887 0 33383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137092

[startup+3.10029 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22837
/proc/meminfo: memFree=26333512/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=138416 CPUtime=3.09 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 33443 0 0 0 303 6 0 0 20 0 1 0 336872263 141737984 31907 33554432000 4194304 7823515 140735101024944 140735101019240 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 34604 31907 534 887 0 33714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 138416

[startup+6.30024 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22837
/proc/meminfo: memFree=26328428/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=138712 CPUtime=6.29 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 33607 0 0 0 622 7 0 0 20 0 1 0 336872263 142041088 32071 33554432000 4194304 7823515 140735101024944 140735101020136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 34678 32071 552 887 0 33788 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138712

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 22837
/proc/meminfo: memFree=26305360/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=165668 CPUtime=12.68 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 38590 0 0 0 1257 11 0 0 20 0 1 0 336872263 169644032 37494 33554432000 4194304 7823515 140735101024944 140735101020040 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 41417 37494 559 887 0 40527 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 165668

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 22837
/proc/meminfo: memFree=26283044/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=180268 CPUtime=25.49 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 44250 0 0 0 2533 16 0 0 20 0 1 0 336872263 184594432 41895 33554432000 4194304 7823515 140735101024944 140735101020088 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 45067 41895 559 887 0 44177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 180268

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22837
/proc/meminfo: memFree=26274604/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=178680 CPUtime=51.08 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 92821 0 0 0 5078 30 0 0 20 0 1 0 336872263 182968320 41963 33554432000 4194304 7823515 140735101024944 140735101020280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 44670 41963 563 887 0 43780 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 178680

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22837
/proc/meminfo: memFree=26244540/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=184920 CPUtime=102.28 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 93882 0 0 0 10188 40 0 0 20 0 1 0 336872263 189358080 43535 33554432000 4194304 7823515 140735101024944 140735101019272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 46230 43535 563 887 0 45340 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 184920

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 22838
/proc/meminfo: memFree=26222456/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=184920 CPUtime=162.26 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 93888 0 0 0 16173 53 0 0 20 0 1 0 336872263 189358080 43541 33554432000 4194304 7823515 140735101024944 140735101020408 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 46230 43541 569 887 0 45340 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 184920

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22838
/proc/meminfo: memFree=26196940/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=184920 CPUtime=222.25 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 93888 0 0 0 22154 71 0 0 20 0 1 0 336872263 189358080 43541 33554432000 4194304 7823515 140735101024944 140735101019736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 46230 43541 569 887 0 45340 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 184920

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22838
/proc/meminfo: memFree=26170184/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=184920 CPUtime=282.25 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 93890 0 0 0 28140 85 0 0 20 0 1 0 336872263 189358080 43543 33554432000 4194304 7823515 140735101024944 140735101020424 6234813 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 46230 43543 571 887 0 45340 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 184920

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22877
/proc/meminfo: memFree=26968784/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=176324 CPUtime=342.24 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 95989 0 0 0 34122 102 0 0 20 0 1 0 336872263 180555776 41580 33554432000 4194304 7823515 140735101024944 140735101020648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 44081 41580 571 887 0 43191 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 176324

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 22877
/proc/meminfo: memFree=26958220/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=184044 CPUtime=402.21 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 97835 0 0 0 40100 121 0 0 20 0 1 0 336872263 188461056 45125 33554432000 4194304 7823515 140735101024944 140735101019640 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 46011 45125 571 887 0 45121 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 184044

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 22878
/proc/meminfo: memFree=26959028/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=180648 CPUtime=462.21 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 99113 0 0 0 46079 142 0 0 20 0 1 0 336872263 184983552 43782 33554432000 4194304 7823515 140735101024944 140735101020424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 45162 43782 571 887 0 44272 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 180648

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22878
/proc/meminfo: memFree=26950576/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=183516 CPUtime=522.2 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 106126 0 0 0 52056 164 0 0 20 0 1 0 336872263 187920384 44050 33554432000 4194304 7823515 140735101024944 140735101020280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 45879 44050 571 887 0 44989 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 183516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22881
/proc/meminfo: memFree=26949720/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=184268 CPUtime=582.18 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 147488 0 0 0 58029 189 0 0 20 0 1 0 336872263 188690432 44859 33554432000 4194304 7823515 140735101024944 140735101018968 6236692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 46067 44859 571 887 0 45177 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 184268

[startup+642.3 s]

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

/proc/meminfo: memFree=26939044/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=190692 CPUtime=1062.11 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 269611 0 0 0 105845 366 0 0 20 0 1 0 336872263 195268608 46788 33554432000 4194304 7823515 140735101024944 140735101020280 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 47673 46788 571 887 0 46783 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 190692

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22883
/proc/meminfo: memFree=26939168/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=190692 CPUtime=1122.11 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 269611 0 0 0 111818 393 0 0 20 0 1 0 336872263 195268608 46788 33554432000 4194304 7823515 140735101024944 140735101020280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 47673 46788 571 887 0 46783 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 190692

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22886
/proc/meminfo: memFree=26928784/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=191464 CPUtime=1182.09 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 271790 0 0 0 117798 411 0 0 20 0 1 0 336872263 196059136 46657 33554432000 4194304 7823515 140735101024944 140735101019320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 47866 46657 571 887 0 46976 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 191464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22886
/proc/meminfo: memFree=26927372/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=189704 CPUtime=1242.08 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 276765 0 0 0 123780 428 0 0 20 0 1 0 336872263 194256896 46572 33554432000 4194304 7823515 140735101024944 140735101019912 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 47426 46572 571 887 0 46536 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 189704

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22886
/proc/meminfo: memFree=26938100/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=191464 CPUtime=1302.08 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 283143 0 0 0 129764 444 0 0 20 0 1 0 336872263 196059136 46970 33554432000 4194304 7823515 140735101024944 140735101021976 6161824 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 47866 46970 571 887 0 46976 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 191464

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 22887
/proc/meminfo: memFree=26932580/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=199232 CPUtime=1362.06 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 296169 0 0 0 135746 460 0 0 20 0 1 0 336872263 204013568 48409 33554432000 4194304 7823515 140735101024944 140735101020632 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 49808 48409 571 887 0 48918 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 199232

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22887
/proc/meminfo: memFree=26933572/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=201660 CPUtime=1422.06 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 303554 0 0 0 141727 479 0 0 20 0 1 0 336872263 206499840 48184 33554432000 4194304 7823515 140735101024944 140735101020280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 50415 48184 571 887 0 49525 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 201660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22887
/proc/meminfo: memFree=26926192/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=204508 CPUtime=1482.05 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 321829 0 0 0 147706 499 0 0 20 0 1 0 336872263 209416192 50020 33554432000 4194304 7823515 140735101024944 140735101019272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 51127 50020 571 887 0 50237 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 204508

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22888
/proc/meminfo: memFree=26924324/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=205160 CPUtime=1542.03 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 333435 0 0 0 153679 524 0 0 20 0 1 0 336872263 210083840 50404 33554432000 4194304 7823515 140735101024944 140735101019608 6237130 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 51290 50404 571 887 0 50400 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 205160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22888
/proc/meminfo: memFree=26916272/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=207472 CPUtime=1602.02 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 337480 0 0 0 159665 537 0 0 20 0 1 0 336872263 212451328 50964 33554432000 4194304 7823515 140735101024944 140735101020280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 51868 50964 571 887 0 50978 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 207472

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22889
/proc/meminfo: memFree=26916144/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=209584 CPUtime=1662.02 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338050 0 0 0 165650 552 0 0 20 0 1 0 336872263 214614016 51534 33554432000 4194304 7823515 140735101024944 140735101021976 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52396 51534 571 887 0 51506 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 209584

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22889
/proc/meminfo: memFree=26915260/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=209584 CPUtime=1722 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338054 0 0 0 171630 570 0 0 20 0 1 0 336872263 214614016 51534 33554432000 4194304 7823515 140735101024944 140735101020696 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52396 51534 571 887 0 51506 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 209584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22892
/proc/meminfo: memFree=26923808/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=209584 CPUtime=1781.99 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338054 0 0 0 177611 588 0 0 20 0 1 0 336872263 214614016 51534 33554432000 4194304 7823515 140735101024944 140735101019960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52396 51534 571 887 0 51506 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 209584

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22892
/proc/meminfo: memFree=26923808/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=209584 CPUtime=1785.19 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338054 0 0 0 177930 589 0 0 20 0 1 0 336872263 214614016 51534 33554432000 4194304 7823515 140735101024944 140735101019960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52396 51534 571 887 0 51506 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 209584

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22892
/proc/meminfo: memFree=26920900/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=210076 CPUtime=1791.59 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338153 0 0 0 178569 590 0 0 20 0 1 0 336872263 215117824 51633 33554432000 4194304 7823515 140735101024944 140735101019640 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52519 51633 571 887 0 51629 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 210076

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22892
/proc/meminfo: memFree=26920528/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=210076 CPUtime=1794.8 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338153 0 0 0 178888 592 0 0 20 0 1 0 336872263 215117824 51633 33554432000 4194304 7823515 140735101024944 140735101019640 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52519 51633 571 887 0 51629 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 210076

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22892
/proc/meminfo: memFree=26920528/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=210076 CPUtime=1796.39 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338153 0 0 0 179046 593 0 0 20 0 1 0 336872263 215117824 51633 33554432000 4194304 7823515 140735101024944 140735101020280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52519 51633 571 887 0 51629 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 210076

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22892
/proc/meminfo: memFree=26920528/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=210076 CPUtime=1796.79 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338153 0 0 0 179086 593 0 0 20 0 1 0 336872263 215117824 51633 33554432000 4194304 7823515 140735101024944 140735101019640 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52519 51633 571 887 0 51629 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 210076

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22892
/proc/meminfo: memFree=26920652/32873844 swapFree=7116/7116
[pid=22836] ppid=22834 vsize=210076 CPUtime=1797.19 cores=0,2,4,6
/proc/22836/stat : 22836 (pbscip.linux.x8) R 22834 22836 10620 0 -1 4202496 338153 0 0 0 179126 593 0 0 20 0 1 0 336872263 215117824 51633 33554432000 4194304 7823515 140735101024944 140735101019640 6234801 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22836/statm: 52519 51633 571 887 0 51629 0
Current children cumulated CPU time (s) 1797.19
Current children cumulated vsize (KiB) 210076

Child status: 0
Real time (s): 1797.58
CPU time (s): 1797.28
CPU user time (s): 1791.34
CPU system time (s): 5.9401
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 210684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.34
system time used= 5.9401
maximum resident set size= 206548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338160
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= 28
involuntary context switches= 1869

runsolver used 2.6256 second user time and 7.18391 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 09:11:12
IDJOB=3735060
IDBENCH=2937
IDSOLVER=2321
FILE ID=node138/3735060-1338707472
RUNJOBID= node138-1338679216-19462
PBS_JOBID= 14636675
Free space on /tmp= 70780 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/bounded_golomb_rulers/normalized-bogr_16.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-3735060-1338707472/watcher-3735060-1338707472 -o /tmp/evaluation-result-3735060-1338707472/solver-3735060-1338707472 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735060-1338707472.opb

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=166432663

node138.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.347
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.69
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.92
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.347
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26458420 kB
Buffers:          712492 kB
Cached:          3898416 kB
SwapCached:          208 kB
Active:          3228516 kB
Inactive:        2282956 kB
Active(anon):     885400 kB
Inactive(anon):    11376 kB
Active(file):    2343116 kB
Inactive(file):  2271580 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             12380 kB
Writeback:             0 kB
AnonPages:        900580 kB
Mapped:            16576 kB
Shmem:               200 kB
Slab:             764088 kB
SReclaimable:     206268 kB
SUnreclaim:       557820 kB
KernelStack:        1472 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1009424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70768 MiB
End job on node138 at 2012-06-03 09:41:10