Trace number 3733997

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT56 1789.84 1790.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark43.2274
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables603
Total number of constraints1088
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 constraints1088
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 669
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3733997-1338699473.opb>
0.00/0.03	c original problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.05	c (round 1) 0 del vars, 540 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 109/603 (18.1%) - 0 fixings, 0 aggregations, 308 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (2 rounds):
0.09/0.10	c  0 deleted vars, 540 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  1152 implications, 0 cliques
0.09/0.10	c presolved problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 548 constraints
0.09/0.10	c       8 constraints of type <knapsack>
0.09/0.10	c     540 constraints of type <linear>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.07
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.3
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1789.98
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 13950
0.09/0.10	c 
0.09/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.10	c # [type: int, range: [1,2], default: 1]
0.09/0.10	c timing/clocktype = 2
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/indicator/addCouplingCons = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.11	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.11	c   0.1s|     1 |     0 |   530 |     - |4411k|   0 | 366 | 603 | 548 | 603 | 548 |   0 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |  1058 |     - |5016k|   0 | 365 | 603 | 548 | 603 | 584 |  36 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |  1080 |     - |5464k|   0 | 366 | 603 | 548 | 603 | 613 |  65 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |  1217 |     - |5957k|   0 | 380 | 603 | 548 | 603 | 650 | 102 |   0 |   0 | 8.004132e+00 |      --      |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |  1422 |     - |6416k|   0 | 385 | 603 | 548 | 603 | 689 | 141 |   0 |   0 | 8.064516e+00 |      --      |    Inf 
0.49/0.56	c   0.5s|     1 |     0 |  1637 |     - |6767k|   0 | 386 | 603 | 548 | 603 | 745 | 197 |   0 |   0 | 8.101695e+00 |      --      |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |  1938 |     - |7243k|   0 | 386 | 603 | 548 | 603 | 806 | 258 |   0 |   0 | 8.101695e+00 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  2724 |     - |7617k|   0 | 386 | 603 | 548 | 603 | 864 | 316 |   0 |   0 | 8.101695e+00 |      --      |    Inf 
1.00/1.02	c   1.0s|     1 |     0 |  3373 |     - |7922k|   0 | 394 | 603 | 548 | 603 | 925 | 377 |   0 |   0 | 8.166667e+00 |      --      |    Inf 
1.09/1.19	c   1.2s|     1 |     0 |  4014 |     - |8339k|   0 | 385 | 603 | 548 | 603 | 971 | 423 |   0 |   0 | 8.285714e+00 |      --      |    Inf 
1.29/1.36	c   1.3s|     1 |     0 |  4410 |     - |8753k|   0 | 383 | 603 | 548 | 603 |1021 | 473 |   0 |   0 | 8.285714e+00 |      --      |    Inf 
1.39/1.47	c   1.4s|     1 |     0 |  5052 |     - |8782k|   0 | 382 | 603 | 548 | 603 |1055 | 507 |   0 |   0 | 8.285714e+00 |      --      |    Inf 
1.48/1.57	c   1.5s|     1 |     0 |  5644 |     - |8953k|   0 | 375 | 603 | 548 | 603 |1082 | 534 |   0 |   0 | 8.285714e+00 |      --      |    Inf 
1.59/1.68	c   1.7s|     1 |     0 |  6226 |     - |9035k|   0 | 347 | 603 | 548 | 603 |1103 | 555 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
1.69/1.79	c   1.8s|     1 |     0 |  6750 |     - |9041k|   0 | 355 | 603 | 548 | 603 |1122 | 574 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
1.89/1.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.91	c   1.9s|     1 |     0 |  7408 |     - |9056k|   0 | 362 | 603 | 548 | 603 |1142 | 594 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |  7982 |     - |9176k|   0 | 346 | 603 | 548 | 603 | 969 | 621 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
2.09/2.13	c   2.1s|     1 |     0 |  8504 |     - |9207k|   0 | 343 | 603 | 548 | 603 | 991 | 643 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
2.19/2.24	c   2.2s|     1 |     0 |  9234 |     - |9222k|   0 | 346 | 603 | 548 | 603 |1011 | 663 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
5.29/5.33	c   5.3s|     1 |     2 |  9234 |     - |9223k|   0 | 346 | 603 | 548 | 603 |1011 | 663 |   0 |  27 | 9.000000e+00 |      --      |    Inf 
61.67/61.75	o 73
61.67/61.75	c c61.7s|  4422 |  2738 |467290 | 103.6 |  13M|  41 |   - | 603 |1543 | 603 | 667 | 663 |3134 |2740 | 1.400000e+01 | 7.300000e+01 | 421.43%
100.56/100.69	c   101s| 10000 |  5428 |920500 |  91.1 |  18M|  50 | 150 | 603 |2124 | 603 | 667 | 663 |8735 |4142 | 1.500000e+01 | 7.300000e+01 | 386.67%
150.94/151.02	c   151s| 20000 |  8222 |  1456k|  72.4 |  26M|  59 | 129 | 603 |3251 | 603 | 667 | 663 |  21k|6568 | 1.500000e+01 | 7.300000e+01 | 386.67%
196.13/196.24	c   196s| 30000 |  9967 |  1956k|  64.9 |  31M|  59 | 145 | 603 |3618 | 603 | 667 | 663 |  36k|8358 | 1.600000e+01 | 7.300000e+01 | 356.25%
235.53/235.67	c   236s| 40000 | 11437 |  2387k|  59.4 |  36M|  68 | 164 | 603 |3937 | 603 | 667 | 663 |  51k|9914 | 1.600000e+01 | 7.300000e+01 | 356.25%
270.12/270.27	c   270s| 50000 | 12820 |  2802k|  55.9 |  41M|  68 | 162 | 603 |4484 | 603 | 667 | 663 |  66k|  10k| 1.700000e+01 | 7.300000e+01 | 329.41%
305.52/305.60	c   306s| 60000 | 14135 |  3196k|  53.1 |  46M|  68 | 116 | 603 |4607 | 603 | 667 | 663 |  81k|  11k| 1.700000e+01 | 7.300000e+01 | 329.41%
341.81/341.99	c   342s| 70000 | 15180 |  3595k|  51.2 |  49M|  68 |  41 | 603 |4772 | 603 | 667 | 663 |  96k|  12k| 1.700000e+01 | 7.300000e+01 | 329.41%
376.01/376.13	c   376s| 80000 | 16343 |  3989k|  49.8 |  53M|  69 | 164 | 603 |4838 | 603 | 667 | 663 | 110k|  13k| 1.800000e+01 | 7.300000e+01 | 305.56%
379.00/379.18	o 72
379.00/379.18	c f 379s| 80857 | 16314 |  4023k|  49.6 |  53M|  69 |   - | 603 |5080 | 603 | 667 | 663 | 111k|  13k| 1.800000e+01 | 7.200000e+01 | 300.00%
406.39/406.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.39/406.50	c   406s| 90000 | 17173 |  4325k|  48.0 |  57M|  69 | 190 | 603 |5652 | 603 | 667 | 663 | 124k|  14k| 1.800000e+01 | 7.200000e+01 | 300.00%
440.48/440.65	c   441s|100000 | 17997 |  4670k|  46.6 |  61M|  69 | 175 | 603 |5129 | 603 | 667 | 663 | 138k|  16k| 1.900000e+01 | 7.200000e+01 | 278.95%
470.88/471.01	c   471s|110000 | 19043 |  5021k|  45.6 |  64M|  78 |  99 | 603 |5763 | 603 | 667 | 663 | 152k|  16k| 1.900000e+01 | 7.200000e+01 | 278.95%
502.59/502.78	c   503s|120000 | 20002 |  5371k|  44.7 |  68M|  78 | 151 | 603 |5333 | 603 | 667 | 663 | 167k|  17k| 1.900000e+01 | 7.200000e+01 | 278.95%
533.78/533.94	c   534s|130000 | 20826 |  5705k|  43.8 |  72M|  78 |   - | 603 |6036 | 603 | 667 | 663 | 181k|  18k| 1.900000e+01 | 7.200000e+01 | 278.95%
562.37/562.55	c   563s|140000 | 21771 |  6005k|  42.8 |  76M|  78 |   - | 603 |5517 |   0 |   0 | 663 | 195k|  19k| 1.900000e+01 | 7.200000e+01 | 278.95%
592.46/592.62	o 68
592.46/592.62	c l 593s|149188 | 21947 |  6334k|  42.4 |  78M|  78 |   - | 603 |5934 | 603 | 667 | 663 | 209k|  20k| 1.960000e+01 | 6.800000e+01 | 246.94%
594.87/595.09	c   595s|150000 | 22025 |  6358k|  42.3 |  78M|  78 |   - | 603 |6270 |   0 |   0 | 663 | 210k|  20k| 1.966667e+01 | 6.800000e+01 | 245.76%
624.96/625.15	c   625s|160000 | 22678 |  6663k|  41.6 |  81M|  78 | 176 | 603 |5549 | 603 | 667 | 663 | 225k|  22k| 2.000000e+01 | 6.800000e+01 | 240.00%
653.05/653.29	c   653s|170000 | 23445 |  6971k|  41.0 |  84M|  78 |  46 | 603 |6326 | 603 | 667 | 663 | 240k|  22k| 2.000000e+01 | 6.800000e+01 | 240.00%
682.45/682.69	c   683s|180000 | 23976 |  7251k|  40.2 |  87M|  78 |  56 | 603 |7183 | 603 | 667 | 663 | 255k|  24k| 2.080000e+01 | 6.800000e+01 | 226.92%
710.94/711.18	c   711s|190000 | 24800 |  7561k|  39.7 |  90M|  78 |   - | 603 |6166 |   0 |   0 | 663 | 269k|  24k| 2.100000e+01 | 6.800000e+01 | 223.81%
739.43/739.63	o 57
739.43/739.63	c p 740s|199899 | 22471 |  7850k|  39.2 |  87M|  78 |   - | 603 |6429 | 603 | 667 | 663 | 284k|  25k| 2.100000e+01 | 5.700000e+01 | 171.43%
739.63/739.84	c   740s|200000 | 22478 |  7852k|  39.2 |  87M|  78 |   - | 603 |6529 | 603 | 667 | 663 | 284k|  25k| 2.100000e+01 | 5.700000e+01 | 171.43%
740.04/740.25	o 56
740.04/740.25	c C 740s|200099 | 22346 |  7855k|  39.2 |  87M|  78 | 127 | 603 |6656 | 603 | 667 | 663 | 284k|  25k| 2.100000e+01 | 5.600000e+01 | 166.67%
769.22/769.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.22/769.40	c   769s|210000 | 22756 |  8126k|  38.7 |  90M|  86 |   - | 603 |6960 |   0 |   0 | 663 | 299k|  27k| 2.100000e+01 | 5.600000e+01 | 166.67%
795.42/795.66	c   796s|220000 | 23553 |  8395k|  38.1 |  93M|  86 |   - | 603 |6675 |   0 |   0 | 663 | 314k|  27k| 2.100000e+01 | 5.600000e+01 | 166.67%
821.82/822.07	c   822s|230000 | 23961 |  8651k|  37.6 |  96M|  86 | 105 | 603 |6308 | 603 | 667 | 663 | 329k|  28k| 2.100000e+01 | 5.600000e+01 | 166.67%
850.81/851.01	c   851s|240000 | 24428 |  8934k|  37.2 |  98M| 100 | 115 | 603 |6697 | 603 | 667 | 663 | 344k|  29k| 2.200000e+01 | 5.600000e+01 | 154.55%
876.90/877.19	c   877s|250000 | 24720 |  9188k|  36.7 | 100M| 100 | 135 | 603 |6516 | 603 | 667 | 663 | 359k|  30k| 2.200000e+01 | 5.600000e+01 | 154.55%
900.50/900.74	c   901s|260000 | 25291 |  9423k|  36.2 | 103M| 100 |  28 | 603 |6550 | 603 | 667 | 663 | 374k|  30k| 2.200000e+01 | 5.600000e+01 | 154.55%
927.00/927.25	c   927s|270000 | 25486 |  9664k|  35.8 | 105M| 100 |   - | 603 |7205 |   0 |   0 | 663 | 389k|  31k| 2.250000e+01 | 5.600000e+01 | 148.89%
954.50/954.76	c   955s|280000 | 25947 |  9923k|  35.4 | 107M| 100 | 192 | 603 |6262 | 603 | 667 | 663 | 404k|  33k| 2.300000e+01 | 5.600000e+01 | 143.48%
978.39/978.65	c   979s|290000 | 26287 | 10164k|  35.0 | 109M| 100 |   - | 603 |7455 |   0 |   0 | 663 | 419k|  33k| 2.300000e+01 | 5.600000e+01 | 143.48%
1003.29/1003.52	c  1003s|300000 | 26334 | 10401k|  34.6 | 111M| 100 |   - | 603 |7016 | 603 | 667 | 663 | 435k|  34k| 2.300000e+01 | 5.600000e+01 | 143.48%
1029.39/1029.62	c  1030s|310000 | 26669 | 10626k|  34.2 | 112M| 100 |  77 | 603 |6598 | 603 | 667 | 663 | 450k|  35k| 2.300000e+01 | 5.600000e+01 | 143.48%
1056.17/1056.40	c  1056s|320000 | 26856 | 10857k|  33.9 | 114M| 100 | 107 | 603 |6535 | 603 | 667 | 663 | 465k|  36k| 2.300000e+01 | 5.600000e+01 | 143.48%
1079.77/1080.00	c  1080s|330000 | 27392 | 11114k|  33.7 | 117M| 100 |   - | 603 |8180 |   0 |   0 | 663 | 480k|  37k| 2.400000e+01 | 5.600000e+01 | 133.33%
1105.66/1105.94	c  1106s|340000 | 27357 | 11390k|  33.5 | 118M| 100 |  73 | 603 |8612 | 603 | 667 | 663 | 496k|  37k| 2.400000e+01 | 5.600000e+01 | 133.33%
1133.96/1134.24	c  1134s|350000 | 27244 | 11669k|  33.3 | 119M| 100 |   - | 603 |8159 | 603 | 667 | 663 | 513k|  38k| 2.400000e+01 | 5.600000e+01 | 133.33%
1158.46/1158.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1158.46/1158.78	c  1159s|360000 | 27108 | 11920k|  33.1 | 120M| 100 | 140 | 603 |8295 | 603 | 667 | 663 | 529k|  39k| 2.400000e+01 | 5.600000e+01 | 133.33%
1183.26/1183.54	c  1184s|370000 | 27280 | 12182k|  32.9 | 122M| 100 |   - | 603 |8175 |   0 |   0 | 663 | 544k|  39k| 2.400000e+01 | 5.600000e+01 | 133.33%
1211.35/1211.67	c  1212s|380000 | 27105 | 12456k|  32.8 | 122M| 100 |   - | 603 |8528 |   0 |   0 | 663 | 560k|  40k| 2.400000e+01 | 5.600000e+01 | 133.33%
1237.74/1238.05	c  1238s|390000 | 27002 | 12695k|  32.5 | 123M| 100 | 134 | 603 |8411 | 603 | 667 | 663 | 575k|  41k| 2.400000e+01 | 5.600000e+01 | 133.33%
1262.74/1263.07	c  1263s|400000 | 26739 | 12946k|  32.3 | 122M| 100 | 140 | 603 |8473 | 603 | 667 | 663 | 591k|  42k| 2.400000e+01 | 5.600000e+01 | 133.33%
1287.74/1288.07	c  1288s|410000 | 26865 | 13210k|  32.2 | 123M| 100 | 118 | 603 |7642 | 603 | 667 | 663 | 606k|  42k| 2.400000e+01 | 5.600000e+01 | 133.33%
1314.83/1315.19	c  1315s|420000 | 27028 | 13473k|  32.1 | 124M| 100 |   - | 603 |8095 | 603 | 667 | 663 | 622k|  43k| 2.433333e+01 | 5.600000e+01 | 130.14%
1342.83/1343.10	c  1343s|430000 | 27394 | 13746k|  31.9 | 126M| 100 | 121 | 603 |7400 | 603 | 667 | 663 | 637k|  44k| 2.500000e+01 | 5.600000e+01 | 124.00%
1368.52/1368.80	c  1369s|440000 | 27203 | 13983k|  31.8 | 126M| 100 | 116 | 603 |7649 | 603 | 667 | 663 | 653k|  45k| 2.500000e+01 | 5.600000e+01 | 124.00%
1391.01/1391.39	c  1391s|450000 | 26968 | 14202k|  31.5 | 126M| 100 |   - | 603 |8215 | 603 | 667 | 663 | 669k|  45k| 2.500000e+01 | 5.600000e+01 | 124.00%
1416.11/1416.41	c  1416s|460000 | 26584 | 14458k|  31.4 | 125M| 100 |   - | 603 |8124 |   0 |   0 | 663 | 686k|  45k| 2.500000e+01 | 5.600000e+01 | 124.00%
1442.61/1442.91	c  1443s|470000 | 26330 | 14704k|  31.3 | 124M| 100 | 101 | 603 |8156 | 603 | 667 | 663 | 702k|  46k| 2.500000e+01 | 5.600000e+01 | 124.00%
1468.51/1468.85	c  1469s|480000 | 26281 | 14937k|  31.1 | 123M| 100 | 106 | 603 |7097 | 603 | 667 | 663 | 718k|  48k| 2.500000e+01 | 5.600000e+01 | 124.00%
1493.30/1493.62	c  1494s|490000 | 26396 | 15166k|  30.9 | 123M| 100 |   - | 603 |7539 | 603 | 667 | 663 | 734k|  48k| 2.550000e+01 | 5.600000e+01 | 119.61%
1516.10/1516.49	c  1516s|500000 | 26833 | 15409k|  30.8 | 126M| 100 | 166 | 603 |8073 | 603 | 667 | 663 | 750k|  48k| 2.566667e+01 | 5.600000e+01 | 118.18%
1540.80/1541.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1540.80/1541.14	c  1541s|510000 | 26652 | 15641k|  30.7 | 126M| 100 | 100 | 603 |7909 | 603 | 667 | 663 | 766k|  49k| 2.600000e+01 | 5.600000e+01 | 115.38%
1566.29/1566.67	c  1567s|520000 | 26242 | 15875k|  30.5 | 125M| 100 |   - | 603 |8820 | 603 | 667 | 663 | 783k|  50k| 2.600000e+01 | 5.600000e+01 | 115.38%
1593.38/1593.78	c  1594s|530000 | 25743 | 16122k|  30.4 | 123M| 100 |  94 | 603 |8668 | 603 | 667 | 663 | 800k|  51k| 2.600000e+01 | 5.600000e+01 | 115.38%
1619.68/1620.07	c  1620s|540000 | 25566 | 16362k|  30.3 | 122M| 100 |   - | 603 |7921 | 603 | 667 | 663 | 816k|  52k| 2.650000e+01 | 5.600000e+01 | 111.32%
1642.87/1643.23	c  1643s|550000 | 25444 | 16593k|  30.2 | 122M| 100 |  92 | 603 |7549 | 603 | 667 | 663 | 833k|  53k| 2.700000e+01 | 5.600000e+01 | 107.41%
1665.08/1665.49	c  1665s|560000 | 25091 | 16812k|  30.0 | 121M| 100 | 167 | 603 |9065 | 603 | 667 | 663 | 849k|  53k| 2.700000e+01 | 5.600000e+01 | 107.41%
1689.77/1690.10	c  1690s|570000 | 24534 | 17035k|  29.9 | 119M| 100 |   - | 603 |8923 | 603 | 667 | 663 | 867k|  53k| 2.700000e+01 | 5.600000e+01 | 107.41%
1715.97/1716.32	c  1716s|580000 | 23910 | 17265k|  29.8 | 115M| 100 |   - | 603 |8364 |   0 |   0 | 663 | 883k|  55k| 2.700000e+01 | 5.600000e+01 | 107.41%
1740.87/1741.28	c  1741s|590000 | 23479 | 17482k|  29.6 | 113M| 100 |   - | 603 |8825 |   0 |   0 | 663 | 900k|  56k| 2.700000e+01 | 5.600000e+01 | 107.41%
1767.85/1768.26	c  1768s|600000 | 22877 | 17721k|  29.5 | 109M| 100 |   - | 603 |7303 | 603 | 667 | 663 | 918k|  57k| 2.700000e+01 | 5.600000e+01 | 107.41%
1789.65/1790.01	c 
1789.65/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.01	c Solving Time (sec) : 1789.98
1789.65/1790.01	c Solving Nodes      : 608785
1789.65/1790.01	c Primal Bound       : +5.60000000000000e+01 (5 solutions)
1789.65/1790.01	c Dual Bound         : +2.75000000000000e+01
1789.65/1790.01	c Gap                : 103.64 %
1789.65/1790.01	s SATISFIABLE
1789.65/1790.01	v x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 
1789.65/1790.01	v x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 
1789.65/1790.01	v x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 -x132 -x133 -x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 
1789.65/1790.01	v x146 -x147 x148 x149 x150 x151 x152 -x153 x154 x155 x156 x157 -x158 x159 x160 x161 -x162 x163 x164 -x165 -x166 -x167 x168 x169 
1789.65/1790.01	v x170 x171 x172 x173 x174 x175 x176 x177 -x178 x179 x180 x181 x182 -x183 -x184 x185 x186 x187 -x188 x189 x190 x191 -x192 -x193 
1789.65/1790.01	v -x194 -x195 -x196 -x197 x198 x199 x200 x201 x202 x203 x204 x205 -x206 x207 x208 x209 -x210 x211 x212 x213 -x214 -x215 -x216 
1789.65/1790.01	v -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 x226 x227 x228 x229 -x230 x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 
1789.65/1790.01	v -x239 -x240 -x241 -x242 -x243 -x244 x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 
1789.65/1790.01	v x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 
1789.65/1790.01	v x284 x285 x286 x287 x288 x289 x290 x291 x292 -x293 -x294 -x295 x296 x297 x298 x299 x300 x301 -x302 x303 x304 x305 x306 x307 
1789.65/1790.01	v -x308 x309 x310 x311 x312 -x313 x314 x315 x316 -x317 x318 x319 -x320 -x321 -x322 x323 x324 x325 x326 x327 -x328 x329 x330 x331 
1789.65/1790.01	v x332 -x333 -x334 x335 x336 x337 -x338 x339 x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 x349 x350 x351 -x352 x353 x354 
1789.65/1790.01	v x355 -x356 x357 x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 x372 -x373 x374 x375 -x376 
1789.65/1790.01	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1789.65/1790.01	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x408 x409 x410 x411 x412 x413 
1789.65/1790.01	v x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 -x426 -x427 -x428 x429 x430 x431 x432 x433 -x434 x435 x436 x437 
1789.65/1790.01	v x438 -x439 x440 x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 x450 x451 x452 -x453 x454 x455 x456 -x457 -x458 x459 x460 
1789.65/1790.01	v -x461 -x462 -x463 -x464 -x465 -x466 x467 x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 
1789.65/1790.01	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x14 -x13 -x12 -x11 x10 
1789.65/1790.01	v x9 -x8 -x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 -x511 -x512 -x513 x514 x515 x516 x517 -x518 x519 x520 x521 
1789.65/1790.01	v -x522 -x523 -x524 -x525 -x526 -x527 x528 x529 x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 
1789.65/1790.01	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x28 -x27 -x26 x25 x24 -x23 x22 x554 x555 x556 x557 x558 x559 
1789.65/1790.01	v x560 -x561 -x562 -x563 x564 x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 
1789.65/1790.01	v -x581 -x582 -x583 -x35 -x34 x33 -x32 x31 x30 -x29 x584 x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 
1789.65/1790.01	v -x597 -x42 -x41 x40 x39 x38 x37 -x36 -x598 -x599 -x600 -x601 -x602 -x49 x48 -x47 x46 -x45 -x44 x43 -x603 -x63 x62 x61 -x60 x59 
1789.65/1790.01	v x58 x57 -x56 x55 x54 -x53 x52 -x51 x50 -x7 x6 x5 x4 -x3 -x2 -x1 
1789.65/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.01	c Solving Time       :    1789.98
1789.65/1790.01	c Original Problem   :
1789.65/1790.01	c   Problem name     : HOME/instance-3733997-1338699473.opb
1789.65/1790.01	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.01	c   Constraints      : 1088 initial, 1088 maximal
1789.65/1790.01	c Presolved Problem  :
1789.65/1790.01	c   Problem name     : t_HOME/instance-3733997-1338699473.opb
1789.65/1790.01	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.01	c   Constraints      : 548 initial, 9523 maximal
1789.65/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.65/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   probing          :       0.05          0          0          0          0          0          0          0          0
1789.65/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   linear           :       0.01          0          0          0          0          0        540          0          0
1789.65/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.65/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.01	c   integral         :          0          0          0     375076          0        320      48266          0          0     727276
1789.65/1790.01	c   knapsack         :          8         18    3111461          0          1      10842     356451        167          0          0
1789.65/1790.01	c   linear           :        540         18    3100619          0          0     185559   19405557          2          0          0
1789.65/1790.01	c   logicor          :          0+         0    1725012          0          0      11048    3084627          0          0          0
1789.65/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.65/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.65/1790.01	c   integral         :     156.57       0.00       0.00     156.57       0.00
1789.65/1790.01	c   knapsack         :       9.27       0.00       9.27       0.00       0.00
1789.65/1790.01	c   linear           :     443.65       0.00     443.65       0.00       0.00
1789.65/1790.01	c   logicor          :      55.87       0.00      55.87       0.00       0.00
1789.65/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.65/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.65/1790.01	c   vbounds          :       0.37          2          0          0
1789.65/1790.01	c   rootredcost      :       0.38          5          0          0
1789.65/1790.01	c   pseudoobj        :       1.18    3111379         24       2491
1789.65/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.65/1790.01	c   propagation      :      14.64     207473     207350    2337577       36.3       7676       23.6          -
1789.65/1790.01	c   infeasible LP    :       8.48     111898     111898     556211       24.5      12620       18.4          0
1789.65/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.01	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1789.65/1790.01	c   applied globally :          -          -          -     932875       25.5          -          -          -
1789.65/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.65/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.65/1790.01	c   cut pool         :       0.01         17          -          -       8664          -    (maximal pool size: 5511)
1789.65/1790.01	c   redcost          :       3.29     376026          0       1344          0          0
1789.65/1790.01	c   impliedbounds    :       0.00         18          0          0         12          0
1789.65/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.65/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.65/1790.01	c   gomory           :       0.15         18          0          0       1326          0
1789.65/1790.01	c   strongcg         :       0.15         18          0          0       1414          0
1789.65/1790.01	c   cmir             :       0.43         10          0          0       4106          0
1789.65/1790.01	c   flowcover        :       0.27         10          0          0       2003          0
1789.65/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.65/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.65/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.65/1790.01	c   rapidlearning    :       0.03          1          0          0          0          0
1789.65/1790.01	c Pricers            :       Time      Calls       Vars
1789.65/1790.01	c   problem variables:       0.00          0          0
1789.65/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.01	c   relpscost        :     156.36     375076        320      48266          0          0     727276
1789.65/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.65/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.65/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.65/1790.01	c   LP solutions     :       0.00          -          0
1789.65/1790.01	c   pseudo solutions :       0.00          -          0
1789.65/1790.01	c   oneopt           :       0.12          5          0
1789.65/1790.01	c   crossover        :       0.55          8          1
1789.65/1790.01	c   feaspump         :       7.21        206          0
1789.65/1790.01	c   linesearchdiving :      13.98        686          1
1789.65/1790.01	c   guideddiving     :      11.49        686          0
1789.65/1790.01	c   coefdiving       :      10.88        686          1
1789.65/1790.01	c   pscostdiving     :      14.60        686          1
1789.65/1790.01	c   fracdiving       :      10.44        687          1
1789.65/1790.01	c   veclendiving     :      11.72        687          0
1789.65/1790.01	c   objpscostdiving  :       6.71        344          0
1789.65/1790.01	c   rootsoldiving    :       5.44        344          0
1789.65/1790.01	c   trivial          :       0.00          2          0
1789.65/1790.01	c   simplerounding   :       0.09          0          0
1789.65/1790.01	c   zirounding       :       0.11       1000          0
1789.65/1790.01	c   rounding         :       0.78       8581          0
1789.65/1790.01	c   shifting         :       5.30       2696          0
1789.65/1790.01	c   intshifting      :       0.01          0          0
1789.65/1790.01	c   twoopt           :       0.00          0          0
1789.65/1790.01	c   fixandinfer      :       0.00          0          0
1789.65/1790.01	c   intdiving        :       0.00          0          0
1789.65/1790.01	c   actconsdiving    :       0.00          0          0
1789.65/1790.01	c   octane           :       0.00          0          0
1789.65/1790.01	c   rens             :       0.00          0          0
1789.65/1790.01	c   rins             :       0.00          0          0
1789.65/1790.01	c   localbranching   :       0.00          0          0
1789.65/1790.01	c   mutation         :       0.00          0          0
1789.65/1790.01	c   dins             :       0.00          0          0
1789.65/1790.01	c   undercover       :       0.00          0          0
1789.65/1790.01	c   nlp              :       0.07          0          0
1789.65/1790.01	c   trysol           :       0.12          0          0
1789.65/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.65/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.65/1790.01	c   dual LP          :     838.15     477718   16682588      34.92   19904.05
1789.65/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.65/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.65/1790.01	c   diving/probing LP:      76.44      42972    1232562      28.68   16123.56
1789.65/1790.01	c   strong branching :     144.38      58234    1876847      32.23   12999.52
1789.65/1790.01	c     (at root node) :          -         27      21879     810.33          -
1789.65/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.65/1790.01	c B&B Tree           :
1789.65/1790.01	c   number of runs   :          1
1789.65/1790.01	c   nodes            :     608785
1789.65/1790.01	c   nodes (total)    :     608785
1789.65/1790.01	c   nodes left       :      22799
1789.65/1790.01	c   max depth        :        100
1789.65/1790.01	c   max depth (total):        100
1789.65/1790.01	c   backtracks       :     118315 (19.4%)
1789.65/1790.01	c   delayed cutoffs  :      91548
1789.65/1790.01	c   repropagations   :    1033248 (8372966 domain reductions, 63290 cutoffs)
1789.65/1790.01	c   avg switch length:       7.90
1789.65/1790.01	c   switching time   :     109.56
1789.65/1790.01	c Solution           :
1789.65/1790.01	c   Solutions found  :          5 (5 improvements)
1789.65/1790.01	c   First Solution   : +7.30000000000000e+01   (in run 1, after 4422 nodes, 61.72 seconds, depth 102, found by <coefdiving>)
1789.65/1790.01	c   Primal Bound     : +5.60000000000000e+01   (in run 1, after 200099 nodes, 740.23 seconds, depth 42, found by <crossover>)
1789.65/1790.01	c   Dual Bound       : +2.75000000000000e+01
1789.65/1790.01	c   Gap              :     103.64 %
1789.65/1790.01	c   Root Dual Bound  : +9.00000000000000e+00
1789.65/1790.01	c   Root Iterations  :       9234
1789.75/1790.17	c Time complete: 1789.83.

Verifier Data

OK	56

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 27800
/proc/meminfo: memFree=30351104/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 1463 0 0 0 0 0 0 0 20 0 1 0 336075845 9158656 1409 33554432000 4194304 8395647 140736948176848 140735710880072 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 2236 1416 374 1026 0 1206 0

[startup+0.062633 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 27800
/proc/meminfo: memFree=30351104/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=22776 CPUtime=0.05 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 5066 0 0 0 5 0 0 0 20 0 1 0 336075845 23322624 4658 33554432000 4194304 8395647 140736948176848 140735710880072 4995703 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 5694 4658 490 1026 0 4664 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22776

[startup+0.100327 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 27800
/proc/meminfo: memFree=30351104/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=22776 CPUtime=0.09 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 5066 0 0 0 9 0 0 0 20 0 1 0 336075845 23322624 4658 33554432000 4194304 8395647 140736948176848 140735710880072 5026466 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 5694 4658 490 1026 0 4664 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22776

[startup+0.300277 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 27800
/proc/meminfo: memFree=30351104/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=35196 CPUtime=0.29 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 8845 0 0 0 28 1 0 0 20 0 1 0 336075845 36040704 7922 33554432000 4194304 8395647 140736948176848 140736948172136 6197326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 8799 7922 617 1026 0 7769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35196

[startup+0.700277 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 27800
/proc/meminfo: memFree=30351104/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=35196 CPUtime=0.69 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 8921 0 0 0 68 1 0 0 20 0 1 0 336075845 36040704 7998 33554432000 4194304 8395647 140736948176848 140736948172136 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 8799 7998 617 1026 0 7769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35196

[startup+1.50031 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27801
/proc/meminfo: memFree=30317684/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=38712 CPUtime=1.48 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 9267 0 0 0 147 1 0 0 20 0 1 0 336075845 39641088 8855 33554432000 4194304 8395647 140736948176848 140736948172136 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 9678 8855 618 1026 0 8648 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38712

[startup+3.10023 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27801
/proc/meminfo: memFree=30313832/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=41120 CPUtime=3.09 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 10592 0 0 0 306 3 0 0 20 0 1 0 336075845 42106880 9444 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 10280 9444 620 1026 0 9250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41120

[startup+6.30023 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27801
/proc/meminfo: memFree=30310600/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=41120 CPUtime=6.28 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 10593 0 0 0 623 5 0 0 20 0 1 0 336075845 42106880 9445 33554432000 4194304 8395647 140736948176848 140736948171000 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 10280 9445 621 1026 0 9250 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41120

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27801
/proc/meminfo: memFree=30306260/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=41120 CPUtime=12.69 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 10593 0 0 0 1256 13 0 0 20 0 1 0 336075845 42106880 9445 33554432000 4194304 8395647 140736948176848 140736948172152 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 10280 9445 621 1026 0 9250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41120

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30296440/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=41120 CPUtime=25.48 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 10601 0 0 0 2520 28 0 0 20 0 1 0 336075845 42106880 9453 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 10280 9453 628 1026 0 9250 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41120

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30276072/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=43364 CPUtime=51.09 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 11116 0 0 0 5049 60 0 0 20 0 1 0 336075845 44404736 9968 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 10841 9968 628 1026 0 9811 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 43364

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27839
/proc/meminfo: memFree=31526452/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=51560 CPUtime=102.27 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 13306 0 0 0 10098 129 0 0 20 0 1 0 336075845 52797440 12459 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 12890 12459 726 1026 0 11860 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 51560

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27842
/proc/meminfo: memFree=31509852/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=66864 CPUtime=162.24 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 17159 0 0 0 16021 203 0 0 20 0 1 0 336075845 68468736 16278 33554432000 4194304 8395647 140736948176848 140736948171720 5029380 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 16716 16278 727 1026 0 15686 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 66864

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 27865
/proc/meminfo: memFree=31496956/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=76044 CPUtime=222.24 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 19445 0 0 0 21946 278 0 0 20 0 1 0 336075845 77869056 18558 33554432000 4194304 8395647 140736948176848 140736948172312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 19011 18558 727 1026 0 17981 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 76044

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 27865
/proc/meminfo: memFree=31485912/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=86156 CPUtime=282.22 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 22012 0 0 0 27873 349 0 0 20 0 1 0 336075845 88223744 21104 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 21539 21104 727 1026 0 20509 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 86156

[startup+342.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 27865
/proc/meminfo: memFree=31470084/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=96004 CPUtime=342.2 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 24510 0 0 0 33797 423 0 0 20 0 1 0 336075845 98308096 23552 33554432000 4194304 8395647 140736948176848 140736948172360 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 24001 23552 727 1026 0 22971 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 96004

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 27865
/proc/meminfo: memFree=31458048/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=104864 CPUtime=402.2 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 26823 0 0 0 39720 500 0 0 20 0 1 0 336075845 107380736 25806 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 26216 25806 727 1026 0 25186 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 104864

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 27865
/proc/meminfo: memFree=31446068/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=112656 CPUtime=462.18 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 28755 0 0 0 45646 572 0 0 20 0 1 0 336075845 115359744 27696 33554432000 4194304 8395647 140736948176848 140736948172456 5027983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 28164 27696 727 1026 0 27134 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 112656

[startup+522.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 27866
/proc/meminfo: memFree=31430060/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=123092 CPUtime=522.17 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 31386 0 0 0 51573 644 0 0 20 0 1 0 336075845 126046208 30290 33554432000 4194304 8395647 140736948176848 140736948172312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 30773 30290 727 1026 0 29743 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 123092

[startup+582.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 27866
/proc/meminfo: memFree=31415100/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=131288 CPUtime=582.16 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 33557 0 0 0 57499 717 0 0 20 0 1 0 336075845 134438912 32385 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 32822 32385 727 1026 0 31792 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 131288

[startup+642.3 s]

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

/proc/meminfo: memFree=31326544/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=179032 CPUtime=1002.08 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 70193 0 0 0 99019 1189 0 0 20 0 1 0 336075845 183328768 44313 33554432000 4194304 8395647 140736948176848 140736948171976 5031115 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 44758 44313 737 1026 0 43728 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 179032

[startup+1062.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 27870
/proc/meminfo: memFree=31315136/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=182576 CPUtime=1062.08 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 71971 0 0 0 104957 1251 0 0 20 0 1 0 336075845 186957824 45207 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 45644 45207 737 1026 0 44614 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 182576

[startup+1122.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 27871
/proc/meminfo: memFree=31304516/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=189496 CPUtime=1122.06 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 73698 0 0 0 110890 1316 0 0 20 0 1 0 336075845 194043904 46931 33554432000 4194304 8395647 140736948176848 140736948172408 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 47374 46931 737 1026 0 46344 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 189496

[startup+1182.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/177 27871
/proc/meminfo: memFree=31295940/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=191516 CPUtime=1182.05 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 74167 0 0 0 116823 1382 0 0 20 0 1 0 336075845 196112384 47400 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 47879 47400 737 1026 0 46849 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 191516

[startup+1242.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/177 27871
/proc/meminfo: memFree=31286020/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=193476 CPUtime=1242.04 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 74676 0 0 0 122756 1448 0 0 20 0 1 0 336075845 198119424 47909 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 48369 47909 737 1026 0 47339 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 193476

[startup+1302.3 s]
/proc/loadavg: 2.07 2.07 2.00 3/177 27871
/proc/meminfo: memFree=31276584/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=195812 CPUtime=1302.03 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 77764 0 0 0 128694 1509 0 0 20 0 1 0 336075845 200511488 48556 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 48953 48556 737 1026 0 47923 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 195812

[startup+1362.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/178 27874
/proc/meminfo: memFree=31266036/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=199692 CPUtime=1362.02 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 78751 0 0 0 134632 1570 0 0 20 0 1 0 336075845 204484608 49519 33554432000 4194304 8395647 140736948176848 140736948171976 5006074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 49923 49519 737 1026 0 48893 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 199692

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 27875
/proc/meminfo: memFree=31257960/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=200100 CPUtime=1422.02 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 78827 0 0 0 140568 1634 0 0 20 0 1 0 336075845 204902400 49595 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 50025 49595 737 1026 0 48995 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 200100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 27875
/proc/meminfo: memFree=31253620/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=201696 CPUtime=1482 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79194 0 0 0 146511 1689 0 0 20 0 1 0 336075845 206536704 49962 33554432000 4194304 8395647 140736948176848 140736948171976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 50424 49962 737 1026 0 49394 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 201696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 27875
/proc/meminfo: memFree=31247476/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=202668 CPUtime=1542 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79486 0 0 0 152453 1747 0 0 20 0 1 0 336075845 207532032 50252 33554432000 4194304 8395647 140736948176848 140736948172312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 50667 50252 737 1026 0 49637 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 202668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 27875
/proc/meminfo: memFree=31241524/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=203924 CPUtime=1601.99 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79769 0 0 0 158391 1808 0 0 20 0 1 0 336075845 208818176 50534 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 50981 50534 737 1026 0 49951 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 203924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27875
/proc/meminfo: memFree=31239212/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=203924 CPUtime=1661.98 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79779 0 0 0 164326 1872 0 0 20 0 1 0 336075845 208818176 50544 33554432000 4194304 8395647 140736948176848 140736948172312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 50981 50544 737 1026 0 49951 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 203924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27876
/proc/meminfo: memFree=31234748/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204140 CPUtime=1721.96 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79832 0 0 0 170264 1932 0 0 20 0 1 0 336075845 209039360 50597 33554432000 4194304 8395647 140736948176848 140736948171656 5026570 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51035 50597 737 1026 0 50005 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 204140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27876
/proc/meminfo: memFree=31226872/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204452 CPUtime=1781.96 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79893 0 0 0 176202 1994 0 0 20 0 1 0 336075845 209358848 50658 33554432000 4194304 8395647 140736948176848 140736948172360 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51113 50658 737 1026 0 50083 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 204452

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27876
/proc/meminfo: memFree=31226872/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204452 CPUtime=1785.16 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79893 0 0 0 176518 1998 0 0 20 0 1 0 336075845 209358848 50658 33554432000 4194304 8395647 140736948176848 140736948171704 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51113 50658 737 1026 0 50083 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 204452

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27876
/proc/meminfo: memFree=31226872/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204452 CPUtime=1788.35 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79893 0 0 0 176834 2001 0 0 20 0 1 0 336075845 209358848 50658 33554432000 4194304 8395647 140736948176848 140736948172456 5028688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51113 50658 737 1026 0 50083 0
Current children cumulated CPU time (s) 1788.35
Current children cumulated vsize (KiB) 204452

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27876
/proc/meminfo: memFree=31226872/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204452 CPUtime=1789.15 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79893 0 0 0 176913 2002 0 0 20 0 1 0 336075845 209358848 50658 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51113 50658 737 1026 0 50083 0
Current children cumulated CPU time (s) 1789.15
Current children cumulated vsize (KiB) 204452

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27876
/proc/meminfo: memFree=31226252/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204452 CPUtime=1789.56 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79893 0 0 0 176953 2003 0 0 20 0 1 0 336075845 209358848 50658 33554432000 4194304 8395647 140736948176848 140736948172456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51113 50658 737 1026 0 50083 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 204452

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27876
/proc/meminfo: memFree=31226252/32873844 swapFree=7116/7116
[pid=27800] ppid=27798 vsize=204452 CPUtime=1789.75 cores=1,3,5,7
/proc/27800/stat : 27800 (pbscip.linux.x8) R 27798 27800 25766 0 -1 4202496 79895 0 0 0 176972 2003 0 0 20 0 1 0 336075845 209358848 50660 33554432000 4194304 8395647 140736948176848 140736948172456 4664239 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27800/statm: 51113 50660 739 1026 0 50083 0
Current children cumulated CPU time (s) 1789.75
Current children cumulated vsize (KiB) 204452

Child status: 0
Real time (s): 1790.18
CPU time (s): 1789.84
CPU user time (s): 1769.8
CPU system time (s): 20.036
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 205432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.8
system time used= 20.036
maximum resident set size= 202640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79896
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= 66
involuntary context switches= 1836

runsolver used 2.69159 second user time and 8.74867 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 06:57:53
IDJOB=3733997
IDBENCH=2641
IDSOLVER=2326
FILE ID=node103/3733997-1338699473
RUNJOBID= node103-1338678622-25787
PBS_JOBID= 14636710
Free space on /tmp= 71116 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733997-1338699473/watcher-3733997-1338699473 -o /tmp/evaluation-result-3733997-1338699473/solver-3733997-1338699473 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733997-1338699473.opb -t 1800 -m 15500

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

MD5SUM BENCH= 824c01e4395cf59ee9d4081be7b21301
RANDOM SEED=595639249

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30351260 kB
Buffers:          150252 kB
Cached:           323040 kB
SwapCached:         5652 kB
Active:          1428880 kB
Inactive:         332688 kB
Active(anon):    1285720 kB
Inactive(anon):     4740 kB
Active(file):     143160 kB
Inactive(file):   327948 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096348 kB
Dirty:             10196 kB
Writeback:             0 kB
AnonPages:       1255564 kB
Mapped:            11028 kB
Shmem:                 0 kB
Slab:             621424 kB
SReclaimable:      62176 kB
SUnreclaim:       559248 kB
KernelStack:        1472 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1406072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71104 MiB
End job on node103 at 2012-06-03 07:27:43