Trace number 1870390

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-117 1800.28 1800.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_5.opb
MD5SUM2b02b42135ec6f53aa7a47afb99951df
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-117
Best CPU time to get the best result obtained on this benchmark1800.28
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -110
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6270
Sum of products size (including duplicates)12540
Number of different products3135
Sum of products size6270

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.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver SoPlex 1.4.1
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-1870390-1245201330.opb>
0.00/0.05	c original problem has 3635 variables (3635 bin, 0 int, 0 impl, 0 cont) and 3635 constraints
0.00/0.08	c start presolving problem
0.00/0.08	c presolving:
0.19/0.25	c (round 1) 3135 del vars, 500 del conss, 3135 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12540 impls, 0 clqs
0.39/0.42	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.42	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  3135 deleted vars, 500 deleted constraints, 3135 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  18810 implications, 0 cliques
0.39/0.42	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3135 constraints
0.39/0.42	c    3135 constraints of type <and>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.18
0.39/0.42	c OPT-NLC
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = c 1620
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = c 1791
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = c 10000
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving problem
0.39/0.42	c 
0.49/0.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.52	c   0.3s|     1 |     0 |   539 |  12M|   0 | 500 | 500 |3135 |3135 | 500 |3135 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.49/0.52	o -79
0.49/0.52	c R 0.3s|     1 |     0 |   539 |  12M|   0 | 500 | 500 |3135 |3135 | 500 |3135 |   0 |   0 |   0 |-2.500000e+02 |-7.900000e+01 |  68.40%
0.69/0.71	c   0.5s|     1 |     0 |   628 |  12M|   0 | 491 | 500 |3135 |3135 | 500 |3146 |  11 |   0 |   0 |-2.455000e+02 |-7.900000e+01 |  67.82%
0.89/0.90	c   0.7s|     1 |     0 |   722 |  12M|   0 | 485 | 500 |3135 |3135 | 500 |3153 |  18 |   0 |   0 |-2.425000e+02 |-7.900000e+01 |  67.42%
0.99/1.06	c   0.8s|     1 |     0 |   783 |  12M|   0 | 480 | 500 |3135 |3135 | 500 |3161 |  26 |   0 |   0 |-2.400000e+02 |-7.900000e+01 |  67.08%
1.19/1.27	c   1.0s|     1 |     0 |   935 |  12M|   0 | 474 | 500 |3135 |3135 | 500 |3168 |  33 |   0 |   0 |-2.370000e+02 |-7.900000e+01 |  66.67%
1.49/1.50	c   1.2s|     1 |     0 |  1058 |  12M|   0 | 468 | 500 |3135 |3135 | 500 |3177 |  42 |   0 |   0 |-2.340000e+02 |-7.900000e+01 |  66.24%
1.59/1.68	c   1.4s|     1 |     0 |  1105 |  12M|   0 | 464 | 500 |3135 |3135 | 500 |3185 |  50 |   0 |   0 |-2.320000e+02 |-7.900000e+01 |  65.95%
1.89/1.96	c   1.7s|     1 |     0 |  1319 |  12M|   0 | 458 | 500 |3135 |3135 | 500 |3196 |  61 |   0 |   0 |-2.290000e+02 |-7.900000e+01 |  65.50%
2.19/2.27	c   2.0s|     1 |     0 |  1570 |  12M|   0 | 452 | 500 |3135 |3135 | 500 |3205 |  70 |   0 |   0 |-2.260000e+02 |-7.900000e+01 |  65.04%
2.49/2.59	c   2.3s|     1 |     0 |  1799 |  12M|   0 | 449 | 500 |3135 |3135 | 500 |3211 |  76 |   0 |   0 |-2.245000e+02 |-7.900000e+01 |  64.81%
2.79/2.89	c   2.6s|     1 |     0 |  2026 |  12M|   0 | 447 | 500 |3135 |3135 | 500 |3218 |  83 |   0 |   0 |-2.227500e+02 |-7.900000e+01 |  64.53%
3.09/3.16	c   2.9s|     1 |     0 |  2279 |  12M|   0 | 444 | 500 |3135 |3135 | 500 | 795 |  91 |   0 |   0 |-2.207500e+02 |-7.900000e+01 |  64.21%
3.19/3.27	c   3.0s|     1 |     0 |  2425 |  12M|   0 | 436 | 500 |3135 |3135 | 500 | 803 |  99 |   0 |   0 |-2.200000e+02 |-7.900000e+01 |  64.09%
3.39/3.47	c   3.2s|     1 |     0 |  2697 |  12M|   0 | 429 | 500 |3135 |3135 | 500 | 845 | 141 |   0 |   0 |-2.192500e+02 |-7.900000e+01 |  63.97%
3.59/3.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.59/3.64	c   3.4s|     1 |     0 |  2858 |  13M|   0 | 432 | 500 |3135 |3135 | 500 | 943 | 239 |   0 |   0 |-2.177500e+02 |-7.900000e+01 |  63.72%
3.79/3.83	c   3.5s|     1 |     0 |  3049 |  13M|   0 | 433 | 500 |3135 |3135 | 500 | 987 | 283 |   0 |   0 |-2.162500e+02 |-7.900000e+01 |  63.47%
3.99/4.02	c   3.7s|     1 |     0 |  3375 |  13M|   0 | 429 | 500 |3135 |3135 | 500 |1028 | 324 |   0 |   0 |-2.137500e+02 |-7.900000e+01 |  63.04%
4.19/4.20	c   3.9s|     1 |     0 |  3618 |  13M|   0 | 418 | 500 |3135 |3135 | 500 | 831 | 380 |   0 |   0 |-2.130000e+02 |-7.900000e+01 |  62.91%
4.40/4.40	c   4.1s|     1 |     0 |  3979 |  13M|   0 | 418 | 500 |3135 |3135 | 500 | 860 | 409 |   0 |   0 |-2.110000e+02 |-7.900000e+01 |  62.56%
4.69/4.73	c   4.4s|     1 |     0 |  4561 |  13M|   0 | 455 | 500 |3135 |3135 | 500 | 950 | 499 |   0 |   0 |-2.095625e+02 |-7.900000e+01 |  62.30%
5.09/5.14	c   4.8s|     1 |     0 |  5070 |  14M|   0 | 416 | 500 |3135 |3135 | 500 |1358 | 907 |   0 |   0 |-2.075000e+02 |-7.900000e+01 |  61.93%
5.29/5.31	c   5.0s|     1 |     0 |  5332 |  14M|   0 | 415 | 500 |3135 |3135 | 500 |1373 | 922 |   0 |   0 |-2.075000e+02 |-7.900000e+01 |  61.93%
5.49/5.55	c   5.2s|     1 |     0 |  5811 |  14M|   0 | 415 | 500 |3135 |3135 | 500 |1388 | 937 |   0 |   0 |-2.060000e+02 |-7.900000e+01 |  61.65%
5.69/5.73	c   5.4s|     1 |     0 |  6112 |  14M|   0 | 411 | 500 |3135 |3135 | 500 |1226 | 946 |   0 |   0 |-2.055000e+02 |-7.900000e+01 |  61.56%
5.98/6.02	c   5.7s|     1 |     0 |  6604 |  14M|   0 | 431 | 500 |3135 |3135 | 500 |1245 | 965 |   0 |   0 |-2.047500e+02 |-7.900000e+01 |  61.42%
6.29/6.30	c   6.0s|     1 |     0 |  7090 |  14M|   0 | 417 | 500 |3135 |3135 | 500 |1296 |1016 |   0 |   0 |-2.030000e+02 |-7.900000e+01 |  61.08%
6.59/6.61	c   6.3s|     1 |     0 |  7649 |  14M|   0 | 413 | 500 |3135 |3135 | 500 |1326 |1046 |   0 |   0 |-2.020000e+02 |-7.900000e+01 |  60.89%
6.89/6.91	c   6.6s|     1 |     0 |  8187 |  14M|   0 | 398 | 500 |3135 |3135 | 500 |1333 |1053 |   0 |   0 |-2.020000e+02 |-7.900000e+01 |  60.89%
7.09/7.16	c   6.8s|     1 |     0 |  8646 |  14M|   0 | 429 | 500 |3135 |3135 | 500 |1357 |1077 |   0 |   0 |-2.012500e+02 |-7.900000e+01 |  60.75%
7.49/7.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.49/7.51	c   7.2s|     1 |     0 |  9280 |  14M|   0 | 449 | 500 |3135 |3135 | 500 |1079 |1117 |   0 |   0 |-2.006667e+02 |-7.900000e+01 |  60.63%
7.59/7.67	c   7.3s|     1 |     0 |  9452 |  14M|   0 | 400 | 500 |3135 |3135 | 500 |1180 |1218 |   0 |   0 |-2.000000e+02 |-7.900000e+01 |  60.50%
8.09/8.10	c   7.8s|     1 |     0 | 10125 |  14M|   0 | 397 | 500 |3135 |3135 | 500 |1197 |1235 |   0 |   0 |-2.000000e+02 |-7.900000e+01 |  60.50%
8.39/8.41	c   8.1s|     1 |     0 | 10669 |  14M|   0 | 391 | 500 |3135 |3135 | 500 |1220 |1258 |   0 |   0 |-1.995000e+02 |-7.900000e+01 |  60.40%
8.69/8.78	c   8.4s|     1 |     0 | 11291 |  14M|   0 | 400 | 500 |3135 |3135 | 500 |1247 |1285 |   0 |   0 |-1.987500e+02 |-7.900000e+01 |  60.25%
8.99/9.03	c   8.7s|     1 |     0 | 11649 |  14M|   0 | 419 | 500 |3135 |3135 | 500 |1262 |1300 |   0 |   0 |-1.980000e+02 |-7.900000e+01 |  60.10%
9.39/9.45	c   9.1s|     1 |     0 | 12399 |  14M|   0 | 482 | 500 |3135 |3135 | 500 | 785 |1319 |   0 |   0 |-1.980000e+02 |-7.900000e+01 |  60.10%
9.79/9.88	c   9.5s|     1 |     0 | 12863 |  16M|   0 | 454 | 500 |3135 |3135 | 500 | 973 |1507 |   0 |   0 |-1.979048e+02 |-7.900000e+01 |  60.08%
10.08/10.14	c   9.8s|     1 |     0 | 13227 |  16M|   0 | 430 | 500 |3135 |3135 | 500 |1024 |1558 |   0 |   0 |-1.971094e+02 |-7.900000e+01 |  59.92%
10.28/10.36	c  10.0s|     1 |     0 | 13488 |  16M|   0 | 431 | 500 |3135 |3135 | 500 |1070 |1604 |   0 |   0 |-1.967789e+02 |-7.900000e+01 |  59.85%
10.49/10.57	c  10.2s|     1 |     0 | 13725 |  16M|   0 | 426 | 500 |3135 |3135 | 500 |1097 |1631 |   0 |   0 |-1.965140e+02 |-7.900000e+01 |  59.80%
10.79/10.82	c  10.4s|     1 |     0 | 14061 |  16M|   0 | 435 | 500 |3135 |3135 | 500 |1123 |1657 |   0 |   0 |-1.961394e+02 |-7.900000e+01 |  59.72%
11.09/11.16	c  10.8s|     1 |     0 | 14527 |  17M|   0 | 446 | 500 |3135 |3135 | 500 | 971 |1710 |   0 |   0 |-1.953958e+02 |-7.900000e+01 |  59.57%
11.38/11.45	c  11.1s|     1 |     0 | 14978 |  17M|   0 | 436 | 500 |3135 |3135 | 500 |1025 |1764 |   0 |   0 |-1.949167e+02 |-7.900000e+01 |  59.47%
11.68/11.71	c  11.3s|     1 |     0 | 15315 |  17M|   0 | 456 | 500 |3135 |3135 | 500 |1088 |1827 |   0 |   0 |-1.946706e+02 |-7.900000e+01 |  59.42%
11.89/11.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.89/11.98	c  11.6s|     1 |     0 | 15597 |  18M|   0 | 434 | 500 |3135 |3135 | 500 |1154 |1893 |   0 |   0 |-1.941154e+02 |-7.900000e+01 |  59.30%
12.19/12.27	c  11.9s|     1 |     0 | 16053 |  19M|   0 | 442 | 500 |3135 |3135 | 500 |1174 |1913 |   0 |   0 |-1.938864e+02 |-7.900000e+01 |  59.25%
12.49/12.57	c  12.2s|     1 |     0 | 16460 |  19M|   0 | 484 | 500 |3135 |3135 | 500 |1188 |1927 |   0 |   0 |-1.937702e+02 |-7.900000e+01 |  59.23%
12.89/12.93	c  12.6s|     1 |     0 | 16667 |  19M|   0 | 423 | 500 |3135 |3135 | 500 |1116 |2013 |   0 |   0 |-1.937459e+02 |-7.900000e+01 |  59.22%
13.09/13.12	c  12.7s|     1 |     0 | 16917 |  19M|   0 | 448 | 500 |3135 |3135 | 500 |1125 |2022 |   0 |   0 |-1.936746e+02 |-7.900000e+01 |  59.21%
13.38/13.43	c  13.0s|     1 |     0 | 17355 |  19M|   0 | 470 | 500 |3135 |3135 | 500 |1155 |2052 |   0 |   0 |-1.935833e+02 |-7.900000e+01 |  59.19%
13.89/13.97	c  13.6s|     1 |     0 | 18019 |  19M|   0 | 458 | 500 |3135 |3135 | 500 |1217 |2114 |   0 |   0 |-1.932500e+02 |-7.900000e+01 |  59.12%
14.49/14.54	c  14.2s|     1 |     0 | 18756 |  21M|   0 | 419 | 500 |3135 |3135 | 500 |1233 |2130 |   0 |   0 |-1.931389e+02 |-7.900000e+01 |  59.10%
14.89/14.93	c  14.5s|     1 |     0 | 19320 |  21M|   0 | 465 | 500 |3135 |3135 | 500 |1252 |2149 |   0 |   0 |-1.930101e+02 |-7.900000e+01 |  59.07%
15.39/15.48	c  15.1s|     1 |     0 | 20089 |  21M|   0 | 490 | 500 |3135 |3135 | 500 |1100 |2183 |   0 |   0 |-1.929243e+02 |-7.900000e+01 |  59.05%
15.79/15.87	c  15.5s|     1 |     0 | 20516 |  21M|   0 | 489 | 500 |3135 |3135 | 500 |1148 |2231 |   0 |   0 |-1.928520e+02 |-7.900000e+01 |  59.04%
16.19/16.21	c  15.8s|     1 |     0 | 20754 |  21M|   0 | 488 | 500 |3135 |3135 | 500 |1192 |2275 |   0 |   0 |-1.927384e+02 |-7.900000e+01 |  59.01%
16.59/16.60	c  16.2s|     1 |     0 | 21119 |  21M|   0 | 484 | 500 |3135 |3135 | 500 |1211 |2294 |   0 |   0 |-1.926323e+02 |-7.900000e+01 |  58.99%
16.88/16.94	c  16.5s|     1 |     0 | 21367 |  21M|   0 | 479 | 500 |3135 |3135 | 500 |1228 |2311 |   0 |   0 |-1.925564e+02 |-7.900000e+01 |  58.97%
17.19/17.27	c  16.9s|     1 |     0 | 21718 |  22M|   0 | 429 | 500 |3135 |3135 | 500 |1243 |2326 |   0 |   0 |-1.925071e+02 |-7.900000e+01 |  58.96%
17.59/17.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.59/17.69	c  17.3s|     1 |     0 | 22339 |  23M|   0 | 484 | 500 |3135 |3135 | 500 |1119 |2330 |   0 |   0 |-1.924239e+02 |-7.900000e+01 |  58.94%
18.09/18.14	c  17.7s|     1 |     0 | 22876 |  23M|   0 | 464 | 500 |3135 |3135 | 500 |1138 |2349 |   0 |   0 |-1.922915e+02 |-7.900000e+01 |  58.92%
18.39/18.41	c  18.0s|     1 |     0 | 23073 |  23M|   0 | 462 | 500 |3135 |3135 | 500 |1164 |2375 |   0 |   0 |-1.922277e+02 |-7.900000e+01 |  58.90%
18.69/18.72	c  18.3s|     1 |     0 | 23419 |  23M|   0 | 475 | 500 |3135 |3135 | 500 |1176 |2387 |   0 |   0 |-1.921798e+02 |-7.900000e+01 |  58.89%
18.98/19.07	c  18.6s|     1 |     0 | 23793 |  23M|   0 | 484 | 500 |3135 |3135 | 500 |1192 |2403 |   0 |   0 |-1.920888e+02 |-7.900000e+01 |  58.87%
19.39/19.43	c  19.0s|     1 |     0 | 24145 |  23M|   0 | 480 | 500 |3135 |3135 | 500 |1225 |2436 |   0 |   0 |-1.920230e+02 |-7.900000e+01 |  58.86%
19.79/19.80	c  19.4s|     1 |     0 | 24570 |  23M|   0 | 487 | 500 |3135 |3135 | 500 |1061 |2450 |   0 |   0 |-1.919035e+02 |-7.900000e+01 |  58.83%
20.08/20.11	c  19.7s|     1 |     0 | 24704 |  23M|   0 | 492 | 500 |3135 |3135 | 500 |1123 |2512 |   0 |   0 |-1.918978e+02 |-7.900000e+01 |  58.83%
20.48/20.50	c  20.1s|     1 |     0 | 25044 |  23M|   0 | 473 | 500 |3135 |3135 | 500 |1135 |2524 |   0 |   0 |-1.918014e+02 |-7.900000e+01 |  58.81%
20.78/20.84	c  20.4s|     1 |     0 | 25400 |  23M|   0 | 489 | 500 |3135 |3135 | 500 |1149 |2538 |   0 |   0 |-1.917206e+02 |-7.900000e+01 |  58.79%
21.19/21.23	c  20.8s|     1 |     0 | 25746 |  23M|   0 | 491 | 500 |3135 |3135 | 500 |1193 |2582 |   0 |   0 |-1.916427e+02 |-7.900000e+01 |  58.78%
21.48/21.56	c  21.1s|     1 |     0 | 25803 |  23M|   0 | 486 | 500 |3135 |3135 | 500 |1206 |2595 |   0 |   0 |-1.916405e+02 |-7.900000e+01 |  58.78%
21.89/21.90	c  21.4s|     1 |     0 | 26074 |  23M|   0 | 491 | 500 |3135 |3135 | 500 |1126 |2596 |   0 |   0 |-1.916036e+02 |-7.900000e+01 |  58.77%
22.19/22.20	c  21.8s|     1 |     0 | 26169 |  23M|   0 | 495 | 500 |3135 |3135 | 500 |1147 |2617 |   0 |   0 |-1.916022e+02 |-7.900000e+01 |  58.77%
22.49/22.50	c  22.1s|     1 |     0 | 26222 |  23M|   0 | 497 | 500 |3135 |3135 | 500 |1160 |2630 |   0 |   0 |-1.916017e+02 |-7.900000e+01 |  58.77%
22.69/22.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.69/22.78	c  22.3s|     1 |     0 | 26225 |  23M|   0 | 496 | 500 |3135 |3135 | 500 |1165 |2635 |   0 |   0 |-1.916017e+02 |-7.900000e+01 |  58.77%
28.18/28.23	c  27.7s|     1 |     2 | 26225 |  23M|   0 | 496 | 500 |3135 |3135 | 500 |1165 |2635 |   0 |  19 |-1.916017e+02 |-7.900000e+01 |  58.77%
274.78/274.98	o -105
274.78/274.98	c * 272s|  1244 |  1242 |589173 |  26M|  53 |   - | 500 |3135 | 155 | 500 |1242 |  58k|   0 |1026 |-1.882500e+02 |-1.050000e+02 |  44.22%
274.89/275.00	o -107
274.89/275.00	c * 272s|  1250 |  1239 |589216 |  26M|  54 |   - | 500 |3135 | 183 | 500 |1241 |  58k|   0 |1026 |-1.882500e+02 |-1.070000e+02 |  43.16%
286.08/286.29	o -110
286.08/286.29	c R 284s|  1450 |  1264 |614596 |  26M|  59 |   - | 500 |3135 | 220 | 500 |1230 |  60k|   0 |1081 |-1.880833e+02 |-1.100000e+02 |  41.52%
288.88/289.08	o -111
288.88/289.08	c * 286s|  1502 |  1274 |622892 |  26M|  59 |   - | 500 |3135 | 222 | 500 |1227 |  62k|   0 |1081 |-1.880769e+02 |-1.110000e+02 |  40.98%
300.88/301.04	o -112
300.88/301.04	c * 298s|  1706 |  1290 |649604 |  26M|  59 |   - | 500 |3135 | 301 | 500 |1231 |  64k|   0 |1119 |-1.878529e+02 |-1.120000e+02 |  40.38%
320.67/320.84	o -113
320.67/320.84	c * 318s|  2305 |  1334 |699862 |  26M|  59 |   - | 500 |3135 | 284 | 500 |1226 |  68k|   0 |1191 |-1.876250e+02 |-1.130000e+02 |  39.77%
339.67/339.84	o -114
339.67/339.84	c * 337s|  2985 |  1404 |759071 |  26M|  59 |   - | 500 |3135 | 343 | 500 |1225 |  74k|   0 |1191 |-1.875000e+02 |-1.140000e+02 |  39.20%
414.94/415.14	o -115
414.94/415.14	c * 411s|  4918 |  1640 |959130 |  27M|  60 |   - | 500 |3135 | 311 | 500 |1223 |  93k|   0 |1506 |-1.870000e+02 |-1.150000e+02 |  38.50%
522.30/522.53	o -116
522.30/522.53	c * 518s|  7928 |  1989 |  1265k|  28M|  63 |   - | 500 |3135 | 342 | 500 |1216 | 123k|   0 |1791 |-1.863750e+02 |-1.160000e+02 |  37.76%
581.18/581.46	c   576s| 10000 |  2245 |  1441k|  28M|  63 |   - | 500 |3135 | 463 | 500 |1204 | 140k|   0 |1879 |-1.860000e+02 |-1.160000e+02 |  37.63%
871.88/872.29	c   864s| 20000 |  3415 |  2312k|  31M|  63 | 159 | 500 |3135 | 466 | 500 |1187 | 230k|   0 |2658 |-1.850000e+02 |-1.160000e+02 |  37.30%
1081.01/1081.50	o -117
1081.01/1081.50	c *1071s| 28163 |  4223 |  2964k|  33M|  64 |   - | 500 |3135 | 385 | 500 |1219 | 289k|   0 |2895 |-1.845000e+02 |-1.170000e+02 |  36.59%
1139.69/1140.14	c  1129s| 30000 |  4418 |  3130k|  34M|  64 |   - | 500 |3135 | 411 | 500 |1220 | 305k|   0 |3075 |-1.842500e+02 |-1.170000e+02 |  36.50%
1422.49/1423.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1422.49/1423.06	c  1410s| 40000 |  5900 |  4009k|  37M|  65 | 155 | 500 |3135 | 456 | 500 |1200 | 398k|   0 |3664 |-1.840000e+02 |-1.170000e+02 |  36.41%
1702.39/1703.03	c  1687s| 50000 |  7394 |  4898k|  41M|  65 | 164 | 500 |3135 | 522 | 500 |1219 | 495k|   0 |4170 |-1.835833e+02 |-1.170000e+02 |  36.27%
1800.07/1800.80	c 
1800.07/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.80	c Solving Time (sec) : 1783.67
1800.07/1800.80	c Solving Nodes      : 53327
1800.07/1800.80	c Primal Bound       : -1.17000000000000e+02 (13 solutions)
1800.07/1800.80	c Dual Bound         : -1.83500000000000e+02
1800.07/1800.80	c Gap                : 36.24 %
1800.17/1800.81	c NODE         53327
1800.17/1800.81	c DUAL BOUND   -183.5
1800.17/1800.81	c PRIMAL BOUND -117
1800.17/1800.81	c GAP          0.362398
1800.17/1800.81	s SATISFIABLE
1800.17/1800.81	v -x500 x499 x498 -x497 -x496 x495 -x494 x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 x484 -x483 x482 -x481 x480 -x479 x478 
1800.17/1800.81	v x477 x476 x475 -x474 -x473 x472 -x471 x470 -x469 -x468 x467 -x466 -x465 x464 x463 -x462 -x461 -x460 -x459 x458 x457 -x456 -x455 
1800.17/1800.81	v x454 x453 x452 -x451 x450 -x449 x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 
1800.17/1800.81	v x433 -x432 -x431 -x430 -x429 -x428 -x427 x426 -x425 -x424 x423 -x422 x421 -x420 x419 -x418 -x417 x416 -x415 x414 -x413 -x412 
1800.17/1800.81	v -x411 x410 -x409 -x408 -x407 x406 -x405 -x404 -x403 -x402 -x401 x400 -x399 -x398 -x397 -x396 x395 -x394 -x393 -x392 -x391 -x390 
1800.17/1800.81	v -x389 -x388 -x387 -x386 x385 -x384 x383 -x382 -x381 -x380 -x379 -x378 x377 x376 x375 -x374 -x373 x372 -x371 -x370 -x369 -x368 
1800.17/1800.81	v x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 x354 -x353 x352 -x351 -x350 -x349 -x348 -x347 
1800.17/1800.81	v x346 -x345 -x344 -x343 -x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 x334 -x333 -x332 x331 -x330 -x329 -x328 -x327 -x326 
1800.17/1800.81	v -x325 x324 -x323 -x322 -x321 x320 -x319 -x318 x317 x316 -x315 -x314 x313 x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 
1800.17/1800.81	v x303 -x302 -x301 -x300 -x299 -x298 -x297 x296 x295 -x294 -x293 x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 
1800.17/1800.81	v -x281 x280 x279 x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 x269 x268 x267 x266 -x265 -x264 -x263 -x262 -x261 -x260 
1800.17/1800.81	v -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 
1800.17/1800.81	v x238 -x237 -x236 -x235 -x234 -x233 x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 
1800.17/1800.81	v -x216 -x215 -x214 -x213 x212 -x211 -x210 -x209 x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 
1800.17/1800.81	v -x195 -x194 -x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 
1800.17/1800.81	v x174 x173 -x172 x171 -x170 -x169 x168 -x167 -x166 -x165 x164 x163 x162 -x161 -x160 x159 -x158 x157 x156 -x155 -x154 -x153 x152 
1800.17/1800.81	v -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 
1800.17/1800.81	v -x130 -x129 -x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 x120 x119 -x118 x117 -x116 -x115 x114 -x113 -x112 x111 x110 -x109 
1800.17/1800.81	v -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 
1800.17/1800.81	v -x85 -x84 -x83 -x82 -x81 x80 x79 -x78 x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 x64 x63 -x62 -x61 -x60 -x59 
1800.17/1800.81	v -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 x34 
1800.17/1800.81	v -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 x7 
1800.17/1800.81	v -x6 x5 -x4 x3 x2 -x1 
1800.17/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.81	c Solving Time       :    1783.67
1800.17/1800.81	c Original Problem   :
1800.17/1800.81	c   Problem name     : HOME/instance-1870390-1245201330.opb
1800.17/1800.81	c   Variables        : 3635 (3635 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.81	c   Constraints      : 3635 initial, 3635 maximal
1800.17/1800.81	c Presolved Problem  :
1800.17/1800.81	c   Problem name     : t_HOME/instance-1870390-1245201330.opb
1800.17/1800.81	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.81	c   Constraints      : 3135 initial, 3135 maximal
1800.17/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.17/1800.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.81	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.17/1800.81	c   and              :       0.11          0          0          0          0          0          0          0          0
1800.17/1800.81	c   linear           :       0.02       3135          0          0       3135          0        500          0          0
1800.17/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.17/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.81	c   integral         :          0          0          0      30719          0         25        141          0          0      61284
1800.17/1800.81	c   and              :       3135      62441     137546          9          0          0     232199     637139          0          0
1800.17/1800.81	c   countsols        :          0          0          0          9          0          0          0          0          0          0
1800.17/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.17/1800.81	c   integral         :     182.47       0.00       0.00     182.47       0.00
1800.17/1800.81	c   and              :      73.37      59.58      13.79       0.00       0.00
1800.17/1800.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.17/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.17/1800.81	c   rootredcost      :       0.06         10          0          0
1800.17/1800.81	c   pseudoobj        :       4.54     137572          0          0
1800.17/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.17/1800.81	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.17/1800.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.17/1800.81	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.17/1800.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.17/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.17/1800.81	c   cut pool         :       0.13         74          -          -        584          -    (maximal pool size: 3319)
1800.17/1800.81	c   redcost          :       1.45      62927          0       2831          0          0
1800.17/1800.81	c   impliedbounds    :       0.05         75          0          0       3739          0
1800.17/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.17/1800.81	c   gomory           :       8.81         75          0          0      28574          0
1800.17/1800.81	c   strongcg         :       0.87         20          0          0      10000          0
1800.17/1800.81	c   cmir             :       0.21         10          0          0          0          0
1800.17/1800.81	c   flowcover        :       0.14         10          0          0          0          0
1800.17/1800.81	c   clique           :       0.25         75          0          0        466          0
1800.17/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.17/1800.81	c   mcf              :       0.01          1          0          0          0          0
1800.17/1800.81	c Pricers            :       Time      Calls       Vars
1800.17/1800.81	c   problem variables:       0.00          0          0
1800.17/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.81	c   relpscost        :     182.41      30710         25        141          0          0      61284
1800.17/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.17/1800.81	c   inference        :       0.00          0          0          0          0          0          0
1800.17/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.17/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.17/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.17/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.17/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.17/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.17/1800.81	c   LP solutions     :       0.00          -          9
1800.17/1800.81	c   pseudo solutions :       0.00          -          0
1800.17/1800.81	c   oneopt           :       0.08         11          0
1800.17/1800.81	c   crossover        :       0.45         11          0
1800.17/1800.81	c   simplerounding   :       0.08          0          0
1800.17/1800.81	c   rounding         :      29.58      15450          2
1800.17/1800.81	c   shifting         :       3.85       1782          2
1800.17/1800.81	c   intshifting      :       0.02          0          0
1800.17/1800.81	c   fixandinfer      :       0.00          0          0
1800.17/1800.81	c   feaspump         :       0.01          0          0
1800.17/1800.81	c   coefdiving       :      57.69        110          0
1800.17/1800.81	c   pscostdiving     :      60.34        124          0
1800.17/1800.81	c   fracdiving       :      49.95        225          0
1800.17/1800.81	c   veclendiving     :      58.89        108          0
1800.17/1800.81	c   intdiving        :       0.00          0          0
1800.17/1800.81	c   actconsdiving    :       0.00          0          0
1800.17/1800.81	c   objpscostdiving  :      29.42         14          0
1800.17/1800.81	c   rootsoldiving    :      16.55         73          0
1800.17/1800.81	c   linesearchdiving :      50.04        179          0
1800.17/1800.81	c   guideddiving     :      54.82        174          0
1800.17/1800.81	c   octane           :       0.00          0          0
1800.17/1800.81	c   rens             :       0.01          0          0
1800.17/1800.81	c   rins             :       0.00          0          0
1800.17/1800.81	c   localbranching   :       0.00          0          0
1800.17/1800.81	c   mutation         :       0.00          0          0
1800.17/1800.81	c   dins             :       0.00          0          0
1800.17/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.17/1800.81	c   primal LP        :      18.18          0          0       0.00       0.00
1800.17/1800.81	c   dual LP          :    1025.95      84804    3846773      45.36    3749.47
1800.17/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.17/1800.81	c   diving/probing LP:     346.32      43544    1353398      31.08    3907.94
1800.17/1800.81	c   strong branching :     177.83       4426     662433     149.67    3725.09
1800.17/1800.81	c     (at root node) :          -         19      14610     768.95          -
1800.17/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.17/1800.81	c B&B Tree           :
1800.17/1800.81	c   number of runs   :          1
1800.17/1800.81	c   nodes            :      53327
1800.17/1800.81	c   nodes (total)    :      53327
1800.17/1800.81	c   nodes left       :       7921
1800.17/1800.81	c   max depth        :         65
1800.17/1800.81	c   max depth (total):         65
1800.17/1800.81	c   backtracks       :       7982 (15.0%)
1800.17/1800.81	c   delayed cutoffs  :          0
1800.17/1800.81	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.17/1800.81	c   avg switch length:       4.18
1800.17/1800.81	c   switching time   :      27.56
1800.17/1800.81	c Solution           :
1800.17/1800.81	c   Solutions found  :         13 (11 improvements)
1800.17/1800.81	c   Primal Bound     : -1.17000000000000e+02   (in run 1, after 28163 nodes, 1071.28 seconds, depth 55, found by <relaxation>)
1800.17/1800.81	c   Dual Bound       : -1.83500000000000e+02
1800.17/1800.81	c   Gap              :      36.24 %
1800.17/1800.81	c   Root Dual Bound  : -1.91601717278963e+02
1800.26/1800.92	c Time complete: 1800.27.

Verifier Data

OK	-117

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870390-1245201330/watcher-1870390-1245201330 -o /tmp/evaluation-result-1870390-1245201330/solver-1870390-1245201330 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870390-1245201330.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 1694
/proc/meminfo: memFree=1826532/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=4324 CPUtime=0
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 187730179 4427776 449 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/1694/statm: 1081 460 297 886 0 191 0

[startup+0.100566 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1694
/proc/meminfo: memFree=1826532/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=22388 CPUtime=0.09
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 5010 0 0 0 8 1 0 0 18 0 1 0 187730179 22925312 4638 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 5597 4638 404 886 0 4707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22388

[startup+0.201583 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1694
/proc/meminfo: memFree=1826532/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=24216 CPUtime=0.19
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 5441 0 0 0 11 8 0 0 18 0 1 0 187730179 24797184 5069 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 6054 5069 404 886 0 5164 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24216

[startup+0.3016 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1694
/proc/meminfo: memFree=1826532/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=24216 CPUtime=0.29
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 5470 0 0 0 17 12 0 0 19 0 1 0 187730179 24797184 5098 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 6054 5098 425 886 0 5164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24216

[startup+0.701667 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1694
/proc/meminfo: memFree=1826532/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=33548 CPUtime=0.69
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 7983 0 0 0 49 20 0 0 23 0 1 0 187730179 34353152 7518 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 8387 7518 543 886 0 7497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33548

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1798108/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=35484 CPUtime=1.49
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 8514 0 0 0 128 21 0 0 25 0 1 0 187730179 36335616 8046 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 8871 8046 543 886 0 7981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35484

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1795868/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=36760 CPUtime=3.09
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 8864 0 0 0 286 23 0 0 25 0 1 0 187730179 37642240 8393 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 9190 8393 545 886 0 8300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36760

[startup+6.30162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1784604/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=47968 CPUtime=6.29
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 11707 0 0 0 602 27 0 0 25 0 1 0 187730179 49119232 11162 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 11992 11162 546 886 0 11102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47968

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1772316/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=60624 CPUtime=12.69
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 14940 0 0 0 1236 33 0 0 25 0 1 0 187730179 62078976 14346 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 15156 14346 546 886 0 14266 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60624

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1762012/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=69688 CPUtime=25.48
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 17279 0 0 0 2506 42 0 0 25 0 1 0 187730179 71360512 16612 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17422 16612 554 886 0 16532 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69688

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1762012/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=69688 CPUtime=51.06
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 17279 0 0 0 5045 61 0 0 25 0 1 0 187730179 71360512 16612 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17422 16612 554 886 0 16532 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69688

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1762076/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=69688 CPUtime=102.25
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 17281 0 0 0 10126 99 0 0 25 0 1 0 187730179 71360512 16614 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17422 16614 555 886 0 16532 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 69688

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1763612/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=67640 CPUtime=162.23
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 18297 0 0 0 16072 151 0 0 25 0 1 0 187730179 69263360 16186 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 16910 16186 566 886 0 16020 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 67640

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1763612/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=67640 CPUtime=222.21
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 18300 0 0 0 22020 201 0 0 25 0 1 0 187730179 69263360 16189 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 16910 16189 566 886 0 16020 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 67640

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1763548/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=67940 CPUtime=282.18
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 18330 0 0 0 27969 249 0 0 25 0 1 0 187730179 69570560 16219 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 16985 16219 566 886 0 16095 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 67940

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1761436/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=69884 CPUtime=342.16
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 24584 0 0 0 33913 303 0 0 25 0 1 0 187730179 71561216 16759 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17471 16759 574 886 0 16581 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 69884

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1763164/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=68216 CPUtime=402.14
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 26160 0 0 0 39858 356 0 0 25 0 1 0 187730179 69853184 16317 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17054 16317 574 886 0 16164 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 68216

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1760668/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=70576 CPUtime=462.12
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 28797 0 0 0 45802 410 0 0 25 0 1 0 187730179 72269824 16923 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17644 16923 574 886 0 16754 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 70576

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1760732/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=70576 CPUtime=522.09
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 28798 0 0 0 51750 459 0 0 25 0 1 0 187730179 72269824 16924 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17644 16924 574 886 0 16754 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 70576

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1759708/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=71640 CPUtime=582.08
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 31088 0 0 0 57691 517 0 0 25 0 1 0 187730179 73359360 17177 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17910 17177 579 886 0 17020 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 71640

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1759644/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=71640 CPUtime=642.06
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 31089 0 0 0 63632 574 0 0 25 0 1 0 187730179 73359360 17178 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17910 17178 579 886 0 17020 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 71640

[startup+702.302 s]

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

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1759580/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=71640 CPUtime=881.98
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 31102 0 0 0 87405 793 0 0 25 0 1 0 187730179 73359360 17191 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 17910 17191 579 886 0 17020 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 71640

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1759388/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=72060 CPUtime=941.95
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 31176 0 0 0 93346 849 0 0 25 0 1 0 187730179 73789440 17265 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 18015 17265 579 886 0 17125 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 72060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1758748/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=72496 CPUtime=1001.93
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 31319 0 0 0 99290 903 0 0 25 0 1 0 187730179 74235904 17408 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 18124 17408 579 886 0 17234 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 72496

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1758236/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=73008 CPUtime=1061.91
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 31437 0 0 0 105231 960 0 0 25 0 1 0 187730179 74760192 17526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 18252 17526 579 886 0 17362 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 73008

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1758108/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=73120 CPUtime=1121.89
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 35419 0 0 0 111173 1016 0 0 25 0 1 0 187730179 74874880 17553 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 18280 17553 579 886 0 17390 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 73120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1755164/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=75944 CPUtime=1181.87
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 37981 0 0 0 117114 1073 0 0 25 0 1 0 187730179 77766656 18291 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 18986 18291 579 886 0 18096 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 75944

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1755100/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=75944 CPUtime=1241.85
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 37983 0 0 0 123059 1126 0 0 25 0 1 0 187730179 77766656 18293 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 18986 18293 579 886 0 18096 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 75944

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1754972/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=76192 CPUtime=1301.83
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 39906 0 0 0 129003 1180 0 0 25 0 1 0 187730179 78020608 18321 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 19048 18321 579 886 0 18158 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 76192

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1754844/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=76192 CPUtime=1361.81
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 39936 0 0 0 134947 1234 0 0 25 0 1 0 187730179 78020608 18351 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 19048 18351 579 886 0 18158 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 76192

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1752732/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=78252 CPUtime=1421.79
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 40448 0 0 0 140886 1293 0 0 25 0 1 0 187730179 80130048 18863 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 19563 18863 579 886 0 18673 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 78252

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1750876/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=80092 CPUtime=1481.76
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 40891 0 0 0 146828 1348 0 0 25 0 1 0 187730179 82014208 19306 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20023 19306 579 886 0 19133 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 80092

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1750876/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=80092 CPUtime=1541.75
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 40892 0 0 0 152769 1406 0 0 25 0 1 0 187730179 82014208 19307 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20023 19307 579 886 0 19133 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 80092

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1750812/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=80092 CPUtime=1601.72
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 40894 0 0 0 158710 1462 0 0 25 0 1 0 187730179 82014208 19309 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20023 19309 579 886 0 19133 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 80092

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1749852/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=81244 CPUtime=1661.71
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 41170 0 0 0 164656 1515 0 0 25 0 1 0 187730179 83193856 19585 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20311 19585 579 886 0 19421 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 81244

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1749276/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=81816 CPUtime=1721.68
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 41319 0 0 0 170596 1572 0 0 25 0 1 0 187730179 83779584 19734 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20454 19734 579 886 0 19564 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 81816

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1749212/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=81816 CPUtime=1781.66
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 41323 0 0 0 176540 1626 0 0 25 0 1 0 187730179 83779584 19738 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20454 19738 579 886 0 19564 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 81816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1749212/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=81816 CPUtime=1800.07
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 41323 0 0 0 178362 1645 0 0 25 0 1 0 187730179 83779584 19738 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1694/statm: 20454 19738 579 886 0 19564 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 81816

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

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

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1695
/proc/meminfo: memFree=1749212/2055920 swapFree=4181368/4192956
[pid=1694] ppid=1691 vsize=81816 CPUtime=1800.26
/proc/1694/stat : 1694 (pbscip.linux.x8) R 1691 1694 1377 0 -1 4194304 41325 0 0 0 178381 1645 0 0 17 0 1 0 187730179 83779584 19740 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/1694/statm: 20454 19740 1593 886 0 19564 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 81816

Child status: 0
Real time (s): 1800.92
CPU time (s): 1800.28
CPU user time (s): 1783.82
CPU system time (s): 16.4655
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 81816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.82
system time used= 16.4655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41328
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= 4
involuntary context switches= 3883

runsolver used 1.65775 second user time and 3.2975 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-17 03:15:30
IDJOB=1870390
IDBENCH=48194
IDSOLVER=683
FILE ID=node43/1870390-1245201330
PBS_JOBID= 9368319
Free space on /tmp= 66192 MiB

SOLVER NAME= 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_500_10_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-1870390-1245201330/watcher-1870390-1245201330 -o /tmp/evaluation-result-1870390-1245201330/solver-1870390-1245201330 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870390-1245201330.opb

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

MD5SUM BENCH= 2b02b42135ec6f53aa7a47afb99951df
RANDOM SEED=1980415308

node43.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.281
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.281
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:       1827012 kB
Buffers:         54168 kB
Cached:         113540 kB
SwapCached:       5352 kB
Active:          55084 kB
Inactive:       120508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827012 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            9916 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            39316 kB
Committed_AS:   180220 kB
PageTables:       1448 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= 66184 MiB
End job on node43 at 2009-06-17 03:45:33