Trace number 1868926

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)343 1800.17 1800.79

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
MD5SUMe79c956fa387b090702a2dffba5fa8e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1060
Total number of constraints3737
Number of constraints which are clauses3737
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1060
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 1060
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1060
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.06	c SCIP version 1.1.0.7
0.01/0.06	c LP-Solver SoPlex 1.4.1
0.01/0.06	c user parameter file <scip.set> not found - using default parameters
0.01/0.06	c read problem <HOME/instance-1868926-1245150394.opb>
0.01/0.06	c original problem has 1060 variables (1060 bin, 0 int, 0 impl, 0 cont) and 3737 constraints
0.01/0.08	c start presolving problem
0.01/0.08	c presolving:
0.09/0.10	c (round 1) 20 del vars, 20 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 23420 impls, 0 clqs
0.09/0.14	c (round 2) 20 del vars, 30 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3327 upgd conss, 23420 impls, 0 clqs
0.09/0.17	c (round 3) 20 del vars, 30 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3707 upgd conss, 23420 impls, 0 clqs
0.19/0.21	c    (0.1s) probing: 101/1040 (9.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (4 rounds):
0.19/0.21	c  20 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  23420 implications, 0 cliques
0.19/0.21	c presolved problem has 1040 variables (1040 bin, 0 int, 0 impl, 0 cont) and 3707 constraints
0.19/0.21	c    3707 constraints of type <logicor>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.11
0.19/0.21	c strange?!, PURESAT with obj
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = c 1620
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = c 1791
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = c 10000
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving problem
0.19/0.21	c 
0.49/0.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.53	c   0.4s|     1 |     0 |  1503 |7556k|   0 | 744 |1040 |3707 |3707 |1040 |3707 |   0 |   0 |   0 | 2.407500e+02 |      --      |    Inf 
2.10/2.18	c   2.0s|     1 |     0 |  6664 |7643k|   0 | 735 |1040 |3707 |3707 |1040 |3718 |  11 |   0 |   0 | 2.493750e+02 |      --      |    Inf 
2.39/2.44	c   2.3s|     1 |     0 |  6813 |7689k|   0 | 728 |1040 |3707 |3707 |1040 |3730 |  23 |   0 |   0 | 2.567500e+02 |      --      |    Inf 
2.58/2.69	c   2.5s|     1 |     0 |  6955 |7755k|   0 | 722 |1040 |3707 |3707 |1040 |3741 |  34 |   0 |   0 | 2.610625e+02 |      --      |    Inf 
2.89/2.99	c   2.8s|     1 |     0 |  7187 |7875k|   0 | 725 |1040 |3707 |3707 |1040 |3755 |  48 |   0 |   0 | 2.626875e+02 |      --      |    Inf 
3.29/3.36	c   3.2s|     1 |     0 |  7579 |8041k|   0 | 701 |1040 |3707 |3707 |1040 |3772 |  65 |   0 |   0 | 2.667907e+02 |      --      |    Inf 
3.69/3.73	c   3.6s|     1 |     0 |  8010 |8266k|   0 | 718 |1040 |3707 |3707 |1040 |3793 |  86 |   0 |   0 | 2.698695e+02 |      --      |    Inf 
4.09/4.13	c   4.0s|     1 |     0 |  8504 |8506k|   0 | 716 |1040 |3707 |3707 |1040 |3816 | 109 |   0 |   0 | 2.734484e+02 |      --      |    Inf 
4.59/4.61	c   4.4s|     1 |     0 |  9073 |8920k|   0 | 708 |1040 |3707 |3707 |1040 |3833 | 126 |   0 |   0 | 2.757698e+02 |      --      |    Inf 
4.98/5.10	c   4.9s|     1 |     0 |  9530 |9356k|   0 | 715 |1040 |3707 |3707 |1040 |3847 | 140 |   0 |   0 | 2.769692e+02 |      --      |    Inf 
5.59/5.66	c   5.5s|     1 |     0 | 10012 |9766k|   0 | 709 |1040 |3707 |3707 |1040 |3862 | 155 |   0 |   0 | 2.777551e+02 |      --      |    Inf 
6.39/6.40	c   6.2s|     1 |     0 | 10532 |  10M|   0 | 697 |1040 |3707 |3707 |1040 |3875 | 168 |   0 |   0 | 2.782645e+02 |      --      |    Inf 
7.09/7.11	c   6.9s|     1 |     0 | 10917 |  10M|   0 | 699 |1040 |3707 |3707 |1040 |3889 | 182 |   0 |   0 | 2.785630e+02 |      --      |    Inf 
7.89/7.94	c   7.7s|     1 |     0 | 11366 |  10M|   0 | 716 |1040 |3707 |3707 |1040 |3892 | 192 |   0 |   0 | 2.794169e+02 |      --      |    Inf 
8.59/8.63	c   8.4s|     1 |     0 | 11819 |  10M|   0 | 719 |1040 |3707 |3707 |1040 |3904 | 204 |   0 |   0 | 2.797114e+02 |      --      |    Inf 
9.48/9.57	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.48/9.57	c   9.3s|     1 |     0 | 12227 |  11M|   0 | 712 |1040 |3707 |3707 |1040 |3912 | 212 |   0 |   0 | 2.801553e+02 |      --      |    Inf 
10.19/10.22	c  10.0s|     1 |     0 | 12651 |  11M|   0 | 719 |1040 |3707 |3707 |1040 |3921 | 221 |   0 |   0 | 2.805533e+02 |      --      |    Inf 
10.99/11.01	c  10.8s|     1 |     0 | 12878 |  11M|   0 | 725 |1040 |3707 |3707 |1040 |3930 | 230 |   0 |   0 | 2.807062e+02 |      --      |    Inf 
11.78/11.89	c  11.7s|     1 |     0 | 13255 |  11M|   0 | 720 |1040 |3707 |3707 |1040 |3940 | 240 |   0 |   0 | 2.807808e+02 |      --      |    Inf 
12.69/12.76	c  12.5s|     1 |     0 | 13529 |  12M|   0 | 728 |1040 |3707 |3707 |1040 |3922 | 247 |   0 |   0 | 2.808518e+02 |      --      |    Inf 
13.48/13.58	c  13.3s|     1 |     0 | 13741 |  12M|   0 | 719 |1040 |3707 |3707 |1040 |3928 | 253 |   0 |   0 | 2.809089e+02 |      --      |    Inf 
13.99/14.05	c  13.8s|     1 |     0 | 13899 |  12M|   0 | 725 |1040 |3707 |3707 |1040 |3934 | 259 |   0 |   0 | 2.809463e+02 |      --      |    Inf 
14.39/14.49	c  14.2s|     1 |     0 | 13963 |  12M|   0 | 724 |1040 |3707 |3707 |1040 |3937 | 262 |   0 |   0 | 2.809638e+02 |      --      |    Inf 
14.88/14.92	c  14.6s|     1 |     0 | 13975 |  12M|   0 | 725 |1040 |3707 |3707 |1040 |3939 | 264 |   0 |   0 | 2.809642e+02 |      --      |    Inf 
15.29/15.36	c  15.1s|     1 |     0 | 14049 |  12M|   0 | 723 |1040 |3707 |3707 |1040 |3940 | 265 |   0 |   0 | 2.809642e+02 |      --      |    Inf 
15.69/15.79	c  15.5s|     1 |     0 | 14078 |  12M|   0 | 723 |1040 |3707 |3707 |1040 |3907 | 266 |   0 |   0 | 2.809642e+02 |      --      |    Inf 
19.08/19.16	c  18.9s|     1 |     2 | 14078 |  12M|   0 | 723 |1040 |3707 |3707 |1040 |3907 | 266 |   0 |  33 | 2.809642e+02 |      --      |    Inf 
64.66/64.74	o 437
64.66/64.74	c R64.2s|    19 |    18 | 15635 |  12M|  16 | 118 |1040 |3707 |3253 |1040 |3860 | 266 |   0 | 610 | 2.815296e+02 | 4.370000e+02 |  55.22%
64.96/65.02	o 436
64.96/65.02	c R64.5s|    19 |    18 | 15644 |  12M|  16 | 113 |1040 |3707 |3248 |1040 |3860 | 266 |   0 | 627 | 2.815296e+02 | 4.360000e+02 |  54.87%
65.26/65.34	o 435
65.26/65.34	c R64.8s|    19 |    18 | 15648 |  12M|  16 | 111 |1040 |3707 |3246 |1040 |3860 | 266 |   0 | 641 | 2.815296e+02 | 4.350000e+02 |  54.51%
65.46/65.53	o 434
65.46/65.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.46/65.53	c R65.0s|    19 |    18 | 15650 |  12M|  16 | 110 |1040 |3707 |3245 |1040 |3860 | 266 |   0 | 651 | 2.815296e+02 | 4.340000e+02 |  54.16%
65.76/65.83	o 433
65.76/65.83	c R65.3s|    19 |    18 | 15659 |  12M|  16 | 107 |1040 |3707 |3242 |1040 |3860 | 266 |   0 | 666 | 2.815296e+02 | 4.330000e+02 |  53.80%
66.06/66.18	o 414
66.06/66.18	c k65.6s|    19 |    20 | 15659 |  12M|  16 | 107 |1040 |3707 |3242 |1040 |3860 | 266 |   0 | 680 | 2.815296e+02 | 4.140000e+02 |  47.05%
66.75/66.89	o 407
66.75/66.89	c R66.3s|    20 |    19 | 15696 |  12M|  17 |  19 |1040 |3707 |3211 |1040 |3860 | 266 |   0 | 713 | 2.815296e+02 | 4.070000e+02 |  44.57%
66.85/66.91	o 400
66.85/66.91	c k66.3s|    20 |    18 | 15696 |  12M|  17 |   - |1040 |3707 |3211 |1040 |3860 | 266 |   0 | 715 | 2.815296e+02 | 4.000000e+02 |  42.08%
121.84/121.91	o 399
121.84/121.91	c c 121s|  1148 |   466 | 73514 |  13M|  52 |   - |1040 |3747 |2933 |1040 |3860 | 266 |  40 |1159 | 2.843428e+02 | 3.990000e+02 |  40.32%
121.84/121.94	o 397
121.84/121.94	c k 121s|  1149 |   448 | 73562 |  13M|  52 | 417 |1040 |3747 |3202 |1040 |3860 | 266 |  40 |1159 | 2.843428e+02 | 3.970000e+02 |  39.62%
128.84/128.94	o 390
128.84/128.94	c * 128s|  1333 |   486 | 82960 |  13M|  52 |   - |1040 |3765 |2575 |1040 |3860 | 266 |  58 |1218 | 2.843428e+02 | 3.900000e+02 |  37.16%
128.84/128.95	o 388
128.84/128.95	c k 128s|  1333 |   460 | 82960 |  13M|  52 |   - |1040 |3765 |2575 |1040 |3860 | 266 |  58 |1218 | 2.843428e+02 | 3.880000e+02 |  36.45%
129.34/129.45	o 387
129.34/129.45	c R 129s|  1347 |   461 | 83385 |  13M|  52 |  15 |1040 |3765 |2604 |1040 |3860 | 266 |  58 |1227 | 2.843428e+02 | 3.870000e+02 |  36.10%
129.34/129.45	o 384
129.34/129.45	c k 129s|  1347 |   426 | 83385 |  13M|  52 |  15 |1040 |3765 |2604 |1040 |3860 | 266 |  58 |1227 | 2.843428e+02 | 3.840000e+02 |  35.05%
130.33/130.46	o 383
130.33/130.46	c R 130s|  1387 |   422 | 84673 |  13M|  52 |  39 |1040 |3769 |2298 |1040 |3860 | 266 |  62 |1241 | 2.843428e+02 | 3.830000e+02 |  34.70%
130.33/130.47	o 382
130.33/130.47	c k 130s|  1387 |   416 | 84673 |  13M|  52 |  39 |1040 |3769 |2298 |1040 |3860 | 266 |  62 |1241 | 2.843428e+02 | 3.820000e+02 |  34.34%
133.13/133.29	o 381
133.13/133.29	c R 132s|  1407 |   414 | 88452 |  13M|  52 |  54 |1040 |3773 |2288 |1040 |3860 | 266 |  66 |1250 | 2.845012e+02 | 3.810000e+02 |  33.92%
133.13/133.30	o 373
133.13/133.30	c k 132s|  1407 |   367 | 88452 |  13M|  52 |  54 |1040 |3773 |2288 |1040 |3860 | 266 |  66 |1250 | 2.845012e+02 | 3.730000e+02 |  31.11%
138.63/138.74	o 364
138.63/138.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.63/138.74	c * 138s|  1546 |   331 | 96192 |  13M|  54 |   - |1040 |3786 |2648 |1040 |3860 | 266 |  79 |1283 | 2.847319e+02 | 3.640000e+02 |  27.84%
138.63/138.74	o 363
138.63/138.74	c k 138s|  1546 |   325 | 96192 |  13M|  54 |   - |1040 |3786 |2648 |1040 |3860 | 266 |  79 |1283 | 2.847319e+02 | 3.630000e+02 |  27.49%
138.93/139.09	o 362
138.93/139.09	c * 138s|  1548 |   313 | 96290 |  13M|  54 |   - |1040 |3786 |2623 |1040 |3860 | 266 |  79 |1291 | 2.847319e+02 | 3.620000e+02 |  27.14%
138.93/139.09	o 361
138.93/139.09	c k 138s|  1548 |   303 | 96290 |  13M|  54 |   - |1040 |3786 |2623 |1040 |3860 | 266 |  79 |1291 | 2.847319e+02 | 3.610000e+02 |  26.79%
139.23/139.38	o 360
139.23/139.38	c * 138s|  1564 |   299 | 96879 |  13M|  56 |   - |1040 |3786 |2473 |1040 |3860 | 266 |  79 |1291 | 2.847319e+02 | 3.600000e+02 |  26.43%
139.23/139.38	o 359
139.23/139.38	c k 138s|  1564 |   285 | 96879 |  13M|  56 |   - |1040 |3786 |2473 |1040 |3860 | 266 |  79 |1291 | 2.847319e+02 | 3.590000e+02 |  26.08%
160.22/160.38	o 358
160.22/160.38	c R 159s|  2053 |   371 |126578 |  13M|  58 |  55 |1040 |3786 |2472 |1040 |3860 | 266 |  89 |1436 | 2.859143e+02 | 3.580000e+02 |  25.21%
173.63/173.71	o 357
173.63/173.71	c R 172s|  2373 |   402 |145025 |  13M|  58 |  56 |1040 |3791 |2417 |1040 |3860 | 266 |  98 |1579 | 2.864787e+02 | 3.570000e+02 |  24.62%
173.63/173.72	o 353
173.63/173.72	c k 172s|  2373 |   364 |145025 |  13M|  58 |  56 |1040 |3791 |2417 |1040 |3860 | 266 |  98 |1579 | 2.864787e+02 | 3.530000e+02 |  23.22%
174.12/174.25	o 352
174.12/174.25	c R 173s|  2394 |   351 |145819 |  13M|  58 |  53 |1040 |3791 |2405 |1040 |3860 | 266 |  98 |1583 | 2.864787e+02 | 3.520000e+02 |  22.87%
174.12/174.25	o 351
174.12/174.25	c k 173s|  2394 |   344 |145819 |  13M|  58 |  53 |1040 |3791 |2405 |1040 |3860 | 266 |  98 |1583 | 2.864787e+02 | 3.510000e+02 |  22.52%
177.52/177.67	o 350
177.52/177.67	c R 176s|  2483 |   336 |151714 |  13M|  58 |  55 |1040 |3797 |2587 |1040 |3860 | 266 | 105 |1597 | 2.864787e+02 | 3.500000e+02 |  22.17%
177.62/177.70	o 349
177.62/177.70	c R 176s|  2483 |   330 |151727 |  13M|  58 |  52 |1040 |3797 |2587 |1040 |3860 | 266 | 105 |1598 | 2.864787e+02 | 3.490000e+02 |  21.82%
234.70/234.85	o 348
234.70/234.85	c R 233s|  3629 |   543 |238926 |  14M|  61 |  57 |1040 |3802 |2608 |1040 |3860 | 266 | 125 |1923 | 2.876284e+02 | 3.480000e+02 |  20.99%
234.70/234.85	o 347
234.70/234.85	c k 233s|  3629 |   530 |238926 |  14M|  61 |  57 |1040 |3802 |2608 |1040 |3860 | 266 | 125 |1923 | 2.876284e+02 | 3.470000e+02 |  20.64%
349.67/349.87	o 347
349.67/349.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.67/349.87	c C 347s|  7266 |   959 |414476 |  15M|  61 | 246 |1040 |3795 |2839 |1040 |3860 | 266 | 178 |2549 | 2.890206e+02 | 3.470000e+02 |  20.06%
428.84/429.03	c   426s| 10000 |  1221 |539142 |  16M|  61 | 392 |1040 |3797 |3018 |1040 |3860 | 266 | 204 |2924 | 2.899883e+02 | 3.470000e+02 |  19.66%
723.44/723.78	c   719s| 20000 |  2075 |984600 |  19M|  62 |   - |1040 |3791 |2972 |1040 |3860 | 266 | 316 |4619 | 2.940049e+02 | 3.470000e+02 |  18.03%
970.45/970.86	c   965s| 30000 |  2565 |  1356k|  20M|  62 | 350 |1040 |3806 |2948 |1040 |3860 | 266 | 367 |5979 | 2.957542e+02 | 3.470000e+02 |  17.33%
993.54/993.98	o 345
993.54/993.98	c * 988s| 30840 |  2499 |  1393k|  20M|  62 |   - |1040 |3804 |2922 |1040 |3860 | 266 | 377 |6105 | 2.958988e+02 | 3.450000e+02 |  16.59%
1221.76/1222.26	c  1215s| 40000 |  2945 |  1748k|  21M|  62 | 383 |1040 |3783 |2947 |1040 |3860 | 266 | 416 |7189 | 2.968166e+02 | 3.450000e+02 |  16.23%
1489.98/1490.54	c  1481s| 50000 |  3527 |  2171k|  23M|  62 | 222 |1040 |3782 |2833 |1040 |3860 | 266 | 448 |8426 | 2.980500e+02 | 3.450000e+02 |  15.75%
1555.65/1556.24	o 343
1555.65/1556.24	c *1546s| 52762 |  3445 |  2287k|  23M|  62 |   - |1040 |3767 |2922 |1040 |3860 | 266 | 448 |8576 | 2.984155e+02 | 3.430000e+02 |  14.94%
1716.50/1717.18	c  1706s| 60000 |  3739 |  2587k|  24M|  62 |   - |1040 |3766 |2783 |1040 |3860 | 266 | 452 |8646 | 2.990551e+02 | 3.430000e+02 |  14.69%
1800.08/1800.73	c 
1800.08/1800.73	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.73	c Solving Time (sec) : 1789.37
1800.08/1800.73	c Solving Nodes      : 63113
1800.08/1800.73	c Primal Bound       : +3.43000000000000e+02 (93 solutions)
1800.08/1800.73	c Dual Bound         : +2.99255050512648e+02
1800.08/1800.73	c Gap                : 14.62 %
1800.08/1800.73	c NODE         63113
1800.08/1800.73	c DUAL BOUND   299.255
1800.08/1800.73	c PRIMAL BOUND 343
1800.08/1800.73	c GAP          0.146179
1800.08/1800.73	s SATISFIABLE
1800.08/1800.73	v -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 
1800.08/1800.73	v x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 
1800.08/1800.73	v x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 x1010 -x1009 -x1008 -x1007 -x1006 
1800.08/1800.73	v -x1005 -x1004 -x1003 -x1002 x1001 -x1000 -x999 -x998 x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 
1800.08/1800.73	v -x985 -x984 -x983 -x982 -x981 x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 x970 -x969 -x968 -x967 -x966 -x965 
1800.08/1800.73	v -x964 -x963 -x962 x961 -x960 x959 x958 -x957 x956 -x955 x954 -x953 x952 -x951 x950 -x949 x948 -x947 x946 -x945 x944 -x943 x942 
1800.08/1800.73	v -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 x921 
1800.08/1800.73	v -x920 x919 x918 -x917 x916 -x915 x914 -x913 x912 -x911 x910 -x909 x908 -x907 x906 -x905 x904 -x903 x902 -x901 x900 -x899 -x898 
1800.08/1800.73	v -x897 -x896 -x895 -x894 -x893 -x892 -x891 x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 x881 x880 -x879 -x878 -x877 
1800.08/1800.73	v -x876 -x875 -x874 -x873 -x872 -x871 x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 x861 -x860 -x859 -x858 -x857 -x856 
1800.08/1800.73	v -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 x841 x840 -x839 -x838 -x837 -x836 -x835 
1800.08/1800.73	v -x834 -x833 -x832 -x831 x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 
1800.08/1800.73	v -x813 -x812 -x811 x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 
1800.08/1800.73	v -x791 x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 x781 x780 -x779 x778 -x777 x776 -x775 x774 -x773 x772 -x771 -x770 
1800.08/1800.73	v x769 x768 -x767 x766 -x765 x764 -x763 x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 x750 -x749 
1800.08/1800.73	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 x741 x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 x730 -x729 -x728 -x727 
1800.08/1800.73	v -x726 -x725 -x724 -x723 -x722 x721 x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 x710 -x709 -x708 -x707 -x706 
1800.08/1800.73	v -x705 -x704 -x703 -x702 x701 x700 -x699 x698 -x697 x696 -x695 x694 -x693 x692 -x691 -x690 x689 x688 -x687 x686 -x685 x684 -x683 
1800.08/1800.73	v x682 -x681 x680 -x679 -x678 x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 
1800.08/1800.73	v -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 x641 
1800.08/1800.73	v -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 x621 -x620 
1800.08/1800.73	v -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 x601 -x600 x599 
1800.08/1800.73	v x598 -x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 x586 -x585 x584 -x583 x582 -x581 -x580 x579 x578 -x577 x576 
1800.08/1800.73	v -x575 x574 -x573 x572 -x571 x570 -x569 x568 -x567 x566 -x565 x564 -x563 x562 -x561 -x560 x559 x558 -x557 x556 -x555 x554 -x553 
1800.08/1800.73	v x552 -x551 x550 -x549 x548 -x547 x546 -x545 x544 -x543 x542 -x541 x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 
1800.08/1800.73	v x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 x521 x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 x510 
1800.08/1800.73	v -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 x501 x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 x490 -x489 -x488 
1800.08/1800.73	v -x487 -x486 -x485 -x484 -x483 -x482 x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 x470 -x469 -x468 -x467 
1800.08/1800.73	v -x466 -x465 -x464 x463 -x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 
1800.08/1800.73	v -x445 -x444 -x443 -x442 x441 -x440 x439 x438 -x437 x436 -x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 x424 -x423 
1800.08/1800.73	v x422 -x421 -x420 x419 x418 -x417 x416 -x415 x414 -x413 x412 -x411 x410 -x409 x408 -x407 x406 -x405 x404 -x403 x402 -x401 
1800.08/1800.73	v x400 -x399 x398 -x397 x396 -x395 x394 -x393 x392 -x391 -x390 x389 x388 -x387 x386 -x385 x384 -x383 x382 -x381 -x380 x379 x378 
1800.08/1800.73	v -x377 x376 -x375 x374 -x373 x372 -x371 x370 -x369 x368 -x367 x366 -x365 x364 -x363 x362 -x361 -x360 x359 x358 -x357 x356 -x355 
1800.08/1800.73	v x354 -x353 x352 -x351 x350 -x349 x348 -x347 x346 -x345 x344 -x343 x342 -x341 x340 -x339 x338 -x337 x336 -x335 x334 -x333 
1800.08/1800.73	v x332 -x331 -x330 x329 x328 -x327 x326 -x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 x312 -x311 -x310 
1800.08/1800.73	v x309 -x308 x307 -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 
1800.08/1800.73	v -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 x264 
1800.08/1800.73	v -x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 
1800.08/1800.73	v x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 x232 -x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 
1800.08/1800.73	v -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 x200 -x199 -x198 x197 -x196 
1800.08/1800.73	v x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 
1800.08/1800.73	v x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 x156 -x155 -x154 x153 -x152 x151 
1800.08/1800.73	v -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 x140 -x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 -x128 
1800.08/1800.73	v x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 
1800.08/1800.73	v x104 -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 
1800.08/1800.73	v -x78 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 x51 
1800.08/1800.73	v -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 x40 -x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 
1800.08/1800.73	v -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 x5 -x4 x3 -x2 x1 
1800.08/1800.73	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.73	c Solving Time       :    1789.37
1800.08/1800.73	c Original Problem   :
1800.08/1800.73	c   Problem name     : HOME/instance-1868926-1245150394.opb
1800.08/1800.73	c   Variables        : 1060 (1060 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.73	c   Constraints      : 3737 initial, 3737 maximal
1800.08/1800.73	c Presolved Problem  :
1800.08/1800.73	c   Problem name     : t_HOME/instance-1868926-1245150394.opb
1800.08/1800.73	c   Variables        : 1040 (1040 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.73	c   Constraints      : 3707 initial, 3827 maximal
1800.08/1800.73	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.73	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   dualfix          :       0.00         20          0          0          0          0          0          0          0
1800.08/1800.73	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.73	c   linear           :       0.04          0          0          0          0          0         30          0          0
1800.08/1800.73	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1800.08/1800.73	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.73	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.73	c   integral         :          0          0          0      34899          0        121       2351          0          0      67894
1800.08/1800.73	c   logicor          :       3707+        26     199227          6          0        159    1252640          0          0          0
1800.08/1800.73	c   countsols        :          0          0          0          6          0          0          0          0          0          0
1800.08/1800.73	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.73	c   integral         :     317.03       0.00       0.00     317.03       0.00
1800.08/1800.73	c   logicor          :       7.51       0.00       7.50       0.01       0.00
1800.08/1800.73	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.73	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.73	c   rootredcost      :       0.16         23          0          0
1800.08/1800.73	c   pseudoobj        :      15.96     239247          0          0
1800.08/1800.73	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.73	c   propagation      :       0.00        159        159        235        7.0          7        7.4          -
1800.08/1800.73	c   infeasible LP    :       0.06         85         85        211       26.4         10        3.6          0
1800.08/1800.73	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.73	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.73	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.73	c   applied globally :          -          -          -        453       15.7          -          -          -
1800.08/1800.73	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.73	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.73	c   cut pool         :       0.01         25          -          -        928          -    (maximal pool size: 2700)
1800.08/1800.73	c   redcost          :       1.95      39832          0      26225          0          0
1800.08/1800.73	c   impliedbounds    :       0.03         26          0          0          0          0
1800.08/1800.73	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.73	c   gomory           :       6.39         26          0          0       8125          0
1800.08/1800.73	c   strongcg         :       2.97         20          0          0       9211          0
1800.08/1800.73	c   cmir             :       0.32         10          0          0          0          0
1800.08/1800.73	c   flowcover        :       0.26         10          0          0          0          0
1800.08/1800.73	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.73	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.73	c   mcf              :       0.01          1          0          0          0          0
1800.08/1800.73	c Pricers            :       Time      Calls       Vars
1800.08/1800.73	c   problem variables:       0.00          0          0
1800.08/1800.73	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.73	c   relpscost        :     316.95      34893        121       2351          0          0      67894
1800.08/1800.73	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.73	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.73	c   LP solutions     :       0.00          -          6
1800.08/1800.73	c   pseudo solutions :       0.00          -          0
1800.08/1800.73	c   oneopt           :       0.10         19         13
1800.08/1800.73	c   feaspump         :       1.36          1          0
1800.08/1800.73	c   crossover        :       1.20         15          4
1800.08/1800.73	c   linesearchdiving :      32.07         65          0
1800.08/1800.73	c   objpscostdiving  :      40.67         33         27
1800.08/1800.73	c   rootsoldiving    :      15.73         33         26
1800.08/1800.73	c   coefdiving       :      25.46         66          1
1800.08/1800.73	c   pscostdiving     :      30.81         66          0
1800.08/1800.73	c   fracdiving       :      24.71         66          0
1800.08/1800.73	c   veclendiving     :      26.74         66          0
1800.08/1800.73	c   guideddiving     :      27.59         66          0
1800.08/1800.73	c   simplerounding   :       0.12          4          0
1800.08/1800.73	c   rounding         :      23.95      25955         15
1800.08/1800.73	c   shifting         :       3.55       1058          1
1800.08/1800.73	c   intshifting      :       0.00          0          0
1800.08/1800.73	c   fixandinfer      :       0.00          0          0
1800.08/1800.73	c   intdiving        :       0.00          0          0
1800.08/1800.73	c   actconsdiving    :       0.00          0          0
1800.08/1800.73	c   octane           :       0.00          0          0
1800.08/1800.73	c   rens             :       0.01          0          0
1800.08/1800.73	c   rins             :       0.00          0          0
1800.08/1800.73	c   localbranching   :       0.00          0          0
1800.08/1800.73	c   mutation         :       0.00          0          0
1800.08/1800.73	c   dins             :       0.00          0          0
1800.08/1800.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.73	c   primal LP        :       0.02          0          0       0.00       0.00
1800.08/1800.73	c   dual LP          :    1090.99      63891    2307451      36.12    2115.01
1800.08/1800.73	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.73	c   diving/probing LP:     197.64      17736     407937      23.00    2064.04
1800.08/1800.73	c   strong branching :     308.77       9138     578499      63.31    1873.56
1800.08/1800.73	c     (at root node) :          -         33       5522     167.33          -
1800.08/1800.73	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.73	c B&B Tree           :
1800.08/1800.73	c   number of runs   :          1
1800.08/1800.73	c   nodes            :      63113
1800.08/1800.73	c   nodes (total)    :      63113
1800.08/1800.73	c   nodes left       :       3884
1800.08/1800.73	c   max depth        :         62
1800.08/1800.73	c   max depth (total):         62
1800.08/1800.73	c   backtracks       :       6209 (9.8%)
1800.08/1800.73	c   delayed cutoffs  :          0
1800.08/1800.73	c   repropagations   :       1239 (888 domain reductions, 0 cutoffs)
1800.08/1800.73	c   avg switch length:       3.45
1800.08/1800.73	c   switching time   :      11.48
1800.08/1800.73	c Solution           :
1800.08/1800.73	c   Solutions found  :         93 (36 improvements)
1800.08/1800.73	c   Primal Bound     : +3.43000000000000e+02   (in run 1, after 52762 nodes, 1546.50 seconds, depth 52, found by <relaxation>)
1800.08/1800.73	c   Dual Bound       : +2.99255050512648e+02
1800.08/1800.73	c   Gap              :      14.62 %
1800.08/1800.73	c   Root Dual Bound  : +2.80964197209268e+02
1800.08/1800.78	c Time complete: 1800.16.

Verifier Data

OK	343

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9316
/proc/meminfo: memFree=1849024/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=4324 CPUtime=0
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 182640259 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/9316/statm: 1081 457 294 886 0 191 0

[startup+0.0250099 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9316
/proc/meminfo: memFree=1849024/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=10196 CPUtime=0.01
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 1865 0 0 0 1 0 0 0 18 0 1 0 182640259 10440704 1847 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/9316/statm: 2549 1847 354 886 0 1659 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10196

[startup+0.102024 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9316
/proc/meminfo: memFree=1849024/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=18808 CPUtime=0.09
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 4130 0 0 0 8 1 0 0 18 0 1 0 182640259 19259392 3758 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 4702 3758 426 886 0 3812 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18808

[startup+0.301061 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9316
/proc/meminfo: memFree=1849024/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=28264 CPUtime=0.28
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 6591 0 0 0 25 3 0 0 19 0 1 0 182640259 28942336 6166 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 7066 6166 512 886 0 6176 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28264

[startup+0.701134 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9316
/proc/meminfo: memFree=1849024/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=29348 CPUtime=0.69
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 6988 0 0 0 65 4 0 0 22 0 1 0 182640259 30052352 6531 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 7337 6531 526 886 0 6447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29348

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1824952/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=29348 CPUtime=1.49
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 6989 0 0 0 144 5 0 0 25 0 1 0 182640259 30052352 6532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 7337 6532 526 886 0 6447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29348

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1824760/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=32740 CPUtime=3.09
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 7846 0 0 0 299 10 0 0 25 0 1 0 182640259 33525760 7310 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 8185 7310 552 886 0 7295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32740

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1817848/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=37184 CPUtime=6.29
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 9077 0 0 0 616 13 0 0 25 0 1 0 182640259 38076416 8523 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 9296 8523 552 886 0 8406 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37184

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1812472/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=41320 CPUtime=12.69
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 10183 0 0 0 1249 20 0 0 25 0 1 0 182640259 42311680 9605 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 10330 9605 552 886 0 9440 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41320

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1810808/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=43032 CPUtime=25.48
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 10610 0 0 0 2521 27 0 0 25 0 1 0 182640259 44064768 10032 1992294400 4194304 7823515 548682068736 18446744073709551615 6236677 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 10758 10032 556 886 0 9868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43032

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1810872/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=43032 CPUtime=51.06
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 10611 0 0 0 5066 40 0 0 25 0 1 0 182640259 44064768 10033 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 10758 10033 557 886 0 9868 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43032

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1812600/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=40984 CPUtime=102.25
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 16004 0 0 0 10157 68 0 0 25 0 1 0 182640259 41967616 9572 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 10246 9572 576 886 0 9356 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 40984

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1811000/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=43160 CPUtime=162.22
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 19756 0 0 0 16117 105 0 0 25 0 1 0 182640259 44195840 10017 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 10790 10017 577 886 0 9900 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 43160

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1810360/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=43444 CPUtime=222.21
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 26494 0 0 0 22078 143 0 0 25 0 1 0 182640259 44486656 10159 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 10861 10159 579 886 0 9971 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 43444

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1809336/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=44676 CPUtime=282.18
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 33282 0 0 0 28037 181 0 0 25 0 1 0 182640259 45748224 10400 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 11169 10400 579 886 0 10279 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 44676

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=45056 CPUtime=342.17
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 36598 0 0 0 34000 217 0 0 25 0 1 0 182640259 46137344 10487 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 11264 10487 579 886 0 10374 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 45056

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1808056/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=46028 CPUtime=402.14
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 42447 0 0 0 39960 254 0 0 25 0 1 0 182640259 47132672 10693 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 11507 10693 579 886 0 10617 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 46028

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1807224/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=46336 CPUtime=462.12
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 43348 0 0 0 45921 291 0 0 25 0 1 0 182640259 47448064 10896 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 11584 10896 579 886 0 10694 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 46336

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1806264/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=47424 CPUtime=522.1
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 43605 0 0 0 51889 321 0 0 25 0 1 0 182640259 48562176 11153 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 11856 11153 579 886 0 10966 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 47424

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1805432/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=48720 CPUtime=582.08
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 44527 0 0 0 57857 351 0 0 25 0 1 0 182640259 49889280 11354 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 12180 11354 579 886 0 11290 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 48720

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1804088/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=50132 CPUtime=642.07
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 44850 0 0 0 63820 387 0 0 25 0 1 0 182640259 51335168 11677 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 12533 11677 579 886 0 11643 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 50132

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1801656/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=52232 CPUtime=881.98
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 48699 0 0 0 87673 525 0 0 25 0 1 0 182640259 53485568 12241 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13058 12241 579 886 0 12168 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 52232

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1800760/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53172 CPUtime=941.96
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 48905 0 0 0 93637 559 0 0 25 0 1 0 182640259 54448128 12447 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13293 12447 579 886 0 12403 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 53172

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1800952/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53008 CPUtime=1001.95
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 52555 0 0 0 99597 598 0 0 25 0 1 0 182640259 54280192 12416 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13252 12416 579 886 0 12362 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 53008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1800632/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53040 CPUtime=1061.92
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 54843 0 0 0 105558 634 0 0 25 0 1 0 182640259 54312960 12449 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13260 12449 579 886 0 12370 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 53040

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1799928/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53676 CPUtime=1121.9
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 55034 0 0 0 111522 668 0 0 25 0 1 0 182640259 54964224 12640 1992294400 4194304 7823515 548682068736 18446744073709551615 6216473 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13419 12640 579 886 0 12529 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 53676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1800120/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53384 CPUtime=1181.88
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 58642 0 0 0 117484 704 0 0 25 0 1 0 182640259 54665216 12584 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13346 12584 579 886 0 12456 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 53384

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1799992/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53732 CPUtime=1241.86
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 58655 0 0 0 123448 738 0 0 25 0 1 0 182640259 55021568 12597 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13433 12597 579 886 0 12543 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 53732

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1800056/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=53336 CPUtime=1301.84
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 59477 0 0 0 129411 773 0 0 25 0 1 0 182640259 54616064 12577 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13334 12577 579 886 0 12444 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 53336

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1799160/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=54412 CPUtime=1361.82
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 59678 0 0 0 135376 806 0 0 25 0 1 0 182640259 55717888 12778 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 13603 12778 579 886 0 12713 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 54412

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1797176/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=56084 CPUtime=1421.81
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 60176 0 0 0 141343 838 0 0 25 0 1 0 182640259 57430016 13276 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14021 13276 579 886 0 13131 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 56084

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1795640/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=57560 CPUtime=1481.78
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 60547 0 0 0 147309 869 0 0 25 0 1 0 182640259 58941440 13647 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14390 13647 579 886 0 13500 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 57560

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1795640/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=57560 CPUtime=1541.76
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 60547 0 0 0 153270 906 0 0 25 0 1 0 182640259 58941440 13647 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14390 13647 579 886 0 13500 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 57560

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1796280/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=57068 CPUtime=1601.74
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 65392 0 0 0 159227 947 0 0 25 0 1 0 182640259 58437632 13461 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14267 13461 579 886 0 13377 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 57068

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1795512/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=57512 CPUtime=1661.72
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 69362 0 0 0 165187 985 0 0 25 0 1 0 182640259 58892288 13639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14378 13639 579 886 0 13488 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 57512

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1794808/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=58168 CPUtime=1721.69
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 72862 0 0 0 171148 1021 0 0 25 0 1 0 182640259 59564032 13805 1992294400 4194304 7823515 548682068736 18446744073709551615 6131010 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14542 13805 579 886 0 13652 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 58168

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1794552/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=58456 CPUtime=1781.68
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 72938 0 0 0 177110 1058 0 0 25 0 1 0 182640259 59858944 13881 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14614 13881 579 886 0 13724 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 58456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1794488/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=58456 CPUtime=1800.08
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 72940 0 0 0 178939 1069 0 0 25 0 1 0 182640259 59858944 13883 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14614 13883 579 886 0 13724 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 58456

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9317
/proc/meminfo: memFree=1794488/2055920 swapFree=4192812/4192956
[pid=9316] ppid=9314 vsize=58456 CPUtime=1800.08
/proc/9316/stat : 9316 (pbscip.linux.x8) R 9314 9316 9010 0 -1 4194304 72940 0 0 0 178939 1069 0 0 25 0 1 0 182640259 59858944 13883 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9316/statm: 14614 13883 579 886 0 13724 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 58456

Child status: 0
Real time (s): 1800.79
CPU time (s): 1800.17
CPU user time (s): 1789.47
CPU system time (s): 10.7034
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 72308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.47
system time used= 10.7034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72945
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= 6
involuntary context switches= 1913

runsolver used 1.58176 second user time and 3.43348 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-16 13:06:34
IDJOB=1868926
IDBENCH=2065
IDSOLVER=683
FILE ID=node7/1868926-1245150394
PBS_JOBID= 9363748
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868926-1245150394/watcher-1868926-1245150394 -o /tmp/evaluation-result-1868926-1245150394/solver-1868926-1245150394 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868926-1245150394.opb

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

MD5SUM BENCH= e79c956fa387b090702a2dffba5fa8e9
RANDOM SEED=498920084

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1849504 kB
Buffers:         33940 kB
Cached:         102808 kB
SwapCached:          0 kB
Active:          33860 kB
Inactive:       116852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9940 kB
Writeback:           0 kB
Mapped:          23764 kB
Slab:            41696 kB
Committed_AS:   157144 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node7 at 2009-06-16 13:36:37