Trace number 1869342

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.6 1800.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1469
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.39/0.44	c SCIP version 1.1.0.7
0.39/0.44	c LP-Solver SoPlex 1.4.1
0.39/0.44	c user parameter file <scip.set> not found - using default parameters
0.39/0.44	c read problem <HOME/instance-1869342-1245170507.opb>
0.39/0.44	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.59/0.61	c start presolving problem
0.59/0.61	c presolving:
0.69/0.78	c (round 1) 0 del vars, 4200 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
2.99/3.05	c    (2.5s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
2.99/3.05	c    (2.5s) probing aborted: 100/100 successive totally useless probings
2.99/3.06	c presolving (2 rounds):
2.99/3.06	c  0 deleted vars, 4200 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.99/3.06	c  8610 implications, 0 cliques
2.99/3.06	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
2.99/3.06	c      14 constraints of type <knapsack>
2.99/3.06	c    4200 constraints of type <linear>
2.99/3.06	c transformed objective value is always integral (scale: 1)
2.99/3.06	c Presolving Time: 2.44
2.99/3.06	c OPT-LIN
2.99/3.06	c -----------------------------------------------------------------------------------------------
2.99/3.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.99/3.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.99/3.06	c limits/memory = c 1620
2.99/3.06	c # maximal time in seconds to run
2.99/3.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.99/3.06	c limits/time = c 1791
2.99/3.06	c # frequency for displaying node information lines
2.99/3.06	c # [type: int, range: [-1,2147483647], default: 100]
2.99/3.06	c display/freq = c 10000
2.99/3.06	c -----------------------------------------------------------------------------------------------
2.99/3.06	c start solving problem
2.99/3.06	c 
4.19/4.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.23	c   3.7s|     1 |     0 |  4480 |  35M|   0 |2485 |4320 |4214 |4214 |4320 |4214 |   0 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
11.58/11.63	c  11.0s|     1 |     0 | 10615 |  36M|   0 |2492 |4320 |4214 |4214 |4320 |4356 | 142 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
12.58/12.61	c  12.0s|     1 |     0 | 10787 |  37M|   0 |2503 |4320 |4214 |4214 |4320 |4479 | 265 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.18/14.25	c  13.6s|     1 |     0 | 11294 |  37M|   0 |2517 |4320 |4214 |4214 |4320 |4601 | 387 |   0 |   0 | 1.400148e+01 |      --      |    Inf 
16.28/16.36	c  15.7s|     1 |     0 | 11779 |  38M|   0 |2520 |4320 |4214 |4214 |4320 |4737 | 523 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
18.98/19.07	c  18.4s|     1 |     0 | 12414 |  38M|   0 |2518 |4320 |4214 |4214 |4320 |4882 | 668 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
22.38/22.41	c  21.7s|     1 |     0 | 13169 |  39M|   0 |2508 |4320 |4214 |4214 |4320 |5007 | 793 |   0 |   0 | 1.428571e+01 |      --      |    Inf 
26.07/26.15	c  25.4s|     1 |     0 | 14135 |  39M|   0 |2509 |4320 |4214 |4214 |4320 |5150 | 936 |   0 |   0 | 1.428571e+01 |      --      |    Inf 
29.87/29.98	c  29.2s|     1 |     0 | 15110 |  40M|   0 |2499 |4320 |4214 |4214 |4320 |5292 |1078 |   0 |   0 | 1.428571e+01 |      --      |    Inf 
33.57/33.67	c  32.9s|     1 |     0 | 16220 |  41M|   0 |2506 |4320 |4214 |4214 |4320 |5440 |1226 |   0 |   0 | 1.430108e+01 |      --      |    Inf 
38.37/38.45	c  37.7s|     1 |     0 | 17607 |  41M|   0 |2511 |4320 |4214 |4214 |4320 |5590 |1376 |   0 |   0 | 1.430233e+01 |      --      |    Inf 
41.26/41.36	c  40.5s|     1 |     0 | 18785 |  41M|   0 |2511 |4320 |4214 |4214 |4320 |5623 |1409 |   0 |   0 | 1.430556e+01 |      --      |    Inf 
44.26/44.34	c  43.5s|     1 |     0 | 20011 |  41M|   0 |2494 |4320 |4214 |4214 |4320 |5646 |1432 |   0 |   0 | 1.430556e+01 |      --      |    Inf 
47.56/47.65	c  46.8s|     1 |     0 | 21418 |  41M|   0 |2478 |4320 |4214 |4214 |4320 |5680 |1466 |   0 |   0 | 1.430556e+01 |      --      |    Inf 
50.96/51.05	c  50.2s|     1 |     0 | 22823 |  41M|   0 |2476 |4320 |4214 |4214 |4320 |5696 |1482 |   0 |   0 | 1.430556e+01 |      --      |    Inf 
54.15/54.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.15/54.20	c  53.3s|     1 |     0 | 24031 |  41M|   0 |2453 |4320 |4214 |4214 |4320 |5148 |1518 |   0 |   0 | 1.430556e+01 |      --      |    Inf 
56.56/56.61	c  55.7s|     1 |     0 | 25136 |  41M|   0 |2460 |4320 |4214 |4214 |4320 |5180 |1550 |   0 |   0 | 1.430556e+01 |      --      |    Inf 
96.74/96.88	c  95.7s|     1 |     2 | 25136 |  41M|   0 |2460 |4320 |4214 |4214 |4320 |5180 |1550 |   0 |  18 | 1.430556e+01 |      --      |    Inf 
1799.35/1800.03	c 
1799.35/1800.03	c SCIP Status        : solving was interrupted [time limit reached]
1799.35/1800.03	c Solving Time (sec) : 1791.00
1799.35/1800.03	c Solving Nodes      : 5624
1799.35/1800.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.35/1800.03	c Dual Bound         : +1.60000000000000e+01
1799.35/1800.03	c Gap                : infinite
1799.35/1800.03	c NODE         5624
1799.35/1800.03	c DUAL BOUND   16
1799.35/1800.03	c PRIMAL BOUND 1e+20
1799.35/1800.03	c GAP          1e+20
1799.35/1800.03	s UNKNOWN
1799.35/1800.03	c SCIP Status        : solving was interrupted [time limit reached]
1799.35/1800.03	c Solving Time       :    1791.00
1799.35/1800.03	c Original Problem   :
1799.35/1800.03	c   Problem name     : HOME/instance-1869342-1245170507.opb
1799.35/1800.03	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.35/1800.03	c   Constraints      : 8414 initial, 8414 maximal
1799.35/1800.03	c Presolved Problem  :
1799.35/1800.03	c   Problem name     : t_HOME/instance-1869342-1245170507.opb
1799.35/1800.03	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.35/1800.03	c   Constraints      : 4214 initial, 8003 maximal
1799.35/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.35/1800.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.35/1800.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.35/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.35/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.35/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.35/1800.03	c   probing          :       2.21          0          0          0          0          0          0          0          0
1799.35/1800.03	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1799.35/1800.03	c   linear           :       0.19          0          0          0          0          0       4200          0          0
1799.35/1800.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1799.35/1800.03	c   root node        :          -          0          -          -          0          -          -          -          -
1799.35/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.35/1800.03	c   integral         :          0          0          0       4611          0         10       2356          0          0       8232
1799.35/1800.03	c   knapsack         :         14         16      37338          0          1         56       3311        151          0          0
1799.35/1800.03	c   linear           :       4200         16      37282          0          0        384     391701          1          0          0
1799.35/1800.03	c   logicor          :          0+         0       9250          0          0         37       4968          0          0          0
1799.35/1800.03	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1799.35/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.35/1800.03	c   integral         :     602.51       0.00       0.00     602.51       0.00
1799.35/1800.03	c   knapsack         :       1.84       0.00       1.84       0.00       0.00
1799.35/1800.03	c   linear           :      67.85       0.00      67.85       0.00       0.00
1799.35/1800.03	c   logicor          :       0.68       0.00       0.68       0.00       0.00
1799.35/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.35/1800.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.35/1800.03	c   rootredcost      :       0.03          0          0          0
1799.35/1800.03	c   pseudoobj        :       0.04      37103          0          0
1799.35/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.35/1800.03	c   propagation      :       0.11        477        477       3063       28.1         10       15.9          -
1799.35/1800.03	c   infeasible LP    :       4.84       2614       2614       4557       18.4        170       12.9          0
1799.35/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.35/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.35/1800.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.35/1800.03	c   applied globally :          -          -          -       5186       17.2          -          -          -
1799.35/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.35/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.35/1800.03	c   cut pool         :       0.03         15          -          -      15135          -    (maximal pool size: 6634)
1799.35/1800.03	c   redcost          :       2.18       4593          0          5          0          0
1799.35/1800.03	c   impliedbounds    :       0.00         16          0          0         18          0
1799.35/1800.03	c   intobj           :       0.00          0          0          0          0          0
1799.35/1800.03	c   gomory           :       3.02         16          0          0        100          0
1799.35/1800.03	c   strongcg         :       2.89         16          0          0         43          0
1799.35/1800.03	c   cmir             :       5.08         10          0          0       5000          0
1799.35/1800.03	c   flowcover        :       5.66         10          0          0       2000          0
1799.35/1800.03	c   clique           :       0.01          1          0          0          0          0
1799.35/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1799.35/1800.03	c   mcf              :       0.00          1          0          0          0          0
1799.35/1800.03	c Pricers            :       Time      Calls       Vars
1799.35/1800.03	c   problem variables:       0.00          0          0
1799.35/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.35/1800.03	c   relpscost        :     602.47       4611         10       2356          0          0       8232
1799.35/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1799.35/1800.03	c   inference        :       0.00          1          0          0          0          0          2
1799.35/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1799.35/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1799.35/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.35/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.35/1800.03	c   random           :       0.00          0          0          0          0          0          0
1799.35/1800.03	c Primal Heuristics  :       Time      Calls      Found
1799.35/1800.03	c   LP solutions     :       0.00          -          0
1799.35/1800.03	c   pseudo solutions :       0.00          -          0
1799.35/1800.03	c   oneopt           :       0.00          0          0
1799.35/1800.03	c   crossover        :       0.01          0          0
1799.35/1800.03	c   guideddiving     :       0.00          0          0
1799.35/1800.03	c   intshifting      :       0.00          0          0
1799.35/1800.03	c   coefdiving       :     316.31          1          0
1799.35/1800.03	c   fracdiving       :      77.22          2          0
1799.35/1800.03	c   rootsoldiving    :       4.82          4          0
1799.35/1800.03	c   pscostdiving     :      19.27          8          0
1799.35/1800.03	c   veclendiving     :      24.41          8          0
1799.35/1800.03	c   linesearchdiving :      23.88          8          0
1799.35/1800.03	c   feaspump         :      19.79          5          0
1799.35/1800.03	c   objpscostdiving  :      12.17          5          0
1799.35/1800.03	c   simplerounding   :       0.00          0          0
1799.35/1800.03	c   rounding         :       2.98        903          0
1799.35/1800.03	c   shifting         :      14.36        249          0
1799.35/1800.03	c   fixandinfer      :       0.00          0          0
1799.35/1800.03	c   intdiving        :       0.00          0          0
1799.35/1800.03	c   actconsdiving    :       0.00          0          0
1799.35/1800.03	c   octane           :       0.00          0          0
1799.35/1800.03	c   rens             :       0.02          0          0
1799.35/1800.03	c   rins             :       0.00          0          0
1799.35/1800.03	c   localbranching   :       0.00          0          0
1799.35/1800.03	c   mutation         :       0.00          0          0
1799.35/1800.03	c   dins             :       0.00          0          0
1799.35/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.35/1800.03	c   primal LP        :       0.04          0          0       0.00       0.00
1799.35/1800.03	c   dual LP          :     562.40       5689     812276     142.78    1444.30
1799.35/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1799.35/1800.03	c   diving/probing LP:     472.57       3001     700487     233.42    1482.29
1799.35/1800.03	c   strong branching :     598.31       3505     527591     150.53     881.80
1799.35/1800.03	c     (at root node) :          -         18      18000    1000.00          -
1799.35/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1799.35/1800.03	c B&B Tree           :
1799.35/1800.03	c   number of runs   :          1
1799.35/1800.03	c   nodes            :       5624
1799.35/1800.03	c   nodes (total)    :       5624
1799.35/1800.03	c   nodes left       :       2392
1799.35/1800.03	c   max depth        :        359
1799.35/1800.03	c   max depth (total):        359
1799.35/1800.03	c   backtracks       :        247 (4.4%)
1799.35/1800.03	c   delayed cutoffs  :        219
1799.35/1800.03	c   repropagations   :      21503 (70643 domain reductions, 23 cutoffs)
1799.35/1800.03	c   avg switch length:       9.48
1799.35/1800.03	c   switching time   :      11.14
1799.35/1800.03	c Solution           :
1799.35/1800.03	c   Solutions found  :          0 (0 improvements)
1799.35/1800.03	c   Primal Bound     :          -
1799.35/1800.03	c   Dual Bound       : +1.60000000000000e+01
1799.35/1800.03	c   Gap              :   infinite
1799.35/1800.03	c   Root Dual Bound  : +1.43055555555556e+01
1799.55/1800.23	c Time complete: 1799.59.

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-1869342-1245170507/watcher-1869342-1245170507 -o /tmp/evaluation-result-1869342-1245170507/solver-1869342-1245170507 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869342-1245170507.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11518
/proc/meminfo: memFree=1882712/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=4648 CPUtime=0
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 184650410 4759552 482 1992294400 4194304 7823515 548682068736 18446744073709551615 5955600 0 0 4096 0 0 0 0 17 1 0 0
/proc/11518/statm: 1082 485 320 886 0 192 0

[startup+0.0906019 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11518
/proc/meminfo: memFree=1882712/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=10808 CPUtime=0.08
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 2021 0 0 0 8 0 0 0 18 0 1 0 184650410 11067392 2003 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11518/statm: 2702 2003 354 886 0 1812 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10808

[startup+0.101602 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11518
/proc/meminfo: memFree=1882712/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=11228 CPUtime=0.09
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 2119 0 0 0 9 0 0 0 18 0 1 0 184650410 11497472 2101 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11518/statm: 2807 2101 354 886 0 1917 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11228

[startup+0.301633 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11518
/proc/meminfo: memFree=1882712/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=17180 CPUtime=0.29
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 3630 0 0 0 28 1 0 0 19 0 1 0 184650410 17592320 3612 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11518/statm: 4295 3612 354 886 0 3405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17180

[startup+0.701697 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11518
/proc/meminfo: memFree=1882712/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=87132 CPUtime=0.69
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 20409 0 0 0 61 8 0 0 22 0 1 0 184650410 89223168 20037 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 21783 20037 412 886 0 20893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87132

[startup+1.50182 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1802384/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=88544 CPUtime=1.49
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 20852 0 0 0 140 9 0 0 25 0 1 0 184650410 90669056 20480 1992294400 4194304 7823515 548682068736 18446744073709551615 5062483 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 22136 20480 442 886 0 21246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88544

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1802192/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=95768 CPUtime=3.09
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 22705 0 0 0 299 10 0 0 25 0 1 0 184650410 98066432 22331 1992294400 4194304 7823515 548682068736 18446744073709551615 4298117 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 23942 22331 481 886 0 23052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95768

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1781008/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=112572 CPUtime=6.28
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 27122 0 0 0 615 13 0 0 25 0 1 0 184650410 115273728 25822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 28143 25822 526 886 0 27253 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 112572

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1776848/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=123312 CPUtime=12.68
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 29363 0 0 0 1251 17 0 0 25 0 1 0 184650410 126271488 28003 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 30828 28003 550 886 0 29938 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 123312

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1751568/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=148260 CPUtime=25.47
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 39358 0 0 0 2521 26 0 0 25 0 1 0 184650410 151818240 33364 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37065 33364 551 886 0 36175 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 148260

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1744080/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=155168 CPUtime=51.06
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 52046 0 0 0 5064 42 0 0 25 0 1 0 184650410 158892032 35119 1992294400 4194304 7823515 548682068736 18446744073709551615 5399232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 38792 35119 551 886 0 37902 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 155168

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1746640/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149520 CPUtime=102.24
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 96969 0 0 0 10153 71 0 0 25 0 1 0 184650410 153108480 34434 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37380 34434 556 886 0 36490 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 149520

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1746384/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149364 CPUtime=162.22
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 129876 0 0 0 16119 103 0 0 25 0 1 0 184650410 152948736 33265 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37341 33265 556 886 0 36451 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 149364

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1749200/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=148648 CPUtime=222.2
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 164581 0 0 0 22086 134 0 0 25 0 1 0 184650410 152215552 33813 1992294400 4194304 7823515 548682068736 18446744073709551615 6179819 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37162 33813 557 886 0 36272 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 148648

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1748880/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=148076 CPUtime=282.18
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 206078 0 0 0 28051 167 0 0 25 0 1 0 184650410 151629824 33872 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37019 33872 557 886 0 36129 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 148076

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1747280/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149480 CPUtime=342.16
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 206447 0 0 0 34023 193 0 0 25 0 1 0 184650410 153067520 34241 1992294400 4194304 7823515 548682068736 18446744073709551615 6211719 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37370 34241 564 886 0 36480 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 149480

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1747216/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149480 CPUtime=402.14
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 206447 0 0 0 39993 221 0 0 25 0 1 0 184650410 153067520 34241 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37370 34241 564 886 0 36480 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 149480

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1747280/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149480 CPUtime=462.11
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 206447 0 0 0 45966 245 0 0 25 0 1 0 184650410 153067520 34241 1992294400 4194304 7823515 548682068736 18446744073709551615 6213034 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37370 34241 564 886 0 36480 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 149480

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11519
/proc/meminfo: memFree=1747216/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149480 CPUtime=522.09
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 206447 0 0 0 51941 268 0 0 25 0 1 0 184650410 153067520 34241 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37370 34241 564 886 0 36480 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 149480

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11521
/proc/meminfo: memFree=1747024/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=149480 CPUtime=582.08
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 206447 0 0 0 57920 288 0 0 25 0 1 0 184650410 153067520 34241 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 37370 34241 564 886 0 36480 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 149480

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11521
/proc/meminfo: memFree=1740048/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=157108 CPUtime=642.06
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 208239 0 0 0 63900 306 0 0 25 0 1 0 184650410 160878592 36033 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 39277 36033 565 886 0 38387 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 157108

[startup+702.302 s]

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

/proc/meminfo: memFree=1736016/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=160312 CPUtime=1121.89
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 222881 0 0 0 111679 510 0 0 25 0 1 0 184650410 164159488 36990 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 40078 36990 565 886 0 39188 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 160312

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1737744/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=161968 CPUtime=1181.86
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 228589 0 0 0 117657 529 0 0 25 0 1 0 184650410 165855232 37280 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 40492 37280 565 886 0 39602 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 161968

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1736208/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=159704 CPUtime=1241.84
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 231118 0 0 0 123634 550 0 0 25 0 1 0 184650410 163536896 36897 1992294400 4194304 7823515 548682068736 18446744073709551615 4780703 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 39926 36897 565 886 0 39036 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 159704

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1742928/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=153156 CPUtime=1301.83
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 237060 0 0 0 129609 574 0 0 25 0 1 0 184650410 156831744 35215 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 38289 35215 565 886 0 37399 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 153156

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11527
/proc/meminfo: memFree=1730640/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=165000 CPUtime=1361.81
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 240133 0 0 0 135585 596 0 0 25 0 1 0 184650410 168960000 38265 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 41250 38265 565 886 0 40360 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 165000

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1732112/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=164940 CPUtime=1421.78
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 242287 0 0 0 141559 619 0 0 25 0 1 0 184650410 168898560 37909 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 41235 37909 565 886 0 40345 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 164940

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1732176/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=163264 CPUtime=1481.76
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 244876 0 0 0 147522 654 0 0 25 0 1 0 184650410 167182336 37886 1992294400 4194304 7823515 548682068736 18446744073709551615 5064292 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 40816 37886 565 886 0 39926 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 163264

[startup+1542.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 11527
/proc/meminfo: memFree=1733712/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=162308 CPUtime=1541.74
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 249530 0 0 0 153491 683 0 0 25 0 1 0 184650410 166203392 37476 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 40577 37476 565 886 0 39687 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 162308

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 11527
/proc/meminfo: memFree=1730576/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=165984 CPUtime=1601.72
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 252935 0 0 0 159460 712 0 0 25 0 1 0 184650410 169967616 38261 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 41496 38261 565 886 0 40606 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 165984

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1725968/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=169848 CPUtime=1661.7
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 254069 0 0 0 165431 739 0 0 25 0 1 0 184650410 173924352 39395 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 42462 39395 565 886 0 41572 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 169848

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1723856/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=172796 CPUtime=1721.68
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 257547 0 0 0 171405 763 0 0 25 0 1 0 184650410 176943104 39915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43199 39915 565 886 0 42309 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 172796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1781.66
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258332 0 0 0 177377 789 0 0 25 0 1 0 184650410 178954240 40700 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40700 565 886 0 42800 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 174760

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1791.26
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258332 0 0 0 178334 792 0 0 25 0 1 0 184650410 178954240 40700 1992294400 4194304 7823515 548682068736 18446744073709551615 6234827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40700 565 886 0 42800 0
Current children cumulated CPU time (s) 1791.26
Current children cumulated vsize (KiB) 174760

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1794.46
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258332 0 0 0 178653 793 0 0 25 0 1 0 184650410 178954240 40700 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40700 565 886 0 42800 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (KiB) 174760

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1797.65
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258332 0 0 0 178971 794 0 0 25 0 1 0 184650410 178954240 40700 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40700 565 886 0 42800 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (KiB) 174760

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1798.45
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258332 0 0 0 179050 795 0 0 25 0 1 0 184650410 178954240 40700 1992294400 4194304 7823515 548682068736 18446744073709551615 6236694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40700 565 886 0 42800 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (KiB) 174760

[startup+1799.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1799.25
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258332 0 0 0 179129 796 0 0 25 0 1 0 184650410 178954240 40700 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40700 565 886 0 42800 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (KiB) 174760

[startup+1800.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=174760 CPUtime=1799.45
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258337 0 0 0 179149 796 0 0 25 0 1 0 184650410 178954240 40705 1992294400 4194304 7823515 548682068736 18446744073709551615 4805796 0 0 4096 0 0 0 0 17 1 0 0
/proc/11518/statm: 43690 40705 569 886 0 42800 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 174760

[startup+1800.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11527
/proc/meminfo: memFree=1720720/2055920 swapFree=4192812/4192956
[pid=11518] ppid=11516 vsize=151800 CPUtime=1799.55
/proc/11518/stat : 11518 (pbscip.linux.x8) R 11516 11518 11292 0 -1 4194304 258337 0 0 0 179159 796 0 0 25 0 1 0 184650410 155443200 36332 1992294400 4194304 7823515 548682068736 18446744073709551615 5875788 0 0 4096 0 0 0 0 17 1 0 0
/proc/11518/statm: 37950 36332 569 886 0 37060 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 151800

Child status: 0
Real time (s): 1800.23
CPU time (s): 1799.6
CPU user time (s): 1791.61
CPU system time (s): 7.99179
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 174760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.61
system time used= 7.99179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258340
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= 2
involuntary context switches= 2276

runsolver used 1.45378 second user time and 3.77842 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-16 18:41:47
IDJOB=1869342
IDBENCH=2634
IDSOLVER=683
FILE ID=node26/1869342-1245170507
PBS_JOBID= 9363880
Free space on /tmp= 66156 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_15.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-1869342-1245170507/watcher-1869342-1245170507 -o /tmp/evaluation-result-1869342-1245170507/solver-1869342-1245170507 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869342-1245170507.opb

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=1611114104

node26.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.263
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	: 5931.00
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1883128 kB
Buffers:         30520 kB
Cached:          78484 kB
SwapCached:          0 kB
Active:          70084 kB
Inactive:        52800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11836 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            35956 kB
Committed_AS:   156532 kB
PageTables:       1372 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= 66144 MiB
End job on node26 at 2009-06-16 19:11:47