Trace number 1870427

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT (TO)-30 1800.63 1801.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
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-30
Best CPU time to get the best result obtained on this benchmark1800.63
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
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 constraint45
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)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Quality of the solution as a function of time


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

Solver Data

0.02/0.04	c SCIP version 1.1.0.7
0.02/0.04	c LP-Solver Clp 1.8.2
0.02/0.04	c user parameter file <scip.set> not found - using default parameters
0.02/0.04	c read problem <HOME/instance-1870427-1245203231.opb>
0.02/0.04	c original problem has 3308 variables (3308 bin, 0 int, 0 impl, 0 cont) and 3308 constraints
0.02/0.07	c start presolving problem
0.02/0.07	c presolving:
0.19/0.23	c (round 1) 3108 del vars, 200 del conss, 3108 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12432 impls, 0 clqs
0.39/0.44	c    (0.2s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.44	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.44	c presolving (2 rounds):
0.39/0.44	c  3108 deleted vars, 200 deleted constraints, 3108 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  18648 implications, 0 cliques
0.39/0.44	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 3108 constraints
0.39/0.44	c    3108 constraints of type <and>
0.39/0.44	c transformed objective value is always integral (scale: 1)
0.39/0.44	c Presolving Time: 0.24
0.39/0.44	c OPT-NLC
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/memory = c 1620
0.39/0.44	c # maximal time in seconds to run
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/time = c 1791
0.39/0.44	c # frequency for displaying node information lines
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44	c display/freq = c 10000
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c start solving problem
0.39/0.44	c 
0.39/0.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.3s|     1 |     0 |   207 |  11M|   0 | 200 | 200 |3108 |3108 | 200 |3108 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.39/0.49	o -16
0.39/0.49	c R 0.3s|     1 |     0 |   207 |  11M|   0 | 200 | 200 |3108 |3108 | 200 |3108 |   0 |   0 |   0 |-1.000000e+02 |-1.600000e+01 |  84.00%
0.49/0.59	c   0.4s|     1 |     0 |   267 |  11M|   0 | 190 | 200 |3108 |3108 | 200 |3118 |  10 |   0 |   0 |-9.500000e+01 |-1.600000e+01 |  83.16%
0.69/0.73	c   0.5s|     1 |     0 |   323 |  11M|   0 | 184 | 200 |3108 |3108 | 200 |3124 |  16 |   0 |   0 |-9.200000e+01 |-1.600000e+01 |  82.61%
0.69/0.73	o -19
0.69/0.73	c R 0.5s|     1 |     0 |   323 |  11M|   0 | 184 | 200 |3108 |3108 | 200 |3124 |  16 |   0 |   0 |-9.200000e+01 |-1.900000e+01 |  79.35%
0.79/0.88	c   0.7s|     1 |     0 |   390 |  11M|   0 | 177 | 200 |3108 |3108 | 200 |3130 |  22 |   0 |   0 |-8.850000e+01 |-1.900000e+01 |  78.53%
1.00/1.08	c   0.9s|     1 |     0 |   490 |  11M|   0 | 173 | 200 |3108 |3108 | 200 |3135 |  27 |   0 |   0 |-8.650000e+01 |-1.900000e+01 |  78.03%
1.19/1.27	c   1.1s|     1 |     0 |   634 |  11M|   0 | 168 | 200 |3108 |3108 | 200 |3141 |  33 |   0 |   0 |-8.400000e+01 |-1.900000e+01 |  77.38%
1.39/1.44	c   1.2s|     1 |     0 |   720 |  11M|   0 | 164 | 200 |3108 |3108 | 200 |3148 |  40 |   0 |   0 |-8.200000e+01 |-1.900000e+01 |  76.83%
1.49/1.58	c   1.4s|     1 |     0 |   765 |  11M|   0 | 159 | 200 |3108 |3108 | 200 |3155 |  47 |   0 |   0 |-7.950000e+01 |-1.900000e+01 |  76.10%
1.69/1.75	c   1.5s|     1 |     0 |   847 |  11M|   0 | 155 | 200 |3108 |3108 | 200 |3162 |  54 |   0 |   0 |-7.750000e+01 |-1.900000e+01 |  75.48%
1.89/1.91	c   1.7s|     1 |     0 |   922 |  11M|   0 | 152 | 200 |3108 |3108 | 200 |3167 |  59 |   0 |   0 |-7.600000e+01 |-1.900000e+01 |  75.00%
2.10/2.13	c   1.9s|     1 |     0 |  1076 |  11M|   0 | 150 | 200 |3108 |3108 | 200 |3173 |  65 |   0 |   0 |-7.500000e+01 |-1.900000e+01 |  74.67%
2.20/2.25	c   2.0s|     1 |     0 |  1117 |  11M|   0 | 149 | 200 |3108 |3108 | 200 | 344 |  69 |   0 |   0 |-7.450000e+01 |-1.900000e+01 |  74.50%
2.20/2.28	c   2.0s|     1 |     0 |  1190 |  11M|   0 | 140 | 200 |3108 |3108 | 200 | 350 |  75 |   0 |   0 |-7.400000e+01 |-1.900000e+01 |  74.32%
2.29/2.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.32	c   2.1s|     1 |     0 |  1325 |  11M|   0 | 136 | 200 |3108 |3108 | 200 | 429 | 154 |   0 |   0 |-7.200000e+01 |-1.900000e+01 |  73.61%
2.29/2.36	c   2.1s|     1 |     0 |  1444 |  12M|   0 | 147 | 200 |3108 |3108 | 200 | 497 | 222 |   0 |   0 |-7.142857e+01 |-1.900000e+01 |  73.40%
2.39/2.43	c   2.2s|     1 |     0 |  1689 |  12M|   0 | 135 | 200 |3108 |3108 | 200 | 661 | 386 |   0 |   0 |-6.950000e+01 |-1.900000e+01 |  72.66%
2.49/2.52	c   2.3s|     1 |     0 |  1933 |  12M|   0 | 137 | 200 |3108 |3108 | 200 | 698 | 423 |   0 |   0 |-6.850000e+01 |-1.900000e+01 |  72.26%
2.59/2.61	c   2.4s|     1 |     0 |  2023 |  12M|   0 | 137 | 200 |3108 |3108 | 200 | 547 | 431 |   0 |   0 |-6.800000e+01 |-1.900000e+01 |  72.06%
2.59/2.66	c   2.4s|     1 |     0 |  2137 |  12M|   0 | 154 | 200 |3108 |3108 | 200 | 552 | 436 |   0 |   0 |-6.705000e+01 |-1.900000e+01 |  71.66%
2.79/2.80	c   2.6s|     1 |     0 |  2292 |  12M|   0 | 133 | 200 |3108 |3108 | 200 | 744 | 628 |   0 |   0 |-6.650000e+01 |-1.900000e+01 |  71.43%
2.89/2.90	c   2.7s|     1 |     0 |  2447 |  12M|   0 | 145 | 200 |3108 |3108 | 200 | 750 | 634 |   0 |   0 |-6.577273e+01 |-1.900000e+01 |  71.11%
2.89/2.99	c   2.7s|     1 |     0 |  2661 |  12M|   0 | 123 | 200 |3108 |3108 | 200 | 801 | 685 |   0 |   0 |-6.450000e+01 |-1.900000e+01 |  70.54%
2.99/3.08	c   2.8s|     1 |     0 |  2974 |  12M|   0 | 148 | 200 |3108 |3108 | 200 | 847 | 731 |   0 |   0 |-6.370000e+01 |-1.900000e+01 |  70.17%
3.09/3.18	c   2.9s|     1 |     0 |  3226 |  12M|   0 | 153 | 200 |3108 |3108 | 200 | 750 | 758 |   0 |   0 |-6.300000e+01 |-1.900000e+01 |  69.84%
3.30/3.31	c   3.1s|     1 |     0 |  3553 |  12M|   0 | 151 | 200 |3108 |3108 | 200 | 760 | 768 |   0 |   0 |-6.291667e+01 |-1.900000e+01 |  69.80%
3.39/3.44	c   3.2s|     1 |     0 |  3893 |  13M|   0 | 176 | 200 |3108 |3108 | 200 | 806 | 814 |   0 |   0 |-6.200000e+01 |-1.900000e+01 |  69.35%
3.59/3.65	c   3.4s|     1 |     0 |  4232 |  13M|   0 | 163 | 200 |3108 |3108 | 200 | 911 | 919 |   0 |   0 |-6.200000e+01 |-1.900000e+01 |  69.35%
3.79/3.86	c   3.6s|     1 |     0 |  4759 |  13M|   0 | 163 | 200 |3108 |3108 | 200 | 949 | 957 |   0 |   0 |-6.074324e+01 |-1.900000e+01 |  68.72%
4.00/4.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.00/4.01	c   3.8s|     1 |     0 |  5045 |  14M|   0 | 170 | 200 |3108 |3108 | 200 | 968 | 976 |   0 |   0 |-6.011905e+01 |-1.900000e+01 |  68.40%
4.19/4.22	c   4.0s|     1 |     0 |  5460 |  14M|   0 | 166 | 200 |3108 |3108 | 200 | 640 |1030 |   0 |   0 |-5.908660e+01 |-1.900000e+01 |  67.84%
4.30/4.36	c   4.1s|     1 |     0 |  5731 |  15M|   0 | 173 | 200 |3108 |3108 | 200 | 685 |1075 |   0 |   0 |-5.802012e+01 |-1.900000e+01 |  67.25%
4.49/4.51	c   4.3s|     1 |     0 |  5983 |  15M|   0 | 175 | 200 |3108 |3108 | 200 | 761 |1151 |   0 |   0 |-5.740943e+01 |-1.900000e+01 |  66.90%
4.59/4.67	c   4.4s|     1 |     0 |  6238 |  15M|   0 | 180 | 200 |3108 |3108 | 200 | 797 |1187 |   0 |   0 |-5.672891e+01 |-1.900000e+01 |  66.51%
4.79/4.84	c   4.6s|     1 |     0 |  6466 |  15M|   0 | 185 | 200 |3108 |3108 | 200 | 821 |1211 |   0 |   0 |-5.629253e+01 |-1.900000e+01 |  66.25%
4.99/5.01	c   4.8s|     1 |     0 |  6647 |  15M|   0 | 185 | 200 |3108 |3108 | 200 | 834 |1224 |   0 |   0 |-5.597457e+01 |-1.900000e+01 |  66.06%
5.19/5.21	c   5.0s|     1 |     0 |  6850 |  15M|   0 | 186 | 200 |3108 |3108 | 200 | 636 |1243 |   0 |   0 |-5.549237e+01 |-1.900000e+01 |  65.76%
5.29/5.35	c   5.1s|     1 |     0 |  7069 |  15M|   0 | 189 | 200 |3108 |3108 | 200 | 662 |1269 |   0 |   0 |-5.503672e+01 |-1.900000e+01 |  65.48%
5.39/5.48	c   5.2s|     1 |     0 |  7214 |  15M|   0 | 190 | 200 |3108 |3108 | 200 | 684 |1291 |   0 |   0 |-5.465774e+01 |-1.900000e+01 |  65.24%
5.59/5.64	c   5.4s|     1 |     0 |  7454 |  15M|   0 | 193 | 200 |3108 |3108 | 200 | 696 |1303 |   0 |   0 |-5.422845e+01 |-1.900000e+01 |  64.96%
5.79/5.82	c   5.6s|     1 |     0 |  7741 |  15M|   0 | 188 | 200 |3108 |3108 | 200 | 723 |1330 |   0 |   0 |-5.353945e+01 |-1.900000e+01 |  64.51%
5.89/5.98	c   5.7s|     1 |     0 |  7934 |  15M|   0 | 189 | 200 |3108 |3108 | 200 | 744 |1351 |   0 |   0 |-5.310632e+01 |-1.900000e+01 |  64.22%
6.10/6.14	c   5.9s|     1 |     0 |  8085 |  15M|   0 | 189 | 200 |3108 |3108 | 200 | 521 |1364 |   0 |   0 |-5.281329e+01 |-1.900000e+01 |  64.02%
6.19/6.26	c   6.0s|     1 |     0 |  8243 |  15M|   0 | 192 | 200 |3108 |3108 | 200 | 531 |1374 |   0 |   0 |-5.260539e+01 |-1.900000e+01 |  63.88%
6.29/6.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.29/6.37	c   6.1s|     1 |     0 |  8344 |  15M|   0 | 194 | 200 |3108 |3108 | 200 | 542 |1385 |   0 |   0 |-5.238072e+01 |-1.900000e+01 |  63.73%
6.39/6.48	c   6.2s|     1 |     0 |  8464 |  15M|   0 | 188 | 200 |3108 |3108 | 200 | 555 |1398 |   0 |   0 |-5.215819e+01 |-1.900000e+01 |  63.57%
6.50/6.60	c   6.3s|     1 |     0 |  8610 |  15M|   0 | 197 | 200 |3108 |3108 | 200 | 565 |1408 |   0 |   0 |-5.188563e+01 |-1.900000e+01 |  63.38%
6.69/6.72	c   6.5s|     1 |     0 |  8727 |  15M|   0 | 195 | 200 |3108 |3108 | 200 | 573 |1416 |   0 |   0 |-5.167365e+01 |-1.900000e+01 |  63.23%
6.79/6.83	c   6.6s|     1 |     0 |  8803 |  15M|   0 | 194 | 200 |3108 |3108 | 200 | 478 |1424 |   0 |   0 |-5.161945e+01 |-1.900000e+01 |  63.19%
6.89/6.93	c   6.7s|     1 |     0 |  8893 |  15M|   0 | 195 | 200 |3108 |3108 | 200 | 485 |1431 |   0 |   0 |-5.150413e+01 |-1.900000e+01 |  63.11%
6.99/7.04	c   6.8s|     1 |     0 |  9045 |  15M|   0 | 199 | 200 |3108 |3108 | 200 | 493 |1439 |   0 |   0 |-5.121019e+01 |-1.900000e+01 |  62.90%
7.09/7.14	c   6.9s|     1 |     0 |  9129 |  15M|   0 | 197 | 200 |3108 |3108 | 200 | 499 |1445 |   0 |   0 |-5.106080e+01 |-1.900000e+01 |  62.79%
7.19/7.25	c   7.0s|     1 |     0 |  9224 |  15M|   0 | 197 | 200 |3108 |3108 | 200 | 509 |1455 |   0 |   0 |-5.094773e+01 |-1.900000e+01 |  62.71%
7.29/7.35	c   7.1s|     1 |     0 |  9344 |  15M|   0 | 198 | 200 |3108 |3108 | 200 | 519 |1465 |   0 |   0 |-5.083713e+01 |-1.900000e+01 |  62.63%
7.39/7.47	c   7.2s|     1 |     0 |  9446 |  15M|   0 | 198 | 200 |3108 |3108 | 200 | 456 |1472 |   0 |   0 |-5.072484e+01 |-1.900000e+01 |  62.54%
7.49/7.57	c   7.3s|     1 |     0 |  9556 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 467 |1483 |   0 |   0 |-5.057447e+01 |-1.900000e+01 |  62.43%
7.60/7.66	c   7.4s|     1 |     0 |  9646 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 477 |1493 |   0 |   0 |-5.050390e+01 |-1.900000e+01 |  62.38%
7.70/7.76	c   7.5s|     1 |     0 |  9728 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 484 |1500 |   0 |   0 |-5.040797e+01 |-1.900000e+01 |  62.31%
7.79/7.86	c   7.6s|     1 |     0 |  9832 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 493 |1509 |   0 |   0 |-5.030217e+01 |-1.900000e+01 |  62.23%
7.89/7.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.89/7.96	c   7.7s|     1 |     0 |  9898 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 506 |1522 |   0 |   0 |-5.025145e+01 |-1.900000e+01 |  62.19%
7.99/8.06	c   7.8s|     1 |     0 |  9970 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 475 |1531 |   0 |   0 |-5.021596e+01 |-1.900000e+01 |  62.16%
8.09/8.17	c   7.9s|     1 |     0 | 10099 |  15M|   0 | 199 | 200 |3108 |3108 | 200 | 485 |1541 |   0 |   0 |-5.006573e+01 |-1.900000e+01 |  62.05%
8.19/8.26	c   8.0s|     1 |     0 | 10173 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 495 |1551 |   0 |   0 |-5.002772e+01 |-1.900000e+01 |  62.02%
8.29/8.36	c   8.1s|     1 |     0 | 10281 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 504 |1560 |   0 |   0 |-4.996022e+01 |-1.900000e+01 |  61.97%
8.39/8.46	c   8.2s|     1 |     0 | 10370 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 517 |1573 |   0 |   0 |-4.989526e+01 |-1.900000e+01 |  61.92%
8.49/8.55	c   8.3s|     1 |     0 | 10441 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 526 |1582 |   0 |   0 |-4.986943e+01 |-1.900000e+01 |  61.90%
8.59/8.67	c   8.4s|     1 |     0 | 10522 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 484 |1592 |   0 |   0 |-4.983453e+01 |-1.900000e+01 |  61.87%
8.69/8.76	c   8.5s|     1 |     0 | 10604 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 491 |1599 |   0 |   0 |-4.979518e+01 |-1.900000e+01 |  61.84%
8.79/8.86	c   8.6s|     1 |     0 | 10664 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 499 |1607 |   0 |   0 |-4.976822e+01 |-1.900000e+01 |  61.82%
8.89/8.94	c   8.7s|     1 |     0 | 10707 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 505 |1613 |   0 |   0 |-4.975942e+01 |-1.900000e+01 |  61.82%
8.99/9.03	c   8.8s|     1 |     0 | 10735 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 511 |1619 |   0 |   0 |-4.975475e+01 |-1.900000e+01 |  61.81%
9.08/9.12	c   8.8s|     1 |     0 | 10754 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 515 |1623 |   0 |   0 |-4.975339e+01 |-1.900000e+01 |  61.81%
10.19/10.24	c  10.0s|     1 |     2 | 10754 |  15M|   0 | 200 | 200 |3108 |3108 | 200 | 515 |1623 |   0 |  21 |-4.975339e+01 |-1.900000e+01 |  61.81%
14.29/14.35	o -20
14.29/14.35	c R14.0s|    15 |    14 | 12164 |  15M|  14 |   6 | 200 |3108 |  42 | 200 | 344 |2266 |   0 | 340 |-4.930955e+01 |-2.000000e+01 |  59.44%
15.59/15.65	o -23
15.59/15.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.59/15.65	c *15.3s|    30 |    21 | 13146 |  15M|  16 |   - | 200 |3108 |  36 | 200 | 345 |2662 |   0 | 522 |-4.930955e+01 |-2.300000e+01 |  53.36%
20.79/20.83	o -25
20.79/20.83	c c20.5s|   106 |    56 | 19317 |  15M|  17 |   - | 200 |3108 |  45 | 200 | 350 |5064 |   0 | 959 |-4.914554e+01 |-2.500000e+01 |  49.13%
45.38/45.48	o -27
45.38/45.48	c f44.9s|  1723 |  1057 |159711 |  19M|  41 |   - | 200 |3108 |  52 | 200 | 376 |  45k|   0 |1158 |-4.785518e+01 |-2.700000e+01 |  43.58%
56.98/57.02	o -28
56.98/57.02	c R56.4s|  2718 |  1322 |227981 |  20M|  42 |   - | 200 |3108 |  98 | 200 | 368 |  65k|   0 |1252 |-4.647764e+01 |-2.800000e+01 |  39.76%
139.56/139.65	c   138s| 10000 |  4960 |748643 |  33M|  53 |  55 | 200 |3108 | 369 | 200 | 374 | 212k|   0 |1667 |-4.431390e+01 |-2.800000e+01 |  36.81%
230.94/231.05	c   229s| 20000 |  9016 |  1327k|  48M|  65 |  62 | 200 |3108 | 334 | 200 | 383 | 363k|   0 |2407 |-4.326786e+01 |-2.800000e+01 |  35.29%
314.31/314.49	c   312s| 30000 | 12658 |  1868k|  61M|  67 |  50 | 200 |3108 | 314 | 200 | 464 | 491k|   0 |2976 |-4.232375e+01 |-2.800000e+01 |  33.84%
385.79/385.90	c   382s| 40000 | 15456 |  2338k|  72M|  73 |  83 | 200 |3108 |1035 | 200 | 405 | 596k|   0 |3446 |-4.175000e+01 |-2.800000e+01 |  32.93%
452.18/452.36	c   448s| 50000 | 18106 |  2780k|  81M|  77 |   - | 200 |3108 | 193 | 200 | 351 | 692k|   0 |3834 |-4.137500e+01 |-2.800000e+01 |  32.33%
514.16/514.30	c   510s| 60000 | 20498 |  3194k|  90M|  79 |   - | 200 |3108 | 209 | 200 | 434 | 780k|   0 |4207 |-4.106659e+01 |-2.800000e+01 |  31.82%
574.65/574.82	c   569s| 70000 | 22836 |  3600k|  99M|  81 |   - | 200 |3108 | 175 | 200 | 383 | 872k|   0 |4502 |-4.082266e+01 |-2.800000e+01 |  31.41%
587.24/587.41	o -29
587.24/587.41	c * 582s| 72317 | 19225 |  3684k|  90M|  81 |   - | 200 |3108 |  91 | 200 | 393 | 890k|   0 |4548 |-4.077023e+01 |-2.900000e+01 |  28.87%
628.23/628.42	c   623s| 80000 | 20380 |  3967k|  95M|  84 |  48 | 200 |3108 | 219 | 200 | 404 | 943k|   0 |4754 |-4.063333e+01 |-2.900000e+01 |  28.63%
679.82/680.02	c   674s| 90000 | 21840 |  4328k| 100M|  84 |   - | 200 |3108 | 313 | 200 | 378 |1013k|   0 |5035 |-4.050000e+01 |-2.900000e+01 |  28.40%
733.40/733.62	c   727s|100000 | 23436 |  4701k| 106M|  84 |  55 | 200 |3108 | 337 | 200 | 428 |1088k|   0 |5292 |-4.037602e+01 |-2.900000e+01 |  28.18%
785.09/785.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.09/785.30	c   778s|110000 | 24838 |  5061k| 112M|  84 |   - | 200 |3108 | 241 | 200 | 434 |1150k|   0 |5562 |-4.025000e+01 |-2.900000e+01 |  27.95%
835.57/835.88	c   828s|120000 | 26226 |  5414k| 117M|  84 |  51 | 200 |3108 | 292 | 200 | 385 |1213k|   0 |5800 |-4.013636e+01 |-2.900000e+01 |  27.75%
886.65/886.94	c   878s|130000 | 27546 |  5771k| 122M|  84 |  54 | 200 |3108 | 300 | 200 | 364 |1279k|   0 |5957 |-4.000000e+01 |-2.900000e+01 |  27.50%
934.22/934.62	c   925s|140000 | 28866 |  6107k| 127M|  84 |   - | 200 |3108 | 225 | 200 | 345 |1345k|   0 |6224 |-4.000000e+01 |-2.900000e+01 |  27.50%
984.51/984.92	c   975s|150000 | 30162 |  6461k| 132M|  84 |  62 | 200 |3108 | 245 | 200 | 450 |1408k|   0 |6418 |-3.984000e+01 |-2.900000e+01 |  27.21%
1031.70/1032.16	c  1022s|160000 | 31412 |  6795k| 137M|  87 |  58 | 200 |3108 | 413 | 200 | 355 |1471k|   0 |6624 |-3.975000e+01 |-2.900000e+01 |  27.04%
1080.58/1081.06	c  1070s|170000 | 32620 |  7138k| 142M|  87 |   - | 200 |3108 | 277 | 200 | 389 |1531k|   0 |6864 |-3.962121e+01 |-2.900000e+01 |  26.81%
1132.17/1132.66	c  1122s|180000 | 33916 |  7495k| 147M|  88 |   - | 200 |3108 | 147 | 200 | 413 |1592k|   0 |7063 |-3.950000e+01 |-2.900000e+01 |  26.58%
1177.46/1177.93	c  1166s|190000 | 35134 |  7818k| 151M|  88 |   - | 200 |3108 | 148 | 200 | 353 |1654k|   0 |7221 |-3.950000e+01 |-2.900000e+01 |  26.58%
1221.45/1221.90	c  1210s|200000 | 36148 |  8130k| 155M|  88 |   - | 200 |3108 | 219 | 200 | 347 |1712k|   0 |7428 |-3.950000e+01 |-2.900000e+01 |  26.58%
1267.03/1267.53	c  1255s|210000 | 37218 |  8453k| 160M|  88 |  51 | 200 |3108 | 360 | 200 | 407 |1771k|   0 |7596 |-3.937097e+01 |-2.900000e+01 |  26.34%
1314.73/1315.26	c  1302s|220000 | 38306 |  8791k| 164M|  88 |  84 | 200 |3108 | 571 | 200 | 402 |1832k|   0 |7743 |-3.925806e+01 |-2.900000e+01 |  26.13%
1359.12/1359.66	c  1346s|230000 | 39422 |  9108k| 168M|  88 |   - | 200 |3108 | 175 | 200 | 454 |1890k|   0 |7954 |-3.923077e+01 |-2.900000e+01 |  26.08%
1404.21/1404.78	c  1391s|240000 | 40568 |  9427k| 173M|  88 |   - | 200 |3108 | 197 | 200 | 367 |1943k|   0 |8121 |-3.912500e+01 |-2.900000e+01 |  25.88%
1447.99/1448.60	c  1434s|250000 | 41570 |  9740k| 176M|  91 |   - | 200 |3108 | 296 | 200 | 480 |1997k|   0 |8250 |-3.905405e+01 |-2.900000e+01 |  25.74%
1490.08/1490.61	o -30
1490.08/1490.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1490.08/1490.61	c *1476s|259670 | 35742 | 10037k| 157M|  91 |   - | 200 |3108 | 136 | 200 | 454 |2048k|   0 |8387 |-3.900000e+01 |-3.000000e+01 |  23.08%
1491.48/1492.07	c  1477s|260000 | 35764 | 10047k| 157M|  91 |  55 | 200 |3108 | 287 | 200 | 474 |2050k|   0 |8408 |-3.900000e+01 |-3.000000e+01 |  23.08%
1536.76/1537.30	c  1522s|270000 | 36422 | 10379k| 160M|  91 |   - | 200 |3108 | 200 | 200 | 488 |2101k|   0 |8605 |-3.900000e+01 |-3.000000e+01 |  23.08%
1581.66/1582.20	c  1566s|280000 | 37106 | 10712k| 162M|  91 |  55 | 200 |3108 | 367 | 200 | 386 |2157k|   0 |8779 |-3.900000e+01 |-3.000000e+01 |  23.08%
1627.05/1627.64	c  1611s|290000 | 37786 | 11043k| 165M|  91 |  55 | 200 |3108 | 322 | 200 | 442 |2208k|   0 |8938 |-3.897573e+01 |-3.000000e+01 |  23.03%
1672.03/1672.67	c  1656s|300000 | 38376 | 11372k| 168M|  91 |  63 | 200 |3108 | 354 | 200 | 397 |2256k|   0 |9067 |-3.887500e+01 |-3.000000e+01 |  22.83%
1717.02/1717.69	c  1701s|310000 | 38980 | 11698k| 171M|  91 |  71 | 200 |3108 | 421 | 200 | 403 |2304k|   0 |9212 |-3.881301e+01 |-3.000000e+01 |  22.71%
1761.70/1762.34	c  1745s|320000 | 39554 | 12022k| 173M|  91 |   - | 200 |3108 | 289 | 200 | 366 |2350k|   0 |9377 |-3.875000e+01 |-3.000000e+01 |  22.58%
1800.00/1800.61	c 
1800.00/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.61	c Solving Time (sec) : 1782.64
1800.00/1800.61	c Solving Nodes      : 328792
1800.00/1800.61	c Primal Bound       : -3.00000000000000e+01 (11 solutions)
1800.00/1800.61	c Dual Bound         : -3.87500000000000e+01
1800.00/1800.61	c Gap                : 22.58 %
1800.00/1800.61	c NODE         328792
1800.00/1800.61	c DUAL BOUND   -38.75
1800.00/1800.61	c PRIMAL BOUND -30
1800.00/1800.61	c GAP          0.225806
1800.00/1800.61	s SATISFIABLE
1800.00/1800.61	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.00/1800.61	v x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 x160 -x159 -x158 -x157 
1800.00/1800.61	v -x156 x155 -x154 x153 x152 -x151 -x150 -x149 x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 
1800.00/1800.61	v -x134 -x133 -x132 -x131 -x130 x129 x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 
1800.00/1800.61	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.00/1800.61	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.00/1800.61	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.00/1800.61	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.00/1800.61	v x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1800.00/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.61	c Solving Time       :    1782.64
1800.00/1800.61	c Original Problem   :
1800.00/1800.61	c   Problem name     : HOME/instance-1870427-1245203231.opb
1800.00/1800.61	c   Variables        : 3308 (3308 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.61	c   Constraints      : 3308 initial, 3308 maximal
1800.00/1800.61	c Presolved Problem  :
1800.00/1800.61	c   Problem name     : t_HOME/instance-1870427-1245203231.opb
1800.00/1800.61	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.61	c   Constraints      : 3108 initial, 3108 maximal
1800.00/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.61	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.00/1800.61	c   and              :       0.14          0          0          0          0          0          0          0          0
1800.00/1800.61	c   linear           :       0.01       3108          0          0       3108          0        200          0          0
1800.00/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.62	c   integral         :          0          0          0     190306          0         86        672          0          0     379996
1800.00/1800.62	c   and              :       3108     374573     552696          4          0          0    2357159    2395234          0          0
1800.00/1800.62	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.00/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.62	c   integral         :      59.29       0.00       0.00      59.29       0.00
1800.00/1800.62	c   and              :     149.65     111.01      38.64       0.00       0.00
1800.00/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.62	c   rootredcost      :       0.27          7          0          0
1800.00/1800.62	c   pseudoobj        :       8.14     554065          0          0
1800.00/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.62	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.62	c   infeasible LP    :       2.07     140911          0          0        0.0          0        0.0          0
1800.00/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.62	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.00/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.62	c   cut pool         :       0.09         70          -          -        217          -    (maximal pool size: 2380)
1800.00/1800.62	c   redcost          :       4.61     384382          0      36340          0          0
1800.00/1800.62	c   impliedbounds    :       0.02         71          0          0       1847          0
1800.00/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.62	c   gomory           :       4.24         71          0          0      12528          0
1800.00/1800.62	c   strongcg         :       0.54         20          0          0       7919          0
1800.00/1800.62	c   cmir             :       0.21         10          0          0          0          0
1800.00/1800.62	c   flowcover        :       0.15         10          0          0          0          0
1800.00/1800.62	c   clique           :       0.26         71          0          0        599          0
1800.00/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.62	c Pricers            :       Time      Calls       Vars
1800.00/1800.62	c   problem variables:       0.00          0          0
1800.00/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.62	c   relpscost        :      59.00     190302         86        672          0          0     379996
1800.00/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.00/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.62	c   LP solutions     :       0.11          -          3
1800.00/1800.62	c   pseudo solutions :       0.00          -          0
1800.00/1800.62	c   feaspump         :       0.02          0          0
1800.00/1800.62	c   oneopt           :       0.33          8          0
1800.00/1800.62	c   crossover        :       0.91         22          0
1800.00/1800.62	c   pscostdiving     :       1.36        162          0
1800.00/1800.62	c   guideddiving     :       1.22        162          0
1800.00/1800.62	c   fracdiving       :       1.76        162          1
1800.00/1800.62	c   veclendiving     :       1.28        163          0
1800.00/1800.62	c   linesearchdiving :       1.53        163          0
1800.00/1800.62	c   coefdiving       :       1.29        163          1
1800.00/1800.62	c   objpscostdiving  :       1.88         82          0
1800.00/1800.62	c   rootsoldiving    :       1.12         82          0
1800.00/1800.62	c   simplerounding   :       0.48          0          0
1800.00/1800.62	c   rounding         :      11.69      55490          4
1800.00/1800.62	c   shifting         :       1.34       4540          2
1800.00/1800.62	c   intshifting      :       0.00          0          0
1800.00/1800.62	c   fixandinfer      :       0.00          0          0
1800.00/1800.62	c   intdiving        :       0.00          0          0
1800.00/1800.62	c   actconsdiving    :       0.00          0          0
1800.00/1800.62	c   octane           :       0.00          0          0
1800.00/1800.62	c   rens             :       0.01          0          0
1800.00/1800.62	c   rins             :       0.00          0          0
1800.00/1800.62	c   localbranching   :       0.00          0          0
1800.00/1800.62	c   mutation         :       0.00          0          0
1800.00/1800.62	c   dins             :       0.00          0          0
1800.00/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.62	c   primal LP        :     184.51          0          0       0.00       0.00
1800.00/1800.62	c   dual LP          :    1200.92     513748   12219584      23.79   10175.19
1800.00/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.62	c   diving/probing LP:      10.19       7873      83480      10.60    8192.35
1800.00/1800.62	c   strong branching :      49.75       9510     565510      59.46   11367.04
1800.00/1800.62	c     (at root node) :          -         21       5674     270.19          -
1800.00/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.62	c B&B Tree           :
1800.00/1800.62	c   number of runs   :          1
1800.00/1800.62	c   nodes            :     328792
1800.00/1800.62	c   nodes (total)    :     328792
1800.00/1800.62	c   nodes left       :      40084
1800.00/1800.62	c   max depth        :         91
1800.00/1800.62	c   max depth (total):         91
1800.00/1800.62	c   backtracks       :      32990 (10.0%)
1800.00/1800.62	c   delayed cutoffs  :          0
1800.00/1800.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.00/1800.62	c   avg switch length:       4.59
1800.00/1800.62	c   switching time   :     224.99
1800.00/1800.62	c Solution           :
1800.00/1800.62	c   Solutions found  :         11 (9 improvements)
1800.00/1800.62	c   Primal Bound     : -3.00000000000000e+01   (in run 1, after 259670 nodes, 1475.75 seconds, depth 62, found by <relaxation>)
1800.00/1800.62	c   Dual Bound       : -3.87500000000000e+01
1800.00/1800.62	c   Gap              :      22.58 %
1800.00/1800.62	c   Root Dual Bound  : -4.97533885289016e+01
1800.60/1801.22	c Time complete: 1800.62.

Verifier Data

OK	-30

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870427-1245203231/watcher-1870427-1245203231 -o /tmp/evaluation-result-1870427-1245203231/solver-1870427-1245203231 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870427-1245203231.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 4697
/proc/meminfo: memFree=1842152/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=5812 CPUtime=0
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 187923255 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/4697/statm: 1453 507 336 1256 0 192 0

[startup+0.030231 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4697
/proc/meminfo: memFree=1842152/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=13704 CPUtime=0.02
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 2421 0 0 0 2 0 0 0 18 0 1 0 187923255 14032896 2405 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/4697/statm: 3426 2405 378 1256 0 2165 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13704

[startup+0.101239 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4697
/proc/meminfo: memFree=1842152/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=23108 CPUtime=0.09
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 4911 0 0 0 7 2 0 0 18 0 1 0 187923255 23662592 4541 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 5777 4541 446 1256 0 4516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23108

[startup+0.301261 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4697
/proc/meminfo: memFree=1842152/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=23108 CPUtime=0.29
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 4945 0 0 0 17 12 0 0 19 0 1 0 187923255 23662592 4575 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 5777 4575 467 1256 0 4516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23108

[startup+0.701302 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4697
/proc/meminfo: memFree=1842152/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=34060 CPUtime=0.69
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 7290 0 0 0 52 17 0 0 22 0 1 0 187923255 34877440 6919 1992294400 4194304 9342243 548682068736 18446744073709551615 5728504 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 8515 6919 641 1256 0 7254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34060

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1814752/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=36512 CPUtime=1.49
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 8118 0 0 0 131 18 0 0 25 0 1 0 187923255 37388288 7747 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 9128 7747 645 1256 0 7867 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36512

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1810656/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=41396 CPUtime=3.09
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 9458 0 0 0 288 21 0 0 25 0 1 0 187923255 42389504 9087 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 10349 9087 659 1256 0 9088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41396

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1801376/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=48132 CPUtime=6.29
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 11155 0 0 0 606 23 0 0 25 0 1 0 187923255 49287168 10784 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 12033 10784 660 1256 0 10772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48132

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1799008/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=49612 CPUtime=12.69
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 11732 0 0 0 1242 27 0 0 25 0 1 0 187923255 50802688 11361 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 12403 11361 670 1256 0 11142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49612

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1800480/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=47944 CPUtime=25.49
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 12727 0 0 0 2512 37 0 0 25 0 1 0 187923255 49094656 10972 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 11986 10972 695 1256 0 10725 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47944

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1794336/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=53948 CPUtime=51.08
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 18432 0 0 0 5052 56 0 0 25 0 1 0 187923255 55242752 12568 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 13487 12568 701 1256 0 12226 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53948

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1786208/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=62820 CPUtime=102.27
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 24961 0 0 0 10128 99 0 0 25 0 1 0 187923255 64327680 14614 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 15705 14614 701 1256 0 14444 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 62820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1776736/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=73564 CPUtime=162.25
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 28732 0 0 0 16077 148 0 0 25 0 1 0 187923255 75329536 17032 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 18391 17032 701 1256 0 17130 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 73564

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1764448/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=85568 CPUtime=222.23
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 33045 0 0 0 22023 200 0 0 25 0 1 0 187923255 87621632 20032 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 21392 20032 701 1256 0 20131 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 85568

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4698
/proc/meminfo: memFree=1755168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=95044 CPUtime=282.22
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 35378 0 0 0 27970 252 0 0 25 0 1 0 187923255 97325056 22365 1992294400 4194304 9342243 548682068736 18446744073709551615 6897369 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 23761 22365 701 1256 0 22500 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 95044

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4700
/proc/meminfo: memFree=1745824/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=103180 CPUtime=342.2
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 39019 0 0 0 33914 306 0 0 25 0 1 0 187923255 105656320 24700 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 25795 24700 701 1256 0 24534 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 103180

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4700
/proc/meminfo: memFree=1735392/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=114168 CPUtime=402.19
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 41563 0 0 0 39859 360 0 0 25 0 1 0 187923255 116908032 27244 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 28542 27244 701 1256 0 27281 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 114168

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4700
/proc/meminfo: memFree=1726688/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=122744 CPUtime=462.17
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 43720 0 0 0 45803 414 0 0 25 0 1 0 187923255 125689856 29401 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 30686 29401 701 1256 0 29425 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 122744

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4700
/proc/meminfo: memFree=1720224/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=128740 CPUtime=522.15
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 46816 0 0 0 51747 468 0 0 25 0 1 0 187923255 131829760 31109 1992294400 4194304 9342243 548682068736 18446744073709551615 8217702 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 32185 31109 701 1256 0 30924 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 128740

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4700
/proc/meminfo: memFree=1709856/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=138888 CPUtime=582.14
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 49402 0 0 0 57690 524 0 0 25 0 1 0 187923255 142221312 33695 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 34722 33695 701 1256 0 33461 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 138888

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4700
/proc/meminfo: memFree=1705632/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=144164 CPUtime=642.13
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 52467 0 0 0 63629 584 0 0 25 0 1 0 187923255 147623936 34681 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 36041 34681 701 1256 0 34780 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 144164

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 5182
/proc/meminfo: memFree=1649624/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=169068 CPUtime=941.92
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 61296 0 0 0 93310 882 0 0 25 0 1 0 187923255 173125632 41267 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 42267 41267 701 1256 0 41006 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 169068

[startup+1002.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 5182
/proc/meminfo: memFree=1643224/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=175944 CPUtime=1001.9
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 62920 0 0 0 99249 941 0 0 25 0 1 0 187923255 180166656 42891 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 43986 42891 701 1256 0 42725 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 175944

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1639320/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=179836 CPUtime=1061.88
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 63899 0 0 0 105189 999 0 0 25 0 1 0 187923255 184152064 43870 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 44959 43870 701 1256 0 43698 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 179836

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1632984/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=186560 CPUtime=1121.87
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 66751 0 0 0 111129 1058 0 0 25 0 1 0 187923255 191037440 45451 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 46640 45451 701 1256 0 45379 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 186560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1630168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=189444 CPUtime=1181.86
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 67441 0 0 0 117068 1118 0 0 25 0 1 0 187923255 193990656 46141 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 47361 46141 701 1256 0 46100 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 189444

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1621408/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=197552 CPUtime=1241.84
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 69631 0 0 0 123009 1175 0 0 25 0 1 0 187923255 202293248 48331 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 49388 48331 701 1256 0 48127 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 197552

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1612128/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=207032 CPUtime=1301.83
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 71926 0 0 0 128946 1237 0 0 25 0 1 0 187923255 212000768 50626 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 51758 50626 701 1256 0 50497 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 207032

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1607328/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=212560 CPUtime=1361.81
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 73120 0 0 0 134884 1297 0 0 25 0 1 0 187923255 217661440 51820 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 53140 51820 701 1256 0 51879 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 212560

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1603872/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=215600 CPUtime=1421.8
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 74032 0 0 0 140824 1356 0 0 25 0 1 0 187923255 220774400 52732 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 53900 52732 701 1256 0 52639 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 215600

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1599200/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=220344 CPUtime=1481.78
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 75146 0 0 0 146763 1415 0 0 25 0 1 0 187923255 225632256 53846 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55086 53846 701 1256 0 53825 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 220344

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1597664/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=220368 CPUtime=1541.76
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 77735 0 0 0 152702 1474 0 0 25 0 1 0 187923255 225656832 54198 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55092 54198 701 1256 0 53831 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 220368

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1597728/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=220368 CPUtime=1601.74
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 77735 0 0 0 158637 1537 0 0 25 0 1 0 187923255 225656832 54198 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55092 54198 701 1256 0 53831 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 220368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1597664/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=221380 CPUtime=1661.73
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 78513 0 0 0 164574 1599 0 0 25 0 1 0 187923255 226693120 54218 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55345 54218 701 1256 0 54084 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 221380

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1595168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=222684 CPUtime=1721.71
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 79828 0 0 0 170514 1657 0 0 25 0 1 0 187923255 228028416 54793 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55671 54793 701 1256 0 54410 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 222684

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1595168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=222684 CPUtime=1781.7
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 79836 0 0 0 176452 1718 0 0 25 0 1 0 187923255 228028416 54801 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55671 54801 701 1256 0 54410 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 222684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1595168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=222684 CPUtime=1800
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 79867 0 0 0 178266 1734 0 0 25 0 1 0 187923255 228028416 54832 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4697/statm: 55671 54832 701 1256 0 54410 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 222684

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1595168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=222684 CPUtime=1800.39
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 79868 0 0 0 178305 1734 0 0 25 0 1 0 187923255 228028416 54833 1992294400 4194304 9342243 548682068736 18446744073709551615 4745940 0 0 4096 0 0 0 0 17 1 0 0
/proc/4697/statm: 55671 54833 702 1256 0 54410 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 222684

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5182
/proc/meminfo: memFree=1595168/2055920 swapFree=4181536/4192956
[pid=4697] ppid=4695 vsize=184412 CPUtime=1800.6
/proc/4697/stat : 4697 (pbscip.linux.x8) R 4695 4697 4285 0 -1 4194304 79868 0 0 0 178324 1736 0 0 25 0 1 0 187923255 188837888 45329 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/4697/statm: 46103 45329 13424 1256 0 44842 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 184412

Child status: 0
Real time (s): 1801.23
CPU time (s): 1800.63
CPU user time (s): 1783.25
CPU system time (s): 17.3844
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 222684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.25
system time used= 17.3844
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3114

runsolver used 1.17082 second user time and 3.97539 second system time

The end

Launcher Data

Begin job on node19 at 2009-06-17 03:47:11
IDJOB=1870427
IDBENCH=48212
IDSOLVER=684
FILE ID=node19/1870427-1245203231
PBS_JOBID= 9368306
Free space on /tmp= 66160 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870427-1245203231/watcher-1870427-1245203231 -o /tmp/evaluation-result-1870427-1245203231/solver-1870427-1245203231 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870427-1245203231.opb

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=813903316

node19.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.234
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.234
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:       1842568 kB
Buffers:         47024 kB
Cached:         101072 kB
SwapCached:       6060 kB
Active:          92260 kB
Inactive:        64552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842568 kB
SwapTotal:     4192956 kB
SwapFree:      4181536 kB
Dirty:           11804 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            42492 kB
Committed_AS:   205308 kB
PageTables:       1456 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= 66148 MiB
End job on node19 at 2009-06-17 04:17:14