Trace number 2664615

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)68 1801.77 1802.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUM8521955d0869ff4fe0390118a5fbc0f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.25596
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables696
Total number of constraints2096
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 696
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 696
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 696
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664615-1276405702.opb>
0.00/0.05	c original problem has 696 variables (696 bin, 0 int, 0 impl, 0 cont) and 2096 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.00/0.05	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.06	c presolving:
0.09/0.11	c (round 1) 116 del vars, 116 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1864 upgd conss, 916 impls, 0 clqs
0.09/0.13	c (round 2) 116 del vars, 232 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1864 upgd conss, 916 impls, 0 clqs
0.09/0.15	c    (0.1s) probing: 101/580 (17.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (3 rounds):
0.09/0.15	c  116 deleted vars, 232 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  916 implications, 0 cliques
0.09/0.15	c presolved problem has 580 variables (580 bin, 0 int, 0 impl, 0 cont) and 1864 constraints
0.09/0.15	c      24 constraints of type <knapsack>
0.09/0.15	c    1840 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.07
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.96
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |3148k|   0 |   - | 580 |1864 |   0 |   0 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
7.29/7.32	c   7.0s| 10000 |  6590 |     0 |   0.0 |9539k|  60 |   - | 580 |3024 |   0 |   0 |   0 |4326 |   0 | 1.800000e+01 |      --      |    Inf 
15.79/15.85	c  15.2s| 20000 | 12414 |     0 |   0.0 |  16M|  60 |   - | 580 |3740 |   0 |   0 |   0 |  10k|   0 | 1.800000e+01 |      --      |    Inf 
24.89/24.99	c  24.0s| 30000 | 18053 |     0 |   0.0 |  22M|  60 |   - | 580 |4091 |   0 |   0 |   0 |  15k|   0 | 1.800000e+01 |      --      |    Inf 
35.09/35.15	c  33.8s| 40000 | 23259 |     0 |   0.0 |  29M|  60 |   - | 580 |4704 |   0 |   0 |   0 |  22k|   0 | 1.900000e+01 |      --      |    Inf 
45.67/45.78	c  44.1s| 50000 | 28158 |     0 |   0.0 |  36M|  60 |   - | 580 |4879 |   0 |   0 |   0 |  29k|   0 | 1.900000e+01 |      --      |    Inf 
57.28/57.34	c  55.4s| 60000 | 32562 |     0 |   0.0 |  43M|  60 |   - | 580 |5262 |   0 |   0 |   0 |  36k|   0 | 1.900000e+01 |      --      |    Inf 
69.88/69.98	c  67.7s| 70000 | 36920 |     0 |   0.0 |  50M|  60 |   - | 580 |5776 |   0 |   0 |   0 |  44k|   0 | 2.000000e+01 |      --      |    Inf 
81.77/81.81	c  79.2s| 80000 | 42159 |     0 |   0.0 |  57M|  60 |   - | 580 |5775 |   0 |   0 |   0 |  50k|   0 | 2.000000e+01 |      --      |    Inf 
94.36/94.46	c  91.5s| 90000 | 46627 |     0 |   0.0 |  64M|  60 |   - | 580 |6046 |   0 |   0 |   0 |  57k|   0 | 2.000000e+01 |      --      |    Inf 
107.56/107.62	c   104s|100000 | 51149 |     0 |   0.0 |  71M|  60 |   - | 580 |6021 |   0 |   0 |   0 |  64k|   0 | 2.100000e+01 |      --      |    Inf 
118.16/118.24	c   115s|110000 | 57216 |     0 |   0.0 |  77M|  60 |   - | 580 |6376 |   0 |   0 |   0 |  68k|   0 | 2.100000e+01 |      --      |    Inf 
129.76/129.83	c   126s|120000 | 62523 |     0 |   0.0 |  83M|  60 |   - | 580 |7141 |   0 |   0 |   0 |  73k|   0 | 2.100000e+01 |      --      |    Inf 
143.85/143.93	c   140s|130000 | 67468 |     0 |   0.0 |  90M|  60 |   - | 580 |7358 |   0 |   0 |   0 |  79k|   0 | 2.200000e+01 |      --      |    Inf 
154.25/154.30	c   150s|140000 | 74476 |     0 |   0.0 |  96M|  60 |   - | 580 |7463 |   0 |   0 |   0 |  82k|   0 | 2.200000e+01 |      --      |    Inf 
165.25/165.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.25/165.33	c   160s|150000 | 81055 |     0 |   0.0 | 101M|  60 |   - | 580 |8422 |   0 |   0 |   0 |  85k|   0 | 2.300000e+01 |      --      |    Inf 
178.24/178.35	c   173s|160000 | 86709 |     0 |   0.0 | 107M|  60 |   - | 580 |8346 |   0 |   0 |   0 |  90k|   0 | 2.400000e+01 |      --      |    Inf 
187.54/187.65	c   182s|170000 | 94744 |     0 |   0.0 | 113M|  60 |   - | 580 |8357 |   0 |   0 |   0 |  92k|   0 | 2.400000e+01 |      --      |    Inf 
195.74/195.83	c   190s|180000 |103007 |     0 |   0.0 | 118M|  60 |   - | 580 |8129 |   0 |   0 |   0 |  93k|   0 | 2.500000e+01 |      --      |    Inf 
204.33/204.42	c   198s|190000 |111133 |     0 |   0.0 | 124M|  60 |   - | 580 |8575 |   0 |   0 |   0 |  95k|   0 | 2.500000e+01 |      --      |    Inf 
214.44/214.54	c   208s|200000 |118044 |     0 |   0.0 | 128M|  60 |   - | 580 |8393 |   0 |   0 |   0 |  97k|   0 | 2.500000e+01 |      --      |    Inf 
221.73/221.82	c   215s|210000 |126983 |     0 |   0.0 | 133M|  60 |   - | 580 |8425 |   0 |   0 |   0 |  98k|   0 | 2.600000e+01 |      --      |    Inf 
228.93/229.05	c   222s|220000 |135828 |     0 |   0.0 | 139M|  60 |   - | 580 |8513 |   0 |   0 |   0 |  99k|   0 | 2.700000e+01 |      --      |    Inf 
236.22/236.35	c   229s|230000 |144671 |     0 |   0.0 | 144M|  60 |   - | 580 |8789 |   0 |   0 |   0 | 100k|   0 | 2.700000e+01 |      --      |    Inf 
244.13/244.25	c   237s|240000 |153064 |     0 |   0.0 | 148M|  60 |   - | 580 |9075 |   0 |   0 |   0 | 101k|   0 | 2.700000e+01 |      --      |    Inf 
251.02/251.14	c   244s|250000 |161867 |     0 |   0.0 | 152M|  61 |   - | 580 |8944 |   0 |   0 |   0 | 101k|   0 | 2.700000e+01 |      --      |    Inf 
257.72/257.86	c   250s|260000 |171045 |     0 |   0.0 | 157M|  61 |   - | 580 |8656 |   0 |   0 |   0 | 102k|   0 | 2.800000e+01 |      --      |    Inf 
264.41/264.50	c   256s|270000 |180287 |     0 |   0.0 | 161M|  61 |   - | 580 |8684 |   0 |   0 |   0 | 102k|   0 | 2.800000e+01 |      --      |    Inf 
271.21/271.30	c   263s|280000 |189461 |     0 |   0.0 | 166M|  61 |   - | 580 |8813 |   0 |   0 |   0 | 102k|   0 | 2.800000e+01 |      --      |    Inf 
278.01/278.10	c   270s|290000 |198469 |     0 |   0.0 | 171M|  61 |   - | 580 |8995 |   0 |   0 |   0 | 103k|   0 | 2.800000e+01 |      --      |    Inf 
284.21/284.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.21/284.36	c   276s|300000 |207725 |     0 |   0.0 | 175M|  61 |   - | 580 |8961 |   0 |   0 |   0 | 103k|   0 | 2.800000e+01 |      --      |    Inf 
290.41/290.58	c   282s|310000 |217149 |     0 |   0.0 | 180M|  63 |   - | 580 |8786 |   0 |   0 |   0 | 103k|   0 | 2.900000e+01 |      --      |    Inf 
296.60/296.70	c   287s|320000 |226567 |     0 |   0.0 | 184M|  63 |   - | 580 |8802 |   0 |   0 |   0 | 104k|   0 | 2.900000e+01 |      --      |    Inf 
302.71/302.81	c   293s|330000 |236066 |     0 |   0.0 | 189M|  63 |   - | 580 |8926 |   0 |   0 |   0 | 104k|   0 | 2.900000e+01 |      --      |    Inf 
308.80/309.00	c   299s|340000 |245477 |     0 |   0.0 | 193M|  63 |   - | 580 |9007 |   0 |   0 |   0 | 104k|   0 | 2.900000e+01 |      --      |    Inf 
315.00/315.15	c   305s|350000 |254898 |     0 |   0.0 | 197M|  63 |   - | 580 |9014 |   0 |   0 |   0 | 105k|   0 | 2.900000e+01 |      --      |    Inf 
320.70/320.87	c   311s|360000 |264352 |     0 |   0.0 | 201M|  65 |   - | 580 |9032 |   0 |   0 |   0 | 105k|   0 | 2.900000e+01 |      --      |    Inf 
326.39/326.55	c   316s|370000 |274010 |     0 |   0.0 | 206M|  65 |   - | 580 |8989 |   0 |   0 |   0 | 105k|   0 | 3.000000e+01 |      --      |    Inf 
332.20/332.30	c   322s|380000 |283689 |     0 |   0.0 | 210M|  65 |   - | 580 |8988 |   0 |   0 |   0 | 105k|   0 | 3.000000e+01 |      --      |    Inf 
337.79/337.95	c   327s|390000 |293439 |     0 |   0.0 | 215M|  65 |   - | 580 |8962 |   0 |   0 |   0 | 105k|   0 | 3.000000e+01 |      --      |    Inf 
343.79/343.91	c   333s|400000 |303038 |     0 |   0.0 | 219M|  65 |   - | 580 |8944 |   0 |   0 |   0 | 105k|   0 | 3.000000e+01 |      --      |    Inf 
349.59/349.76	c   338s|410000 |312672 |     0 |   0.0 | 224M|  65 |   - | 580 |8895 |   0 |   0 |   0 | 105k|   0 | 3.000000e+01 |      --      |    Inf 
355.39/355.53	c   344s|420000 |322336 |     0 |   0.0 | 228M|  65 |   - | 580 |8933 |   0 |   0 |   0 | 106k|   0 | 3.000000e+01 |      --      |    Inf 
361.19/361.31	c   349s|430000 |331964 |     0 |   0.0 | 232M|  65 |   - | 580 |8894 |   0 |   0 |   0 | 106k|   0 | 3.000000e+01 |      --      |    Inf 
366.69/366.82	c   355s|440000 |341619 |     0 |   0.0 | 237M|  65 |   - | 580 |8911 |   0 |   0 |   0 | 106k|   0 | 3.000000e+01 |      --      |    Inf 
371.99/372.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.99/372.16	c   360s|450000 |351393 |     0 |   0.0 | 241M|  65 |   - | 580 |8882 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
377.38/377.55	c   365s|460000 |361163 |     0 |   0.0 | 245M|  65 |   - | 580 |8861 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
382.78/382.99	c   370s|470000 |370995 |     0 |   0.0 | 250M|  65 |   - | 580 |8829 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
388.39/388.51	c   375s|480000 |380756 |     0 |   0.0 | 254M|  65 |   - | 580 |8789 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
393.68/393.85	c   381s|490000 |390600 |     0 |   0.0 | 259M|  65 |   - | 580 |8821 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
399.18/399.36	c   386s|500000 |400388 |     0 |   0.0 | 263M|  65 |   - | 580 |8855 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
404.58/404.80	c   391s|510000 |410214 |     0 |   0.0 | 268M|  65 |   - | 580 |8891 |   0 |   0 |   0 | 106k|   0 | 3.100000e+01 |      --      |    Inf 
419.27/419.49	c   405s|520000 |414778 |     0 |   0.0 | 274M|  65 |   - | 580 |  14k|   0 |   0 |   0 | 116k|   0 | 3.100000e+01 |      --      |    Inf 
442.96/443.19	c   429s|530000 |417925 |     0 |   0.0 | 280M|  65 |   - | 580 |  20k|   0 |   0 |   0 | 129k|   0 | 3.200000e+01 |      --      |    Inf 
475.26/475.45	c   461s|540000 |420885 |     0 |   0.0 | 285M|  65 |   - | 580 |  23k|   0 |   0 |   0 | 142k|   0 | 3.200000e+01 |      --      |    Inf 
508.34/508.51	c   493s|550000 |423932 |     0 |   0.0 | 290M|  65 |   - | 580 |  24k|   0 |   0 |   0 | 155k|   0 | 3.300000e+01 |      --      |    Inf 
546.64/546.80	c   531s|560000 |426153 |     0 |   0.0 | 294M|  65 |   - | 580 |  24k|   0 |   0 |   0 | 169k|   0 | 3.300000e+01 |      --      |    Inf 
579.23/579.47	c   563s|570000 |429877 |     0 |   0.0 | 300M|  65 |   - | 580 |  26k|   0 |   0 |   0 | 181k|   0 | 3.300000e+01 |      --      |    Inf 
612.22/612.47	o 68
612.22/612.47	c * 596s|579481 |432766 |     0 |   0.0 | 304M|  70 |   - | 580 |  26k|   0 |   0 |   0 | 194k|   0 | 3.400000e+01 | 6.800000e+01 | 100.00%
614.82/615.01	c   599s|580000 |432875 |     0 |   0.0 | 304M|  70 |   - | 580 |  26k|   0 |   0 |   0 | 194k|   0 | 3.400000e+01 | 6.800000e+01 | 100.00%
660.31/660.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
660.31/660.52	c   644s|590000 |435126 |     0 |   0.0 | 307M|  70 |   - | 580 |  25k|   0 |   0 |   0 | 206k|   0 | 3.400000e+01 | 6.800000e+01 | 100.00%
698.09/698.30	c   681s|600000 |439099 |     0 |   0.0 | 313M|  70 |   - | 580 |  26k|   0 |   0 |   0 | 217k|   0 | 3.400000e+01 | 6.800000e+01 | 100.00%
728.89/729.15	c   712s|610000 |444193 |     0 |   0.0 | 321M|  70 |   - | 580 |  28k|   0 |   0 |   0 | 227k|   0 | 3.400000e+01 | 6.800000e+01 | 100.00%
771.57/771.81	c   754s|620000 |447286 |     0 |   0.0 | 325M|  70 |   - | 580 |  27k|   0 |   0 |   0 | 238k|   0 | 3.500000e+01 | 6.800000e+01 |  94.29%
815.16/815.47	c   797s|630000 |450448 |     0 |   0.0 | 330M|  70 |   - | 580 |  29k|   0 |   0 |   0 | 250k|   0 | 3.500000e+01 | 6.800000e+01 |  94.29%
853.05/853.34	c   835s|640000 |454951 |     0 |   0.0 | 338M|  70 |   - | 580 |  31k|   0 |   0 |   0 | 262k|   0 | 3.500000e+01 | 6.800000e+01 |  94.29%
890.44/890.75	c   872s|650000 |459304 |     0 |   0.0 | 346M|  70 |   - | 580 |  32k|   0 |   0 |   0 | 275k|   0 | 3.500000e+01 | 6.800000e+01 |  94.29%
922.83/923.19	c   904s|660000 |463391 |     0 |   0.0 | 353M|  70 |   - | 580 |  33k|   0 |   0 |   0 | 288k|   0 | 3.500000e+01 | 6.800000e+01 |  94.29%
978.21/978.51	c   959s|670000 |465106 |     0 |   0.0 | 357M|  70 |   - | 580 |  32k|   0 |   0 |   0 | 301k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1028.20/1028.52	c  1008s|680000 |467655 |     0 |   0.0 | 362M|  70 |   - | 580 |  34k|   0 |   0 |   0 | 315k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1076.49/1076.80	c  1056s|690000 |470602 |     0 |   0.0 | 368M|  70 |   - | 580 |  35k|   0 |   0 |   0 | 330k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1122.27/1122.65	c  1101s|700000 |474450 |     0 |   0.0 | 376M|  70 |   - | 580 |  37k|   0 |   0 |   0 | 344k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1163.66/1164.03	c  1142s|710000 |478754 |     0 |   0.0 | 383M|  70 |   - | 580 |  38k|   0 |   0 |   0 | 357k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1205.44/1205.89	c  1184s|720000 |482518 |     0 |   0.0 | 390M|  70 |   - | 580 |  39k|   0 |   0 |   0 | 372k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1243.13/1243.52	c  1221s|730000 |486260 |     0 |   0.0 | 398M|  70 |   - | 580 |  40k|   0 |   0 |   0 | 387k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
1297.63/1298.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.63/1298.02	c  1275s|740000 |487835 |     0 |   0.0 | 403M|  70 |   - | 580 |  37k|   0 |   0 |   0 | 402k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1355.60/1356.00	c  1333s|750000 |490009 |     0 |   0.0 | 409M|  70 |   - | 580 |  38k|   0 |   0 |   0 | 418k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1408.38/1408.82	c  1385s|760000 |492690 |     0 |   0.0 | 415M|  70 |   - | 580 |  39k|   0 |   0 |   0 | 433k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1457.87/1458.36	c  1434s|770000 |495960 |     0 |   0.0 | 422M|  70 |   - | 580 |  41k|   0 |   0 |   0 | 448k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1506.76/1507.28	c  1483s|780000 |499304 |     0 |   0.0 | 429M|  70 |   - | 580 |  43k|   0 |   0 |   0 | 464k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1555.55/1556.09	c  1531s|790000 |502590 |     0 |   0.0 | 436M|  70 |   - | 580 |  44k|   0 |   0 |   0 | 479k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1605.04/1605.57	c  1581s|800000 |505891 |     0 |   0.0 | 442M|  70 |   - | 580 |  44k|   0 |   0 |   0 | 495k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1648.82/1649.34	c  1624s|810000 |509564 |     0 |   0.0 | 450M|  70 |   - | 580 |  46k|   0 |   0 |   0 | 511k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1692.41/1692.95	c  1667s|820000 |512706 |     0 |   0.0 | 458M|  70 |   - | 580 |  47k|   0 |   0 |   0 | 529k|   0 | 3.700000e+01 | 6.800000e+01 |  83.78%
1748.80/1749.34	c  1723s|830000 |514436 |     0 |   0.0 | 462M|  70 |   - | 580 |  44k|   0 |   0 |   0 | 545k|   0 | 3.800000e+01 | 6.800000e+01 |  78.95%
1800.10/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.61	c 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time (sec) : 1774.08
1800.10/1800.61	c Solving Nodes      : 836826
1800.10/1800.61	c Primal Bound       : +6.80000000000000e+01 (1 solutions)
1800.10/1800.61	c Dual Bound         : +3.80000000000000e+01
1800.10/1800.61	c Gap                : 78.95 %
1800.10/1800.61	s SATISFIABLE
1800.10/1800.61	v -x696 -x695 x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 
1800.10/1800.61	v -x674 -x673 -x672 -x671 x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 
1800.10/1800.61	v -x653 -x652 -x651 -x650 -x649 -x648 -x647 x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 x634 -x633 
1800.10/1800.61	v -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 
1800.10/1800.61	v -x611 -x610 -x609 -x608 -x607 -x606 -x605 x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 
1800.10/1800.61	v -x590 x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 
1800.10/1800.61	v -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 
1800.10/1800.61	v -x548 -x547 -x546 -x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 x529 -x528 
1800.10/1800.61	v x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 x515 x514 x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 
1800.10/1800.61	v -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 x487 -x486 -x485 
1800.10/1800.61	v -x484 -x483 -x482 -x481 x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 
1800.10/1800.61	v -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 x448 -x447 -x446 -x445 -x444 -x443 
1800.10/1800.61	v -x442 -x441 -x440 -x439 x438 -x437 -x436 -x435 -x434 -x433 x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 
1800.10/1800.61	v -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 
1800.10/1800.61	v -x400 -x399 -x398 -x397 x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 
1800.10/1800.61	v -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 
1800.10/1800.61	v -x358 -x357 -x356 -x355 x354 -x353 -x352 -x351 x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 x339 x338 
1800.10/1800.61	v -x337 -x336 -x335 -x334 -x333 x332 x331 -x330 -x329 x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 x317 -x316 
1800.10/1800.61	v -x315 -x314 -x313 -x312 -x311 -x310 x309 -x308 -x307 x306 -x305 -x304 -x303 -x302 x301 -x300 -x299 -x298 -x297 -x296 x295 
1800.10/1800.61	v -x294 -x293 x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 x275 -x274 
1800.10/1800.61	v -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 x258 -x257 x256 x255 x254 -x253 -x252 
1800.10/1800.61	v -x251 -x250 -x249 -x248 -x247 x246 -x245 -x244 -x243 x242 -x241 -x240 -x239 -x238 -x237 x236 -x235 -x234 -x233 -x232 x231 
1800.10/1800.61	v -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 
1800.10/1800.61	v -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 -x188 
1800.10/1800.61	v -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1800.10/1800.61	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1800.10/1800.61	v -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 x128 -x127 -x126 -x125 
1800.10/1800.61	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.10/1800.61	v -x103 -x102 x101 x100 -x99 -x98 -x97 -x96 x95 -x94 x93 -x92 x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 x83 x82 -x81 -x80 -x79 -x78 
1800.10/1800.61	v -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 
1800.10/1800.61	v -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 
1800.10/1800.61	v -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time       :    1774.08
1800.10/1800.61	c Original Problem   :
1800.10/1800.61	c   Problem name     : HOME/instance-2664615-1276405702.opb
1800.10/1800.61	c   Variables        : 696 (696 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.61	c   Constraints      : 2096 initial, 2096 maximal
1800.10/1800.61	c Presolved Problem  :
1800.10/1800.61	c   Problem name     : t_HOME/instance-2664615-1276405702.opb
1800.10/1800.61	c   Variables        : 580 (580 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.61	c   Constraints      : 1864 initial, 48173 maximal
1800.10/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   implics          :       0.00          0        116          0          0          0          0          0          0
1800.10/1800.61	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.61	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   linear           :       0.02          0          0          0          0          0        232          0          0
1800.10/1800.61	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.10/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.62	c   knapsack         :         24          0    2821363          0     730672     116129    6587435          0          0          0
1800.10/1800.62	c   logicor          :       1840+         0    2594177          0     730672      48370    8783306          0          0          0
1800.10/1800.62	c   countsols        :          0          0          0          0     730672          0          0          0          0          0
1800.10/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.62	c   knapsack         :      48.69       0.00      44.80       0.00       3.89
1800.10/1800.62	c   logicor          :     935.39       0.00     748.59       0.00     186.80
1800.10/1800.62	c   countsols        :       0.38       0.00       0.00       0.00       0.38
1800.10/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.62	c   vbounds          :       1.65          2          0          0
1800.10/1800.62	c   rootredcost      :       1.41          0          0          0
1800.10/1800.62	c   pseudoobj        :      86.80    2821163          0          0
1800.10/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.62	c   propagation      :      15.53     164499     163116     909038       21.0       6651       14.2          -
1800.10/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.10/1800.62	c   applied globally :          -          -          -     557103       18.7          -          -          -
1800.10/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.10/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.10/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.10/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.10/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.10/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.10/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.10/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.10/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.10/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.10/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.62	c Pricers            :       Time      Calls       Vars
1800.10/1800.62	c   problem variables:       0.00          0          0
1800.10/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   inference        :      60.26     730671          0          0          0          0    1461342
1800.10/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.62	c   LP solutions     :       0.00          -          0
1800.10/1800.62	c   pseudo solutions :       0.02          -          1
1800.10/1800.62	c   oneopt           :       0.64          0          0
1800.10/1800.62	c   trivial          :       0.00          2          0
1800.10/1800.62	c   simplerounding   :       0.00          0          0
1800.10/1800.62	c   zirounding       :       0.00          0          0
1800.10/1800.62	c   rounding         :       0.00          0          0
1800.10/1800.62	c   shifting         :       0.00          0          0
1800.10/1800.62	c   intshifting      :       0.00          0          0
1800.10/1800.62	c   twoopt           :       0.00          0          0
1800.10/1800.62	c   fixandinfer      :       0.00          0          0
1800.10/1800.62	c   feaspump         :       0.00          0          0
1800.10/1800.62	c   coefdiving       :       0.00          0          0
1800.10/1800.62	c   pscostdiving     :       0.00          0          0
1800.10/1800.62	c   fracdiving       :       0.00          0          0
1800.10/1800.62	c   veclendiving     :       0.00          0          0
1800.10/1800.62	c   intdiving        :       0.00          0          0
1800.10/1800.62	c   actconsdiving    :       0.00          0          0
1800.10/1800.62	c   objpscostdiving  :       0.00          0          0
1800.10/1800.62	c   rootsoldiving    :       0.00          0          0
1800.10/1800.62	c   linesearchdiving :       0.00          0          0
1800.10/1800.62	c   guideddiving     :       0.00          0          0
1800.10/1800.62	c   octane           :       0.00          0          0
1800.10/1800.62	c   rens             :       0.00          0          0
1800.10/1800.62	c   rins             :       0.00          0          0
1800.10/1800.62	c   localbranching   :       0.00          0          0
1800.10/1800.62	c   mutation         :       0.00          0          0
1800.10/1800.62	c   crossover        :       0.00          0          0
1800.10/1800.62	c   dins             :       0.00          0          0
1800.10/1800.62	c   undercover       :       0.00          0          0
1800.10/1800.62	c   nlp              :       0.50          0          0
1800.10/1800.62	c   trysol           :       0.39          0          0
1800.10/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.10/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.10/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.10/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.62	c B&B Tree           :
1800.10/1800.62	c   number of runs   :          1
1800.10/1800.62	c   nodes            :     836826
1800.10/1800.62	c   nodes (total)    :     836826
1800.10/1800.62	c   nodes left       :     515158
1800.10/1800.62	c   max depth        :         70
1800.10/1800.62	c   max depth (total):         70
1800.10/1800.62	c   backtracks       :      99492 (11.9%)
1800.10/1800.62	c   delayed cutoffs  :     109359
1800.10/1800.62	c   repropagations   :     227766 (3652687 domain reductions, 58345 cutoffs)
1800.10/1800.62	c   avg switch length:       6.21
1800.10/1800.62	c   switching time   :     420.18
1800.10/1800.62	c Solution           :
1800.10/1800.62	c   Solutions found  :          1 (1 improvements)
1800.10/1800.62	c   First Solution   : +6.80000000000000e+01   (in run 1, after 579481 nodes, 596.06 seconds, depth 44, found by <relaxation>)
1800.10/1800.62	c   Primal Bound     : +6.80000000000000e+01   (in run 1, after 579481 nodes, 596.06 seconds, depth 44, found by <relaxation>)
1800.10/1800.62	c   Dual Bound       : +3.80000000000000e+01
1800.10/1800.62	c   Gap              :      78.95 %
1800.10/1800.62	c   Root Dual Bound  : +1.60000000000000e+01
1800.10/1800.62	c   Root Iterations  :          0
1801.68/1802.28	c Time complete: 1801.76.

Verifier Data

OK	68

Watcher Data

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

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

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: 0.91 0.96 0.98 3/106 20891
/proc/meminfo: memFree=1787392/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=6584 CPUtime=0
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 950 0 0 0 0 0 0 0 24 0 1 0 16171735 6742016 873 1992294400 4194304 7136930 140736111719392 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20891/statm: 1646 881 254 719 0 925 0

[startup+0.0641049 s]
/proc/loadavg: 0.91 0.96 0.98 3/106 20891
/proc/meminfo: memFree=1787392/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=13720 CPUtime=0.05
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 3084 0 0 0 5 0 0 0 24 0 1 0 16171735 14049280 2653 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 3430 2653 338 719 0 2709 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13720

[startup+0.101109 s]
/proc/loadavg: 0.91 0.96 0.98 3/106 20891
/proc/meminfo: memFree=1787392/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=15532 CPUtime=0.09
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 3791 0 0 0 8 1 0 0 24 0 1 0 16171735 15904768 3103 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 3883 3103 348 719 0 3162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15532

[startup+0.301136 s]
/proc/loadavg: 0.91 0.96 0.98 3/106 20891
/proc/meminfo: memFree=1787392/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=17116 CPUtime=0.29
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 5787 0 0 0 26 3 0 0 24 0 1 0 16171735 17526784 3557 1992294400 4194304 7136930 140736111719392 18446744073709551615 5005225 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 4279 3557 396 719 0 3558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17116

[startup+0.701188 s]
/proc/loadavg: 0.91 0.96 0.98 3/106 20891
/proc/meminfo: memFree=1787392/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=17612 CPUtime=0.69
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 5909 0 0 0 65 4 0 0 25 0 1 0 16171735 18034688 3679 1992294400 4194304 7136930 140736111719392 18446744073709551615 4697665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 4403 3679 396 719 0 3682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17612

[startup+1.50129 s]
/proc/loadavg: 0.91 0.96 0.98 2/107 20892
/proc/meminfo: memFree=1773248/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=18548 CPUtime=1.49
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 6160 0 0 0 140 9 0 0 25 0 1 0 16171735 18993152 3930 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 4637 3930 396 719 0 3916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18548

[startup+3.1015 s]
/proc/loadavg: 0.91 0.96 0.98 2/107 20892
/proc/meminfo: memFree=1771760/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=20736 CPUtime=3.09
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 6692 0 0 0 293 16 0 0 25 0 1 0 16171735 21233664 4462 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 5184 4462 396 719 0 4463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20736

[startup+6.30092 s]
/proc/loadavg: 0.92 0.96 0.98 2/107 20892
/proc/meminfo: memFree=1768536/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=24280 CPUtime=6.29
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 7593 0 0 0 600 29 0 0 25 0 1 0 16171735 24862720 5363 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 6070 5363 396 719 0 5349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24280

[startup+12.7018 s]
/proc/loadavg: 0.92 0.97 0.98 2/107 20894
/proc/meminfo: memFree=1761344/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=31328 CPUtime=12.68
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 9323 0 0 0 1218 50 0 0 25 0 1 0 16171735 32079872 7093 1992294400 4194304 7136930 140736111719392 18446744073709551615 4208878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 7832 7093 396 719 0 7111 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31328

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.98 2/107 20894
/proc/meminfo: memFree=1748572/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=43216 CPUtime=25.48
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 12266 0 0 0 2452 96 0 0 25 0 1 0 16171735 44253184 10036 1992294400 4194304 7136930 140736111719392 18446744073709551615 4407795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 10804 10036 396 719 0 10083 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43216

[startup+51.1008 s]
/proc/loadavg: 0.96 0.97 0.98 2/107 20894
/proc/meminfo: memFree=1727368/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=64376 CPUtime=51.07
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 17496 0 0 0 4935 172 0 0 25 0 1 0 16171735 65921024 15266 1992294400 4194304 7136930 140736111719392 18446744073709551615 4221045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 16094 15266 396 719 0 15373 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64376

[startup+102.308 s]
/proc/loadavg: 0.98 0.97 0.98 2/107 20896
/proc/meminfo: memFree=1691036/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=100952 CPUtime=102.27
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 26569 0 0 0 9919 308 0 0 25 0 1 0 16171735 103374848 24339 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 25238 24339 396 719 0 24517 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 100952

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 20898
/proc/meminfo: memFree=1648876/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=145324 CPUtime=162.24
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 37091 0 0 0 15755 469 0 0 25 0 1 0 16171735 148811776 34861 1992294400 4194304 7136930 140736111719392 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 36331 34861 396 719 0 35610 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 145324

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 20898
/proc/meminfo: memFree=1609072/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=184008 CPUtime=222.23
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 46893 0 0 0 21580 643 0 0 25 0 1 0 16171735 188424192 44663 1992294400 4194304 7136930 140736111719392 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 46002 44663 396 719 0 45281 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 184008

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 20900
/proc/meminfo: memFree=1563068/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=232888 CPUtime=282.21
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 58375 0 0 0 27361 860 0 0 25 0 1 0 16171735 238477312 56145 1992294400 4194304 7136930 140736111719392 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 58222 56145 396 719 0 57501 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 232888

[startup+342.301 s]
/proc/loadavg: 1.07 0.99 0.99 2/107 20905
/proc/meminfo: memFree=1511980/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=281524 CPUtime=342.2
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 70908 0 0 0 33117 1103 0 0 25 0 1 0 16171735 288280576 68678 1992294400 4194304 7136930 140736111719392 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 70381 68678 396 719 0 69660 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 281524

[startup+402.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/107 20907
/proc/meminfo: memFree=1460768/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=331740 CPUtime=402.17
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 83888 0 0 0 38864 1353 0 0 25 0 1 0 16171735 339701760 81658 1992294400 4194304 7136930 140736111719392 18446744073709551615 5955631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 82935 81658 396 719 0 82214 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 331740

[startup+462.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 20909
/proc/meminfo: memFree=1440060/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=352560 CPUtime=462.16
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 88956 0 0 0 44759 1457 0 0 25 0 1 0 16171735 361021440 86726 1992294400 4194304 7136930 140736111719392 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 88140 86726 396 719 0 87419 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 352560

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20909
/proc/meminfo: memFree=1430884/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=361788 CPUtime=522.14
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 91185 0 0 0 50694 1520 0 0 25 0 1 0 16171735 370470912 88955 1992294400 4194304 7136930 140736111719392 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 90447 88955 396 719 0 89726 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 361788

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20911
/proc/meminfo: memFree=1424312/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=368568 CPUtime=582.13
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 92897 0 0 0 56628 1585 0 0 25 0 1 0 16171735 377413632 90667 1992294400 4194304 7136930 140736111719392 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 92142 90667 396 719 0 91421 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 368568

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20913
/proc/meminfo: memFree=1415880/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=376892 CPUtime=642.11
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 94946 0 0 0 62570 1641 0 0 25 0 1 0 16171735 385937408 92716 1992294400 4194304 7136930 140736111719392 18446744073709551615 5954005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 94223 92716 396 719 0 93502 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 376892

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20923
/proc/meminfo: memFree=1353880/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=447308 CPUtime=1002
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 110347 0 0 0 98220 1980 0 0 25 0 1 0 16171735 458043392 108117 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 111827 108117 396 719 0 111106 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 447308

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20923
/proc/meminfo: memFree=1347556/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=453948 CPUtime=1061.99
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 111943 0 0 0 104170 2029 0 0 25 0 1 0 16171735 464842752 109713 1992294400 4194304 7136930 140736111719392 18446744073709551615 5005080 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 113487 109713 396 719 0 112766 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 453948

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20925
/proc/meminfo: memFree=1339620/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=461948 CPUtime=1121.97
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 113989 0 0 0 110115 2082 0 0 25 0 1 0 16171735 473034752 111759 1992294400 4194304 7136930 140736111719392 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 115487 111759 396 719 0 114766 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 461948

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20927
/proc/meminfo: memFree=1327840/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=473668 CPUtime=1181.95
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 116901 0 0 0 116063 2132 0 0 25 0 1 0 16171735 485036032 114671 1992294400 4194304 7136930 140736111719392 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 118417 114671 396 719 0 117696 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 473668

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20929
/proc/meminfo: memFree=1318540/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=482316 CPUtime=1241.94
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 119098 0 0 0 122007 2187 0 0 25 0 1 0 16171735 493891584 116868 1992294400 4194304 7136930 140736111719392 18446744073709551615 4219938 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 120579 116868 396 719 0 119858 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 482316

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20931
/proc/meminfo: memFree=1310976/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=490224 CPUtime=1301.92
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 120985 0 0 0 127962 2230 0 0 25 0 1 0 16171735 501989376 118755 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 122556 118755 396 719 0 121835 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 490224

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 3/107 20931
/proc/meminfo: memFree=1304156/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=497260 CPUtime=1361.9
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 122664 0 0 0 133916 2274 0 0 25 0 1 0 16171735 509194240 120434 1992294400 4194304 7136930 140736111719392 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 124315 120434 396 719 0 123594 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 497260

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20933
/proc/meminfo: memFree=1296592/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=505196 CPUtime=1421.89
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 124549 0 0 0 139869 2320 0 0 25 0 1 0 16171735 517320704 122319 1992294400 4194304 7136930 140736111719392 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 126299 122319 396 719 0 125578 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 505196

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20935
/proc/meminfo: memFree=1291384/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=510828 CPUtime=1481.86
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 125900 0 0 0 145824 2362 0 0 25 0 1 0 16171735 523087872 123670 1992294400 4194304 7136930 140736111719392 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 127707 123670 396 719 0 126986 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 510828

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20937
/proc/meminfo: memFree=1281836/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=519700 CPUtime=1541.85
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 128236 0 0 0 151777 2408 0 0 25 0 1 0 16171735 532172800 126006 1992294400 4194304 7136930 140736111719392 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 129925 126006 396 719 0 129204 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 519700

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20939
/proc/meminfo: memFree=1272412/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=528924 CPUtime=1601.83
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 130539 0 0 0 157730 2453 0 0 25 0 1 0 16171735 541618176 128309 1992294400 4194304 7136930 140736111719392 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 132231 128309 396 719 0 131510 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 528924

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20941
/proc/meminfo: memFree=1264228/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=537192 CPUtime=1661.82
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 132591 0 0 0 163678 2504 0 0 25 0 1 0 16171735 550084608 130361 1992294400 4194304 7136930 140736111719392 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 134298 130361 396 719 0 133577 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 537192

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20941
/proc/meminfo: memFree=1247612/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=554480 CPUtime=1721.8
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 136795 0 0 0 169624 2556 0 0 25 0 1 0 16171735 567787520 134565 1992294400 4194304 7136930 140736111719392 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 138620 134565 396 719 0 137899 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 554480

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20943
/proc/meminfo: memFree=1244140/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=557568 CPUtime=1781.78
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 137524 0 0 0 175590 2588 0 0 25 0 1 0 16171735 570949632 135294 1992294400 4194304 7136930 140736111719392 18446744073709551615 6166167 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 139392 135294 396 719 0 138671 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 557568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20943
/proc/meminfo: memFree=1241040/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=560764 CPUtime=1800.1
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 138306 0 0 0 177412 2598 0 0 25 0 1 0 16171735 574222336 136076 1992294400 4194304 7136930 140736111719392 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20891/statm: 140191 136076 396 719 0 139470 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 560764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 20943
/proc/meminfo: memFree=1241040/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=560824 CPUtime=1800.88
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 138337 0 0 0 177490 2598 0 0 25 0 1 0 16171735 574283776 136107 1992294400 4194304 7136930 140736111719392 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20891/statm: 140206 136107 402 719 0 139485 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (KiB) 560824

[startup+1801.81 s]
/proc/loadavg: 1.00 0.99 0.99 2/108 20944
/proc/meminfo: memFree=1240784/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=560824 CPUtime=1801.29
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 138337 0 0 0 177531 2598 0 0 25 0 1 0 16171735 574283776 136107 1992294400 4194304 7136930 140736111719392 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20891/statm: 140206 136107 402 719 0 139485 0
Current children cumulated CPU time (s) 1801.29
Current children cumulated vsize (KiB) 560824

[startup+1802.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/108 20944
/proc/meminfo: memFree=1240784/2059040 swapFree=4140272/4192956
[pid=20891] ppid=20889 vsize=531144 CPUtime=1801.68
/proc/20891/stat : 20891 (pbscip.linux.x8) R 20889 20891 13941 0 -1 4202496 138337 0 0 0 177570 2598 0 0 25 0 1 0 16171735 543891456 128687 1992294400 4194304 7136930 140736111719392 18446744073709551615 5950417 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20891/statm: 132786 128687 402 719 0 132065 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (KiB) 531144

Child status: 0
Real time (s): 1802.29
CPU time (s): 1801.77
CPU user time (s): 1775.73
CPU system time (s): 26.044
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 560824

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

runsolver used 2.89256 second user time and 8.60169 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-13 07:08:22
IDJOB=2664615
IDBENCH=2028
IDSOLVER=1167
FILE ID=node013/2664615-1276405702
PBS_JOBID= 11173264
Free space on /tmp= 62464 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664615-1276405702/watcher-2664615-1276405702 -o /tmp/evaluation-result-2664615-1276405702/solver-2664615-1276405702 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664615-1276405702.opb -t 1800 -m 1800

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

MD5SUM BENCH= 8521955d0869ff4fe0390118a5fbc0f9
RANDOM SEED=1986367161

node013.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.253
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
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.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1787796 kB
Buffers:         42264 kB
Cached:         149616 kB
SwapCached:       6804 kB
Active:         134532 kB
Inactive:        71332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1787796 kB
SwapTotal:     4192956 kB
SwapFree:      4140272 kB
Dirty:            3288 kB
Writeback:           8 kB
AnonPages:       11404 kB
Mapped:          12876 kB
Slab:            43640 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62460 MiB
End job on node013 at 2010-06-13 07:38:25