Trace number 1869328

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1799.43 1805.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark240
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
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 constraints10895
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 2555
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.49/0.59	c SCIP version 1.1.0.7
0.49/0.59	c LP-Solver SoPlex 1.4.1
0.49/0.59	c user parameter file <scip.set> not found - using default parameters
0.49/0.59	c read problem <HOME/instance-1869328-1245170188.opb>
0.49/0.59	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.79/0.82	c start presolving problem
0.79/0.82	c presolving:
1.01/1.05	c (round 1) 0 del vars, 5440 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 15 upgd conss, 0 impls, 0 clqs
5.68/5.73	c    (5.0s) probing: 245/5584 (4.4%) - 8 fixings, 0 aggregations, 685 implications, 0 bound changes
5.68/5.73	c    (5.0s) probing aborted: 100/100 successive totally useless probings
5.68/5.73	c (round 2) 8 del vars, 5440 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 15 upgd conss, 4496 impls, 0 clqs
5.78/5.83	c presolving (3 rounds):
5.78/5.83	c  8 deleted vars, 5440 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.78/5.83	c  4496 implications, 0 cliques
5.78/5.83	c presolved problem has 5576 variables (5576 bin, 0 int, 0 impl, 0 cont) and 5455 constraints
5.78/5.83	c      15 constraints of type <knapsack>
5.78/5.83	c    5440 constraints of type <linear>
5.78/5.83	c transformed objective value is always integral (scale: 1)
5.78/5.83	c Presolving Time: 4.98
5.78/5.84	c OPT-LIN
5.78/5.84	c -----------------------------------------------------------------------------------------------
5.78/5.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.78/5.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.78/5.84	c limits/memory = c 1620
5.78/5.84	c # maximal time in seconds to run
5.78/5.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.78/5.84	c limits/time = c 1791
5.78/5.84	c # frequency for displaying node information lines
5.78/5.84	c # [type: int, range: [-1,2147483647], default: 100]
5.78/5.84	c display/freq = c 10000
5.78/5.84	c -----------------------------------------------------------------------------------------------
5.78/5.84	c start solving problem
5.78/5.84	c 
7.68/7.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.68/7.78	c   7.0s|     1 |     0 |  6060 |  49M|   0 |3180 |5576 |5455 |5455 |5576 |5455 |   0 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
25.14/25.30	c  24.4s|     1 |     0 | 16596 |  50M|   0 |3185 |5576 |5455 |5455 |5576 |5496 |  41 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
26.25/26.38	c  25.5s|     1 |     0 | 16717 |  51M|   0 |3189 |5576 |5455 |5455 |5576 |5549 |  94 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
28.05/28.10	c  27.2s|     1 |     0 | 17299 |  51M|   0 |3204 |5576 |5455 |5455 |5576 |5602 | 147 |   0 |   0 | 1.500098e+01 |      --      |    Inf 
29.76/29.83	c  28.9s|     1 |     0 | 17877 |  52M|   0 |3205 |5576 |5455 |5455 |5576 |5650 | 195 |   0 |   0 | 1.506452e+01 |      --      |    Inf 
32.65/32.74	c  31.8s|     1 |     0 | 18747 |  52M|   0 |3212 |5576 |5455 |5455 |5576 |5700 | 245 |   0 |   0 | 1.509790e+01 |      --      |    Inf 
36.13/36.29	c  35.4s|     1 |     0 | 19841 |  53M|   0 |3212 |5576 |5455 |5455 |5576 |5752 | 297 |   0 |   0 | 1.510811e+01 |      --      |    Inf 
38.87/39.08	c  38.1s|     1 |     0 | 20361 |  53M|   0 |3207 |5576 |5455 |5455 |5576 |5785 | 330 |   0 |   0 | 1.513380e+01 |      --      |    Inf 
42.56/42.75	c  41.7s|     1 |     0 | 20943 |  53M|   0 |3211 |5576 |5455 |5455 |5576 |5824 | 369 |   0 |   0 | 1.513380e+01 |      --      |    Inf 
46.84/47.01	c  45.9s|     1 |     0 | 21532 |  54M|   0 |3207 |5576 |5455 |5455 |5576 |5874 | 419 |   0 |   0 | 1.513380e+01 |      --      |    Inf 
51.31/51.53	c  50.4s|     1 |     0 | 22774 |  54M|   0 |3204 |5576 |5455 |5455 |5576 |5935 | 480 |   0 |   0 | 1.513380e+01 |      --      |    Inf 
54.49/54.76	c  53.6s|     1 |     0 | 24331 |  54M|   0 |3193 |5576 |5455 |5455 |5576 |5964 | 509 |   0 |   0 | 1.513380e+01 |      --      |    Inf 
56.78/57.02	c  55.8s|     1 |     0 | 25088 |  54M|   0 |3197 |5576 |5455 |5455 |5576 |5995 | 540 |   0 |   0 | 1.513380e+01 |      --      |    Inf 
117.79/118.32	c   116s|     1 |     2 | 25088 |  54M|   0 |3197 |5576 |5455 |5455 |5576 |5995 | 540 |   0 |  22 | 1.513380e+01 |      --      |    Inf 
1799.12/1805.08	c 
1799.12/1805.08	c SCIP Status        : solving was interrupted [time limit reached]
1799.12/1805.08	c Solving Time (sec) : 1791.04
1799.12/1805.08	c Solving Nodes      : 5182
1799.12/1805.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.12/1805.08	c Dual Bound         : +1.60000000000000e+01
1799.12/1805.08	c Gap                : infinite
1799.12/1805.08	c NODE         5182
1799.12/1805.08	c DUAL BOUND   16
1799.12/1805.08	c PRIMAL BOUND 1e+20
1799.12/1805.08	c GAP          1e+20
1799.12/1805.08	s UNKNOWN
1799.12/1805.08	c SCIP Status        : solving was interrupted [time limit reached]
1799.12/1805.08	c Solving Time       :    1791.04
1799.12/1805.08	c Original Problem   :
1799.12/1805.08	c   Problem name     : HOME/instance-1869328-1245170188.opb
1799.12/1805.08	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.12/1805.08	c   Constraints      : 10895 initial, 10895 maximal
1799.12/1805.08	c Presolved Problem  :
1799.12/1805.08	c   Problem name     : t_HOME/instance-1869328-1245170188.opb
1799.12/1805.08	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.12/1805.08	c   Constraints      : 5455 initial, 10204 maximal
1799.12/1805.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.12/1805.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.12/1805.08	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1799.12/1805.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.12/1805.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.12/1805.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.12/1805.08	c   probing          :       4.59          8          0          0          0          0          0          0          0
1799.12/1805.08	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1799.12/1805.08	c   linear           :       0.34          0          0          0          0          0       5440          0          0
1799.12/1805.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1799.12/1805.08	c   root node        :          -          0          -          -          0          -          -          -          -
1799.12/1805.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.12/1805.08	c   integral         :          0          0          0       4278          0          9       1585          0          0       7840
1799.12/1805.08	c   knapsack         :         15         12      30408          0          1         83       2593        133          0          0
1799.12/1805.08	c   linear           :       5440         12      30325          0          0        710     416364          1          0          0
1799.12/1805.08	c   logicor          :          0+         0      10050          0          0          4       4327          0          0          0
1799.12/1805.08	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1799.12/1805.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.12/1805.08	c   integral         :     569.37       0.00       0.00     569.37       0.00
1799.12/1805.08	c   knapsack         :       2.51       0.00       2.51       0.00       0.00
1799.12/1805.08	c   linear           :     105.25       0.03     105.22       0.00       0.00
1799.12/1805.08	c   logicor          :       0.86       0.00       0.86       0.00       0.00
1799.12/1805.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.12/1805.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.12/1805.08	c   rootredcost      :       0.01          0          0          0
1799.12/1805.08	c   pseudoobj        :       0.07      29911          0          0
1799.12/1805.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.12/1805.08	c   propagation      :       0.23        795        795       5079       37.0         13       12.0          -
1799.12/1805.08	c   infeasible LP    :       7.36       2854       2854       4011       11.5        132       12.2          0
1799.12/1805.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.12/1805.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.12/1805.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.12/1805.08	c   applied globally :          -          -          -       6774       20.9          -          -          -
1799.12/1805.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.12/1805.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.12/1805.08	c   cut pool         :       0.02         11          -          -      10952          -    (maximal pool size: 5840)
1799.12/1805.08	c   redcost          :       2.85       4291          0          4          0          0
1799.12/1805.08	c   impliedbounds    :       0.02         12          0          0         21          0
1799.12/1805.08	c   intobj           :       0.00          0          0          0          0          0
1799.12/1805.08	c   gomory           :       1.14         12          0          0         12          0
1799.12/1805.08	c   strongcg         :       1.13         12          0          0          6          0
1799.12/1805.08	c   cmir             :       5.70         10          0          0       5000          0
1799.12/1805.08	c   flowcover        :       6.67         10          0          0       1812          0
1799.12/1805.08	c   clique           :       0.01          1          0          0          0          0
1799.12/1805.08	c   zerohalf         :       0.00          0          0          0          0          0
1799.12/1805.08	c   mcf              :       0.00          1          0          0          0          0
1799.12/1805.08	c Pricers            :       Time      Calls       Vars
1799.12/1805.08	c   problem variables:       0.00          0          0
1799.12/1805.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.12/1805.08	c   relpscost        :     569.37       4278          9       1585          0          0       7840
1799.12/1805.08	c   pscost           :       0.00          0          0          0          0          0          0
1799.12/1805.08	c   inference        :       0.00          1          0          0          0          0          2
1799.12/1805.08	c   mostinf          :       0.00          0          0          0          0          0          0
1799.12/1805.08	c   leastinf         :       0.00          0          0          0          0          0          0
1799.12/1805.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.12/1805.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.12/1805.08	c   random           :       0.00          0          0          0          0          0          0
1799.12/1805.09	c Primal Heuristics  :       Time      Calls      Found
1799.12/1805.09	c   LP solutions     :       0.00          -          0
1799.12/1805.09	c   pseudo solutions :       0.00          -          0
1799.12/1805.09	c   oneopt           :       0.04          0          0
1799.12/1805.09	c   crossover        :       0.00          0          0
1799.12/1805.09	c   guideddiving     :       0.00          0          0
1799.12/1805.09	c   coefdiving       :     209.30          1          0
1799.12/1805.09	c   fracdiving       :     104.44          3          0
1799.12/1805.09	c   pscostdiving     :      53.73          7          0
1799.12/1805.09	c   objpscostdiving  :      22.59          7          0
1799.12/1805.09	c   veclendiving     :      33.72         17          0
1799.12/1805.09	c   linesearchdiving :      37.56         17          0
1799.12/1805.09	c   feaspump         :      40.27          9          0
1799.12/1805.09	c   rootsoldiving    :       7.49         10          0
1799.12/1805.09	c   simplerounding   :       0.01          0          0
1799.12/1805.09	c   rounding         :       3.18        884          0
1799.12/1805.09	c   shifting         :      17.63        250          0
1799.12/1805.09	c   intshifting      :       0.00          0          0
1799.12/1805.09	c   fixandinfer      :       0.00          0          0
1799.12/1805.09	c   intdiving        :       0.00          0          0
1799.12/1805.09	c   actconsdiving    :       0.00          0          0
1799.12/1805.09	c   octane           :       0.00          0          0
1799.12/1805.09	c   rens             :       0.02          0          0
1799.12/1805.09	c   rins             :       0.00          0          0
1799.12/1805.09	c   localbranching   :       0.00          0          0
1799.12/1805.09	c   mutation         :       0.00          0          0
1799.12/1805.09	c   dins             :       0.00          0          0
1799.12/1805.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.12/1805.09	c   primal LP        :       0.05          0          0       0.00       0.00
1799.12/1805.09	c   dual LP          :     566.84       5233     774114     147.93    1365.67
1799.12/1805.09	c   barrier LP       :       0.00          0          0       0.00          -
1799.12/1805.09	c   diving/probing LP:     438.37       5174     671794     129.84    1532.48
1799.12/1805.09	c   strong branching :     566.49       3465     515825     148.87     910.56
1799.12/1805.09	c     (at root node) :          -         22      22000    1000.00          -
1799.12/1805.09	c   conflict analysis:       0.00          0          0       0.00          -
1799.12/1805.09	c B&B Tree           :
1799.12/1805.09	c   number of runs   :          1
1799.12/1805.09	c   nodes            :       5182
1799.12/1805.09	c   nodes (total)    :       5182
1799.12/1805.09	c   nodes left       :       2545
1799.12/1805.09	c   max depth        :        263
1799.12/1805.09	c   max depth (total):        263
1799.12/1805.09	c   backtracks       :        215 (4.1%)
1799.12/1805.09	c   delayed cutoffs  :        116
1799.12/1805.09	c   repropagations   :      12250 (78928 domain reductions, 4 cutoffs)
1799.12/1805.09	c   avg switch length:       6.55
1799.12/1805.09	c   switching time   :      11.26
1799.12/1805.09	c Solution           :
1799.12/1805.09	c   Solutions found  :          0 (0 improvements)
1799.12/1805.09	c   Primal Bound     :          -
1799.12/1805.09	c   Dual Bound       : +1.60000000000000e+01
1799.12/1805.09	c   Gap              :   infinite
1799.12/1805.09	c   Root Dual Bound  : +1.51338028169014e+01
1799.41/1805.31	c Time complete: 1799.42.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.07 2.03 5/73 10312
/proc/meminfo: memFree=1820800/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=11028 CPUtime=0.07
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 2066 0 0 0 7 0 0 0 19 0 1 0 184616781 11292672 2048 1992294400 4194304 7823515 548682068736 18446744073709551615 6288841 0 0 4096 0 0 0 0 17 1 0 0
/proc/10312/statm: 2757 2048 354 886 0 1867 0

[startup+0.124673 s]
/proc/loadavg: 2.13 2.07 2.03 5/73 10312
/proc/meminfo: memFree=1820800/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=12532 CPUtime=0.12
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 2453 0 0 0 11 1 0 0 19 0 1 0 184616781 12832768 2435 1992294400 4194304 7823515 548682068736 18446744073709551615 6908082 0 0 4096 0 0 0 0 17 1 0 0
/proc/10312/statm: 3133 2435 354 886 0 2243 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12532

[startup+0.203179 s]
/proc/loadavg: 2.13 2.07 2.03 5/73 10312
/proc/meminfo: memFree=1820800/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=13988 CPUtime=0.19
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 2832 0 0 0 18 1 0 0 20 0 1 0 184616781 14323712 2814 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/10312/statm: 3497 2814 354 886 0 2607 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13988

[startup+0.301365 s]
/proc/loadavg: 2.13 2.07 2.03 5/73 10312
/proc/meminfo: memFree=1820800/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=17308 CPUtime=0.29
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 3645 0 0 0 28 1 0 0 21 0 1 0 184616781 17723392 3627 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/10312/statm: 4327 3627 354 886 0 3437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17308

[startup+0.702398 s]
/proc/loadavg: 2.13 2.07 2.03 5/73 10312
/proc/meminfo: memFree=1820800/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=65084 CPUtime=0.69
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 15801 0 0 0 63 6 0 0 25 0 1 0 184616781 66646016 15429 1992294400 4194304 7823515 548682068736 18446744073709551615 6911387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 16271 15435 375 886 0 15381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65084

[startup+1.50149 s]
/proc/loadavg: 2.12 2.07 2.03 4/74 10313
/proc/meminfo: memFree=1721272/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=111320 CPUtime=1.49
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 26819 0 0 0 136 13 0 0 25 0 1 0 184616781 113991680 26447 1992294400 4194304 7823515 548682068736 18446744073709551615 5063073 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 27830 26447 443 886 0 26940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111320

[startup+3.10271 s]
/proc/loadavg: 2.12 2.07 2.03 3/74 10313
/proc/meminfo: memFree=1720504/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=111320 CPUtime=3.08
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 26822 0 0 0 295 13 0 0 25 0 1 0 184616781 113991680 26450 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 27830 26450 446 886 0 26940 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111320

[startup+6.30202 s]
/proc/loadavg: 2.19 2.09 2.03 3/74 10313
/proc/meminfo: memFree=1720832/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=140648 CPUtime=6.28
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 34136 0 0 0 611 17 0 0 25 0 1 0 184616781 144023552 32667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 35162 32667 519 886 0 34272 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 140648

[startup+12.7017 s]
/proc/loadavg: 2.17 2.09 2.03 2/74 10313
/proc/meminfo: memFree=1693704/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=142292 CPUtime=12.67
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 34991 0 0 0 1248 19 0 0 25 0 1 0 184616781 145707008 33347 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 35573 33347 530 886 0 34683 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 142292

[startup+25.5022 s]
/proc/loadavg: 2.15 2.08 2.03 3/74 10313
/proc/meminfo: memFree=1689160/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=149680 CPUtime=25.44
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 36132 0 0 0 2520 24 0 0 25 0 1 0 184616781 153272320 34488 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 37420 34488 554 886 0 36530 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 149680

[startup+51.1022 s]
/proc/loadavg: 1.96 2.04 2.02 2/74 10313
/proc/meminfo: memFree=1659656/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=183552 CPUtime=50.92
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 48810 0 0 0 5054 38 0 0 25 0 1 0 184616781 187957248 41945 1992294400 4194304 7823515 548682068736 18446744073709551615 6212637 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45888 41945 554 886 0 44998 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 183552

[startup+102.303 s]
/proc/loadavg: 1.96 2.03 2.01 4/74 10313
/proc/meminfo: memFree=1664968/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=173912 CPUtime=101.86
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 125490 0 0 0 10100 86 0 0 25 0 1 0 184616781 178085888 40550 1992294400 4194304 7823515 548682068736 18446744073709551615 6265931 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10312/statm: 43478 40550 559 886 0 42588 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 173912

[startup+162.303 s]
/proc/loadavg: 1.86 1.99 1.99 2/74 10313
/proc/meminfo: memFree=1656520/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=181752 CPUtime=161.65
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 175704 0 0 0 16043 122 0 0 25 0 1 0 184616781 186114048 42653 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45438 42653 559 886 0 44548 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 181752

[startup+222.318 s]
/proc/loadavg: 1.77 1.94 1.98 3/74 10313
/proc/meminfo: memFree=1659720/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=180140 CPUtime=221.55
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 187264 0 0 0 22006 149 0 0 25 0 1 0 184616781 184463360 41839 1992294400 4194304 7823515 548682068736 18446744073709551615 6110405 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45035 41839 559 886 0 44145 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 180140

[startup+282.303 s]
/proc/loadavg: 1.98 1.97 1.98 4/74 10313
/proc/meminfo: memFree=1659592/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=180140 CPUtime=281.39
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 187288 0 0 0 27965 174 0 0 25 0 1 0 184616781 184463360 41863 1992294400 4194304 7823515 548682068736 18446744073709551615 6110456 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45035 41863 567 886 0 44145 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 180140

[startup+342.304 s]
/proc/loadavg: 2.12 2.02 2.00 3/74 10313
/proc/meminfo: memFree=1658440/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=180140 CPUtime=341.09
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 187598 0 0 0 33913 196 0 0 25 0 1 0 184616781 184463360 42137 1992294400 4194304 7823515 548682068736 18446744073709551615 6177877 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45035 42137 567 886 0 44145 0
Current children cumulated CPU time (s) 341.09
Current children cumulated vsize (KiB) 180140

[startup+402.302 s]
/proc/loadavg: 1.89 1.98 1.99 3/74 10313
/proc/meminfo: memFree=1658248/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=180140 CPUtime=400.8
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 187634 0 0 0 39868 212 0 0 25 0 1 0 184616781 184463360 42173 1992294400 4194304 7823515 548682068736 18446744073709551615 6110670 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45035 42173 567 886 0 44145 0
Current children cumulated CPU time (s) 400.8
Current children cumulated vsize (KiB) 180140

[startup+462.302 s]
/proc/loadavg: 1.94 1.97 1.98 2/74 10313
/proc/meminfo: memFree=1664328/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=171904 CPUtime=460.32
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 188849 0 0 0 45800 232 0 0 25 0 1 0 184616781 176029696 40646 1992294400 4194304 7823515 548682068736 18446744073709551615 5020805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 42976 40646 567 886 0 42086 0
Current children cumulated CPU time (s) 460.32
Current children cumulated vsize (KiB) 171904

[startup+522.302 s]
/proc/loadavg: 2.10 2.00 1.99 4/74 10313
/proc/meminfo: memFree=1660232/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=177936 CPUtime=519.84
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 194085 0 0 0 51720 264 0 0 25 0 1 0 184616781 182206464 41674 1992294400 4194304 7823515 548682068736 18446744073709551615 6212762 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 44484 41674 567 886 0 43594 0
Current children cumulated CPU time (s) 519.84
Current children cumulated vsize (KiB) 177936

[startup+582.301 s]
/proc/loadavg: 2.03 2.00 1.99 4/74 10313
/proc/meminfo: memFree=1652808/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=183664 CPUtime=579.38
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 196198 0 0 0 57651 287 0 0 25 0 1 0 184616781 188071936 43524 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45916 43524 567 886 0 45026 0
Current children cumulated CPU time (s) 579.38
Current children cumulated vsize (KiB) 183664

[startup+642.303 s]
/proc/loadavg: 2.01 1.99 1.99 3/74 10313
/proc/meminfo: memFree=1654728/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=181996 CPUtime=639.14
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 208228 0 0 0 63605 309 0 0 25 0 1 0 184616781 186363904 43039 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 45499 43039 567 886 0 44609 0
Current children cumulated CPU time (s) 639.14
Current children cumulated vsize (KiB) 181996

[startup+702.312 s]

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

/proc/meminfo: memFree=1648968/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=188760 CPUtime=1178.02
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 261181 0 0 0 117285 517 0 0 25 0 1 0 184616781 193290240 44497 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 47190 44497 567 886 0 46300 0
Current children cumulated CPU time (s) 1178.02
Current children cumulated vsize (KiB) 188760

[startup+1242.31 s]
/proc/loadavg: 2.10 2.16 2.08 3/74 10315
/proc/meminfo: memFree=1645576/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=190836 CPUtime=1238
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 264794 0 0 0 123264 536 0 0 25 0 1 0 184616781 195416064 45325 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 47709 45325 567 886 0 46819 0
Current children cumulated CPU time (s) 1238
Current children cumulated vsize (KiB) 190836

[startup+1302.3 s]
/proc/loadavg: 2.26 2.19 2.10 2/74 10315
/proc/meminfo: memFree=1644360/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=193116 CPUtime=1297.8
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 268376 0 0 0 129218 562 0 0 25 0 1 0 184616781 197750784 45620 1992294400 4194304 7823515 548682068736 18446744073709551615 6212077 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 48279 45620 567 886 0 47389 0
Current children cumulated CPU time (s) 1297.8
Current children cumulated vsize (KiB) 193116

[startup+1362.3 s]
/proc/loadavg: 2.07 2.14 2.08 3/74 10315
/proc/meminfo: memFree=1640712/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=195628 CPUtime=1357.67
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 269265 0 0 0 135182 585 0 0 25 0 1 0 184616781 200323072 46509 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 48907 46509 567 886 0 48017 0
Current children cumulated CPU time (s) 1357.67
Current children cumulated vsize (KiB) 195628

[startup+1422.3 s]
/proc/loadavg: 2.02 2.10 2.07 4/74 10315
/proc/meminfo: memFree=1640392/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=196000 CPUtime=1417.58
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 272178 0 0 0 141151 607 0 0 25 0 1 0 184616781 200704000 46621 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 49000 46621 567 886 0 48110 0
Current children cumulated CPU time (s) 1417.58
Current children cumulated vsize (KiB) 196000

[startup+1482.3 s]
/proc/loadavg: 2.05 2.09 2.07 3/74 10321
/proc/meminfo: memFree=1638024/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=198972 CPUtime=1477.46
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 272730 0 0 0 147116 630 0 0 25 0 1 0 184616781 203747328 47173 1992294400 4194304 7823515 548682068736 18446744073709551615 6119581 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 49743 47173 567 886 0 48853 0
Current children cumulated CPU time (s) 1477.46
Current children cumulated vsize (KiB) 198972

[startup+1542.32 s]
/proc/loadavg: 2.17 2.12 2.08 3/74 10321
/proc/meminfo: memFree=1633096/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=202868 CPUtime=1537.35
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 277877 0 0 0 153083 652 0 0 25 0 1 0 184616781 207736832 48420 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 50717 48420 567 886 0 49827 0
Current children cumulated CPU time (s) 1537.35
Current children cumulated vsize (KiB) 202868

[startup+1602.32 s]
/proc/loadavg: 2.01 2.08 2.07 4/74 10321
/proc/meminfo: memFree=1636872/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=200868 CPUtime=1597.32
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 280129 0 0 0 159058 674 0 0 25 0 1 0 184616781 205688832 47472 1992294400 4194304 7823515 548682068736 18446744073709551615 6237605 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 50217 47472 567 886 0 49327 0
Current children cumulated CPU time (s) 1597.32
Current children cumulated vsize (KiB) 200868

[startup+1662.3 s]
/proc/loadavg: 2.23 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1635464/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=203360 CPUtime=1657.28
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 286675 0 0 0 165030 698 0 0 25 0 1 0 184616781 208240640 47864 1992294400 4194304 7823515 548682068736 18446744073709551615 6212757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 50840 47864 567 886 0 49950 0
Current children cumulated CPU time (s) 1657.28
Current children cumulated vsize (KiB) 203360

[startup+1722.3 s]
/proc/loadavg: 2.22 2.14 2.09 3/74 10321
/proc/meminfo: memFree=1640328/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=195616 CPUtime=1716.83
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 294761 0 0 0 170961 722 0 0 25 0 1 0 184616781 200310784 46612 1992294400 4194304 7823515 548682068736 18446744073709551615 6212426 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 48904 46612 567 886 0 48014 0
Current children cumulated CPU time (s) 1716.83
Current children cumulated vsize (KiB) 195616

[startup+1782.3 s]
/proc/loadavg: 2.05 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1637768/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=199424 CPUtime=1776.52
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 314641 0 0 0 176902 750 0 0 25 0 1 0 184616781 204210176 47230 1992294400 4194304 7823515 548682068736 18446744073709551615 6110482 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 49856 47230 567 886 0 48966 0
Current children cumulated CPU time (s) 1776.52
Current children cumulated vsize (KiB) 199424

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

[startup+1792.01 s]
/proc/loadavg: 2.05 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1629512/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1786.22
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317145 0 0 0 177867 755 0 0 25 0 1 0 184616781 211296256 49294 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49294 567 886 0 50696 0
Current children cumulated CPU time (s) 1786.22
Current children cumulated vsize (KiB) 206344

[startup+1798.4 s]
/proc/loadavg: 2.04 2.12 2.09 4/74 10321
/proc/meminfo: memFree=1629448/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1792.57
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317145 0 0 0 178500 757 0 0 25 0 1 0 184616781 211296256 49294 1992294400 4194304 7823515 548682068736 18446744073709551615 6215360 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49294 567 886 0 50696 0
Current children cumulated CPU time (s) 1792.57
Current children cumulated vsize (KiB) 206344

[startup+1801.6 s]
/proc/loadavg: 2.04 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1629448/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1795.73
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317145 0 0 0 178815 758 0 0 25 0 1 0 184616781 211296256 49294 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49294 567 886 0 50696 0
Current children cumulated CPU time (s) 1795.73
Current children cumulated vsize (KiB) 206344

[startup+1803.2 s]
/proc/loadavg: 2.04 2.12 2.09 4/74 10321
/proc/meminfo: memFree=1629448/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1797.33
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317148 0 0 0 178974 759 0 0 25 0 1 0 184616781 211296256 49297 1992294400 4194304 7823515 548682068736 18446744073709551615 5061259 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49297 567 886 0 50696 0
Current children cumulated CPU time (s) 1797.33
Current children cumulated vsize (KiB) 206344

[startup+1804 s]
/proc/loadavg: 2.04 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1629448/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1798.12
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317148 0 0 0 179053 759 0 0 25 0 1 0 184616781 211296256 49297 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49297 567 886 0 50696 0
Current children cumulated CPU time (s) 1798.12
Current children cumulated vsize (KiB) 206344

[startup+1804.8 s]
/proc/loadavg: 2.04 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1629448/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1798.92
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317148 0 0 0 179133 759 0 0 25 0 1 0 184616781 211296256 49297 1992294400 4194304 7823515 548682068736 18446744073709551615 6212757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49297 567 886 0 50696 0
Current children cumulated CPU time (s) 1798.92
Current children cumulated vsize (KiB) 206344

[startup+1805.21 s]
/proc/loadavg: 2.04 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1629384/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=206344 CPUtime=1799.32
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317152 0 0 0 179172 760 0 0 25 0 1 0 184616781 211296256 49301 1992294400 4194304 7823515 548682068736 18446744073709551615 4237238 0 0 4096 0 0 0 0 17 1 0 0
/proc/10312/statm: 51586 49301 571 886 0 50696 0
Current children cumulated CPU time (s) 1799.32
Current children cumulated vsize (KiB) 206344

[startup+1805.3 s]
/proc/loadavg: 2.04 2.12 2.09 3/74 10321
/proc/meminfo: memFree=1629384/2055920 swapFree=4180892/4192956
[pid=10312] ppid=10310 vsize=127664 CPUtime=1799.41
/proc/10312/stat : 10312 (pbscip.linux.x8) R 10310 10312 9510 0 -1 4194304 317152 0 0 0 179179 762 0 0 25 0 1 0 184616781 130727936 18540 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/10312/statm: 31916 18540 571 886 0 31026 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 127664

Child status: 0
Real time (s): 1805.32
CPU time (s): 1799.43
CPU user time (s): 1791.8
CPU system time (s): 7.63584
CPU usage (%): 99.6742
Max. virtual memory (cumulated for all children) (KiB): 213284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.8
system time used= 7.63584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317155
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= 1
involuntary context switches= 18344

runsolver used 2.23166 second user time and 6.13407 second system time

The end

Launcher Data

Begin job on node87 at 2009-06-16 18:36:28
IDJOB=1869328
IDBENCH=2627
IDSOLVER=683
FILE ID=node87/1869328-1245170188
PBS_JOBID= 9363857
Free space on /tmp= 66536 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_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-1869328-1245170188/watcher-1869328-1245170188 -o /tmp/evaluation-result-1869328-1245170188/solver-1869328-1245170188 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869328-1245170188.opb

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=1406326125

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.235
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.235
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825888 kB
Buffers:         40152 kB
Cached:         105312 kB
SwapCached:       6176 kB
Active:          83772 kB
Inactive:        87300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825888 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:           12844 kB
Writeback:           0 kB
Mapped:          33088 kB
Slab:            43908 kB
Committed_AS:   594016 kB
PageTables:       2128 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node87 at 2009-06-16 19:06:33