Trace number 3737224

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-30 1800.52 1800.82

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_5.opb
MD5SUMcdccc05ac387e7ee9cb8ab81f53ca6f8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1797.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products3113
Sum of products size6226

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-3737224-1338737573.opb>
0.00/0.02	c original problem has 3313 variables (3313 bin, 0 int, 0 impl, 0 cont) and 3313 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.00/0.08	c (round 1) 3113 del vars, 200 del conss, 3113 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12452 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (2 rounds):
0.09/0.17	c  3113 deleted vars, 200 deleted constraints, 3113 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  18678 implications, 0 cliques
0.09/0.17	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 3113 constraints
0.09/0.17	c    3113 constraints of type <and>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.08
0.09/0.17	c OPT-NLC
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 13950
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
0.09/0.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c   0.1s|     1 |     0 |   204 |  11M|   0 | 200 | 200 |3113 |3113 | 200 |3113 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.09/0.19	o -18
0.09/0.19	c R 0.1s|     1 |     0 |   204 |  11M|   0 | 200 | 200 |3113 |3113 | 200 |3113 |   0 |   0 |   0 |-1.000000e+02 |-1.800000e+01 |  82.00%
0.18/0.24	c   0.1s|     1 |     0 |   275 |  11M|   0 | 190 | 200 |3113 |3113 | 200 |3120 |   7 |   0 |   0 |-9.500000e+01 |-1.800000e+01 |  81.05%
0.29/0.30	c   0.2s|     1 |     0 |   361 |  11M|   0 | 186 | 200 |3113 |3113 | 200 |3127 |  14 |   0 |   0 |-9.300000e+01 |-1.800000e+01 |  80.65%
0.29/0.36	c   0.3s|     1 |     0 |   433 |  11M|   0 | 180 | 200 |3113 |3113 | 200 |3132 |  19 |   0 |   0 |-9.000000e+01 |-1.800000e+01 |  80.00%
0.38/0.43	c   0.3s|     1 |     0 |   508 |  11M|   0 | 173 | 200 |3113 |3113 | 200 |3139 |  26 |   0 |   0 |-8.650000e+01 |-1.800000e+01 |  79.19%
0.38/0.49	c   0.4s|     1 |     0 |   558 |  11M|   0 | 168 | 200 |3113 |3113 | 200 |3148 |  35 |   0 |   0 |-8.400000e+01 |-1.800000e+01 |  78.57%
0.48/0.56	c   0.5s|     1 |     0 |   657 |  11M|   0 | 164 | 200 |3113 |3113 | 200 |3153 |  40 |   0 |   0 |-8.200000e+01 |-1.800000e+01 |  78.05%
0.59/0.63	c   0.5s|     1 |     0 |   769 |  11M|   0 | 160 | 200 |3113 |3113 | 200 |3160 |  47 |   0 |   0 |-8.000000e+01 |-1.800000e+01 |  77.50%
0.69/0.72	c   0.6s|     1 |     0 |   921 |  11M|   0 | 156 | 200 |3113 |3113 | 200 |3165 |  52 |   0 |   0 |-7.800000e+01 |-1.800000e+01 |  76.92%
0.79/0.82	c   0.7s|     1 |     0 |  1103 |  11M|   0 | 151 | 200 |3113 |3113 | 200 |3172 |  59 |   0 |   0 |-7.550000e+01 |-1.800000e+01 |  76.16%
0.89/0.93	c   0.8s|     1 |     0 |  1305 |  11M|   0 | 148 | 200 |3113 |3113 | 200 |3177 |  64 |   0 |   0 |-7.400000e+01 |-1.800000e+01 |  75.68%
0.99/1.01	c   0.9s|     1 |     0 |  1472 |  11M|   0 | 144 | 200 |3113 |3113 | 200 | 365 |  71 |   0 |   0 |-7.200000e+01 |-1.800000e+01 |  75.00%
0.99/1.02	c   0.9s|     1 |     0 |  1618 |  11M|   0 | 171 | 200 |3113 |3113 | 200 | 372 |  78 |   0 |   0 |-7.126027e+01 |-1.800000e+01 |  74.74%
0.99/1.09	c   1.0s|     1 |     0 |  1798 |  12M|   0 | 142 | 200 |3113 |3113 | 200 | 798 | 504 |   0 |   0 |-7.000000e+01 |-1.800000e+01 |  74.29%
1.10/1.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.12	c   1.0s|     1 |     0 |  1966 |  12M|   0 | 142 | 200 |3113 |3113 | 200 | 804 | 510 |   0 |   0 |-6.950000e+01 |-1.800000e+01 |  74.10%
1.10/1.17	c   1.1s|     1 |     0 |  2290 |  12M|   0 | 164 | 200 |3113 |3113 | 200 | 814 | 520 |   0 |   0 |-6.775000e+01 |-1.800000e+01 |  73.43%
1.19/1.23	c   1.1s|     1 |     0 |  2514 |  12M|   0 | 130 | 200 |3113 |3113 | 200 | 899 | 605 |   0 |   0 |-6.650000e+01 |-1.800000e+01 |  72.93%
1.19/1.28	c   1.2s|     1 |     0 |  2749 |  12M|   0 | 143 | 200 |3113 |3113 | 200 | 815 | 664 |   0 |   0 |-6.450000e+01 |-1.800000e+01 |  72.09%
1.29/1.34	c   1.2s|     1 |     0 |  3015 |  12M|   0 | 140 | 200 |3113 |3113 | 200 | 832 | 681 |   0 |   0 |-6.375000e+01 |-1.800000e+01 |  71.76%
1.29/1.39	c   1.3s|     1 |     0 |  3256 |  12M|   0 | 148 | 200 |3113 |3113 | 200 | 849 | 698 |   0 |   0 |-6.300000e+01 |-1.800000e+01 |  71.43%
1.39/1.47	c   1.4s|     1 |     0 |  3566 |  13M|   0 | 163 | 200 |3113 |3113 | 200 | 893 | 742 |   0 |   0 |-6.230081e+01 |-1.800000e+01 |  71.11%
1.48/1.55	c   1.4s|     1 |     0 |  3873 |  13M|   0 | 151 | 200 |3113 |3113 | 200 |1098 | 947 |   0 |   0 |-6.050000e+01 |-1.800000e+01 |  70.25%
1.59/1.64	c   1.5s|     1 |     0 |  4227 |  13M|   0 | 155 | 200 |3113 |3113 | 200 |1144 | 993 |   0 |   0 |-5.996154e+01 |-1.800000e+01 |  69.98%
1.69/1.72	c   1.6s|     1 |     0 |  4522 |  13M|   0 | 162 | 200 |3113 |3113 | 200 | 711 |1004 |   0 |   0 |-5.900989e+01 |-1.800000e+01 |  69.50%
1.69/1.79	c   1.7s|     1 |     0 |  4772 |  14M|   0 | 163 | 200 |3113 |3113 | 200 | 742 |1035 |   0 |   0 |-5.824760e+01 |-1.800000e+01 |  69.10%
1.79/1.86	c   1.8s|     1 |     0 |  5077 |  14M|   0 | 172 | 200 |3113 |3113 | 200 | 850 |1143 |   0 |   0 |-5.722984e+01 |-1.800000e+01 |  68.55%
1.89/1.95	c   1.8s|     1 |     0 |  5390 |  14M|   0 | 168 | 200 |3113 |3113 | 200 | 899 |1192 |   0 |   0 |-5.658253e+01 |-1.800000e+01 |  68.19%
1.99/2.03	c   1.9s|     1 |     0 |  5579 |  15M|   0 | 164 | 200 |3113 |3113 | 200 | 912 |1205 |   0 |   0 |-5.636876e+01 |-1.800000e+01 |  68.07%
2.08/2.13	c   2.0s|     1 |     0 |  5914 |  15M|   0 | 169 | 200 |3113 |3113 | 200 | 947 |1240 |   0 |   0 |-5.552889e+01 |-1.800000e+01 |  67.58%
2.19/2.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.24	c   2.1s|     1 |     0 |  6189 |  16M|   0 | 172 | 200 |3113 |3113 | 200 | 796 |1266 |   0 |   0 |-5.516445e+01 |-1.800000e+01 |  67.37%
2.29/2.32	c   2.2s|     1 |     0 |  6453 |  16M|   0 | 174 | 200 |3113 |3113 | 200 | 827 |1297 |   0 |   0 |-5.458777e+01 |-1.800000e+01 |  67.03%
2.39/2.40	c   2.3s|     1 |     0 |  6708 |  16M|   0 | 180 | 200 |3113 |3113 | 200 | 848 |1318 |   0 |   0 |-5.403526e+01 |-1.800000e+01 |  66.69%
2.39/2.48	c   2.4s|     1 |     0 |  6906 |  16M|   0 | 173 | 200 |3113 |3113 | 200 | 864 |1334 |   0 |   0 |-5.365600e+01 |-1.800000e+01 |  66.45%
2.49/2.56	c   2.4s|     1 |     0 |  7110 |  16M|   0 | 181 | 200 |3113 |3113 | 200 | 875 |1345 |   0 |   0 |-5.335365e+01 |-1.800000e+01 |  66.26%
2.59/2.64	c   2.5s|     1 |     0 |  7264 |  16M|   0 | 181 | 200 |3113 |3113 | 200 | 889 |1359 |   0 |   0 |-5.316795e+01 |-1.800000e+01 |  66.15%
2.69/2.72	c   2.6s|     1 |     0 |  7436 |  16M|   0 | 185 | 200 |3113 |3113 | 200 | 557 |1373 |   0 |   0 |-5.286619e+01 |-1.800000e+01 |  65.95%
2.69/2.78	c   2.6s|     1 |     0 |  7599 |  16M|   0 | 186 | 200 |3113 |3113 | 200 | 572 |1388 |   0 |   0 |-5.252816e+01 |-1.800000e+01 |  65.73%
2.79/2.83	c   2.7s|     1 |     0 |  7744 |  16M|   0 | 183 | 200 |3113 |3113 | 200 | 590 |1406 |   0 |   0 |-5.218010e+01 |-1.800000e+01 |  65.50%
2.79/2.88	c   2.8s|     1 |     0 |  7851 |  16M|   0 | 185 | 200 |3113 |3113 | 200 | 608 |1424 |   0 |   0 |-5.200963e+01 |-1.800000e+01 |  65.39%
2.89/2.93	c   2.8s|     1 |     0 |  7939 |  16M|   0 | 185 | 200 |3113 |3113 | 200 | 621 |1437 |   0 |   0 |-5.183841e+01 |-1.800000e+01 |  65.28%
2.89/2.98	c   2.9s|     1 |     0 |  8065 |  16M|   0 | 186 | 200 |3113 |3113 | 200 | 630 |1446 |   0 |   0 |-5.164438e+01 |-1.800000e+01 |  65.15%
2.99/3.04	c   2.9s|     1 |     0 |  8203 |  16M|   0 | 186 | 200 |3113 |3113 | 200 | 494 |1458 |   0 |   0 |-5.129736e+01 |-1.800000e+01 |  64.91%
2.99/3.08	c   3.0s|     1 |     0 |  8312 |  16M|   0 | 192 | 200 |3113 |3113 | 200 | 518 |1482 |   0 |   0 |-5.115691e+01 |-1.800000e+01 |  64.81%
3.09/3.13	c   3.0s|     1 |     0 |  8423 |  16M|   0 | 190 | 200 |3113 |3113 | 200 | 524 |1488 |   0 |   0 |-5.088554e+01 |-1.800000e+01 |  64.63%
3.09/3.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.17	c   3.0s|     1 |     0 |  8507 |  16M|   0 | 193 | 200 |3113 |3113 | 200 | 540 |1504 |   0 |   0 |-5.076785e+01 |-1.800000e+01 |  64.54%
3.19/3.21	c   3.1s|     1 |     0 |  8612 |  16M|   0 | 189 | 200 |3113 |3113 | 200 | 551 |1515 |   0 |   0 |-5.051980e+01 |-1.800000e+01 |  64.37%
3.19/3.26	c   3.1s|     1 |     0 |  8745 |  16M|   0 | 190 | 200 |3113 |3113 | 200 | 559 |1523 |   0 |   0 |-5.035267e+01 |-1.800000e+01 |  64.25%
3.29/3.31	c   3.2s|     1 |     0 |  8862 |  16M|   0 | 195 | 200 |3113 |3113 | 200 | 471 |1533 |   0 |   0 |-5.018643e+01 |-1.800000e+01 |  64.13%
3.29/3.36	c   3.2s|     1 |     0 |  8965 |  16M|   0 | 197 | 200 |3113 |3113 | 200 | 479 |1541 |   0 |   0 |-5.004495e+01 |-1.800000e+01 |  64.03%
3.29/3.40	c   3.3s|     1 |     0 |  9061 |  16M|   0 | 196 | 200 |3113 |3113 | 200 | 493 |1555 |   0 |   0 |-4.997143e+01 |-1.800000e+01 |  63.98%
3.39/3.44	c   3.3s|     1 |     0 |  9139 |  16M|   0 | 198 | 200 |3113 |3113 | 200 | 506 |1568 |   0 |   0 |-4.989332e+01 |-1.800000e+01 |  63.92%
3.39/3.48	c   3.4s|     1 |     0 |  9224 |  16M|   0 | 198 | 200 |3113 |3113 | 200 | 514 |1576 |   0 |   0 |-4.982145e+01 |-1.800000e+01 |  63.87%
3.48/3.52	c   3.4s|     1 |     0 |  9322 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 521 |1583 |   0 |   0 |-4.968307e+01 |-1.800000e+01 |  63.77%
3.59/3.62	c   3.4s|     1 |     0 |  9425 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 482 |1594 |   0 |   0 |-4.954885e+01 |-1.800000e+01 |  63.67%
3.59/3.62	c   3.5s|     1 |     0 |  9490 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 490 |1602 |   0 |   0 |-4.944526e+01 |-1.800000e+01 |  63.60%
3.59/3.66	c   3.5s|     1 |     0 |  9601 |  16M|   0 | 198 | 200 |3113 |3113 | 200 | 501 |1613 |   0 |   0 |-4.930484e+01 |-1.800000e+01 |  63.49%
3.69/3.70	c   3.6s|     1 |     0 |  9659 |  16M|   0 | 199 | 200 |3113 |3113 | 200 | 510 |1622 |   0 |   0 |-4.927195e+01 |-1.800000e+01 |  63.47%
3.69/3.74	c   3.6s|     1 |     0 |  9757 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 521 |1633 |   0 |   0 |-4.917441e+01 |-1.800000e+01 |  63.40%
3.69/3.78	c   3.6s|     1 |     0 |  9835 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 529 |1641 |   0 |   0 |-4.911732e+01 |-1.800000e+01 |  63.35%
3.79/3.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.83	c   3.7s|     1 |     0 |  9915 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 492 |1652 |   0 |   0 |-4.903664e+01 |-1.800000e+01 |  63.29%
3.79/3.87	c   3.7s|     1 |     0 |  9959 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 498 |1658 |   0 |   0 |-4.900727e+01 |-1.800000e+01 |  63.27%
3.89/3.91	c   3.8s|     1 |     0 | 10048 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 508 |1668 |   0 |   0 |-4.895267e+01 |-1.800000e+01 |  63.23%
3.89/3.95	c   3.8s|     1 |     0 | 10122 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 518 |1678 |   0 |   0 |-4.888849e+01 |-1.800000e+01 |  63.18%
3.89/3.99	c   3.9s|     1 |     0 | 10192 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 526 |1686 |   0 |   0 |-4.886441e+01 |-1.800000e+01 |  63.16%
3.98/4.03	c   3.9s|     1 |     0 | 10245 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 532 |1692 |   0 |   0 |-4.884474e+01 |-1.800000e+01 |  63.15%
3.98/4.07	c   3.9s|     1 |     0 | 10297 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 479 |1700 |   0 |   0 |-4.881727e+01 |-1.800000e+01 |  63.13%
4.08/4.11	c   4.0s|     1 |     0 | 10320 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 485 |1706 |   0 |   0 |-4.880815e+01 |-1.800000e+01 |  63.12%
4.08/4.15	c   4.0s|     1 |     0 | 10356 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 493 |1714 |   0 |   0 |-4.879666e+01 |-1.800000e+01 |  63.11%
4.08/4.18	c   4.0s|     1 |     0 | 10385 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 500 |1721 |   0 |   0 |-4.879131e+01 |-1.800000e+01 |  63.11%
4.19/4.22	c   4.1s|     1 |     0 | 10394 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 501 |1722 |   0 |   0 |-4.879014e+01 |-1.800000e+01 |  63.11%
5.59/5.62	c   5.5s|     1 |     2 | 11625 |  16M|   0 | 200 | 200 |3113 |3113 | 200 | 501 |1722 |   0 |  22 |-4.879014e+01 |-1.800000e+01 |  63.11%
7.38/7.40	o -23
7.38/7.40	c * 7.2s|    14 |    12 | 12954 |  16M|  13 |   - | 200 |3113 |  49 | 200 | 344 |2269 |   0 | 282 |-4.812707e+01 |-2.300000e+01 |  52.21%
7.89/7.93	o -24
7.89/7.93	c * 7.7s|    24 |    18 | 13782 |  17M|  14 |   - | 200 |3113 |  38 | 200 | 343 |2636 |   0 | 459 |-4.812707e+01 |-2.400000e+01 |  50.13%
11.29/11.30	o -25
11.29/11.30	c p11.0s|   140 |    75 | 21724 |  17M|  17 |   - | 200 |3113 |  37 | 200 | 361 |5915 |   0 |1144 |-4.812707e+01 |-2.500000e+01 |  48.05%
36.58/36.62	o -26
36.58/36.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.58/36.62	c *35.8s|  5662 |  3097 |418673 |  28M|  48 |   - | 200 |3113 |  67 | 200 | 414 | 129k|   0 |1421 |-4.394301e+01 |-2.600000e+01 |  40.83%
36.88/36.90	o -27
36.88/36.90	c *36.1s|  5735 |  2828 |423467 |  27M|  48 |   - | 200 |3113 | 108 | 200 | 414 | 131k|   0 |1421 |-4.393750e+01 |-2.700000e+01 |  38.55%
48.08/48.13	c  47.0s| 10000 |  4297 |606676 |  33M|  54 |   - | 200 |3113 | 116 | 200 | 354 | 188k|   0 |1597 |-4.350000e+01 |-2.700000e+01 |  37.93%
55.28/55.34	o -28
55.28/55.34	c *54.1s| 13211 |  4427 |720118 |  34M|  68 |   - | 200 |3113 |  93 | 200 | 399 | 217k|   0 |1791 |-4.310596e+01 |-2.800000e+01 |  35.04%
69.77/69.83	c  68.2s| 20000 |  6078 |957054 |  40M|  68 |  51 | 200 |3113 | 302 | 200 | 351 | 282k|   0 |2108 |-4.257447e+01 |-2.800000e+01 |  34.23%
93.58/93.65	c  91.5s| 30000 |  8848 |  1344k|  51M|  68 |  55 | 200 |3113 | 301 | 200 | 385 | 383k|   0 |2661 |-4.190774e+01 |-2.800000e+01 |  33.19%
117.17/117.27	c   115s| 40000 | 11572 |  1731k|  61M|  68 |  57 | 200 |3113 | 309 | 200 | 438 | 482k|   0 |3120 |-4.150000e+01 |-2.800000e+01 |  32.53%
137.75/137.87	c   135s| 50000 | 13970 |  2071k|  70M|  69 |  49 | 200 |3113 | 294 | 200 | 381 | 562k|   0 |3465 |-4.116667e+01 |-2.800000e+01 |  31.98%
158.05/158.18	c   154s| 60000 | 16214 |  2413k|  79M|  71 |  70 | 200 |3113 | 619 | 200 | 333 | 648k|   0 |3817 |-4.075000e+01 |-2.800000e+01 |  31.29%
176.54/176.63	c   172s| 70000 | 18212 |  2727k|  86M|  72 |  48 | 200 |3113 | 257 | 200 | 361 | 731k|   0 |4157 |-4.050000e+01 |-2.800000e+01 |  30.86%
195.25/195.36	c   191s| 80000 | 20198 |  3047k|  94M|  72 |  46 | 200 |3113 | 207 | 200 | 343 | 817k|   0 |4412 |-4.024729e+01 |-2.800000e+01 |  30.43%
213.24/213.30	c   208s| 90000 | 22044 |  3350k| 101M|  74 |  52 | 200 |3113 | 233 | 200 | 399 | 890k|   0 |4662 |-4.000000e+01 |-2.800000e+01 |  30.00%
230.33/230.47	c   225s|100000 | 23832 |  3643k| 108M|  74 |  44 | 200 |3113 | 231 | 200 | 464 | 961k|   0 |4926 |-3.976156e+01 |-2.800000e+01 |  29.58%
247.44/247.54	c   242s|110000 | 25614 |  3932k| 114M|  75 |  79 | 200 |3113 | 627 | 200 | 367 |1032k|   0 |5171 |-3.954577e+01 |-2.800000e+01 |  29.20%
264.33/264.47	c   258s|120000 | 27306 |  4219k| 120M|  75 |   - | 200 |3113 |  99 | 200 | 419 |1101k|   0 |5419 |-3.942857e+01 |-2.800000e+01 |  28.99%
280.43/280.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.43/280.53	c   274s|130000 | 28856 |  4488k| 126M|  75 |   - | 200 |3113 | 109 | 200 | 389 |1162k|   0 |5671 |-3.926230e+01 |-2.800000e+01 |  28.68%
296.23/296.35	o -29
296.23/296.35	c * 289s|139829 | 24413 |  4760k| 114M|  77 |   - | 200 |3113 | 154 | 200 | 380 |1227k|   0 |5805 |-3.912500e+01 |-2.900000e+01 |  25.88%
296.23/296.37	o -30
296.23/296.37	c * 289s|139830 | 20952 |  4760k| 103M|  77 |   - | 200 |3113 | 233 | 200 | 376 |1227k|   0 |5805 |-3.912500e+01 |-3.000000e+01 |  23.32%
296.52/296.64	c   289s|140000 | 20972 |  4764k| 104M|  77 |  55 | 200 |3113 | 303 | 200 | 408 |1228k|   0 |5818 |-3.912500e+01 |-3.000000e+01 |  23.32%
312.72/312.81	c   305s|150000 | 21904 |  5033k| 108M|  77 |   - | 200 |3113 | 210 | 200 | 350 |1279k|   0 |6062 |-3.900000e+01 |-3.000000e+01 |  23.08%
327.73/327.86	c   320s|160000 | 22816 |  5296k| 111M|  77 |   - | 200 |3113 | 161 | 200 | 461 |1337k|   0 |6216 |-3.900000e+01 |-3.000000e+01 |  23.08%
344.11/344.26	c   336s|170000 | 23832 |  5569k| 116M|  77 |   - | 200 |3113 | 179 | 200 | 414 |1386k|   0 |6449 |-3.887805e+01 |-3.000000e+01 |  22.84%
360.91/361.06	c   352s|180000 | 24860 |  5851k| 120M|  78 |   - | 200 |3113 | 199 | 200 | 394 |1440k|   0 |6604 |-3.875000e+01 |-3.000000e+01 |  22.58%
377.02/377.18	c   368s|190000 | 25782 |  6124k| 124M|  78 |  63 | 200 |3113 | 491 | 200 | 396 |1493k|   0 |6828 |-3.866667e+01 |-3.000000e+01 |  22.41%
393.11/393.26	c   383s|200000 | 26724 |  6393k| 128M|  78 |   - | 200 |3113 | 248 | 200 | 348 |1540k|   0 |7010 |-3.854688e+01 |-3.000000e+01 |  22.17%
408.41/408.52	c   398s|210000 | 27652 |  6656k| 132M|  78 |   - | 200 |3113 | 250 | 200 | 385 |1594k|   0 |7154 |-3.850000e+01 |-3.000000e+01 |  22.08%
422.42/422.59	c   412s|220000 | 28462 |  6899k| 135M|  78 |  69 | 200 |3113 | 481 | 200 | 420 |1646k|   0 |7278 |-3.850000e+01 |-3.000000e+01 |  22.08%
438.11/438.22	c   427s|230000 | 29296 |  7160k| 139M|  78 |  75 | 200 |3113 | 469 | 200 | 430 |1694k|   0 |7445 |-3.837500e+01 |-3.000000e+01 |  21.82%
453.90/454.07	c   443s|240000 | 30130 |  7426k| 142M|  78 |  52 | 200 |3113 | 329 | 200 | 373 |1741k|   0 |7642 |-3.828875e+01 |-3.000000e+01 |  21.65%
469.10/469.23	c   458s|250000 | 30956 |  7683k| 146M|  78 |  63 | 200 |3113 | 342 | 200 | 353 |1787k|   0 |7809 |-3.822897e+01 |-3.000000e+01 |  21.53%
485.00/485.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.00/485.17	c   473s|260000 | 31786 |  7951k| 149M|  81 |   - | 200 |3113 | 274 | 200 | 411 |1832k|   0 |7946 |-3.813462e+01 |-3.000000e+01 |  21.33%
500.00/500.17	c   488s|270000 | 32464 |  8203k| 152M|  81 |   - | 200 |3113 | 260 | 200 | 349 |1875k|   0 |8074 |-3.805882e+01 |-3.000000e+01 |  21.17%
514.49/514.65	c   502s|280000 | 33156 |  8450k| 155M|  81 |  52 | 200 |3113 | 281 | 200 | 369 |1920k|   0 |8210 |-3.800000e+01 |-3.000000e+01 |  21.05%
528.19/528.35	c   515s|290000 | 33758 |  8684k| 158M|  81 |   - | 200 |3113 | 274 | 200 | 392 |1967k|   0 |8346 |-3.800000e+01 |-3.000000e+01 |  21.05%
542.09/542.20	c   529s|300000 | 34368 |  8920k| 160M|  81 |   - | 200 |3113 | 254 | 200 | 399 |2008k|   0 |8469 |-3.800000e+01 |-3.000000e+01 |  21.05%
556.19/556.33	c   542s|310000 | 34988 |  9158k| 163M|  81 |  66 | 200 |3113 | 455 | 200 | 404 |2047k|   0 |8599 |-3.794052e+01 |-3.000000e+01 |  20.93%
570.08/570.21	c   556s|320000 | 35556 |  9393k| 165M|  84 |  70 | 200 |3113 | 418 | 200 | 481 |2084k|   0 |8748 |-3.784615e+01 |-3.000000e+01 |  20.73%
583.58/583.75	c   569s|330000 | 36070 |  9623k| 168M|  84 |   - | 200 |3113 | 284 | 200 | 377 |2122k|   0 |8900 |-3.778571e+01 |-3.000000e+01 |  20.60%
597.28/597.42	c   582s|340000 | 36632 |  9854k| 170M|  84 |   - | 200 |3113 | 255 | 200 | 408 |2163k|   0 |9027 |-3.775000e+01 |-3.000000e+01 |  20.53%
611.58/611.71	c   596s|350000 | 37186 | 10095k| 173M|  84 |   - | 200 |3113 | 290 | 200 | 362 |2203k|   0 |9158 |-3.768182e+01 |-3.000000e+01 |  20.39%
625.27/625.49	c   610s|360000 | 37718 | 10329k| 175M|  85 |   - | 200 |3113 | 265 | 200 | 409 |2244k|   0 |9291 |-3.764286e+01 |-3.000000e+01 |  20.30%
638.98/639.16	c   623s|370000 | 38252 | 10560k| 177M|  85 |   - | 200 |3113 | 253 | 200 | 375 |2281k|   0 |9423 |-3.759375e+01 |-3.000000e+01 |  20.20%
652.57/652.74	c   636s|380000 | 38716 | 10788k| 179M|  85 |  74 | 200 |3113 | 496 | 200 | 347 |2319k|   0 |9548 |-3.754167e+01 |-3.000000e+01 |  20.09%
666.27/666.42	c   649s|390000 | 39208 | 11019k| 182M|  85 |  55 | 200 |3113 | 295 | 200 | 339 |2357k|   0 |9654 |-3.750000e+01 |-3.000000e+01 |  20.00%
679.07/679.23	c   662s|400000 | 39642 | 11240k| 184M|  85 |  53 | 200 |3113 | 292 | 200 | 348 |2397k|   0 |9756 |-3.750000e+01 |-3.000000e+01 |  20.00%
692.37/692.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.37/692.54	c   675s|410000 | 40096 | 11469k| 186M|  85 |   - | 200 |3113 | 208 | 200 | 384 |2441k|   0 |9863 |-3.750000e+01 |-3.000000e+01 |  20.00%
704.56/704.76	c   687s|420000 | 40492 | 11685k| 188M|  85 |  66 | 200 |3113 | 352 | 200 | 384 |2483k|   0 |9968 |-3.750000e+01 |-3.000000e+01 |  20.00%
717.56/717.75	c   699s|430000 | 40876 | 11906k| 190M|  85 |  50 | 200 |3113 | 243 | 200 | 434 |2524k|   0 |  10k|-3.747337e+01 |-3.000000e+01 |  19.94%
730.85/731.03	c   712s|440000 | 41302 | 12128k| 191M|  85 |   - | 200 |3113 | 315 | 200 | 376 |2560k|   0 |  10k|-3.740000e+01 |-3.000000e+01 |  19.79%
744.76/744.92	c   726s|450000 | 41742 | 12360k| 194M|  85 |  55 | 200 |3113 | 379 | 200 | 409 |2596k|   0 |  10k|-3.733929e+01 |-3.000000e+01 |  19.66%
757.76/757.96	c   738s|460000 | 42168 | 12579k| 196M|  85 |  69 | 200 |3113 | 580 | 200 | 348 |2631k|   0 |  10k|-3.730435e+01 |-3.000000e+01 |  19.58%
770.86/771.04	c   751s|470000 | 42568 | 12799k| 197M|  87 |  57 | 200 |3113 | 220 | 200 | 434 |2665k|   0 |  10k|-3.725714e+01 |-3.000000e+01 |  19.48%
783.65/783.80	c   764s|480000 | 42932 | 13016k| 199M|  87 |   - | 200 |3113 | 227 | 200 | 406 |2701k|   0 |  10k|-3.725000e+01 |-3.000000e+01 |  19.46%
796.95/797.10	c   776s|490000 | 43376 | 13243k| 201M|  87 |  48 | 200 |3113 | 265 | 200 | 377 |2742k|   0 |  10k|-3.723387e+01 |-3.000000e+01 |  19.43%
810.34/810.59	c   790s|500000 | 43770 | 13468k| 203M|  87 |   - | 200 |3113 | 249 | 200 | 425 |2778k|   0 |  10k|-3.717647e+01 |-3.000000e+01 |  19.30%
822.94/823.12	c   802s|510000 | 44142 | 13683k| 205M|  87 |   - | 200 |3113 | 332 | 200 | 452 |2813k|   0 |  10k|-3.715833e+01 |-3.000000e+01 |  19.26%
836.04/836.21	c   815s|520000 | 44526 | 13902k| 207M|  87 |  66 | 200 |3113 | 589 | 200 | 376 |2847k|   0 |  11k|-3.712500e+01 |-3.000000e+01 |  19.19%
849.53/849.75	c   828s|530000 | 44918 | 14130k| 209M|  87 |  56 | 200 |3113 | 410 | 200 | 421 |2884k|   0 |  11k|-3.708621e+01 |-3.000000e+01 |  19.11%
862.64/862.86	c   841s|540000 | 45312 | 14349k| 211M|  87 |  64 | 200 |3113 | 323 | 200 | 443 |2917k|   0 |  11k|-3.704270e+01 |-3.000000e+01 |  19.01%
875.24/875.44	c   853s|550000 | 45712 | 14564k| 212M|  87 |   - | 200 |3113 | 233 | 200 | 404 |2951k|   0 |  11k|-3.700000e+01 |-3.000000e+01 |  18.92%
887.54/887.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.54/887.77	c   865s|560000 | 46064 | 14776k| 214M|  87 |   - | 200 |3113 | 338 | 200 | 368 |2987k|   0 |  11k|-3.700000e+01 |-3.000000e+01 |  18.92%
900.13/900.36	c   877s|570000 | 46434 | 14990k| 216M|  87 |  60 | 200 |3113 | 535 | 200 | 357 |3023k|   0 |  11k|-3.700000e+01 |-3.000000e+01 |  18.92%
912.33/912.59	c   889s|580000 | 46762 | 15200k| 217M|  87 |  50 | 200 |3113 | 285 | 200 | 447 |3062k|   0 |  11k|-3.700000e+01 |-3.000000e+01 |  18.92%
924.72/924.92	c   901s|590000 | 47144 | 15413k| 219M|  87 |   - | 200 |3113 | 281 | 200 | 384 |3105k|   0 |  11k|-3.700000e+01 |-3.000000e+01 |  18.92%
937.82/938.03	c   914s|600000 | 47550 | 15636k| 221M|  87 |  76 | 200 |3113 | 524 | 200 | 363 |3140k|   0 |  11k|-3.700000e+01 |-3.000000e+01 |  18.92%
950.83/951.09	c   926s|610000 | 47924 | 15853k| 223M|  87 |   - | 200 |3113 | 204 | 200 | 427 |3170k|   0 |  11k|-3.691667e+01 |-3.000000e+01 |  18.74%
963.43/963.62	c   939s|620000 | 48278 | 16064k| 224M|  87 |  61 | 200 |3113 | 306 | 200 | 397 |3202k|   0 |  12k|-3.687500e+01 |-3.000000e+01 |  18.64%
976.72/976.94	c   952s|630000 | 48682 | 16287k| 226M|  87 |  54 | 200 |3113 | 306 | 200 | 395 |3236k|   0 |  12k|-3.683333e+01 |-3.000000e+01 |  18.55%
989.72/989.93	c   964s|640000 | 48998 | 16502k| 228M|  87 |   - | 200 |3113 | 176 | 200 | 373 |3268k|   0 |  12k|-3.679032e+01 |-3.000000e+01 |  18.46%
1002.31/1002.57	c   976s|650000 | 49366 | 16716k| 230M|  87 |  52 | 200 |3113 | 259 | 200 | 392 |3298k|   0 |  12k|-3.675000e+01 |-3.000000e+01 |  18.37%
1014.91/1015.19	c   989s|660000 | 49680 | 16930k| 231M|  87 |  48 | 200 |3113 | 221 | 200 | 443 |3333k|   0 |  12k|-3.675000e+01 |-3.000000e+01 |  18.37%
1027.51/1027.76	c  1001s|670000 | 49980 | 17143k| 233M|  87 |  52 | 200 |3113 | 330 | 200 | 413 |3368k|   0 |  12k|-3.675000e+01 |-3.000000e+01 |  18.37%
1040.41/1040.62	c  1013s|680000 | 50326 | 17359k| 234M|  87 |  64 | 200 |3113 | 426 | 200 | 360 |3400k|   0 |  12k|-3.670833e+01 |-3.000000e+01 |  18.27%
1052.91/1053.18	c  1026s|690000 | 50664 | 17568k| 236M|  87 |   - | 200 |3113 | 315 | 200 | 429 |3430k|   0 |  12k|-3.666667e+01 |-3.000000e+01 |  18.18%
1065.81/1066.08	c  1038s|700000 | 51002 | 17781k| 237M|  87 |  65 | 200 |3113 | 344 | 200 | 460 |3459k|   0 |  12k|-3.663636e+01 |-3.000000e+01 |  18.11%
1078.30/1078.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.30/1078.50	c  1050s|710000 | 51266 | 17989k| 239M|  87 |  72 | 200 |3113 | 395 | 200 | 456 |3490k|   0 |  12k|-3.661111e+01 |-3.000000e+01 |  18.06%
1091.20/1091.49	c  1063s|720000 | 51596 | 18207k| 240M|  89 |   - | 200 |3113 | 225 | 200 | 483 |3520k|   0 |  12k|-3.657143e+01 |-3.000000e+01 |  17.97%
1103.90/1104.16	c  1075s|730000 | 51928 | 18417k| 242M|  89 |   - | 200 |3113 | 288 | 200 | 434 |3548k|   0 |  13k|-3.652632e+01 |-3.000000e+01 |  17.87%
1115.90/1116.10	c  1087s|740000 | 52142 | 18622k| 243M|  89 |  69 | 200 |3113 | 412 | 200 | 408 |3582k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1128.10/1128.30	c  1099s|750000 | 52354 | 18830k| 244M|  89 |   - | 200 |3113 | 219 | 200 | 376 |3619k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1140.29/1140.52	c  1111s|760000 | 52664 | 19038k| 245M|  89 |   - | 200 |3113 | 120 | 200 | 392 |3653k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1152.60/1152.85	c  1123s|770000 | 52936 | 19247k| 247M|  89 |   - | 200 |3113 | 186 | 200 | 400 |3687k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1164.79/1165.07	c  1134s|780000 | 53206 | 19451k| 248M|  89 |  55 | 200 |3113 | 325 | 200 | 468 |3717k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1176.99/1177.29	c  1146s|790000 | 53514 | 19659k| 250M|  89 |   - | 200 |3113 | 214 | 200 | 408 |3749k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1189.09/1189.34	c  1158s|800000 | 53822 | 19867k| 251M|  89 |  57 | 200 |3113 | 258 | 200 | 398 |3788k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1201.28/1201.54	c  1170s|810000 | 54080 | 20073k| 252M|  89 |  65 | 200 |3113 | 369 | 200 | 386 |3820k|   0 |  13k|-3.650000e+01 |-3.000000e+01 |  17.81%
1213.58/1213.82	c  1182s|820000 | 54334 | 20280k| 254M|  89 |   - | 200 |3113 | 270 | 200 | 379 |3850k|   0 |  13k|-3.643750e+01 |-3.000000e+01 |  17.67%
1226.08/1226.37	c  1194s|830000 | 54626 | 20489k| 255M|  89 |   - | 200 |3113 | 383 | 200 | 375 |3880k|   0 |  13k|-3.639024e+01 |-3.000000e+01 |  17.56%
1238.77/1239.02	c  1206s|840000 | 54882 | 20700k| 256M|  89 |   - | 200 |3113 | 189 | 200 | 423 |3910k|   0 |  13k|-3.635979e+01 |-3.000000e+01 |  17.49%
1250.77/1251.08	c  1218s|850000 | 55120 | 20903k| 258M|  89 |   - | 200 |3113 | 201 | 200 | 459 |3938k|   0 |  13k|-3.633333e+01 |-3.000000e+01 |  17.43%
1263.18/1263.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.18/1263.44	c  1230s|860000 | 55386 | 21108k| 259M|  89 |   - | 200 |3113 | 332 | 200 | 376 |3967k|   0 |  14k|-3.628571e+01 |-3.000000e+01 |  17.32%
1275.27/1275.54	c  1242s|870000 | 55624 | 21312k| 260M|  89 |  54 | 200 |3113 | 296 | 200 | 421 |3994k|   0 |  14k|-3.625000e+01 |-3.000000e+01 |  17.24%
1287.57/1287.86	c  1254s|880000 | 55846 | 21518k| 261M|  89 |  51 | 200 |3113 | 337 | 200 | 404 |4026k|   0 |  14k|-3.625000e+01 |-3.000000e+01 |  17.24%
1299.37/1299.62	c  1265s|890000 | 56024 | 21715k| 262M|  89 |  50 | 200 |3113 | 325 | 200 | 383 |4053k|   0 |  14k|-3.625000e+01 |-3.000000e+01 |  17.24%
1311.37/1311.64	c  1277s|900000 | 56242 | 21916k| 263M|  89 |   - | 200 |3113 | 168 | 200 | 407 |4082k|   0 |  14k|-3.622222e+01 |-3.000000e+01 |  17.18%
1323.86/1324.15	c  1289s|910000 | 56456 | 22124k| 264M|  91 |   - | 200 |3113 | 186 | 200 | 409 |4109k|   0 |  14k|-3.618033e+01 |-3.000000e+01 |  17.08%
1335.96/1336.25	c  1301s|920000 | 56660 | 22327k| 265M|  91 |   - | 200 |3113 | 315 | 200 | 419 |4137k|   0 |  14k|-3.616667e+01 |-3.000000e+01 |  17.05%
1348.46/1348.75	c  1313s|930000 | 56862 | 22535k| 266M|  91 |   - | 200 |3113 | 285 | 200 | 317 |4166k|   0 |  14k|-3.612500e+01 |-3.000000e+01 |  16.96%
1360.66/1360.94	c  1325s|940000 | 57030 | 22739k| 267M|  91 |   - | 200 |3113 | 226 | 200 | 429 |4194k|   0 |  14k|-3.610000e+01 |-3.000000e+01 |  16.90%
1372.86/1373.18	c  1337s|950000 | 57198 | 22942k| 268M|  91 |   - | 200 |3113 | 326 | 200 | 367 |4221k|   0 |  14k|-3.605882e+01 |-3.000000e+01 |  16.80%
1384.85/1385.10	c  1348s|960000 | 57360 | 23140k| 269M|  91 |   - | 200 |3113 | 223 | 200 | 341 |4247k|   0 |  14k|-3.601923e+01 |-3.000000e+01 |  16.71%
1396.55/1396.80	c  1360s|970000 | 57466 | 23336k| 270M|  91 |   - | 200 |3113 | 251 | 200 | 347 |4279k|   0 |  14k|-3.600000e+01 |-3.000000e+01 |  16.67%
1407.95/1408.23	c  1371s|980000 | 57628 | 23531k| 271M|  91 |  58 | 200 |3113 | 502 | 200 | 365 |4310k|   0 |  14k|-3.600000e+01 |-3.000000e+01 |  16.67%
1419.45/1419.77	c  1382s|990000 | 57776 | 23728k| 272M|  91 |   - | 200 |3113 | 323 | 200 | 419 |4343k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1431.35/1431.61	c  1394s|  1000k| 57924 | 23926k| 272M|  91 |   - | 200 |3113 | 311 | 200 | 380 |4374k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1443.05/1443.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1443.05/1443.38	c  1405s|  1010k| 58040 | 24123k| 273M|  91 |  64 | 200 |3113 | 336 | 200 | 441 |4402k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1454.65/1454.95	c  1416s|  1020k| 58132 | 24316k| 274M|  91 |  54 | 200 |3113 | 315 | 200 | 390 |4429k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1466.14/1466.49	c  1428s|  1030k| 58228 | 24509k| 274M|  91 |   - | 200 |3113 | 370 | 200 | 429 |4456k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1477.54/1477.86	c  1439s|  1040k| 58310 | 24700k| 275M|  91 |  60 | 200 |3113 | 318 | 200 | 379 |4487k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1489.43/1489.77	c  1450s|  1050k| 58456 | 24902k| 276M|  91 |  58 | 200 |3113 | 374 | 200 | 454 |4517k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1501.53/1501.81	c  1462s|  1060k| 58536 | 25101k| 276M|  91 |   - | 200 |3113 | 365 | 200 | 467 |4544k|   0 |  15k|-3.600000e+01 |-3.000000e+01 |  16.67%
1513.54/1513.88	c  1474s|  1070k| 58712 | 25302k| 277M|  91 |  49 | 200 |3113 | 249 | 200 | 443 |4572k|   0 |  15k|-3.595122e+01 |-3.000000e+01 |  16.55%
1525.53/1525.87	c  1485s|  1080k| 58828 | 25498k| 278M|  91 |   - | 200 |3113 | 282 | 200 | 418 |4597k|   0 |  15k|-3.590000e+01 |-3.000000e+01 |  16.43%
1537.43/1537.74	c  1497s|  1090k| 58960 | 25697k| 279M|  91 |  59 | 200 |3113 | 358 | 200 | 451 |4624k|   0 |  15k|-3.585714e+01 |-3.000000e+01 |  16.33%
1549.63/1549.93	c  1509s|  1100k| 59094 | 25897k| 280M|  91 |  63 | 200 |3113 | 518 | 200 | 448 |4650k|   0 |  15k|-3.583333e+01 |-3.000000e+01 |  16.28%
1561.63/1561.99	c  1521s|  1110k| 59182 | 26097k| 280M|  91 |   - | 200 |3113 | 196 | 200 | 427 |4676k|   0 |  15k|-3.580000e+01 |-3.000000e+01 |  16.20%
1573.53/1573.88	c  1532s|  1120k| 59290 | 26292k| 281M|  91 |   - | 200 |3113 | 340 | 200 | 378 |4701k|   0 |  15k|-3.576190e+01 |-3.000000e+01 |  16.11%
1585.12/1585.48	c  1543s|  1130k| 59376 | 26489k| 282M|  91 |   - | 200 |3113 | 283 | 200 | 419 |4729k|   0 |  15k|-3.575000e+01 |-3.000000e+01 |  16.08%
1597.12/1597.42	c  1555s|  1140k| 59440 | 26686k| 282M|  91 |   - | 200 |3113 | 273 | 200 | 449 |4757k|   0 |  16k|-3.575000e+01 |-3.000000e+01 |  16.08%
1608.52/1608.86	c  1566s|  1150k| 59520 | 26879k| 283M|  91 |  70 | 200 |3113 | 424 | 200 | 395 |4781k|   0 |  16k|-3.575000e+01 |-3.000000e+01 |  16.08%
1620.92/1621.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1620.92/1621.21	c  1578s|  1160k| 59548 | 27080k| 283M|  91 |   - | 200 |3113 | 260 | 200 | 466 |4808k|   0 |  16k|-3.572222e+01 |-3.000000e+01 |  16.02%
1632.52/1632.89	c  1590s|  1170k| 59598 | 27274k| 284M|  91 |   - | 200 |3113 | 266 | 200 | 376 |4832k|   0 |  16k|-3.568571e+01 |-3.000000e+01 |  15.93%
1644.61/1644.93	c  1601s|  1180k| 59674 | 27473k| 284M|  91 |   - | 200 |3113 | 206 | 200 | 407 |4860k|   0 |  16k|-3.566667e+01 |-3.000000e+01 |  15.89%
1656.11/1656.49	c  1613s|  1190k| 59714 | 27665k| 285M|  91 |  68 | 200 |3113 | 462 | 200 | 407 |4883k|   0 |  16k|-3.564286e+01 |-3.000000e+01 |  15.83%
1667.91/1668.25	c  1624s|  1200k| 59772 | 27859k| 285M|  91 |  55 | 200 |3113 | 339 | 200 | 430 |4908k|   0 |  16k|-3.561765e+01 |-3.000000e+01 |  15.77%
1679.81/1680.14	c  1636s|  1210k| 59774 | 28056k| 286M|  91 |  56 | 200 |3113 | 330 | 200 | 398 |4934k|   0 |  16k|-3.560000e+01 |-3.000000e+01 |  15.73%
1691.71/1692.06	c  1647s|  1220k| 59772 | 28252k| 286M|  91 |  56 | 200 |3113 | 402 | 200 | 418 |4958k|   0 |  16k|-3.557143e+01 |-3.000000e+01 |  15.66%
1703.41/1703.76	c  1659s|  1230k| 59794 | 28446k| 287M|  91 |   - | 200 |3113 | 303 | 200 | 401 |4982k|   0 |  16k|-3.554878e+01 |-3.000000e+01 |  15.61%
1715.31/1715.60	c  1670s|  1240k| 59792 | 28640k| 287M|  91 |   - | 200 |3113 | 212 | 200 | 384 |5007k|   0 |  16k|-3.551429e+01 |-3.000000e+01 |  15.53%
1726.30/1726.66	c  1681s|  1250k| 59776 | 28825k| 287M|  91 |  50 | 200 |3113 | 313 | 200 | 361 |5034k|   0 |  16k|-3.550000e+01 |-3.000000e+01 |  15.49%
1737.40/1737.79	c  1692s|  1260k| 59736 | 29012k| 287M|  91 |   - | 200 |3113 | 358 | 200 | 441 |5062k|   0 |  16k|-3.550000e+01 |-3.000000e+01 |  15.49%
1748.70/1749.00	c  1703s|  1270k| 59734 | 29202k| 288M|  91 |   - | 200 |3113 | 224 | 200 | 388 |5092k|   0 |  16k|-3.550000e+01 |-3.000000e+01 |  15.49%
1760.00/1760.34	c  1714s|  1280k| 59708 | 29391k| 288M|  91 |  56 | 200 |3113 | 386 | 200 | 402 |5122k|   0 |  17k|-3.550000e+01 |-3.000000e+01 |  15.49%
1771.29/1771.61	c  1725s|  1290k| 59666 | 29579k| 288M|  91 |  56 | 200 |3113 | 364 | 200 | 416 |5149k|   0 |  17k|-3.550000e+01 |-3.000000e+01 |  15.49%
1782.39/1782.78	c  1736s|  1300k| 59648 | 29765k| 289M|  91 |   - | 200 |3113 | 150 | 200 | 390 |5178k|   0 |  17k|-3.550000e+01 |-3.000000e+01 |  15.49%
1793.80/1794.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1793.80/1794.11	c  1747s|  1310k| 59608 | 29952k| 289M|  91 |   - | 200 |3113 | 213 | 200 | 361 |5204k|   0 |  17k|-3.550000e+01 |-3.000000e+01 |  15.49%
1800.09/1800.40	c 
1800.09/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.40	c Solving Time (sec) : 1752.76
1800.09/1800.40	c Solving Nodes      : 1315427
1800.09/1800.40	c Primal Bound       : -3.00000000000000e+01 (9 solutions)
1800.09/1800.40	c Dual Bound         : -3.55000000000000e+01
1800.09/1800.40	c Gap                : 15.49 %
1800.09/1800.40	c NODE         1315427
1800.09/1800.40	c DUAL BOUND   -35.5
1800.09/1800.40	c PRIMAL BOUND -30
1800.09/1800.40	c GAP          0.15493
1800.09/1800.40	s SATISFIABLE
1800.09/1800.40	v x200 -x199 x198 x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 x187 -x186 x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 
1800.09/1800.40	v x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 x167 x166 -x165 -x164 -x163 -x162 x161 x160 -x159 -x158 -x157 -x156 
1800.09/1800.40	v -x155 x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 
1800.09/1800.40	v -x134 -x133 x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 
1800.09/1800.40	v -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 x103 -x102 x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 x93 -x92 -x91 
1800.09/1800.40	v x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 
1800.09/1800.40	v -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 
1800.09/1800.40	v -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1800.09/1800.40	v -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 x5 -x4 x3 -x2 -x1 
1800.09/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.40	c Solving Time       :    1752.76
1800.09/1800.40	c Original Problem   :
1800.09/1800.40	c   Problem name     : HOME/instance-3737224-1338737573.opb
1800.09/1800.40	c   Variables        : 3313 (3313 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.40	c   Constraints      : 3313 initial, 3313 maximal
1800.09/1800.40	c Presolved Problem  :
1800.09/1800.40	c   Problem name     : t_HOME/instance-3737224-1338737573.opb
1800.09/1800.40	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.40	c   Constraints      : 3113 initial, 3113 maximal
1800.09/1800.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.40	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.09/1800.40	c   and              :       0.04          0          0          0          0          0          0          0          0
1800.09/1800.40	c   linear           :       0.00       3113          0          0       3113          0        200          0          0
1800.09/1800.40	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.40	c   integral         :          0          0          0     693899          0        297       1920          0          0    1385968
1800.09/1800.40	c   and              :       3113    1275668    2149856          8          0          0    8307715    5217713          0          0
1800.09/1800.40	c   countsols        :          0          0          0          7          0          0          0          0          0          0
1800.09/1800.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.40	c   integral         :      48.36       0.00       0.00      48.36       0.00
1800.09/1800.40	c   and              :      92.64      61.65      30.99       0.00       0.00
1800.09/1800.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.40	c   rootredcost      :       0.45          8          0          0
1800.09/1800.40	c   pseudoobj        :       9.98    2153493          0          0
1800.09/1800.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.40	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.40	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.09/1800.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.40	c   cut pool         :       0.03         69          -          -        235          -    (maximal pool size: 2672)
1800.09/1800.40	c   redcost          :       6.33    1324084          0     185206          0          0
1800.09/1800.40	c   impliedbounds    :       0.00         70          0          0       2156          0
1800.09/1800.40	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.40	c   gomory           :       1.92         70          0          0      12012          0
1800.09/1800.40	c   strongcg         :       0.22         20          0          0       8737          0
1800.09/1800.40	c   cmir             :       0.09         10          0          0          0          0
1800.09/1800.40	c   flowcover        :       0.05         10          0          0          0          0
1800.09/1800.40	c   clique           :       0.14         70          0          0        600          0
1800.09/1800.40	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.40	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.40	c Pricers            :       Time      Calls       Vars
1800.09/1800.40	c   problem variables:       0.00          0          0
1800.09/1800.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.40	c   relpscost        :      47.98     693891        297       1920          0          0    1385968
1800.09/1800.40	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.40	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.40	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.40	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.40	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.40	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.40	c   LP solutions     :       0.03          -          7
1800.09/1800.40	c   pseudo solutions :       0.00          -          0
1800.09/1800.40	c   oneopt           :       0.33          9          0
1800.09/1800.40	c   feaspump         :       0.19          1          0
1800.09/1800.40	c   crossover        :       0.38         14          0
1800.09/1800.40	c   coefdiving       :       0.51        218          0
1800.09/1800.40	c   pscostdiving     :       0.55        218          1
1800.09/1800.40	c   fracdiving       :       0.74        218          0
1800.09/1800.40	c   linesearchdiving :       0.67        218          0
1800.09/1800.40	c   veclendiving     :       0.67        218          0
1800.09/1800.40	c   guideddiving     :       0.70        218          0
1800.09/1800.40	c   objpscostdiving  :       0.74        110          0
1800.09/1800.40	c   rootsoldiving    :       0.46        110          0
1800.09/1800.40	c   simplerounding   :       0.40          0          0
1800.09/1800.40	c   rounding         :       4.39      54317          1
1800.09/1800.40	c   shifting         :       0.55       4946          0
1800.09/1800.40	c   intshifting      :       0.01          0          0
1800.09/1800.40	c   fixandinfer      :       0.00          0          0
1800.09/1800.40	c   intdiving        :       0.00          0          0
1800.09/1800.40	c   actconsdiving    :       0.00          0          0
1800.09/1800.40	c   octane           :       0.00          0          0
1800.09/1800.40	c   rens             :       0.00          0          0
1800.09/1800.40	c   rins             :       0.00          0          0
1800.09/1800.40	c   localbranching   :       0.00          0          0
1800.09/1800.40	c   mutation         :       0.00          0          0
1800.09/1800.40	c   dins             :       0.00          0          0
1800.09/1800.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.40	c   primal LP        :      48.61          0          0       0.00       0.00
1800.09/1800.40	c   dual LP          :    1356.38    1898712   29975151      15.79   22099.38
1800.09/1800.40	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.40	c   diving/probing LP:       4.00      11491      80831       7.03   20207.75
1800.09/1800.40	c   strong branching :      36.15      17220     773630      44.93   21400.55
1800.09/1800.40	c     (at root node) :          -         22       9717     441.68          -
1800.09/1800.40	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.40	c B&B Tree           :
1800.09/1800.40	c   number of runs   :          1
1800.09/1800.40	c   nodes            :    1315427
1800.09/1800.40	c   nodes (total)    :    1315427
1800.09/1800.40	c   nodes left       :      59563
1800.09/1800.40	c   max depth        :         91
1800.09/1800.40	c   max depth (total):         91
1800.09/1800.40	c   backtracks       :     133964 (10.2%)
1800.09/1800.40	c   delayed cutoffs  :          0
1800.09/1800.40	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.09/1800.40	c   avg switch length:       5.18
1800.09/1800.40	c   switching time   :      93.18
1800.09/1800.40	c Solution           :
1800.09/1800.40	c   Solutions found  :          9 (9 improvements)
1800.09/1800.40	c   Primal Bound     : -3.00000000000000e+01   (in run 1, after 139830 nodes, 289.17 seconds, depth 29, found by <relaxation>)
1800.09/1800.40	c   Dual Bound       : -3.55000000000000e+01
1800.09/1800.40	c   Gap              :      15.49 %
1800.09/1800.40	c   Root Dual Bound  : -4.87901388945671e+01
1800.49/1800.81	c Time complete: 1800.51.

Verifier Data

OK	-30

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

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.00 2.00 2.00 3/176 29211
/proc/meminfo: memFree=26860636/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=8312 CPUtime=0 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 1333 0 0 0 0 0 0 0 20 0 1 0 339884097 8511488 1285 33554432000 4194304 7823515 140734303541968 140735635127864 4402248 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 2078 1297 335 887 0 1188 0

[startup+0.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29211
/proc/meminfo: memFree=26860636/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=21916 CPUtime=0.09 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 4927 0 0 0 5 4 0 0 20 0 1 0 339884097 22441984 4525 33554432000 4194304 7823515 140734303541968 140735635127864 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 5479 4525 425 887 0 4589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21916

[startup+0.200319 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29211
/proc/meminfo: memFree=26860636/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=30164 CPUtime=0.18 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 6988 0 0 0 12 6 0 0 20 0 1 0 339884097 30887936 6555 33554432000 4194304 7823515 140734303541968 140735635127864 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 7541 6555 521 887 0 6651 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 30164

[startup+0.300318 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29211
/proc/meminfo: memFree=26860636/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=31052 CPUtime=0.29 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 7260 0 0 0 22 7 0 0 20 0 1 0 339884097 31797248 6821 33554432000 4194304 7823515 140734303541968 140735635127864 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 7763 6821 544 887 0 6873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31052

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29211
/proc/meminfo: memFree=26860636/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=33776 CPUtime=0.69 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 8107 0 0 0 61 8 0 0 20 0 1 0 339884097 34586624 7628 33554432000 4194304 7823515 140734303541968 140735635127864 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 8444 7628 545 887 0 7554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33776

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29212
/proc/meminfo: memFree=26829032/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=39632 CPUtime=1.48 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 9671 0 0 0 139 9 0 0 20 0 1 0 339884097 40583168 9141 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 9908 9141 546 887 0 9018 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39632

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29212
/proc/meminfo: memFree=26820604/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=44764 CPUtime=3.09 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 10987 0 0 0 298 11 0 0 20 0 1 0 339884097 45838336 10435 33554432000 4194304 7823515 140734303541968 140734303537720 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 11191 10435 546 887 0 10301 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44764

[startup+6.30021 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 29212
/proc/meminfo: memFree=26818496/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=46460 CPUtime=6.29 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 11437 0 0 0 614 15 0 0 20 0 1 0 339884097 47575040 10863 33554432000 4194304 7823515 140734303541968 140734303537016 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 11615 10863 554 887 0 10725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46460

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29212
/proc/meminfo: memFree=26818480/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=45436 CPUtime=12.68 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 12626 0 0 0 1238 30 0 0 20 0 1 0 339884097 46526464 10658 33554432000 4194304 7823515 140734303541968 140734303537816 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 11359 10658 573 887 0 10469 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45436

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 29212
/proc/meminfo: memFree=26815168/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=50700 CPUtime=25.48 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 17113 0 0 0 2492 56 0 0 20 0 1 0 339884097 51916800 11973 33554432000 4194304 7823515 140734303541968 140734303537768 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 12675 11973 573 887 0 11785 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50700

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 29212
/proc/meminfo: memFree=26800660/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=65200 CPUtime=51.08 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 27076 0 0 0 4991 117 0 0 20 0 1 0 339884097 66764800 15530 33554432000 4194304 7823515 140734303541968 140734303536664 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 16300 15530 573 887 0 15410 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65200

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 2/175 29213
/proc/meminfo: memFree=26937316/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=86120 CPUtime=102.28 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 35565 0 0 0 9992 236 0 0 20 0 1 0 339884097 88186880 20783 33554432000 4194304 7823515 140734303541968 140734303537768 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 21530 20783 573 887 0 20640 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 86120

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29252
/proc/meminfo: memFree=26852156/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=110968 CPUtime=162.25 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 42799 0 0 0 15852 373 0 0 20 0 1 0 339884097 113631232 27297 33554432000 4194304 7823515 140734303541968 140734303537656 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 27742 27297 573 887 0 26852 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 110968

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29252
/proc/meminfo: memFree=26800684/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=139792 CPUtime=222.24 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 49968 0 0 0 21708 516 0 0 20 0 1 0 339884097 143147008 34468 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 34948 34468 573 887 0 34058 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 139792

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29252
/proc/meminfo: memFree=26763024/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=161820 CPUtime=282.23 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 55468 0 0 0 27548 675 0 0 20 0 1 0 339884097 165703680 39963 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 40455 39963 573 887 0 39565 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 161820

[startup+342.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 29252
/proc/meminfo: memFree=26727812/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=173052 CPUtime=342.21 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 61175 0 0 0 33393 828 0 0 20 0 1 0 339884097 177205248 42817 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 43263 42817 573 887 0 42373 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 173052

[startup+402.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/177 29252
/proc/meminfo: memFree=26711400/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=175752 CPUtime=402.2 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 61876 0 0 0 39229 991 0 0 20 0 1 0 339884097 179970048 43518 33554432000 4194304 7823515 140734303541968 140734303536936 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 43938 43518 573 887 0 43048 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 175752

[startup+462.3 s]
/proc/loadavg: 2.22 2.09 2.02 3/178 29256
/proc/meminfo: memFree=26686784/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=186472 CPUtime=462.2 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 65466 0 0 0 45079 1141 0 0 20 0 1 0 339884097 190947328 46174 33554432000 4194304 7823515 140734303541968 140734303536984 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 46618 46174 573 887 0 45728 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 186472

[startup+522.3 s]
/proc/loadavg: 2.16 2.09 2.02 3/177 29256
/proc/meminfo: memFree=26663400/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=195504 CPUtime=522.19 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 67713 0 0 0 50920 1299 0 0 20 0 1 0 339884097 200196096 48420 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 48876 48420 573 887 0 47986 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 195504

[startup+582.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/177 29256
/proc/meminfo: memFree=26642316/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=203304 CPUtime=582.18 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 69662 0 0 0 56749 1469 0 0 20 0 1 0 339884097 208183296 50368 33554432000 4194304 7823515 140734303541968 140734303536936 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 50826 50368 573 887 0 49936 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 203304

[startup+642.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29257
/proc/meminfo: memFree=26533868/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=258100 CPUtime=942.13 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 83367 0 0 0 91785 2428 0 0 20 0 1 0 339884097 264294400 64068 33554432000 4194304 7823515 140734303541968 140734303537672 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 64525 64068 573 887 0 63635 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 258100

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29257
/proc/meminfo: memFree=26523496/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=265180 CPUtime=1002.12 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 85152 0 0 0 97624 2588 0 0 20 0 1 0 339884097 271544320 65853 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 66295 65853 573 887 0 65405 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 265180

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 29261
/proc/meminfo: memFree=26511216/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=270384 CPUtime=1062.1 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 86429 0 0 0 103448 2762 0 0 20 0 1 0 339884097 276873216 67130 33554432000 4194304 7823515 140734303541968 140734303536664 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 67596 67130 573 887 0 66706 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 270384

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29261
/proc/meminfo: memFree=26500092/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=277772 CPUtime=1122.09 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 88304 0 0 0 109285 2924 0 0 20 0 1 0 339884097 284438528 69000 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 69443 69000 573 887 0 68553 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 277772

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 29261
/proc/meminfo: memFree=26488560/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=284492 CPUtime=1182.09 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 89987 0 0 0 115119 3090 0 0 20 0 1 0 339884097 291319808 70683 33554432000 4194304 7823515 140734303541968 140734303539048 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 71123 70683 573 887 0 70233 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 284492

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29261
/proc/meminfo: memFree=26476160/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=291144 CPUtime=1242.08 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 91663 0 0 0 120948 3260 0 0 20 0 1 0 339884097 298131456 72359 33554432000 4194304 7823515 140734303541968 140734303537768 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 72786 72359 573 887 0 71896 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 291144

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29261
/proc/meminfo: memFree=26464508/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=298448 CPUtime=1302.07 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 93473 0 0 0 126791 3416 0 0 20 0 1 0 339884097 305610752 74169 33554432000 4194304 7823515 140734303541968 140734303537768 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 74612 74169 573 887 0 73722 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 298448

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29262
/proc/meminfo: memFree=26461284/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=301472 CPUtime=1362.06 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 94224 0 0 0 132631 3575 0 0 20 0 1 0 339884097 308707328 74920 33554432000 4194304 7823515 140734303541968 140734303536984 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 75368 74920 573 887 0 74478 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 301472

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29262
/proc/meminfo: memFree=26455332/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=307804 CPUtime=1422.06 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 95805 0 0 0 138465 3741 0 0 20 0 1 0 339884097 315191296 76501 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 76951 76501 573 887 0 76061 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 307804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29262
/proc/meminfo: memFree=26452448/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=310300 CPUtime=1482.04 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 96465 0 0 0 144305 3899 0 0 20 0 1 0 339884097 317747200 77157 33554432000 4194304 7823515 140734303541968 140734303538456 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 77575 77157 573 887 0 76685 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 310300

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29262
/proc/meminfo: memFree=26448980/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=314092 CPUtime=1542.03 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 97380 0 0 0 150146 4057 0 0 20 0 1 0 339884097 321630208 78072 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 78523 78072 573 887 0 77633 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 314092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29262
/proc/meminfo: memFree=26443156/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=319452 CPUtime=1602.02 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 98733 0 0 0 155985 4217 0 0 20 0 1 0 339884097 327118848 79425 33554432000 4194304 7823515 140734303541968 140734303537768 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 79863 79425 573 887 0 78973 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 319452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29266
/proc/meminfo: memFree=26441668/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=321148 CPUtime=1662.01 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 99145 0 0 0 161830 4371 0 0 20 0 1 0 339884097 328855552 79837 33554432000 4194304 7823515 140734303541968 140734303537656 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 80287 79837 573 887 0 79397 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 321148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29289
/proc/meminfo: memFree=26440128/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=322328 CPUtime=1722.01 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 99452 0 0 0 167684 4517 0 0 20 0 1 0 339884097 330063872 80144 33554432000 4194304 7823515 140734303541968 140734303537224 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 80582 80144 573 887 0 79692 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 322328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29289
/proc/meminfo: memFree=26438524/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=323484 CPUtime=1781.99 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 99735 0 0 0 173512 4687 0 0 20 0 1 0 339884097 331247616 80427 33554432000 4194304 7823515 140734303541968 140734303538312 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 80871 80427 573 887 0 79981 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 323484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29289
/proc/meminfo: memFree=26438012/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=323996 CPUtime=1800.09 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 99882 0 0 0 175276 4733 0 0 20 0 1 0 339884097 331771904 80572 33554432000 4194304 7823515 140734303541968 140734303537304 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 80999 80572 573 887 0 80109 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 323996

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

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29290
/proc/meminfo: memFree=26438012/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=323996 CPUtime=1800.39 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 99884 0 0 0 175306 4733 0 0 20 0 1 0 339884097 331771904 80574 33554432000 4194304 7823515 140734303541968 140734303537304 4212027 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 80999 80574 575 887 0 80109 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 323996

[startup+1800.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29290
/proc/meminfo: memFree=26438012/32873648 swapFree=6852/6852
[pid=29211] ppid=29209 vsize=323996 CPUtime=1800.49 cores=1,3,5,7
/proc/29211/stat : 29211 (pbscip.linux.x8) R 29209 29211 27068 0 -1 4202496 99884 0 0 0 175316 4733 0 0 20 0 1 0 339884097 331771904 80574 33554432000 4194304 7823515 140734303541968 140734303540552 4237368 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 80999 80574 575 887 0 80109 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 323996

Child status: 0
Real time (s): 1800.82
CPU time (s): 1800.52
CPU user time (s): 1753.17
CPU system time (s): 47.3418
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 323996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.17
system time used= 47.3418
maximum resident set size= 322296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99887
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= 58
involuntary context switches= 1849

runsolver used 3.23051 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 17:32:53
IDJOB=3737224
IDBENCH=48205
IDSOLVER=2321
FILE ID=node115/3737224-1338737573
RUNJOBID= node115-1338714108-27085
PBS_JOBID= 14636752
Free space on /tmp= 70820 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_5.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-3737224-1338737573/watcher-3737224-1338737573 -o /tmp/evaluation-result-3737224-1338737573/solver-3737224-1338737573 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737224-1338737573.opb

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

MD5SUM BENCH= cdccc05ac387e7ee9cb8ab81f53ca6f8
RANDOM SEED=1280101950

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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	: 5331.91
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.462
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.462
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:       32873648 kB
MemFree:        26861056 kB
Buffers:         1435948 kB
Cached:          3493760 kB
SwapCached:         1016 kB
Active:          2923528 kB
Inactive:        2180916 kB
Active(anon):     163388 kB
Inactive(anon):     9868 kB
Active(file):    2760140 kB
Inactive(file):  2171048 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              9892 kB
Writeback:             0 kB
AnonPages:        176272 kB
Mapped:            13820 kB
Shmem:                96 kB
Slab:             772092 kB
SReclaimable:     215416 kB
SUnreclaim:       556676 kB
KernelStack:        1472 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     288040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70812 MiB
End job on node115 at 2012-06-03 18:02:56